From e2677597c7b43a8b2a88e811d7f694ff55cdb088 Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 22 Apr 2001 05:55:05 +0000 Subject: Add a package of der Mouse's qsubst program. --- textproc/qsubst/Makefile | 13 +++++++++++++ textproc/qsubst/distinfo | 5 +++++ textproc/qsubst/patches/patch-aa | 14 ++++++++++++++ textproc/qsubst/pkg/DESCR | 4 ++++ textproc/qsubst/pkg/PLIST | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 textproc/qsubst/Makefile create mode 100644 textproc/qsubst/distinfo create mode 100644 textproc/qsubst/patches/patch-aa create mode 100644 textproc/qsubst/pkg/DESCR create mode 100644 textproc/qsubst/pkg/PLIST (limited to 'textproc/qsubst') diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile new file mode 100644 index 00000000000..a953f6d8a7b --- /dev/null +++ b/textproc/qsubst/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ +# + +DISTNAME= qsubst-20010422 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +COMMENT= query-replace strings in files + +WRKSRC= ${WRKDIR}/qsubst + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/qsubst/distinfo b/textproc/qsubst/distinfo new file mode 100644 index 00000000000..d5092db777d --- /dev/null +++ b/textproc/qsubst/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ + +SHA1 (qsubst-20010422.tar.gz) = 9602b274ff10266b94a96adc90ded003f8cdeda8 +Size (qsubst-20010422.tar.gz) = 5965 bytes +SHA1 (patch-aa) = 077a6e4620bb7b674e701eca962db946a57c7e5c diff --git a/textproc/qsubst/patches/patch-aa b/textproc/qsubst/patches/patch-aa new file mode 100644 index 00000000000..94404a85b20 --- /dev/null +++ b/textproc/qsubst/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ + +--- Makefile.orig Sun Sep 5 03:07:22 1999 ++++ Makefile Sun Apr 22 15:48:13 2001 +@@ -1,6 +1,9 @@ + # $NetBSD: patch-aa,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ + + PROG= qsubst ++BINDIR= ${PREFIX}/bin ++MANDIR= ${PREFIX}/man ++WARNS?= 1 + DPADD+= $(LIBTERMCAP} + LDADD+= -ltermcap + diff --git a/textproc/qsubst/pkg/DESCR b/textproc/qsubst/pkg/DESCR new file mode 100644 index 00000000000..6adeb6d0096 --- /dev/null +++ b/textproc/qsubst/pkg/DESCR @@ -0,0 +1,4 @@ +qsubst reads its options to get a list of files. For each file on this +list, it then replaces the first string with the second string wherever +possible in that file, depending on user input. The result is written +back onto the original file. diff --git a/textproc/qsubst/pkg/PLIST b/textproc/qsubst/pkg/PLIST new file mode 100644 index 00000000000..3266bf99522 --- /dev/null +++ b/textproc/qsubst/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/22 05:55:05 simonb Exp $ +bin/qsubst +man/cat1/qsubst.0 +man/man1/qsubst.1 -- cgit v1.2.3