summaryrefslogtreecommitdiff
path: root/textproc/gsed
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-06 00:35:40 +0000
committerwiz <wiz>2013-01-06 00:35:40 +0000
commit4ade1adda274571c2c22b691e69c143c43c7b56e (patch)
tree65ddd571d2c046f869caa937624c95d0d6516aad /textproc/gsed
parentd75d8215fbe60d8ba59d705115e58e6954649e12 (diff)
downloadpkgsrc-4ade1adda274571c2c22b691e69c143c43c7b56e.tar.gz
Update to 4.2.2:
Sed 4.2.2 * don't misbehave (truncate input) for lines of length 2^31 and longer * fix endless loop on incomplete multibyte sequences * -u also does unbuffered input, rather than unbuffered output only * New command `F' to print current input file name * sed -i, s///w, and the `w' and `W' commands also obey the --binary option (and create CR/LF-terminated files if the option is absent) * --posix fails for scripts (or fragments as passed to the -e option) that end in a backslash, as they are not portable. * New option -z (--null-data) to separate lines by ASCII NUL characters. * \x26 (and similar escaped sequences) produces a literal & in the replacement argument of the s/// command, rather than including the matched text.
Diffstat (limited to 'textproc/gsed')
-rw-r--r--textproc/gsed/Makefile4
-rw-r--r--textproc/gsed/PLIST4
-rw-r--r--textproc/gsed/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 9d6926b2ab5..2ea2688dade 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2012/12/31 00:27:37 sbd Exp $
+# $NetBSD: Makefile,v 1.44 2013/01/06 00:35:40 wiz Exp $
#
-DISTNAME= sed-4.2.1
+DISTNAME= sed-4.2.2
PKGNAME= g${DISTNAME}
PKGREVISION= 4
CATEGORIES= textproc editors
diff --git a/textproc/gsed/PLIST b/textproc/gsed/PLIST
index f6b9e8c4140..843fe20d26d 100644
--- a/textproc/gsed/PLIST
+++ b/textproc/gsed/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.15 2012/06/01 19:29:38 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.16 2013/01/06 00:35:40 wiz Exp $
bin/gsed
gnu/bin/sed
gnu/man/man1/sed.1
info/sed.info
man/man1/gsed.1
share/locale/af/LC_MESSAGES/sed.mo
+share/locale/ast/LC_MESSAGES/sed.mo
share/locale/ca/LC_MESSAGES/sed.mo
share/locale/cs/LC_MESSAGES/sed.mo
share/locale/da/LC_MESSAGES/sed.mo
@@ -25,6 +26,7 @@ share/locale/id/LC_MESSAGES/sed.mo
share/locale/it/LC_MESSAGES/sed.mo
share/locale/ja/LC_MESSAGES/sed.mo
share/locale/ko/LC_MESSAGES/sed.mo
+share/locale/nb/LC_MESSAGES/sed.mo
share/locale/nl/LC_MESSAGES/sed.mo
share/locale/pl/LC_MESSAGES/sed.mo
share/locale/pt/LC_MESSAGES/sed.mo
diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo
index e86286d46d6..ab2394cd4c3 100644
--- a/textproc/gsed/distinfo
+++ b/textproc/gsed/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2010/05/02 11:09:41 wiz Exp $
+$NetBSD: distinfo,v 1.18 2013/01/06 00:35:40 wiz Exp $
-SHA1 (sed-4.2.1.tar.gz) = 502f5fa9aff891f0383baaeb1958b66dbc4b05c8
-RMD160 (sed-4.2.1.tar.gz) = c7ee3b5d4e4faab966c7af092d783889f10afcaa
-Size (sed-4.2.1.tar.gz) = 1152453 bytes
+SHA1 (sed-4.2.2.tar.gz) = 2f24b4624d1a3080626b11610053996ec30ba0f1
+RMD160 (sed-4.2.2.tar.gz) = c59e8bf071dbef14bad1cc0e50f00f79a73947e8
+Size (sed-4.2.2.tar.gz) = 1349912 bytes