summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortron <tron>2002-06-17 20:00:36 +0000
committertron <tron>2002-06-17 20:00:36 +0000
commit7cc3a0bb54ab30d9912974dfcf486361e4a327d2 (patch)
tree1744e9640cad58aa9f4a2f8e698b1018b292d7fd /comms
parentd188305af13b3bcc8e32ecdf81a3e16cfc8779de (diff)
downloadpkgsrc-7cc3a0bb54ab30d9912974dfcf486361e4a327d2.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/DESCR4
-rw-r--r--comms/esms/Makefile20
-rw-r--r--comms/esms/PLIST3
-rw-r--r--comms/esms/distinfo4
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