diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-27 22:13:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-27 22:13:00 +0000 |
commit | 9ce51625c67c2887dc6153537b9a763d6d1698c5 (patch) | |
tree | e1f8a3b8b7a3552217b2b18a152fcb941c49d5e9 /security/py-otr | |
parent | a571331cf2189bd112e0fc71b970bf0ab2998595 (diff) | |
download | ports-9ce51625c67c2887dc6153537b9a763d6d1698c5.tar.gz ports-9ce51625c67c2887dc6153537b9a763d6d1698c5.zip |
Notes
Diffstat (limited to 'security/py-otr')
-rw-r--r-- | security/py-otr/Makefile | 26 | ||||
-rw-r--r-- | security/py-otr/distinfo | 3 | ||||
-rw-r--r-- | security/py-otr/pkg-descr | 5 | ||||
-rw-r--r-- | security/py-otr/pkg-plist | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile new file mode 100644 index 000000000000..b8b44d2674b7 --- /dev/null +++ b/security/py-otr/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: py-otr +# Date created: 2010-26-03 +# Whom: Frank Steinborn <steinex@nognu.de> +# +# $FreeBSD$ + +PORTNAME= otr +PORTVERSION= 0.2.1.1 +CATEGORIES= security python +MASTER_SITES= http://python-otr.pentabarf.de/releases/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-otr-${PORTVERSION} + +MAINTAINER= steinex@nognu.de +COMMENT= A set of python bindings for libotr + +BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= otr:${PORTSDIR}/security/libotr + +USE_PYTHON= yes +USE_PYDISTUTILS=yes +PYDISTUTILS_PKGNAME= python-otr + +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/security/py-otr/distinfo b/security/py-otr/distinfo new file mode 100644 index 000000000000..2754a0913e55 --- /dev/null +++ b/security/py-otr/distinfo @@ -0,0 +1,3 @@ +MD5 (python-otr-0.2.1.1.tar.gz) = e753e6516d611d0c37a3fc785fb29b21 +SHA256 (python-otr-0.2.1.1.tar.gz) = 9395ce816452aee28e0ae003c66433a67e65f2bf8390cbefb247b657e0c840b1 +SIZE (python-otr-0.2.1.1.tar.gz) = 39913 diff --git a/security/py-otr/pkg-descr b/security/py-otr/pkg-descr new file mode 100644 index 000000000000..d08f1a92b8ef --- /dev/null +++ b/security/py-otr/pkg-descr @@ -0,0 +1,5 @@ +Python-otr is a set of python bindings for libotr. This gives +developers the flexibility to implement OTR encryption for +their python-based Instant Messaging clients. + +WWW: http://python-otr.pentabarf.de/ diff --git a/security/py-otr/pkg-plist b/security/py-otr/pkg-plist new file mode 100644 index 000000000000..af27f36e86b8 --- /dev/null +++ b/security/py-otr/pkg-plist @@ -0,0 +1,4 @@ +%%PYTHON_SITELIBDIR%%/_otr.so +%%PYTHON_SITELIBDIR%%/otr.py +%%PYTHON_SITELIBDIR%%/otr.pyc +%%PYTHON_SITELIBDIR%%/otr.pyo |