diff options
author | cheusov <cheusov@pkgsrc.org> | 2016-05-29 07:19:43 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2016-05-29 07:19:43 +0000 |
commit | 311114b285bbe056d4b18e465333cd615aeace3d (patch) | |
tree | 8359ad605c374e538de4a58d6eb44ce20e1e97b1 /textproc | |
parent | 9e8039d280b6c0b2878b9d824bb89fc6e28c42b5 (diff) | |
download | pkgsrc-311114b285bbe056d4b18e465333cd615aeace3d.tar.gz |
Renamed to textproc/jrep
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jgrep/DESCR | 12 | ||||
-rw-r--r-- | textproc/jgrep/Makefile | 31 | ||||
-rw-r--r-- | textproc/jgrep/PLIST | 12 | ||||
-rw-r--r-- | textproc/jgrep/distinfo | 6 |
4 files changed, 0 insertions, 61 deletions
diff --git a/textproc/jgrep/DESCR b/textproc/jgrep/DESCR deleted file mode 100644 index 69d5eceb175..00000000000 --- a/textproc/jgrep/DESCR +++ /dev/null @@ -1,12 +0,0 @@ -jgrep is a command-line grep-like utility written in Java. -Features: - -- Java regular expressions - (https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html) - -- Support for RE2J - (https://github.com/google/re2) - -- POSIX options (excluding -E and -G) - (http://pubs.opengroup.org/onlinepubs/009604499/utilities/grep.html) - -- most GNU grep(1) options - (https://www.gnu.org/software/grep/) - -- Extensions over GNU grep(1): - options -O, -2 and -8 diff --git a/textproc/jgrep/Makefile b/textproc/jgrep/Makefile deleted file mode 100644 index 61d1345a1e6..00000000000 --- a/textproc/jgrep/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2016/05/28 15:11:30 cheusov Exp $ -# - -DISTNAME= jgrep-0.5.2 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GITHUB:=cheusov/} -GITHUB_PROJECT= jgrep -#GITHUB_RELEASE= ${DISTNAME} - -MAINTAINER= cheusov@NetBSD.org -HOMEPAGE= https://github.com/cheusov/jgrep -COMMENT= Command-line grep-like utility written in Java - -TOOL_DEPENDS+= apache-maven-[0-9]*:../../devel/apache-maven - -LICENSE= apache-2.0 - -USE_LANGUAGES= c -USE_JAVA= yes - -TEST_TARGET= test - -MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} - -MAVEN_FLAGS+= -Duser.home=${FAKEHOMEDIR} -MAVEN_FLAGS+= -Dmaven.repo.local=${WRKDIR}/deps -MAVEN_FLAGS+= --offline - -.include "../../devel/mk-configure/mk-c.mk" -.include "../../mk/java-vm.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/jgrep/PLIST b/textproc/jgrep/PLIST deleted file mode 100644 index 91b6df5a84d..00000000000 --- a/textproc/jgrep/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2016/05/28 15:11:30 cheusov Exp $ -bin/jgrep -lib/jgrep/jgrep-0.1-jar-with-dependencies.jar -lib/libjgrep_jni.a -lib/libjgrep_jni.so -lib/libjgrep_jni.so.0 -lib/libjgrep_jni.so.0.0 -man/man1/jgrep.1 -share/jgrep/LICENSE -share/jgrep/NEWS -share/jgrep/README -share/jgrep/TODO diff --git a/textproc/jgrep/distinfo b/textproc/jgrep/distinfo deleted file mode 100644 index d169acad5a5..00000000000 --- a/textproc/jgrep/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.4 2016/05/28 15:11:30 cheusov Exp $ - -SHA1 (jgrep-0.5.2.tar.gz) = 2e6bc5d474987f2aef848ca012bf92c0329fc768 -RMD160 (jgrep-0.5.2.tar.gz) = 457d471fe704fcb9f4d730318e0f32920632b725 -SHA512 (jgrep-0.5.2.tar.gz) = 3016008c2ef014a7d946b8a99da757977bc3ae06e286faf868d7ba0ef29019146cfb369f8239a7761ebb4faf782640d3849134cc091c64bbb479092edae1058e -Size (jgrep-0.5.2.tar.gz) = 20920 bytes |