From 0685e38c69878ec34ce20212cadd00939ca9ebb7 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 17 May 2011 10:31:52 +0000 Subject: 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ß MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------- 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). --- comms/p5-SMS-Send/DESCR | 12 ++++++++++++ comms/p5-SMS-Send/Makefile | 23 +++++++++++++++++++++++ comms/p5-SMS-Send/distinfo | 5 +++++ 3 files changed, 40 insertions(+) create mode 100644 comms/p5-SMS-Send/DESCR create mode 100644 comms/p5-SMS-Send/Makefile create mode 100644 comms/p5-SMS-Send/distinfo (limited to 'comms/p5-SMS-Send') 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 -- cgit v1.2.3