xml2rfc port

This commit is contained in:
jakob 1999-07-20 19:46:28 +00:00
parent d927d1bd2d
commit 9f72a3de16
6 changed files with 50 additions and 0 deletions

27
textproc/xml2rfc/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/07/20 19:46:28 jakob Exp $
#
DISTNAME= xml2rfc
CATEGORIES= textproc
MASTER_SITES= http://memory.palace.org/authoring/
MAINTAINER= jakob@openbsd.org
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 \
${PREFIX}/lib/tcl8.0/TclXML:${PORTSDIR}/textproc/TclXML \
NO_BUILD= yes
NO_CONFIGURE= yes
DOCS= README.xml README.txt \
rfc2629-author.xml rfc2629-author.txt \
rfc2629.dtd
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/xml2rfc.tcl ${PREFIX}/bin/xml2rfc
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xml2rfc
.for file in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xml2rfc
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (xml2rfc.tar.gz) = 705425f4d97f36c489fa9b9d83cb1919
RMD160 (xml2rfc.tar.gz) = 738a8053b315982604875f8e145c2fe3a72dc528
SHA1 (xml2rfc.tar.gz) = 98313d158da341ae96a6afaefac580ea324eb011

View File

@ -0,0 +1,10 @@
--- xml2rfc.tcl.orig Wed Jul 7 20:15:36 1999
+++ xml2rfc.tcl Sat Jul 17 19:38:59 1999
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish8.0 "$0" "$0" "$@"
+exec wish8.0 "$0" "$@"
#

View File

@ -0,0 +1 @@
convert memos written in XML to the RFC format

View File

@ -0,0 +1,2 @@
This software helps you to write Internet-Drafts (I-Ds) and Request for
Comments (RFCs) using XML (Extensible Markup Language) as a source format.

View File

@ -0,0 +1,7 @@
bin/xml2rfc
share/doc/xml2rfc/README.xml
share/doc/xml2rfc/README.txt
share/doc/xml2rfc/rfc2629-author.xml
share/doc/xml2rfc/rfc2629-author.txt
share/doc/xml2rfc/rfc2629.dtd
@dirrm share/doc/xml2rfc