1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Japanized grep, 2.0 + patches.

Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
This commit is contained in:
Satoshi Asami 1995-04-04 09:38:28 +00:00
parent 66662ab360
commit b19cb959e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1290
6 changed files with 62 additions and 0 deletions

19
japanese/grep/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: grep+mb
# Version required: 2.0+mb1.04
# Date created: 2 April 1995
# Whom: Nobuhiro Yasutomi
#
# $Id: Makefile,v 1.2 1995/03/27 13:50:07 asami Exp $
#
DISTNAME= grep-2.0
PKGNAME= jp-grep-2.0
CATEGORY+= japanese
MASTER_SITES= ftp://ftp.uu.net/systems/gnu/
MAINTAINER= asami@FreeBSD.ORG
HAS_CONFIGURE= yes
PATCH_STRIP= -p1
.include <bsd.port.mk>

1
japanese/grep/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (grep-2.0.tar.gz) = 2eccd4f0c101760ea1a81144596a097f

View File

@ -0,0 +1,25 @@
--- grep-2.0/Makefile.in.orig Tue Apr 4 02:25:58 1995
+++ grep-2.0/Makefile.in Tue Apr 4 02:27:57 1995
@@ -74,7 +74,7 @@
manext=1
# How to make a hard link.
-LN=ln
+LN=ln -s
#### End of system configuration section. ####
@@ -97,10 +97,11 @@
install: all
$(INSTALL_PROGRAM) grep $(bindir)/$(binprefix)grep
rm -f $(bindir)/$(binprefix)egrep
- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)egrep
+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)egrep
rm -f $(bindir)/$(binprefix)fgrep
- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)fgrep
+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)fgrep
$(INSTALL_DATA) $(srcdir)/grep.man $(mandir)/grep.$(manext)
+ gzip -9n $(mandir)/grep.$(manext)
check:
AWK=$(AWK) sh $(srcdir)/tests/check.sh $(srcdir)/tests

View File

@ -0,0 +1 @@
GNU grep version 2.0 + multi-byte extension 1.04

9
japanese/grep/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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 patch by t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp)

7
japanese/grep/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
@cwd ${PREFIX}
@mode 755
bin/grep
bin/egrep
bin/fgrep
@mode 644
man/man1/grep.1.gz