diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/py-gammu/Makefile | 22 | ||||
-rw-r--r-- | comms/py-gammu/distinfo | 2 | ||||
-rw-r--r-- | comms/py-gammu/pkg-descr | 3 |
5 files changed, 28 insertions, 1 deletions
@@ -484,7 +484,6 @@ x11/libxfce4mcs||2009-03-02|Got obsolete by Xfce 4.6 update sysutils/xfce4-mcs-manager||2009-03-02|Got obsolete by Xfce 4.6 update sysutils/xfce4-mcs-plugins||2009-03-02|Got obsolete by Xfce 4.6 update x11-themes/xfce4-icon-theme||2009-03-02|Got obsolete by Xfce 4.6 update -comms/py-gammu||2009-03-04|Incorporated into comms/gammu x11-toolkits/scx||2009-03-06|Abandoned upstream x11-toolkits/xg||2009-03-06|Abandoned upstream audio/quelcom||2009-03-07|Abandoned upstream, requires obsolete version of GCC diff --git a/comms/Makefile b/comms/Makefile index faeddbc80b1a..b9955e902070 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -129,6 +129,7 @@ SUBDIR += pr SUBDIR += predict SUBDIR += py-bulksms + SUBDIR += py-gammu SUBDIR += py-libconcord SUBDIR += py-libimobiledevice SUBDIR += py-lirc diff --git a/comms/py-gammu/Makefile b/comms/py-gammu/Makefile new file mode 100644 index 000000000000..b790dd2cf135 --- /dev/null +++ b/comms/py-gammu/Makefile @@ -0,0 +1,22 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= gammu +PORTVERSION= 2.4 +CATEGORIES= comms python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Python bindings for Gammu library + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libGammu.so:${PORTSDIR}/comms/gammu + +USES= pkgconfig python:2 +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/comms/py-gammu/distinfo b/comms/py-gammu/distinfo new file mode 100644 index 000000000000..1af5342011a5 --- /dev/null +++ b/comms/py-gammu/distinfo @@ -0,0 +1,2 @@ +SHA256 (python-gammu-2.4.tar.gz) = 3ab71dde3af548e9911bb29d53e8f71d3f7dc23768d3a7f08f8e34d120556f10 +SIZE (python-gammu-2.4.tar.gz) = 130258 diff --git a/comms/py-gammu/pkg-descr b/comms/py-gammu/pkg-descr new file mode 100644 index 000000000000..e3baedea3596 --- /dev/null +++ b/comms/py-gammu/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for Gammu library. + +WWW: http://wammu.eu/python-gammu/ |