pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/heirloom-grep heirloom part



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab217adcc951
branches:  trunk
changeset: 589159:ab217adcc951
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sat May 28 08:14:47 2011 +0000

description:
heirloom part

diffstat:

 textproc/heirloom-grep/DESCR    |   1 +
 textproc/heirloom-grep/Makefile |  16 ++++++++++++++++
 textproc/heirloom-grep/PLIST    |  16 ++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r e4e25feaf4fe -r ab217adcc951 textproc/heirloom-grep/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/heirloom-grep/DESCR      Sat May 28 08:14:47 2011 +0000
@@ -0,0 +1,1 @@
+This package provides grep utility
diff -r e4e25feaf4fe -r ab217adcc951 textproc/heirloom-grep/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/heirloom-grep/Makefile   Sat May 28 08:14:47 2011 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:14:47 cheusov Exp $
+
+PKGNAME=       heirloom-grep-${HEIRLOOM_VER}
+CATEGORIES=    textproc sysutils
+
+MAKE_FLAGS+=   SUBDIRS="build grep"
+
+NEED_LIBUXRE=  1
+
+.include "../../sysutils/heirloom-doc/Makefile.common"
+
+DESCR_SRC+=    DESCR
+
+.include "../../devel/heirloom-libcommon/buildlink3.mk"
+.include "../../devel/libuxre/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e4e25feaf4fe -r ab217adcc951 textproc/heirloom-grep/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/heirloom-grep/PLIST      Sat May 28 08:14:47 2011 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:14:47 cheusov Exp $
+${HLROOT}/bin/egrep
+${HLROOT}/bin/fgrep
+${HLROOT}/bin/grep
+${HLROOT}/bin/posix/egrep
+${HLROOT}/bin/posix/fgrep
+${HLROOT}/bin/posix/grep
+${HLROOT}/bin/posix2001/egrep
+${HLROOT}/bin/posix2001/fgrep
+${HLROOT}/bin/posix2001/grep
+${HLROOT}/bin/s42/egrep
+${HLROOT}/bin/s42/fgrep
+${HLROOT}/bin/s42/grep
+${HLROOT}/man/man1/egrep.1
+${HLROOT}/man/man1/fgrep.1
+${HLROOT}/man/man1/grep.1



Home | Main Index | Thread Index | Old Index