py-gammu is a python bindings for Gammu library, which allows

access many phones. It currently does not support all Gammu
features, but range of covered functions is increasing, if you
need some specific, feel free to use bug tracking system for
feature requests.

WWW:	http://cihar.com/gammu/python/

PR:		ports/131330
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-02-08 21:49:42 +00:00
parent dae716f409
commit 5cba629e2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227830
5 changed files with 49 additions and 0 deletions

View File

@ -100,6 +100,7 @@
SUBDIR += pr
SUBDIR += predict
SUBDIR += py-bulksms
SUBDIR += py-gammu
SUBDIR += py-lirc
SUBDIR += py-serial
SUBDIR += pyla

27
comms/py-gammu/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: py-gammu
# Date created: 03 Feb,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gammu
PORTVERSION= 0.28
CATEGORIES= comms python
MASTER_SITES= http://dl.cihar.com/python-gammu/latest/ \
http://mirror.clickcreations.com/python-gammu/latest/ \
http://dl.cihar.com.nyud.net/python-gammu/latest/ \
ftp://dl.cihar.com/python-gammu/latest/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Python bindings for Gammu library
BUILD_DEPENDS= ${LOCALBASE}/bin/gammu:${PORTSDIR}/comms/gammu
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python_${PORTNAME}
.include <bsd.port.mk>

3
comms/py-gammu/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (python-gammu-0.28.tar.gz) = 3fbf329b433808c0af7a67528b559176
SHA256 (python-gammu-0.28.tar.gz) = 9fce80feda7adafa0397203a8b08713614bbacbf00d89984362bee7b479e123b
SIZE (python-gammu-0.28.tar.gz) = 91785

7
comms/py-gammu/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
py-gammu is a python bindings for Gammu library, which allows
access many phones. It currently does not support all Gammu
features, but range of covered functions is increasing, if you
need some specific, feel free to use bug tracking system for
feature requests.
WWW: http://cihar.com/gammu/python/

11
comms/py-gammu/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
%%PYTHON_SITELIBDIR%%/gammu/Core.so
%%PYTHON_SITELIBDIR%%/gammu/Data.py
%%PYTHON_SITELIBDIR%%/gammu/Data.pyc
%%PYTHON_SITELIBDIR%%/gammu/Data.pyo
%%PYTHON_SITELIBDIR%%/gammu/Worker.py
%%PYTHON_SITELIBDIR%%/gammu/Worker.pyc
%%PYTHON_SITELIBDIR%%/gammu/Worker.pyo
%%PYTHON_SITELIBDIR%%/gammu/__init__.py
%%PYTHON_SITELIBDIR%%/gammu/__init__.pyc
%%PYTHON_SITELIBDIR%%/gammu/__init__.pyo
@dirrm %%PYTHON_SITELIBDIR%%/gammu