[Midnightbsd-cvs] mports: mports/comms: add sms lib
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 17 18:49:18 EDT 2008
Log Message:
-----------
add sms lib
Modified Files:
--------------
mports/comms:
Makefile (r1.20 -> r1.21)
Added Files:
-----------
mports/comms/p5-SMS-Send:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/comms/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -L comms/Makefile -L comms/Makefile -u -r1.20 -r1.21
--- comms/Makefile
+++ comms/Makefile
@@ -21,6 +21,7 @@
SUBDIR += lrzsz
SUBDIR += ltmdm
SUBDIR += minicom
+ SUBDIR += p5-SMS-Send
SUBDIR += pr
SUBDIR += qfaxreader
SUBDIR += tits
--- /dev/null
+++ comms/p5-SMS-Send/pkg-descr
@@ -0,0 +1,16 @@
+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).
+
+
+Author: Adam Kennedy <cpan at ali.as>
+WWW: http://search.cpan.org/dist/SMS-Send/
--- /dev/null
+++ comms/p5-SMS-Send/pkg-plist
@@ -0,0 +1,11 @@
+ at comment $FreeBSD: ports/comms/p5-SMS-Send/pkg-plist,v 1.1 2006/09/02 17:52:58 leeym Exp $
+%%SITE_PERL%%/SMS/Send.pm
+%%SITE_PERL%%/SMS/Send/AU/Test.pm
+%%SITE_PERL%%/SMS/Send/Driver.pm
+%%SITE_PERL%%/SMS/Send/Test.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS
+ at dirrmtry %%SITE_PERL%%/SMS/Send/AU
+ at dirrmtry %%SITE_PERL%%/SMS/Send
+ at dirrmtry %%SITE_PERL%%/SMS
--- /dev/null
+++ comms/p5-SMS-Send/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: p5-SMS-Send
+# Date created: 2006-08-26
+# Whom: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
+#
+# $MidnightBSD: mports/comms/p5-SMS-Send/Makefile,v 1.1 2008/08/17 22:49:16 laffer1 Exp $
+# $FreeBSD: ports/comms/p5-SMS-Send/Makefile,v 1.5 2008/03/12 17:30:28 leeym Exp $
+#
+
+PORTNAME= SMS-Send
+PORTVERSION= 0.05
+PORTREVISION= 1
+CATEGORIES= comms perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Driver-based API for sending SMS messages
+LICENSE= perl
+
+RUN_DEPENDS= p5-Class-Adapter>=0:${PORTSDIR}/devel/p5-Class-Adapter \
+ p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= SMS::Send.3 \
+ SMS::Send::AU::Test.3 \
+ SMS::Send::Driver.3 \
+ SMS::Send::Test.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500905
+RUN_DEPENDS+= p5-Module-Pluggable>=2.5:${PORTSDIR}/devel/p5-Module-Pluggable
+.endif
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ comms/p5-SMS-Send/distinfo
@@ -0,0 +1,3 @@
+MD5 (SMS-Send-0.05.tar.gz) = d87fd901e56277689103769f0acd0245
+SHA256 (SMS-Send-0.05.tar.gz) = 1097724c184e8b5acf6f901165c3ca3e18a987638b15a8023b095ea101c5e054
+SIZE (SMS-Send-0.05.tar.gz) = 27145
More information about the Midnightbsd-cvs
mailing list