diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile new file mode 100644 index 00000000000..707859f9931 --- /dev/null +++ b/textproc/xml2rfc/Makefile @@ -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 diff --git a/textproc/xml2rfc/files/md5 b/textproc/xml2rfc/files/md5 new file mode 100644 index 00000000000..d6f786db2a1 --- /dev/null +++ b/textproc/xml2rfc/files/md5 @@ -0,0 +1,3 @@ +MD5 (xml2rfc.tar.gz) = 705425f4d97f36c489fa9b9d83cb1919 +RMD160 (xml2rfc.tar.gz) = 738a8053b315982604875f8e145c2fe3a72dc528 +SHA1 (xml2rfc.tar.gz) = 98313d158da341ae96a6afaefac580ea324eb011 diff --git a/textproc/xml2rfc/patches/patch-aa b/textproc/xml2rfc/patches/patch-aa new file mode 100644 index 00000000000..28d4082f34c --- /dev/null +++ b/textproc/xml2rfc/patches/patch-aa @@ -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" "$@" + + + # diff --git a/textproc/xml2rfc/pkg/COMMENT b/textproc/xml2rfc/pkg/COMMENT new file mode 100644 index 00000000000..ffd252427e6 --- /dev/null +++ b/textproc/xml2rfc/pkg/COMMENT @@ -0,0 +1 @@ +convert memos written in XML to the RFC format diff --git a/textproc/xml2rfc/pkg/DESCR b/textproc/xml2rfc/pkg/DESCR new file mode 100644 index 00000000000..b98a55185c3 --- /dev/null +++ b/textproc/xml2rfc/pkg/DESCR @@ -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. diff --git a/textproc/xml2rfc/pkg/PLIST b/textproc/xml2rfc/pkg/PLIST new file mode 100644 index 00000000000..660fb97e7b2 --- /dev/null +++ b/textproc/xml2rfc/pkg/PLIST @@ -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