Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

12
comms/p5-SMS-Send/DESCR Normal file
View File

@@ -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).

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:43 wiz Exp $
DISTNAME= SMS-Send-1.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= comms perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SMS/}
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>=3.7}:../../devel/p5-Module-Pluggable
DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/SMS/Send/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/04/01 19:04:34 rhaen Exp $
SHA1 (SMS-Send-1.06.tar.gz) = edb840fc26f2c5353139df8562ea1c1710c66647
RMD160 (SMS-Send-1.06.tar.gz) = a7b4f712379940554dc929b3ea7c75ca744edfa3
Size (SMS-Send-1.06.tar.gz) = 35184 bytes