Tue May 17 10:31:53 2011 UTC ()
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).

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(dmcmahill)
diff -r0 -r1.1.1.1 pkgsrc/comms/p5-SMS-Send/Makefile
diff -r0 -r1.1.1.1 pkgsrc/comms/p5-SMS-Send/distinfo
diff -r0 -r1.1.1.1 pkgsrc/comms/p5-SMS-Send/DESCR

File Added: pkgsrc/comms/p5-SMS-Send/Makefile
# $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"

File Added: pkgsrc/comms/p5-SMS-Send/distinfo
$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

File Added: pkgsrc/comms/p5-SMS-Send/DESCR
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).