Fri Apr 18 17:37:10 2008 UTC ()
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.


(bjs)
diff -r1.2 -r1.3 pkgsrc/textproc/xmltoman/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/xmltoman/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/xmltoman/files/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/textproc/xmltoman/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/xmltoman/Makefile 2008/01/18 04:15:01 1.2
+++ pkgsrc/textproc/xmltoman/Makefile 2008/04/18 17:37:10 1.3
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2008/01/18 04:15:01 bjs Exp $ 1# $NetBSD: Makefile,v 1.3 2008/04/18 17:37:10 bjs Exp $
2# 2#
3 3
4DISTNAME= xmltoman_0.3.orig 4DISTNAME= xmltoman_0.4.orig
5PKGNAME= ${DISTNAME:S/_/-/:R} 5PKGNAME= ${DISTNAME:S/_/-/:R}
6PKGREVISION= 1 
7CATEGORIES= textproc 6CATEGORIES= textproc
8MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xmltoman/} 7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xmltoman/}
9 8
10MAINTAINER= bjs@NetBSD.org 9MAINTAINER= bjs@NetBSD.org
11HOMEPAGE= # none 10HOMEPAGE= # none
12COMMENT= XML to manual page converter 11COMMENT= XML to manual page converter
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser 15DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
17 16
18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
19USE_TOOLS+= perl:run 18USE_TOOLS+= perl:run

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/xmltoman/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/xmltoman/distinfo 2008/01/16 03:04:16 1.1.1.1
+++ pkgsrc/textproc/xmltoman/distinfo 2008/04/18 17:37:10 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/01/16 03:04:16 bjs Exp $ 1$NetBSD: distinfo,v 1.2 2008/04/18 17:37:10 bjs Exp $
2 2
3SHA1 (xmltoman_0.3.orig.tar.gz) = dcda61c3fe1deae57bf0377547fead58cc40eac0 3SHA1 (xmltoman_0.4.orig.tar.gz) = 151f75d78d1fa53bca25b94dc00e46a27fabfee8
4RMD160 (xmltoman_0.3.orig.tar.gz) = be720be467e6cb6805a831a326fa5c30521cd923 4RMD160 (xmltoman_0.4.orig.tar.gz) = ce61c5184d5ba0a9db63bff2d4635eb644825383
5Size (xmltoman_0.3.orig.tar.gz) = 14780 bytes 5Size (xmltoman_0.4.orig.tar.gz) = 15250 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/xmltoman/files/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/xmltoman/files/Makefile 2008/01/16 03:04:16 1.1.1.1
+++ pkgsrc/textproc/xmltoman/files/Makefile 2008/04/18 17:37:10 1.2
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1 1# $NetBSD: Makefile,v 1.2 2008/04/18 17:37:10 bjs Exp $
 2#
2SCRIPTS= xmltoman xmlmantohtml 3SCRIPTS= xmltoman xmlmantohtml
3MAN= xmltoman.1 xmlmantohtml.1 4MAN= xmltoman.1 xmlmantohtml.1
4 5
5.PATH: ${.CURDIR}/xml 6.PATH: ${.CURDIR}/xml
6FILES= xmltoman.dtd xmltoman.css xmltoman.xsl 7FILES= xmltoman.dtd xmltoman.css xmltoman.xsl
7FILESDIR= ${PREFIX}/share/xmltoman 8FILESDIR= ${PREFIX}/share/xmltoman
8 9
9MKCATPAGES= no 10MKCATPAGES= no
10CLEANFILES= *.1 11CLEANFILES= *.1
11 12
12.include <bsd.prog.mk> 13.include <bsd.prog.mk>
13 14
14xmltoman.1: xml/xmltoman.1.xml 15xmltoman.1: xml/xmltoman.1.xml