[Midnightbsd-cvs] mports [22766] trunk/comms/p5-SMS-Send: man fix
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 30 13:59:52 EDT 2017
Revision: 22766
http://svnweb.midnightbsd.org/mports/?rev=22766
Author: laffer1
Date: 2017-09-30 13:59:51 -0400 (Sat, 30 Sep 2017)
Log Message:
-----------
man fix
Modified Paths:
--------------
trunk/comms/p5-SMS-Send/Makefile
trunk/comms/p5-SMS-Send/pkg-descr
trunk/comms/p5-SMS-Send/pkg-plist
Modified: trunk/comms/p5-SMS-Send/Makefile
===================================================================
--- trunk/comms/p5-SMS-Send/Makefile 2017-09-30 17:58:38 UTC (rev 22765)
+++ trunk/comms/p5-SMS-Send/Makefile 2017-09-30 17:59:51 UTC (rev 22766)
@@ -16,9 +16,4 @@
PERL_CONFIGURE= yes
-MAN3= SMS::Send.3 \
- SMS::Send::AU::Test.3 \
- SMS::Send::Driver.3 \
- SMS::Send::Test.3
-
.include <bsd.port.mk>
Modified: trunk/comms/p5-SMS-Send/pkg-descr
===================================================================
--- trunk/comms/p5-SMS-Send/pkg-descr 2017-09-30 17:58:38 UTC (rev 22765)
+++ trunk/comms/p5-SMS-Send/pkg-descr 2017-09-30 17:59:51 UTC (rev 22766)
@@ -1,16 +1,15 @@
-SMS::Send is intended to provide a driver-based single API for sending SMS and
+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
+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 separately, and might use the web, email or
+SMS::Send drivers are installed separately, 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
+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/
+WWW: http://search.cpan.org/dist/SMS-Send/
Modified: trunk/comms/p5-SMS-Send/pkg-plist
===================================================================
--- trunk/comms/p5-SMS-Send/pkg-plist 2017-09-30 17:58:38 UTC (rev 22765)
+++ trunk/comms/p5-SMS-Send/pkg-plist 2017-09-30 17:59:51 UTC (rev 22766)
@@ -2,9 +2,7 @@
%%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
+%%PERL5_MAN3%%/SMS::Send.3.gz
+%%PERL5_MAN3%%/SMS::Send::AU::Test.3.gz
+%%PERL5_MAN3%%/SMS::Send::Driver.3.gz
+%%PERL5_MAN3%%/SMS::Send::Test.3.gz
More information about the Midnightbsd-cvs
mailing list