Date: Tue, 4 Oct 2016 20:05:14 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423300 - in head/textproc: . py-ucl Message-ID: <201610042005.u94K5EoA033140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Oct 4 20:05:14 2016 New Revision: 423300 URL: https://svnweb.freebsd.org/changeset/ports/423300 Log: textproc/py-ucl: UCL parser and emmitter. WWW: https://github.com/vstakhov/libucl/ Added: head/textproc/py-ucl/ head/textproc/py-ucl/Makefile (contents, props changed) head/textproc/py-ucl/distinfo (contents, props changed) head/textproc/py-ucl/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Oct 4 20:04:01 2016 (r423299) +++ head/textproc/Makefile Tue Oct 4 20:05:14 2016 (r423300) @@ -1315,6 +1315,7 @@ SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore + SUBDIR += py-ucl SUBDIR += py-whoosh SUBDIR += py-wicked SUBDIR += py-wordnet Added: head/textproc/py-ucl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-ucl/Makefile Tue Oct 4 20:05:14 2016 (r423300) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= ucl +PORTVERSION= 0.8.0 +CATEGORIES= textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= UCL parser and emmitter + +LICENSE= MIT +LICENSE_FILE= ${WRKDIR}/libucl-${PORTVERSION}/COPYING + +LIB_DEPENDS= libucl.so:textproc/libucl + +USES= python +USE_GITHUB= yes +USE_PYTHON= autoplist concurrent distutils + +GH_ACCOUNT= vstakhov +GH_PROJECT= libucl + +WRKSRC= ${WRKDIR}/libucl-${PORTVERSION}/python + +.include <bsd.port.mk> Added: head/textproc/py-ucl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-ucl/distinfo Tue Oct 4 20:05:14 2016 (r423300) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475610918 +SHA256 (vstakhov-libucl-0.8.0_GH0.tar.gz) = af361cd1f0b7b66c228a1c04a662ccaa9ee8af79842046c04446d915db349ee1 +SIZE (vstakhov-libucl-0.8.0_GH0.tar.gz) = 2022942 Added: head/textproc/py-ucl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-ucl/pkg-descr Tue Oct 4 20:05:14 2016 (r423300) @@ -0,0 +1,3 @@ +UCL parser and emmitter. + +WWW: https://github.com/vstakhov/libucl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610042005.u94K5EoA033140>