| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 Apr 2012 07:21:59
1.06
|
culot  |
- Update to 1.06 [1]
- Remove Module::Pluggable dependency which is in core since 5.8.9 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
Changes: http://search.cpan.org/dist/SMS-Send/Changes
PR: ports/166633 [1]
Feature safe: yes |
13 Mar 2012 16:15:36
0.05_1
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
0.05_1
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
20 Mar 2011 12:54:45
0.05_1
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 02:03:44
0.05_1
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
21 Jun 2008 16:25:46
0.05_1
|
olgeni  |
Fix a few typos in ports/comms. |
12 Mar 2008 17:30:28
0.05_1
|
leeym  |
- fix dependency
- bump PORTREVISION
PR: 121625
Submitted by: leeym
Approved by: maintainer |
20 Feb 2008 10:17:03
0.05
|
gabor  |
- Update to 0.05
- Add missing dependencies
- Style
PR: ports/120807
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: "snowfly" <snowfly@yuntech.edu.tw> (maintainer) |
08 Sep 2007 00:53:15
0.04
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
04 Oct 2006 08:01:50
0.04
|
clsung  |
- Update to 0.04
PR: ports/103906
Submitted by: clsung
Approved by: maintainer <snowfly_AT_yuntech dot edu dot tw> |
02 Sep 2006 17:52:58
0.03
|
leeym  |
- 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@ali.as>
WWW: http://search.cpan.org/dist/SMS-Send/
PR: based on 102506
Submitted by: snowfly@yuntech.edu.tw |