svn commit: r382357 - in head/archivers: . py-python-snappy

Antoine Brodin antoine at FreeBSD.org
Thu Mar 26 23:36:04 UTC 2015


Author: antoine
Date: Thu Mar 26 23:36:02 2015
New Revision: 382357
URL: https://svnweb.freebsd.org/changeset/ports/382357
QAT: https://qat.redports.org/buildarchive/r382357/

Log:
  New port: archivers/py-python-snappy
  Python library for the snappy compression library from Google.
  WWW: https://github.com/andrix/python-snappy

Added:
  head/archivers/py-python-snappy/
  head/archivers/py-python-snappy/Makefile   (contents, props changed)
  head/archivers/py-python-snappy/distinfo   (contents, props changed)
  head/archivers/py-python-snappy/pkg-descr   (contents, props changed)
Modified:
  head/archivers/Makefile

Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile	Thu Mar 26 23:32:19 2015	(r382356)
+++ head/archivers/Makefile	Thu Mar 26 23:36:02 2015	(r382357)
@@ -167,6 +167,7 @@
     SUBDIR += py-liblzma
     SUBDIR += py-librtfcomp
     SUBDIR += py-lzma
+    SUBDIR += py-python-snappy
     SUBDIR += qpress
     SUBDIR += quazip
     SUBDIR += rar

Added: head/archivers/py-python-snappy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-python-snappy/Makefile	Thu Mar 26 23:36:02 2015	(r382357)
@@ -0,0 +1,21 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	python-snappy
+PORTVERSION=	0.5
+CATEGORIES=	archivers devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	antoine at FreeBSD.org
+COMMENT=	Python library for the snappy compression library from Google
+
+LICENSE=	BSD3CLAUSE
+
+LIB_DEPENDS=	libsnappy.so:${PORTSDIR}/archivers/snappy
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+CPPFLAGS+=	-I${LOCALBASE}/include
+
+.include <bsd.port.mk>

Added: head/archivers/py-python-snappy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-python-snappy/distinfo	Thu Mar 26 23:36:02 2015	(r382357)
@@ -0,0 +1,2 @@
+SHA256 (python-snappy-0.5.tar.gz) = c7fe37679ebfc73840c7cc83657a76bc1ac978efa286b8ac3569fd0630d2b80d
+SIZE (python-snappy-0.5.tar.gz) = 12495

Added: head/archivers/py-python-snappy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-python-snappy/pkg-descr	Thu Mar 26 23:36:02 2015	(r382357)
@@ -0,0 +1,3 @@
+Python library for the snappy compression library from Google.
+
+WWW: https://github.com/andrix/python-snappy


More information about the svn-ports-head mailing list