diff options
author | bjs <bjs@pkgsrc.org> | 2008-04-18 17:37:10 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-04-18 17:37:10 +0000 |
commit | 0dbad83f25c053c766b7c5afc58c19793a517e8d (patch) | |
tree | d12fd9ada4da7f64d3879772d8eda7d9ec4456ea /textproc/xmltoman | |
parent | 8e530a6d06b682774687fd975c7ffeed0a1b5688 (diff) | |
download | pkgsrc-0dbad83f25c053c766b7c5afc58c19793a517e8d.tar.gz |
Update to xmlman-0.4. While here, add a missing RCS tag to
files/Makefile. Minor changes:
xmltoman (0.4) gutsy; urgency=low
* Generated HTML entities to &<>".
* Show error message when no file is passed.
Diffstat (limited to 'textproc/xmltoman')
-rw-r--r-- | textproc/xmltoman/Makefile | 5 | ||||
-rw-r--r-- | textproc/xmltoman/distinfo | 8 | ||||
-rw-r--r-- | textproc/xmltoman/files/Makefile | 3 |
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/xmltoman/Makefile b/textproc/xmltoman/Makefile index fdb55cb77af..a5deb3829e6 100644 --- a/textproc/xmltoman/Makefile +++ b/textproc/xmltoman/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/01/18 04:15:01 bjs Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/18 17:37:10 bjs Exp $ # -DISTNAME= xmltoman_0.3.orig +DISTNAME= xmltoman_0.4.orig PKGNAME= ${DISTNAME:S/_/-/:R} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xmltoman/} diff --git a/textproc/xmltoman/distinfo b/textproc/xmltoman/distinfo index 29465ecb5a2..367a606ff5b 100644 --- a/textproc/xmltoman/distinfo +++ b/textproc/xmltoman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/01/16 03:04:16 bjs Exp $ +$NetBSD: distinfo,v 1.2 2008/04/18 17:37:10 bjs Exp $ -SHA1 (xmltoman_0.3.orig.tar.gz) = dcda61c3fe1deae57bf0377547fead58cc40eac0 -RMD160 (xmltoman_0.3.orig.tar.gz) = be720be467e6cb6805a831a326fa5c30521cd923 -Size (xmltoman_0.3.orig.tar.gz) = 14780 bytes +SHA1 (xmltoman_0.4.orig.tar.gz) = 151f75d78d1fa53bca25b94dc00e46a27fabfee8 +RMD160 (xmltoman_0.4.orig.tar.gz) = ce61c5184d5ba0a9db63bff2d4635eb644825383 +Size (xmltoman_0.4.orig.tar.gz) = 15250 bytes diff --git a/textproc/xmltoman/files/Makefile b/textproc/xmltoman/files/Makefile index c2b0e8b9138..b35e21994b8 100644 --- a/textproc/xmltoman/files/Makefile +++ b/textproc/xmltoman/files/Makefile @@ -1,4 +1,5 @@ - +# $NetBSD: Makefile,v 1.2 2008/04/18 17:37:10 bjs Exp $ +# SCRIPTS= xmltoman xmlmantohtml MAN= xmltoman.1 xmlmantohtml.1 |