diff options
author | tron <tron> | 2002-06-17 20:00:36 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-17 20:00:36 +0000 |
commit | 97d354a01d88258658ba08d3f6701c9c978bfac4 (patch) | |
tree | 1744e9640cad58aa9f4a2f8e698b1018b292d7fd /comms | |
parent | 0d62ffca70d37710aa90bd9cd45471435f65ab51 (diff) | |
download | pkgsrc-97d354a01d88258658ba08d3f6701c9c978bfac4.tar.gz |
Import new "esms" package: Command line SMS send tool
This package was contributed by Julio Merino in PR pkg/16988.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/esms/DESCR | 4 | ||||
-rw-r--r-- | comms/esms/Makefile | 20 | ||||
-rw-r--r-- | comms/esms/PLIST | 3 | ||||
-rw-r--r-- | comms/esms/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/comms/esms/DESCR b/comms/esms/DESCR new file mode 100644 index 00000000000..635ca5ca55d --- /dev/null +++ b/comms/esms/DESCR @@ -0,0 +1,4 @@ +esms is a simple program which sends SMS (short messages) to cellular +phones. It splits big messages into many fragments, which are later +sent with error control. Only works for cellular phones in Spain, but +support for other countries is planned. diff --git a/comms/esms/Makefile b/comms/esms/Makefile new file mode 100644 index 00000000000..19e34501302 --- /dev/null +++ b/comms/esms/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 20:00:36 tron Exp $ + +DISTNAME= esms-0.9.5 +CATEGORIES= comms +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=esms/} + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://esms.sourceforge.net/ +COMMENT= Command line SMS send tool + +DEPENDS+= perl>=5.6.1:../../lang/perl5 +DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww +DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser +DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree + +GNU_CONFIGURE= YES + +REPLACE_PERL= esms + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/esms/PLIST b/comms/esms/PLIST new file mode 100644 index 00000000000..09f633aae62 --- /dev/null +++ b/comms/esms/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/17 20:00:36 tron Exp $ +bin/esms +man/man1/esms.1 diff --git a/comms/esms/distinfo b/comms/esms/distinfo new file mode 100644 index 00000000000..447a9f371c1 --- /dev/null +++ b/comms/esms/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/17 20:00:36 tron Exp $ + +SHA1 (esms-0.9.5.tar.gz) = 742bb0a9e168716c468f81ae20a932f59d29d7d9 +Size (esms-0.9.5.tar.gz) = 33282 bytes |