summaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-06-14 00:04:55 +0000
committergrant <grant@pkgsrc.org>2003-06-14 00:04:55 +0000
commitabf351ba30cf21b4557de7ad3b20ffa81f6619ae (patch)
tree48e23e9da98a898887abdb8c8c563e14143b75ba /textproc/gsed/Makefile
parentc483c2961a3c32c4bc0384e58d5915ccc93e88b6 (diff)
downloadpkgsrc-abf351ba30cf21b4557de7ad3b20ffa81f6619ae.tar.gz
Update gsed to 4.0.7.
changes since 3.02: 4.0.7 Changes: This version fixes some rare infinite loops and wrong results that occurred when the s command had a numeric option and the regular expression could match the empty string. 4.0.6 Changes: This release improves portability a lot, and adds a configure-time switch to choose between the included regex matcher and the system matcher (on glibc systems only). 4.0.5 Changes: This release fixes a few portability bugs and improves the quality of the documentation. "a", "i", "l", "L", and "=" now accept address ranges. 4.0.3 Changes: A packaging problem with two missing translation catalogs was fixed. 4.0.2 Changes: This release makes sed able to bootstrap itself on operating systems that cannot run the configure script. 4.0.1 Changes: This release includes translations for over 20 languages, and cleans up the binary and documentation files from references to super-sed. 4.0 Changes: This release has been merged with super-sed and supports all of its features, except for Perl regular expressions. This includes in-place editing, new sed commands, better documentation, and support for changing the case of the characters with the `s' command. The performance and correctness of the regular expression matcher have also been improved.
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index f10c62c9fa3..ecbfad56f1c 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/02/18 17:43:07 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/06/14 00:04:55 grant Exp $
#
-DISTNAME= sed-3.02
+DISTNAME= sed-4.0.7
PKGNAME= g${DISTNAME}
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
@@ -10,8 +10,9 @@ MAINTAINER= seb@netbsd.org
HOMEPAGE= http://www.gnu.org/software/sed/sed.html
COMMENT= GNU version of sed
-USE_BUILDLINK2= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
+GNU_CONFIGURE= YES
INFO_FILES= sed.info