diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-06 21:24:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-06 21:24:28 +0800 |
commit | 82edf855ad3b5771577d7654cb297519b551828c (patch) | |
tree | 0011acd953977ec1359a575476cb00e93e8ceb3d | |
parent | 935ca1b25bbf5c3d55d70c4a4c6ff271561338d7 (diff) | |
download | freebsd-ports-graphics-82edf855ad3b5771577d7654cb297519b551828c.tar.gz freebsd-ports-graphics-82edf855ad3b5771577d7654cb297519b551828c.tar.zst freebsd-ports-graphics-82edf855ad3b5771577d7654cb297519b551828c.zip |
japanese/grep: remove, no longer useful
textproc/gnugrep or base grep supports multi-byte, consider using one of them
This also remove one of the last user of ancient autotools
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/grep/Makefile | 37 | ||||
-rw-r--r-- | japanese/grep/distinfo | 4 | ||||
-rw-r--r-- | japanese/grep/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/grep/pkg-plist | 6 |
6 files changed, 1 insertions, 58 deletions
@@ -5439,3 +5439,4 @@ french/gfaim||2014-02-04|Abandonware math/matlab-R2012a-installer|matlab-installer|2014-02-04|Now it can handle any Matlab version games/deal||2014-02-05|Abandonware graphics/nurbs++||2014-02-05|Broken on all supported versions +japanese/grep|textproc/gnugrep|2014-02-06|Official version properly support multi-byte, consider using textproc/gnugrep diff --git a/japanese/Makefile b/japanese/Makefile index edeb0082b78..519351e7b9d 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -99,7 +99,6 @@ SUBDIR += gimp-help SUBDIR += gjiten SUBDIR += gqmpeg - SUBDIR += grep SUBDIR += groff SUBDIR += gskk SUBDIR += gsuica diff --git a/japanese/grep/Makefile b/japanese/grep/Makefile deleted file mode 100644 index ca2b7b05b00..00000000000 --- a/japanese/grep/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# $FreeBSD$ - -PORTNAME= grep -PORTVERSION= 2.4.2 -CATEGORIES= japanese textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -PATCH_SITES= http://www.hinadori.atnifty.com/~wills/program/ -PATCHFILES= grep-2.4.2-mlb2.patch.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU grep + multi-byte extension - -USE_AUTOTOOLS= autoconf213 aclocal14 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=j --disable-nls - -INFO= grep - -MAN1= jgrep.1 -MLINKS= jgrep.1 jegrep.1 \ - jgrep.1 jfgrep.1 - -DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} - -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.MB ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.mlb ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/japanese/grep/distinfo b/japanese/grep/distinfo deleted file mode 100644 index a76c98ee5a6..00000000000 --- a/japanese/grep/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (grep-2.4.2.tar.gz) = 44715a24d374236c1711427830512309d16ee8898e13b2bda5ad4ab229bbc74a -SIZE (grep-2.4.2.tar.gz) = 460582 -SHA256 (grep-2.4.2-mlb2.patch.gz) = 357e13799903da3c566ea40f8dd7222094c2cb035523060e7146e28e14bcf5a4 -SIZE (grep-2.4.2-mlb2.patch.gz) = 39453 diff --git a/japanese/grep/pkg-descr b/japanese/grep/pkg-descr deleted file mode 100644 index b7400305ec3..00000000000 --- a/japanese/grep/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This package is multi-byte extented GNU GREP. It accepts text which -includes multi-byte character code. Supported multi-byte codes are -2 byte EUC code and/or Shift-JIS code. - -Grep searches the named input files (or standard input if no files are -named, or the file name - is given) for lines containing a match to -the given pattern. By default, grep prints the matching lines. - -Multi-byte code by Media Lab., Inc. (linux@mlb.co.jp) -and t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp). diff --git a/japanese/grep/pkg-plist b/japanese/grep/pkg-plist deleted file mode 100644 index 46b7fa79969..00000000000 --- a/japanese/grep/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/jgrep -bin/jegrep -bin/jfgrep -%%PORTDOCS%%share/doc/ja-grep/README.MB -%%PORTDOCS%%share/doc/ja-grep/README.mlb -%%PORTDOCS%%@dirrm share/doc/ja-grep |