Skip to content

Commit

Permalink
textproc/py-ucl: UCL parser and emmitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Oct 4, 2016
1 parent 82dbb08 commit e621808
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions textproc/py-ucl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# $FreeBSD$

PORTNAME= ucl
PORTVERSION= 0.8.0
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= [email protected]
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 changes: 3 additions & 0 deletions textproc/py-ucl/distinfo
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions textproc/py-ucl/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UCL parser and emmitter.

WWW: https://github.com/vstakhov/libucl/

0 comments on commit e621808

Please sign in to comment.