ports/59987: New port: comms/py-bulksms - Python client for the BulkSMS.co.uk HTTP API
Andy Gilligan
andy at evo6.org
Sat Dec 6 04:50:28 UTC 2003
>Number: 59987
>Category: ports
>Synopsis: New port: comms/py-bulksms - Python client for the BulkSMS.co.uk HTTP API
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 05 20:50:21 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Andy Gilligan
>Release: FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD vega.glbx.net 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Wed Nov 5 16:45:50 GMT 2003 root at vega.glbx.net:/usr/obj/usr/src/sys/VEGA i386
>Description:
This is an implementation of a client for BulkSMS.co.uk's HTTP API.
It includes an object-oriented Python module which can be used in
other python code, and an 'sms' program which can be used directly
from the command line.
>How-To-Repeat:
>Fix:
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# py-bulksms
# py-bulksms/Makefile
# py-bulksms/distinfo
# py-bulksms/pkg-descr
# py-bulksms/pkg-plist
#
echo c - py-bulksms
mkdir -p py-bulksms > /dev/null 2>&1
echo x - py-bulksms/Makefile
sed 's/^X//' >py-bulksms/Makefile << 'END-of-py-bulksms/Makefile'
X# New ports collection makefile for: py-bulksms
X# Date created: 06 Dec 2003
X# Whom: Andy Gilligan <andy at evo6.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= bulksms
XPORTVERSION= 0.1
XCATEGORIES= comms python
XMASTER_SITES= http://botanicus.net/dw/dl/
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME= ${PORTNAME}-${PORTVERSION}
X
XMAINTAINER= andy at evo6.org
XCOMMENT= Python client for the BulkSMS.co.uk HTTP API
X
XUSE_PYTHON= yes
XUSE_PYDISTUTILS= yes
X
XWRKSRC= ${WRKDIR}/bulksms
X
Xpost-install:
X @${MKDIR} ${DOCSDIR}
X @${INSTALL_MAN} ${WRKSRC}/README.html ${DOCSDIR}
X
X.include <bsd.port.mk>
END-of-py-bulksms/Makefile
echo x - py-bulksms/distinfo
sed 's/^X//' >py-bulksms/distinfo << 'END-of-py-bulksms/distinfo'
XMD5 (bulksms-0.1.tar.gz) = 4b19b6fa25bf8ca631bb9dc70a01abae
END-of-py-bulksms/distinfo
echo x - py-bulksms/pkg-descr
sed 's/^X//' >py-bulksms/pkg-descr << 'END-of-py-bulksms/pkg-descr'
XThis is an implementation of a client for BulkSMS.co.uk's HTTP API.
XIt includes an object-oriented Python module which can be used in
Xother python code, and an 'sms' program which can be used directly
Xfrom the command line.
X
XWWW: http://botanicus.net/dw/dl/bulksms-README.0.1.html
END-of-py-bulksms/pkg-descr
echo x - py-bulksms/pkg-plist
sed 's/^X//' >py-bulksms/pkg-plist << 'END-of-py-bulksms/pkg-plist'
Xbin/sms
X%%PYTHON_SITELIBDIR%%/BulkSMS/CLI.py
X%%PYTHON_SITELIBDIR%%/BulkSMS/CLI.pyc
X%%PYTHON_SITELIBDIR%%/BulkSMS/CLI.pyo
X%%PYTHON_SITELIBDIR%%/BulkSMS/MNC.py
X%%PYTHON_SITELIBDIR%%/BulkSMS/MNC.pyc
X%%PYTHON_SITELIBDIR%%/BulkSMS/MNC.pyo
X%%PYTHON_SITELIBDIR%%/BulkSMS/OperatorLogo.py
X%%PYTHON_SITELIBDIR%%/BulkSMS/OperatorLogo.pyc
X%%PYTHON_SITELIBDIR%%/BulkSMS/OperatorLogo.pyo
X%%PYTHON_SITELIBDIR%%/BulkSMS/PhoneBook.py
X%%PYTHON_SITELIBDIR%%/BulkSMS/PhoneBook.pyc
X%%PYTHON_SITELIBDIR%%/BulkSMS/PhoneBook.pyo
X%%PYTHON_SITELIBDIR%%/BulkSMS/__init__.py
X%%PYTHON_SITELIBDIR%%/BulkSMS/__init__.pyc
X%%PYTHON_SITELIBDIR%%/BulkSMS/__init__.pyo
X%%DOCSDIR%%/README.html
X at dirrm %%PYTHON_SITELIBDIR%%/BulkSMS
X at dirrm %%DOCSDIR%%
END-of-py-bulksms/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list