diff options
author | makc <makc@FreeBSD.org> | 2015-10-14 05:18:59 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-10-14 05:18:59 +0800 |
commit | 1c1aec681eecb06348a07a83ed3d2efed1fcfebb (patch) | |
tree | 9910eb6f6766eaea58ec75e888fe54ccc3e6b6c6 /graphics/py-gphoto2 | |
parent | 406ef1909b494428c55880ce75a61871bac7017f (diff) | |
download | freebsd-ports-gnome-1c1aec681eecb06348a07a83ed3d2efed1fcfebb.tar.gz freebsd-ports-gnome-1c1aec681eecb06348a07a83ed3d2efed1fcfebb.tar.zst freebsd-ports-gnome-1c1aec681eecb06348a07a83ed3d2efed1fcfebb.zip |
Add new port graphics/py-gphoto2:
Python bindings for libgphoto2.
WWW: http://pypi.python.org/pypi/gphoto2/
Diffstat (limited to 'graphics/py-gphoto2')
-rw-r--r-- | graphics/py-gphoto2/Makefile | 28 | ||||
-rw-r--r-- | graphics/py-gphoto2/distinfo | 2 | ||||
-rw-r--r-- | graphics/py-gphoto2/pkg-descr | 3 |
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/py-gphoto2/Makefile b/graphics/py-gphoto2/Makefile new file mode 100644 index 000000000000..95b6bf93aa10 --- /dev/null +++ b/graphics/py-gphoto2/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= gphoto2 +PORTVERSION= 1.2.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= python-gphoto2 + +MAINTAINER= makc@FreeBSD.org +COMMENT= Python bindings for libgphoto2 + +LICENSE= GPLv3 + +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 + +USES= pkgconfig python +USE_PYTHON= autoplist concurrent distutils + +OPTIONS_DEFINE= DOCS EXAMPLES + +post-patch: + ${REINPLACE_CMD} \ + -e 's|share/python-gphoto2/examples|${EXAMPLESDIR:S,${PREFIX}/,,}|' \ + -e 's|share/python-gphoto2|${DOCSDIR:S,${PREFIX}/,,}|' \ + ${WRKSRC}/setup.py + +.include <bsd.port.mk> diff --git a/graphics/py-gphoto2/distinfo b/graphics/py-gphoto2/distinfo new file mode 100644 index 000000000000..c8b39acc875f --- /dev/null +++ b/graphics/py-gphoto2/distinfo @@ -0,0 +1,2 @@ +SHA256 (python-gphoto2/gphoto2-1.2.0.tar.gz) = 444277aacbd48d6262057da76a71c6da8824b752ac49c00640a5f4e6bba066a0 +SIZE (python-gphoto2/gphoto2-1.2.0.tar.gz) = 925837 diff --git a/graphics/py-gphoto2/pkg-descr b/graphics/py-gphoto2/pkg-descr new file mode 100644 index 000000000000..11ecffd07aab --- /dev/null +++ b/graphics/py-gphoto2/pkg-descr @@ -0,0 +1,3 @@ +python-gphoto2 provides Python interface to libgphoto2. + +WWW: http://pypi.python.org/pypi/gphoto2/ |