svn commit: r322089 - in head/devel: . py-binplist

Antoine Brodin antoine at FreeBSD.org
Sun Jun 30 14:51:13 UTC 2013


Author: antoine
Date: Sun Jun 30 14:51:11 2013
New Revision: 322089
URL: http://svnweb.freebsd.org/changeset/ports/322089

Log:
  New port: py-binplist
  A binary property list parser module written in python

Added:
  head/devel/py-binplist/
  head/devel/py-binplist/Makefile   (contents, props changed)
  head/devel/py-binplist/distinfo   (contents, props changed)
  head/devel/py-binplist/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun 30 14:49:55 2013	(r322088)
+++ head/devel/Makefile	Sun Jun 30 14:51:11 2013	(r322089)
@@ -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

Added: head/devel/py-binplist/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-binplist/Makefile	Sun Jun 30 14:51:11 2013	(r322089)
@@ -0,0 +1,23 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	binplist
+PORTVERSION=	0.1.1
+CATEGORIES=	devel python
+MASTER_SITES=	GOOGLE_CODE
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	antoine at 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 <bsd.port.mk>

Added: head/devel/py-binplist/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-binplist/distinfo	Sun Jun 30 14:51:11 2013	(r322089)
@@ -0,0 +1,2 @@
+SHA256 (binplist-0.1.1.tar.gz) = 244a269ca686195d461f3ccf33bca1ba7e3c3f840818f69e7a20b1f7e7d7d1b9
+SIZE (binplist-0.1.1.tar.gz) = 14796

Added: head/devel/py-binplist/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-binplist/pkg-descr	Sun Jun 30 14:51:11 2013	(r322089)
@@ -0,0 +1,3 @@
+Binary property list (plist) parser module written in python.
+
+WWW: http://code.google.com/p/binplist/


More information about the svn-ports-all mailing list