Import GNU grep 2.5.1.

The GNU versions of commonly used grep utilities.
This commit is contained in:
naddy 2003-07-06 17:16:32 +00:00
parent 536bbf1ce8
commit 45fd5745e0
4 changed files with 116 additions and 0 deletions

32
sysutils/ggrep/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/06 17:16:32 naddy Exp $
COMMENT= GNU versions of grep pattern matching utilities
DISTNAME= grep-2.5.1
PKGNAME= g${DISTNAME}
CATEGORIES= sysutils
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
MODULES= gettext
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
post-build:
@perl -i -pe 's/\bgrep\b/ggrep/g' ${WRKBUILD}/src/[ef]grep
.include <bsd.port.mk>

3
sysutils/ggrep/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (grep-2.5.1.tar.gz) = 85df024edc9f9689035f6b3de28c7731
RMD160 (grep-2.5.1.tar.gz) = 96d1fda2297a03a11c7d2fcea16effff55d2cbd0
SHA1 (grep-2.5.1.tar.gz) = 834c7f39b35dbaf7c9074c14a8765d6a3a58bf30

10
sysutils/ggrep/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
The GNU versions of commonly used grep utilities. Grep searches
through textual input for lines which contain a match to a specified
pattern and then prints the matching lines. GNU's grep utilities
include grep, egrep and fgrep.
Note that this port will install these utilities with a 'g' prefix,
e.g. ggrep, but the documentation will refer to them without the
'g' prefix.
WWW: ${HOMEPAGE}

71
sysutils/ggrep/pkg/PLIST Normal file
View File

@ -0,0 +1,71 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/06 17:16:32 naddy Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/grep.info
bin/gegrep
bin/gfgrep
bin/ggrep
info/grep.info
man/man1/gegrep.1
man/man1/gfgrep.1
man/man1/ggrep.1
share/locale/cs/LC_MESSAGES/grep.mo
share/locale/de/LC_MESSAGES/grep.mo
share/locale/el/LC_MESSAGES/grep.mo
share/locale/eo/LC_MESSAGES/grep.mo
share/locale/es/LC_MESSAGES/grep.mo
share/locale/et/LC_MESSAGES/grep.mo
share/locale/fr/LC_MESSAGES/grep.mo
share/locale/gl/LC_MESSAGES/grep.mo
share/locale/hr/LC_MESSAGES/grep.mo
share/locale/id/LC_MESSAGES/grep.mo
share/locale/it/LC_MESSAGES/grep.mo
share/locale/ja/LC_MESSAGES/grep.mo
share/locale/ko/LC_MESSAGES/grep.mo
share/locale/nl/LC_MESSAGES/grep.mo
share/locale/no/LC_MESSAGES/grep.mo
share/locale/pl/LC_MESSAGES/grep.mo
share/locale/pt_BR/LC_MESSAGES/grep.mo
share/locale/ru/LC_MESSAGES/grep.mo
share/locale/sl/LC_MESSAGES/grep.mo
share/locale/sv/LC_MESSAGES/grep.mo
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sl/LC_MESSAGES
@comment @dirrm share/locale/sl
@comment @dirrm share/locale/ru/LC_MESSAGES
@comment @dirrm share/locale/ru
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
@comment @dirrm share/locale/pt_BR
@comment @dirrm share/locale/pl/LC_MESSAGES
@comment @dirrm share/locale/pl
@comment @dirrm share/locale/no/LC_MESSAGES
@comment @dirrm share/locale/no
@comment @dirrm share/locale/nl/LC_MESSAGES
@comment @dirrm share/locale/nl
@comment @dirrm share/locale/ko/LC_MESSAGES
@comment @dirrm share/locale/ko
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/id/LC_MESSAGES
@comment @dirrm share/locale/id
@comment @dirrm share/locale/hr/LC_MESSAGES
@comment @dirrm share/locale/hr
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/fr/LC_MESSAGES
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/et/LC_MESSAGES
@comment @dirrm share/locale/et
@comment @dirrm share/locale/es/LC_MESSAGES
@comment @dirrm share/locale/es
@comment @dirrm share/locale/eo/LC_MESSAGES
@comment @dirrm share/locale/eo
@comment @dirrm share/locale/el/LC_MESSAGES
@comment @dirrm share/locale/el
@comment @dirrm share/locale/de/LC_MESSAGES
@comment @dirrm share/locale/de
@comment @dirrm share/locale/cs/LC_MESSAGES
@comment @dirrm share/locale/cs
@comment @dirrm share/locale
@exec install-info --info-dir=%D/info %D/info/grep.info