aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-06 13:24:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-06 13:24:28 +0000
commita324be6d3f512f962bacaebf44cff1691a21ef8a (patch)
tree0011acd953977ec1359a575476cb00e93e8ceb3d
parent2a074ac39c74ac46470d8cf4c675a66b6266d59e (diff)
downloadports-a324be6d3f512f962bacaebf44cff1691a21ef8a.tar.gz
ports-a324be6d3f512f962bacaebf44cff1691a21ef8a.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/grep/Makefile37
-rw-r--r--japanese/grep/distinfo4
-rw-r--r--japanese/grep/pkg-descr10
-rw-r--r--japanese/grep/pkg-plist6
6 files changed, 1 insertions, 58 deletions
diff --git a/MOVED b/MOVED
index 8f8ea3395c85..4db2bdb2be56 100644
--- a/MOVED
+++ b/MOVED
@@ -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 edeb0082b78d..519351e7b9d1 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 ca2b7b05b00a..000000000000
--- 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 a76c98ee5a66..000000000000
--- 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 b7400305ec3f..000000000000
--- 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 46b7fa799693..000000000000
--- 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