diff options
author | bsiegert <bsiegert> | 2015-07-25 16:45:12 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2015-07-25 16:45:12 +0000 |
commit | 6815757f8168d91652e19135218ff0901097c932 (patch) | |
tree | 30a2e5ef0a688c1420bef477d0bdc3efa1c4d6f9 /editors | |
parent | f5c4a1b9803f8272812ab2adc41c735f8f929e55 (diff) | |
download | pkgsrc-6815757f8168d91652e19135218ff0901097c932.tar.gz |
Update ed to 1.12. From Ben Gergely in mail to pkgsrc-users.
* main_loop.c (exec_command): Return ERR if 'system' can't
create a shell process.
* main_loop.c (main_loop): Flush stdout/stderr before reading a
new command.
* buffer.c (put_sbuf_line): Added size parameter.
* ed.1: Man page is now generated with 'help2man'.
* ed.1: All command-line options are now documented in the man page.
* Restored copyright notices of Andrew L. Moore. It seems Andrew
granted some permissions but never assigned copyright to the FSF.
* buffer.c (append_lines): Fixed 'a', 'c' and 'i' commands.
(When used in a global command list, the commands following
them in the list were ignored).
* main_loop.c (exec_command): Fixed 'e' command.
(It quitted when invoked a second time with a modified buffer).
* main.c: Added new option '--restricted'.
* 'red' has been converted to a script invoking 'ed --restricted'.
* Description of ed in the manual has been changed.
* testsuite: Modified some tests and removed obsolete posix tests.
* main_loop.c: 'ibufp' variable made local to main_loop.
* Defined type bool to make clear which functions and variables
are Boolean.
* Added 'const' to all pointer declarations accepting it.
* regex.c (replace_matching_text): Make se_max an enum.
* signal.c: Include termios.h
* Converted C99 style comments '//' to C89 style comments '/* */'.
* ed.texinfo: Fixed an erratum.
* Changed copyright holder from Andrew, Antonio to the FSF.
* buffer.c, main_loop.c: Undo now restores the modified status.
* regex.c (search_and_replace): Fixed a race condition with user
interrupt.
* signal.c: Added functions resize_line_buffer and
resize_undo_buffer to definitively fix the aliasing warnings.
* Some minor corrections have been made to the manual.
* carg_parser.c (ap_resize_buffer): An aliasing related segfault
that only occurs when overoptimizing with GCC on some
architectures (alpha, sparc) has been (hopefully) fixed.
* signal.c (resize_buffer): Likewise.
* configure: Locale has been fixed to 'C'.
* Makefile.in: Man page is now installed by default.
* 'make install-info' should now work on Debian and OS X.
* ed.texinfo: License updated to GFDL version 1.3 or later.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ed/Makefile | 7 | ||||
-rw-r--r-- | editors/ed/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile index cd8e5a6843a..af66f43a709 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2012/12/06 11:41:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/25 16:45:12 bsiegert Exp $ -DISTNAME= ed-1.1 -PKGREVISION= 2 +DISTNAME= ed-1.12 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=ed/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.lz MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.gnu.org/software/ed/ed.html diff --git a/editors/ed/distinfo b/editors/ed/distinfo index c3a3ac234fc..8948e317cb8 100644 --- a/editors/ed/distinfo +++ b/editors/ed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/11/04 14:27:37 reed Exp $ +$NetBSD: distinfo,v 1.8 2015/07/25 16:45:12 bsiegert Exp $ -SHA1 (ed-1.1.tar.bz2) = 0b66e79ebfe87eb80eb49be6ca7bb46df6f90e28 -RMD160 (ed-1.1.tar.bz2) = 0b79d8ade82a5eb1715cbe82e0088147b964a449 -Size (ed-1.1.tar.bz2) = 68120 bytes +SHA1 (ed-1.12.tar.lz) = 095760399ea0e54fdfb4e17f5f7f093fbccb2f33 +RMD160 (ed-1.12.tar.lz) = 6d81fb1c336fa90d95ab619c36e615580f3410b4 +Size (ed-1.12.tar.lz) = 63843 bytes |