[Midnightbsd-cvs] mports [19669] trunk/textproc: add xml2rfc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 7 16:12:50 EDT 2015


Revision: 19669
          http://svnweb.midnightbsd.org/mports/?rev=19669
Author:   laffer1
Date:     2015-08-07 16:12:49 -0400 (Fri, 07 Aug 2015)
Log Message:
-----------
add xml2rfc

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/xml2rfc/
    trunk/textproc/xml2rfc/Makefile
    trunk/textproc/xml2rfc/distinfo
    trunk/textproc/xml2rfc/files/
    trunk/textproc/xml2rfc/files/patch-setup-lxml
    trunk/textproc/xml2rfc/pkg-descr
    trunk/textproc/xml2rfc/pkg-message

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2015-08-07 20:08:54 UTC (rev 19668)
+++ trunk/textproc/Makefile	2015-08-07 20:12:49 UTC (rev 19669)
@@ -172,6 +172,7 @@
 SUBDIR += xhtml
 SUBDIR += xhtml-basic
 SUBDIR += xhtml-modularization
+SUBDIR += xml2rfc
 SUBDIR += xmlcatmgr
 SUBDIR += xmlcharent
 SUBDIR += xmlto

Added: trunk/textproc/xml2rfc/Makefile
===================================================================
--- trunk/textproc/xml2rfc/Makefile	                        (rev 0)
+++ trunk/textproc/xml2rfc/Makefile	2015-08-07 20:12:49 UTC (rev 19669)
@@ -0,0 +1,19 @@
+# Created by: jabley at automagic.org
+# $MidnightBSD$
+
+PORTNAME=	xml2rfc
+PORTVERSION=	2.4.5
+CATEGORIES=	textproc
+MASTER_SITES=	http://tools.ietf.org/tools/xml2rfc2/cli/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Tool to create RFCs and related documents from XML, as per RFC2629
+
+LICENSE=	bsd3
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:${PORTSDIR}/devel/py-lxml
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/xml2rfc/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/xml2rfc/distinfo
===================================================================
--- trunk/textproc/xml2rfc/distinfo	                        (rev 0)
+++ trunk/textproc/xml2rfc/distinfo	2015-08-07 20:12:49 UTC (rev 19669)
@@ -0,0 +1,2 @@
+SHA256 (xml2rfc-2.4.5.tar.gz) = 97425577bcda2542b9c5dd58cec4f2f8dd6602f448d0288f4e38076d7d37540a
+SIZE (xml2rfc-2.4.5.tar.gz) = 1003779


Property changes on: trunk/textproc/xml2rfc/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/xml2rfc/files/patch-setup-lxml
===================================================================
--- trunk/textproc/xml2rfc/files/patch-setup-lxml	                        (rev 0)
+++ trunk/textproc/xml2rfc/files/patch-setup-lxml	2015-08-07 20:12:49 UTC (rev 19669)
@@ -0,0 +1,10 @@
+--- setup.py.~1~	2014-01-17 14:28:33.000000000 -0500
++++ setup.py	2014-02-12 08:26:27.000000000 -0500
+@@ -89,6 +89,6 @@
+     package_data={'xml2rfc': ['templates/*',
+                               ]},
+ 
+-    install_requires = ['lxml >=2.2.8', 'lxml <= 3.2.1' ],
++    install_requires = ['lxml >=2.2.8' ],
+     zip_safe = False,                   # We're reading templates from a package directory.
+ )


Property changes on: trunk/textproc/xml2rfc/files/patch-setup-lxml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/xml2rfc/pkg-descr
===================================================================
--- trunk/textproc/xml2rfc/pkg-descr	                        (rev 0)
+++ trunk/textproc/xml2rfc/pkg-descr	2015-08-07 20:12:49 UTC (rev 19669)
@@ -0,0 +1,5 @@
+This is a port of xml2rfc, a tool for producing documents formatted
+according to the requirements of the RFC editor from XML, as described
+in RFC 2629.
+
+WWW: http://xml.resource.org/


Property changes on: trunk/textproc/xml2rfc/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/xml2rfc/pkg-message
===================================================================
--- trunk/textproc/xml2rfc/pkg-message	                        (rev 0)
+++ trunk/textproc/xml2rfc/pkg-message	2015-08-07 20:12:49 UTC (rev 19669)
@@ -0,0 +1,3 @@
+
+	Have a look at http://xml.resource.org/ for how to get and
+	update bibliographic summaries of each RFC and Internet-Draft.


Property changes on: trunk/textproc/xml2rfc/pkg-message
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list