summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2011-05-17 10:31:52 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2011-05-17 10:31:52 +0000
commit0685e38c69878ec34ce20212cadd00939ca9ebb7 (patch)
tree2a1119fd2297e1374290db47f16a2e3758892d9d /comms
parent667d49f628504e3f386e64e723f696b1cf8f7b57 (diff)
downloadpkgsrc-0685e38c69878ec34ce20212cadd00939ca9ebb7.tar.gz
Initial import of comms/p5-SMS-Send version 0.05
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- SMS::Send is intended to provide a driver-based single API for sending SMS and MMS messages. The intent is to provide a single API against which to write the code to send an SMS message. At the same time, the intent is to remove the limits of some of the previous attempts at this sort of API, like "must be free internet-based SMS services". SMS::Send drivers are installed seperately, and might use the web, email or physical SMS hardware. It could be a free or paid. The details shouldn't matter. You should not have to care how it is actually sent, only that it has been sent (although some drivers may not be able to provide certainty).
Diffstat (limited to 'comms')
-rw-r--r--comms/p5-SMS-Send/DESCR12
-rw-r--r--comms/p5-SMS-Send/Makefile23
-rw-r--r--comms/p5-SMS-Send/distinfo5
3 files changed, 40 insertions, 0 deletions
diff --git a/comms/p5-SMS-Send/DESCR b/comms/p5-SMS-Send/DESCR
new file mode 100644
index 00000000000..5244397eac0
--- /dev/null
+++ b/comms/p5-SMS-Send/DESCR
@@ -0,0 +1,12 @@
+SMS::Send is intended to provide a driver-based single API for sending SMS and
+MMS messages. The intent is to provide a single API against which to write the
+code to send an SMS message.
+
+At the same time, the intent is to remove the limits of some of the previous
+attempts at this sort of API, like "must be free internet-based SMS services".
+
+SMS::Send drivers are installed seperately, and might use the web, email or
+physical SMS hardware. It could be a free or paid. The details shouldn't matter.
+
+You should not have to care how it is actually sent, only that it has been sent
+(although some drivers may not be able to provide certainty).
diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile
new file mode 100644
index 00000000000..4d374a4cfc9
--- /dev/null
+++ b/comms/p5-SMS-Send/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:31:52 dmcmahill Exp $
+
+DISTNAME= SMS-Send-0.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= comms perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/SMS-Send/
+COMMENT= Driver-based API for sending SMS messages
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= perl>=5.8,p5-Module-Pluggable>=2.5:../../devel/p5-Module-Pluggable
+DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util
+DEPENDS+= p5-Class-Adapter>=1.00:../../devel/p5-Class-Adapter
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/SMS/Send/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/comms/p5-SMS-Send/distinfo b/comms/p5-SMS-Send/distinfo
new file mode 100644
index 00000000000..ab294a33d1c
--- /dev/null
+++ b/comms/p5-SMS-Send/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:31:52 dmcmahill Exp $
+
+SHA1 (SMS-Send-0.05.tar.gz) = 9ae10d916f203f2301c1c85216f3bac97dbcb336
+RMD160 (SMS-Send-0.05.tar.gz) = a8182bef7f61d69b46bbcbc31a353a9e635494cb
+Size (SMS-Send-0.05.tar.gz) = 27145 bytes