update to v1.24
This commit is contained in:
parent
c2b3e620cf
commit
02c1f5977a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2003/12/27 23:35:45 jose Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2004/06/19 20:42:30 jakob Exp $
|
||||
|
||||
COMMENT= "convert memos written in XML to the RFC format"
|
||||
|
||||
VERSION= 1.17
|
||||
VERSION= 1.24
|
||||
DISTNAME= xml2rfc-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
|
||||
@ -44,7 +44,7 @@ do-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/xml2rfc
|
||||
@${INSTALL_DATA} ${WRKSRC}/xml2rfc.tcl ${PREFIX}/share/xml2rfc
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xml2rfc
|
||||
.for file in *.html *.txt *.xml *.dtd *.xslt
|
||||
.for file in *.html *.txt *.xml *.dtd *.xsd *.rnc
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xml2rfc
|
||||
.endfor
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xml2rfc-1.17.tgz) = db2b29a21fa5f75ef6646fe559dc09ed
|
||||
RMD160 (xml2rfc-1.17.tgz) = a96942c8d7ca17cb35415b1f42197859db66e487
|
||||
SHA1 (xml2rfc-1.17.tgz) = 6a789929852a8f6312d3e3b72ac56aae9121d471
|
||||
MD5 (xml2rfc-1.24.tgz) = 5023f2c61f2fb182d1fd77d5f59a766e
|
||||
RMD160 (xml2rfc-1.24.tgz) = 44939ba54f0872838b69c5390b0a28ea3e27bfc6
|
||||
SHA1 (xml2rfc-1.24.tgz) = c76f67f9b2a958d5e71177f7295702090f9e3117
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/02/17 13:29:17 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2004/06/19 20:42:30 jakob Exp $
|
||||
bin/xml2rfc
|
||||
share/doc/xml2rfc/README.html
|
||||
share/doc/xml2rfc/README.txt
|
||||
@ -7,9 +7,12 @@ share/doc/xml2rfc/draft-mrose-writing-rfcs.html
|
||||
share/doc/xml2rfc/draft-mrose-writing-rfcs.txt
|
||||
share/doc/xml2rfc/rfc2629.dtd
|
||||
share/doc/xml2rfc/rfc2629.html
|
||||
share/doc/xml2rfc/rfc2629.rnc
|
||||
share/doc/xml2rfc/rfc2629.txt
|
||||
share/doc/xml2rfc/rfc2629.xml
|
||||
share/doc/xml2rfc/rfc2629.xslt
|
||||
share/doc/xml2rfc/rfc2629.xsd
|
||||
share/doc/xml2rfc/sample.txt
|
||||
share/doc/xml2rfc/sample.xml
|
||||
share/xml2rfc/xml2rfc.tcl
|
||||
@dirrm share/xml2rfc
|
||||
@dirrm share/doc/xml2rfc
|
||||
|
Loading…
Reference in New Issue
Block a user