cvs commit: ports/comms Makefile ports/comms/p5-SMS-Send Makefile
distinfo pkg-descr pkg-plist
Yen-Ming Lee
leeym at FreeBSD.org
Sat Sep 2 17:53:01 UTC 2006
leeym 2006-09-02 17:52:58 UTC
FreeBSD ports repository
Modified files:
comms Makefile
Added files:
comms/p5-SMS-Send Makefile distinfo pkg-descr pkg-plist
Log:
- add p5-SMS-Send-0.03
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/
PR: based on 102506
Submitted by: snowfly at yuntech.edu.tw
Revision Changes Path
1.152 +1 -0 ports/comms/Makefile
1.1 +41 -0 ports/comms/p5-SMS-Send/Makefile (new)
1.1 +3 -0 ports/comms/p5-SMS-Send/distinfo (new)
1.1 +16 -0 ports/comms/p5-SMS-Send/pkg-descr (new)
1.1 +11 -0 ports/comms/p5-SMS-Send/pkg-plist (new)
More information about the cvs-ports
mailing list