# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= agrep VERSION= 3.41.5 KEYWORDS= textproc VARIANTS= standard SDESC[standard]= Approximate GREP for fast fuzzy string searching HOMEPAGE= https://github.com/Wikinaut/agrep CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main copying SITES[main]= GITHUB/Wikinaut:agrep:7b7f350 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= gmake LICENSE= ISCL:single LICENSE_FILE= ISCL:{{WRKSRC}}/COPYRIGHT LICENSE_SCHEME= solo FPC_EQUIVALENT= textproc/agrep BUILD_TARGET= agrep do-install: ${MKDIR} -p ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/agrep ${STAGEDIR}${PREFIX}/bin/agrep [FILE:192:descriptions/desc.single] AGREP "Approximate GREP" is a tool for fast fuzzy string searching. Files are searched for a string or regular expression, with approximate matching capabilities and user-definable records. [FILE:108:distinfo] d3d5bfd631359056d47ed2c8c37dc5f661c31074ae525a5386d9a0f455136123 3652802 Wikinaut-agrep-7b7f350.tar.gz [FILE:10:manifests/plist.single] bin/agrep [FILE:307:patches/patch-checkfil.c] --- checkfil.c.orig 2016-10-22 12:40:44 UTC +++ checkfil.c @@ -10,7 +10,7 @@ #include #include #include -#ifdef __APPLE__ +#if defined __APPLE__ || defined __DragonFly__ || defined __FreeBSD__ || defined __NetBSD__ #include #endif #include [FILE:307:patches/patch-newmgrep.c] --- newmgrep.c.orig 2016-10-22 12:40:44 UTC +++ newmgrep.c @@ -16,7 +16,7 @@ #include #endif -#if defined(_WIN32) || defined(__APPLE__) +#if defined(_WIN32) || defined(__APPLE__) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) #include #endif [FILE:394:patches/patch-recursiv.c] --- recursiv.c.orig 2016-10-22 12:40:44 UTC +++ recursiv.c @@ -21,6 +21,7 @@ #include "autoconf.h" /* ../libtemplate/include */ #include +#include #include #if ISO_CHAR_SET @@ -53,7 +54,7 @@ #endif -#ifdef __APPLE__ +#if defined __APPLE__ || defined __DragonFly__ || defined __FreeBSD__ || defined __NetBSD__ #include #endif