summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorcheusov <cheusov>2016-05-29 07:19:43 +0000
committercheusov <cheusov>2016-05-29 07:19:43 +0000
commit10c8e1395f72e6137ce7204886d9b3cc03779121 (patch)
tree52fd823fdb8e3233433bb4d3d4faa18ea662cac8 /textproc
parent70f7db2b0ab634c17d67e294059e0f5be67e3c55 (diff)
downloadpkgsrc-10c8e1395f72e6137ce7204886d9b3cc03779121.tar.gz
Renamed to textproc/jrep
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jgrep/DESCR12
-rw-r--r--textproc/jgrep/Makefile31
-rw-r--r--textproc/jgrep/PLIST12
-rw-r--r--textproc/jgrep/distinfo6
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