From 62798a57c836ec77deea8e3af6d298950a0d8056 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 30 Jun 2013 14:51:11 +0000 Subject: New port: py-binplist A binary property list parser module written in python --- devel/Makefile | 1 + devel/py-binplist/Makefile | 23 +++++++++++++++++++++++ devel/py-binplist/distinfo | 2 ++ devel/py-binplist/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) create mode 100644 devel/py-binplist/Makefile create mode 100644 devel/py-binplist/distinfo create mode 100644 devel/py-binplist/pkg-descr (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index f3dc332f48b7..7abbbec02a8f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3452,6 +3452,7 @@ SUBDIR += py-avro SUBDIR += py-babel SUBDIR += py-billiard + SUBDIR += py-binplist SUBDIR += py-bison SUBDIR += py-bitarray SUBDIR += py-bitstring diff --git a/devel/py-binplist/Makefile b/devel/py-binplist/Makefile new file mode 100644 index 000000000000..c9bf1c342b72 --- /dev/null +++ b/devel/py-binplist/Makefile @@ -0,0 +1,23 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= binplist +PORTVERSION= 0.1.1 +CATEGORIES= devel python +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Binary plist parser + +LICENSE= AL2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +PLIST_FILES= bin/binplist \ + %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +.include diff --git a/devel/py-binplist/distinfo b/devel/py-binplist/distinfo new file mode 100644 index 000000000000..98ff36d651f2 --- /dev/null +++ b/devel/py-binplist/distinfo @@ -0,0 +1,2 @@ +SHA256 (binplist-0.1.1.tar.gz) = 244a269ca686195d461f3ccf33bca1ba7e3c3f840818f69e7a20b1f7e7d7d1b9 +SIZE (binplist-0.1.1.tar.gz) = 14796 diff --git a/devel/py-binplist/pkg-descr b/devel/py-binplist/pkg-descr new file mode 100644 index 000000000000..28c8b75dd024 --- /dev/null +++ b/devel/py-binplist/pkg-descr @@ -0,0 +1,3 @@ +Binary property list (plist) parser module written in python. + +WWW: http://code.google.com/p/binplist/ -- cgit