aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-14 07:09:45 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-14 07:09:45 +0800
commit11ad63585040c800fdea22c0f1438228ca4586ab (patch)
treedd8bdaed934c5ed6c953509501a24059f770621f
parent6706cd608f0811093c55436070cdac227e24dce9 (diff)
downloadfreebsd-ports-gnome-11ad63585040c800fdea22c0f1438228ca4586ab.tar.gz
freebsd-ports-gnome-11ad63585040c800fdea22c0f1438228ca4586ab.tar.zst
freebsd-ports-gnome-11ad63585040c800fdea22c0f1438228ca4586ab.zip
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.
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-rnc2rng/Makefile20
-rw-r--r--textproc/py-rnc2rng/distinfo3
-rw-r--r--textproc/py-rnc2rng/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 03531edc17a3..5fa2dea2378a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-rnc2rng/Makefile b/textproc/py-rnc2rng/Makefile
new file mode 100644
index 000000000000..5b074c9b94cf
--- /dev/null
+++ b/textproc/py-rnc2rng/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= rnc2rng
+DISTVERSION= 2.6
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@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>
diff --git a/textproc/py-rnc2rng/distinfo b/textproc/py-rnc2rng/distinfo
new file mode 100644
index 000000000000..f3c7ae84328e
--- /dev/null
+++ b/textproc/py-rnc2rng/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526252275
+SHA256 (rnc2rng-2.6.tar.gz) = 81a48b26f621f5010a0f550825356d0440c4dae88027ed6a8dffd7a303b1cc53
+SIZE (rnc2rng-2.6.tar.gz) = 14114
diff --git a/textproc/py-rnc2rng/pkg-descr b/textproc/py-rnc2rng/pkg-descr
new file mode 100644
index 000000000000..3d95656eb168
--- /dev/null
+++ b/textproc/py-rnc2rng/pkg-descr
@@ -0,0 +1,3 @@
+RELAX NG Compact to regular syntax conversion library.
+
+WWW: https://github.com/djc/rnc2rng