From 11ad63585040c800fdea22c0f1438228ca4586ab Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 13 May 2018 23:09:45 +0000 Subject: [PATCH] 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. --- textproc/Makefile | 1 + textproc/py-rnc2rng/Makefile | 20 ++++++++++++++++++++ textproc/py-rnc2rng/distinfo | 3 +++ textproc/py-rnc2rng/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) create mode 100644 textproc/py-rnc2rng/Makefile create mode 100644 textproc/py-rnc2rng/distinfo create mode 100644 textproc/py-rnc2rng/pkg-descr 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 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