diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-24 12:13:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-24 12:13:48 +0000 |
commit | 04dc96fdcccbed1592737db57f88168deaac90d1 (patch) | |
tree | 421d3ced8037130b7a8a0f7e20e739b3ce051aa3 /misc | |
parent | a328f636e6eecaaf3e57f84325f46c808f5eac72 (diff) | |
download | pkgsrc-04dc96fdcccbed1592737db57f88168deaac90d1.tar.gz |
Update to 20140219:
2014/02/19
+ cleanup of manpages prompted by Gislason's comments.
+ several changes to manpages to improve presentation (patches by
Bjarni I. Gislason, Debian #739180, Debian #739181)
+ use "\/" when transitioning from italic to normal font
+ correct an instance of "e.g,."
+ use "\e" rather than "\\" to present a literal "\"
+ improve formatting of table header
+ remove some excess space-characters
+ change a reference 0-9 to use "through" as the connector
+ use "\&" to separate "." from a space to make the space shorter
+ change a list's TP macro parameters to make the hanging text align
better with the adjacent paragraph
+ add comma in a few places before "and" in a list
+ separate units from numbers with a nonfillable space
+ replace "-" with en-dash in a few places
+ corrected argument indices after "--args" and "--file" to rescan the
argument list after removing/substituting those options.
+ fix loops for "--file" option to handle cases with zero or no tokens at
all substituted (Redhat #1066168).
+ add gd.po from
http://translationproject.org/latest/dialog/
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 42bba9d8647..558edaa5db0 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2014/02/03 16:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2014/02/24 12:13:48 wiz Exp $ -DISTNAME= dialog-1.2-20140112 +DISTNAME= dialog-1.2-20140219 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index 5a17dcdae86..0e4451ae387 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2014/02/03 16:42:32 wiz Exp $ +$NetBSD: distinfo,v 1.38 2014/02/24 12:13:48 wiz Exp $ -SHA1 (dialog-1.2-20140112.tgz) = 0933888e4cb847a185be495d6b9deb3907c581e4 -RMD160 (dialog-1.2-20140112.tgz) = 953f7ec92e88abe759fe38df5a6493b5b499d18e -Size (dialog-1.2-20140112.tgz) = 452560 bytes +SHA1 (dialog-1.2-20140219.tgz) = 50b70508254afe678265eed28654e629853649b1 +RMD160 (dialog-1.2-20140219.tgz) = 6169714d860516dbebd67a99b16f01df34525312 +Size (dialog-1.2-20140219.tgz) = 453535 bytes |