diff options
author | grant <grant@pkgsrc.org> | 2003-06-14 00:04:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-14 00:04:55 +0000 |
commit | abf351ba30cf21b4557de7ad3b20ffa81f6619ae (patch) | |
tree | 48e23e9da98a898887abdb8c8c563e14143b75ba /textproc/gsed/PLIST | |
parent | c483c2961a3c32c4bc0384e58d5915ccc93e88b6 (diff) | |
download | pkgsrc-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/PLIST')
-rw-r--r-- | textproc/gsed/PLIST | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/textproc/gsed/PLIST b/textproc/gsed/PLIST index 489ebe69521..0305b2e2db3 100644 --- a/textproc/gsed/PLIST +++ b/textproc/gsed/PLIST @@ -1,6 +1,35 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/25 18:10:59 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/14 00:04:55 grant Exp $ bin/${GNU_PROGRAM_PREFIX}sed -man/man1/${GNU_PROGRAM_PREFIX}sed.1 -@unexec ${INSTALL_INFO} --delete %D/info/sed.info %D/info/dir +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/sed.info info/sed.info -@exec ${INSTALL_INFO} %D/info/sed.info %D/info/dir +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/sed.info +info/sed.info-1 +info/sed.info-2 +man/man1/${GNU_PROGRAM_PREFIX}sed.1 +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/et/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/he/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/id/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/sed.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/sed.mo |