1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

textproc/py-ucl: UCL parser and emmitter.

WWW: https://github.com/vstakhov/libucl/
This commit is contained in:
William Grzybowski 2016-10-04 20:05:14 +00:00
parent 080c697cfe
commit 01af09e1a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423300
4 changed files with 32 additions and 0 deletions

View File

@ -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

25
textproc/py-ucl/Makefile Normal file
View File

@ -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>

3
textproc/py-ucl/distinfo Normal file
View File

@ -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

View File

@ -0,0 +1,3 @@
UCL parser and emmitter.
WWW: https://github.com/vstakhov/libucl/