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:
parent
dae716f409
commit
5cba629e2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227830
@ -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
27
comms/py-gammu/Makefile
Normal 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
3
comms/py-gammu/distinfo
Normal 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
7
comms/py-gammu/pkg-descr
Normal 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
11
comms/py-gammu/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user