svn commit: r469837 - in head/textproc: . py-rnc2rng

Yuri Victorovich yuri at FreeBSD.org
Sun May 13 23:09:47 UTC 2018


Author: yuri
Date: Sun May 13 23:09:45 2018
New Revision: 469837
URL: https://svnweb.freebsd.org/changeset/ports/469837

Log:
  New port: textproc/py-rnc2rng: RELAX NG Compact to regular syntax conversion library
  
  I couldn't find a more detailed descriprion for pkg-descr. I asked the upstream maintainer to add description.

Added:
  head/textproc/py-rnc2rng/
  head/textproc/py-rnc2rng/Makefile   (contents, props changed)
  head/textproc/py-rnc2rng/distinfo   (contents, props changed)
  head/textproc/py-rnc2rng/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun May 13 22:55:34 2018	(r469836)
+++ head/textproc/Makefile	Sun May 13 23:09:45 2018	(r469837)
@@ -1367,6 +1367,7 @@
     SUBDIR += py-rdflib
     SUBDIR += py-regex
     SUBDIR += py-reverend
+    SUBDIR += py-rnc2rng
     SUBDIR += py-rss2gen
     SUBDIR += py-rst2html5
     SUBDIR += py-rstyoutube

Added: head/textproc/py-rnc2rng/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-rnc2rng/Makefile	Sun May 13 23:09:45 2018	(r469837)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	rnc2rng
+DISTVERSION=	2.6
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	RELAX NG Compact to regular syntax conversion library
+
+LICENSE=	PD
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rply>0:devel/py-rply@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils concurrent autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-rnc2rng/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-rnc2rng/distinfo	Sun May 13 23:09:45 2018	(r469837)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526252275
+SHA256 (rnc2rng-2.6.tar.gz) = 81a48b26f621f5010a0f550825356d0440c4dae88027ed6a8dffd7a303b1cc53
+SIZE (rnc2rng-2.6.tar.gz) = 14114

Added: head/textproc/py-rnc2rng/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-rnc2rng/pkg-descr	Sun May 13 23:09:45 2018	(r469837)
@@ -0,0 +1,3 @@
+RELAX NG Compact to regular syntax conversion library.
+
+WWW: https://github.com/djc/rnc2rng


More information about the svn-ports-all mailing list