From 7cc3a0bb54ab30d9912974dfcf486361e4a327d2 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 17 Jun 2002 20:00:36 +0000 Subject: Import new "esms" package: Command line SMS send tool This package was contributed by Julio Merino in PR pkg/16988. --- comms/esms/DESCR | 4 ++++ comms/esms/Makefile | 20 ++++++++++++++++++++ comms/esms/PLIST | 3 +++ comms/esms/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 comms/esms/DESCR create mode 100644 comms/esms/Makefile create mode 100644 comms/esms/PLIST create mode 100644 comms/esms/distinfo (limited to 'comms') 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 -- cgit v1.2.3