diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-28 06:13:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-28 06:13:00 +0800 |
commit | 629b5a89daa270a1edb2de5c8f2848d4c4e36de9 (patch) | |
tree | 610df5cf14ea86b576ea9de533b08d4426e15bca | |
parent | e786f3d5974b535ac308d9da060e6071853a3ea9 (diff) | |
download | freebsd-ports-gnome-629b5a89daa270a1edb2de5c8f2848d4c4e36de9.tar.gz freebsd-ports-gnome-629b5a89daa270a1edb2de5c8f2848d4c4e36de9.tar.zst freebsd-ports-gnome-629b5a89daa270a1edb2de5c8f2848d4c4e36de9.zip |
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/
Submitted by: Frank Steinborn <steinex at nognu.de>
-rw-r--r-- | security/Makefile | 1 | ||||
-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 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index cb459617f316..7f401fd06908 100644 --- a/security/Makefile +++ b/security/Makefile @@ -683,6 +683,7 @@ SUBDIR += py-mhash SUBDIR += py-openid SUBDIR += py-openssl + SUBDIR += py-otr SUBDIR += py-paramiko SUBDIR += py-posix1e SUBDIR += py-pow 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 |