aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-12-10 07:11:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-12-10 07:11:50 +0000
commit27491d5afb5a230a4c8590287d8f8a81d61be77f (patch)
tree05085157a07c864268c331c4297f8bb19467a578
parentf1b5078e834ee2914956338727be29ae2af4afdc (diff)
downloadports-27491d5afb5a230a4c8590287d8f8a81d61be77f.tar.gz
ports-27491d5afb5a230a4c8590287d8f8a81d61be77f.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--comms/Makefile1
-rw-r--r--comms/py-gammu/Makefile22
-rw-r--r--comms/py-gammu/distinfo2
-rw-r--r--comms/py-gammu/pkg-descr3
5 files changed, 28 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index 0f76ee83b22a..ef8eb91c44bf 100644
--- a/MOVED
+++ b/MOVED
@@ -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/