From 4225965eb0f7ff9849e76129c5cc1849c3d57317 Mon Sep 17 00:00:00 2001 From: bouyer Date: Fri, 10 Dec 1999 17:33:39 +0000 Subject: A package for the GNU awk utility. --- textproc/gawk/Makefile | 15 ++++++++ textproc/gawk/README.html | 84 ++++++++++++++++++++++++++++++++++++++++++ textproc/gawk/files/md5 | 4 ++ textproc/gawk/files/patch-sum | 5 +++ textproc/gawk/patches/patch-aa | 15 ++++++++ textproc/gawk/patches/patch-ab | 21 +++++++++++ textproc/gawk/patches/patch-ac | 20 ++++++++++ textproc/gawk/pkg/COMMENT | 1 + textproc/gawk/pkg/DESCR | 1 + textproc/gawk/pkg/PLIST | 22 +++++++++++ 10 files changed, 188 insertions(+) create mode 100644 textproc/gawk/Makefile create mode 100644 textproc/gawk/README.html create mode 100644 textproc/gawk/files/md5 create mode 100644 textproc/gawk/files/patch-sum create mode 100644 textproc/gawk/patches/patch-aa create mode 100644 textproc/gawk/patches/patch-ab create mode 100644 textproc/gawk/patches/patch-ac create mode 100644 textproc/gawk/pkg/COMMENT create mode 100644 textproc/gawk/pkg/DESCR create mode 100644 textproc/gawk/pkg/PLIST (limited to 'textproc/gawk') diff --git a/textproc/gawk/Makefile b/textproc/gawk/Makefile new file mode 100644 index 00000000000..3656afdee8b --- /dev/null +++ b/textproc/gawk/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 17:33:39 bouyer Exp $ +# FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $ + +DISTNAME= gawk-3.0.4 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} + +MAINTAINER= bouyer@@netbsd.org +HOMEPAGE= http://www.gnu.org/software/gawk/gawk.html + +INFO_FILES= gawk.info + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/gawk/README.html b/textproc/gawk/README.html new file mode 100644 index 00000000000..84d87dbcff8 --- /dev/null +++ b/textproc/gawk/README.html @@ -0,0 +1,84 @@ + + + +The NetBSD Packages Collection: japanese/gawk + + + + +Daemon Power + +

The NetBSD Packages Collection: japanese/gawk

+ +

Brief description of the package:
+ +GNU awk + multi-byte extension. + +

+ +

Please read the file "pkg/DESCR" for a +longer description, or browse the package's +history. +

+ +

This package has a home page at http://www.gnu.org/software/gawk/gawk.html.

+ + + +

The package is located in the +"japanese/gawk" +directory. It can be manipulated using the packaging tools, +working on the +ja-gawk-3.0.4 +package. +For a summary on how to use the package collection, go to the +top of the packages tree. +

+ + +

+This package requires the following package(s) to build: +(none) +. +

+

+This package requires the following package(s) to run: +(none) +. +

+ +

+Select one of the links below to download the +package in precompiled binary form for the following machine +architectures: +

+ +The NetBSD packages collection is designed to permit + easy installation from source - + particularly useful if the latest binary package is + not available for your chosen platform. +

+ +
+[ + Go up one level +| + Go to top of packages tree +| + List all packages +] + + diff --git a/textproc/gawk/files/md5 b/textproc/gawk/files/md5 new file mode 100644 index 00000000000..64c88a77753 --- /dev/null +++ b/textproc/gawk/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/10 17:33:39 bouyer Exp $ + +MD5 (gawk-3.0.4.tar.gz) = 58f904f256b3026c3fe27cf80e6291af +MD5 (gawkmb112.diff.gz) = f1464efdcacb1088dfe20eae9b338911 diff --git a/textproc/gawk/files/patch-sum b/textproc/gawk/files/patch-sum new file mode 100644 index 00000000000..349bc774f22 --- /dev/null +++ b/textproc/gawk/files/patch-sum @@ -0,0 +1,5 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/12/10 17:33:39 bouyer Exp $ + +MD5 (patch-aa) = fdc43a32c4ed27e4a801c8be6ace2106 +MD5 (patch-ab) = 8237f0e992d77efc2abebaae2c763985 +MD5 (patch-ac) = 05473536557ad011b5280f14082c39e0 diff --git a/textproc/gawk/patches/patch-aa b/textproc/gawk/patches/patch-aa new file mode 100644 index 00000000000..3193901c21e --- /dev/null +++ b/textproc/gawk/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 17:33:39 bouyer Exp $ + +--- Makefile.in.old Thu Dec 9 12:39:13 1999 ++++ Makefile.in Thu Dec 9 12:40:18 1999 +@@ -179,10 +179,6 @@ + fullname=gawk-$(REL).`./gawk '{print $$3}' $(srcdir)/patchlevel.h` ; \ + $(INSTALL_PROGRAM) gawk $(bindir)/$$fullname ; \ + (cd $(bindir); $(LN) $$fullname gawk) +- (cd $(bindir); \ +- if [ ! -f awk ]; \ +- then $(LN_S) gawk awk; \ +- fi; exit 0) + cd doc && $(MAKE) install + cd awklib && $(MAKE) install + diff --git a/textproc/gawk/patches/patch-ab b/textproc/gawk/patches/patch-ab new file mode 100644 index 00000000000..7f442808126 --- /dev/null +++ b/textproc/gawk/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/12/10 17:33:39 bouyer Exp $ + +--- awklib/Makefile.in.old Wed Oct 7 13:33:20 1998 ++++ awklib/Makefile.in Thu Dec 9 12:50:12 1999 +@@ -27,6 +27,7 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + CC = @CC@ + CFLAGS = @CFLAGS@ +@@ -73,7 +74,7 @@ + sed 's;/usr/local/libexec/awk;$(libexecdir);' < groupawk.in) > group.awk + + install: igawk $(AUXPROGS) $(AUXAWK) +- $(INSTALL_PROGRAM) igawk $(bindir)/igawk ++ $(INSTALL_SCRIPT) igawk $(bindir)/igawk + for i in $(AUXPROGS) ; do \ + $(INSTALL_PROGRAM) $$i $(libexecdir)/$$i ; \ + done diff --git a/textproc/gawk/patches/patch-ac b/textproc/gawk/patches/patch-ac new file mode 100644 index 00000000000..bb5056eb345 --- /dev/null +++ b/textproc/gawk/patches/patch-ac @@ -0,0 +1,20 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/12/10 17:33:40 bouyer Exp $ + +--- configure.old Thu Dec 9 12:50:37 1999 ++++ configure Thu Dec 9 12:51:24 1999 +@@ -939,6 +939,7 @@ + # Use test -z because SunOS4 sh mishandles braces in ${var-val}. + # It thinks the first close brace ends the variable substitution. + test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' ++test -z "$INSTALL_SCRIPT" && INSTALL_PROGRAM='${INSTALL}' + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +@@ -3359,6 +3360,7 @@ + s%@CPP@%$CPP%g + s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g + s%@INSTALL_DATA@%$INSTALL_DATA%g ++s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g + s%@SET_MAKE@%$SET_MAKE%g + s%@build@%$build%g + s%@build_alias@%$build_alias%g diff --git a/textproc/gawk/pkg/COMMENT b/textproc/gawk/pkg/COMMENT new file mode 100644 index 00000000000..bd2dcb25528 --- /dev/null +++ b/textproc/gawk/pkg/COMMENT @@ -0,0 +1 @@ +GNU awk diff --git a/textproc/gawk/pkg/DESCR b/textproc/gawk/pkg/DESCR new file mode 100644 index 00000000000..219f7aeece2 --- /dev/null +++ b/textproc/gawk/pkg/DESCR @@ -0,0 +1 @@ +The GNU AWK utility, a pattern scanning and processing tool diff --git a/textproc/gawk/pkg/PLIST b/textproc/gawk/pkg/PLIST new file mode 100644 index 00000000000..79fa5565415 --- /dev/null +++ b/textproc/gawk/pkg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/10 17:33:39 bouyer Exp $ +bin/gawk +bin/igawk +info/gawk.info +libexec/awk/grcat +libexec/awk/pwcat +man/man1/gawk.1 +man/man1/igawk.1 +share/awk/assert.awk +share/awk/ctime.awk +share/awk/ftrans.awk +share/awk/getopt.awk +share/awk/gettime.awk +share/awk/group.awk +share/awk/join.awk +share/awk/mktime.awk +share/awk/nextfile.awk +share/awk/ord.awk +share/awk/passwd.awk +share/awk/round.awk +@dirrm share/awk +@dirrm libexec/awk -- cgit v1.2.3