diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-07 13:06:48 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-07 13:06:48 +0800 |
commit | 67ae641ea869f1c476c53816af1976b408e09c53 (patch) | |
tree | f3327c83a2551e6cd733b1e262914c146ebcbefe /comms | |
parent | 8321bffe7ebe8d96f633ed74a338157818c94960 (diff) | |
download | freebsd-ports-gnome-67ae641ea869f1c476c53816af1976b408e09c53.tar.gz freebsd-ports-gnome-67ae641ea869f1c476c53816af1976b408e09c53.tar.zst freebsd-ports-gnome-67ae641ea869f1c476c53816af1976b408e09c53.zip |
SMS::Send::TW::chtsns is a SMS::Send driver
which allows you to send messages through SNS service of CHT
WWW: http://search.cpan.org/dist/SMS-Send-TW-chtsns/
PR: ports/142353
Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-chtsns/Makefile | 28 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-chtsns/distinfo | 3 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-chtsns/pkg-descr | 4 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-chtsns/pkg-plist | 10 |
5 files changed, 46 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 72bc63a55da4..79e8d37fe49b 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -97,6 +97,7 @@ SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-ShareSMS + SUBDIR += p5-SMS-Send-TW-chtsns SUBDIR += p5-SMS-Send-TW-emome SUBDIR += picocom SUBDIR += pr diff --git a/comms/p5-SMS-Send-TW-chtsns/Makefile b/comms/p5-SMS-Send-TW-chtsns/Makefile new file mode 100644 index 000000000000..db03dc8bbf18 --- /dev/null +++ b/comms/p5-SMS-Send-TW-chtsns/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-SMS-Send-TW-chtsns +# Date created: 2010-01-06 +# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-TW-chtsns +PORTVERSION= 0.02 +CATEGORIES= comms perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jnlin@csie.nctu.edu.tw +COMMENT= SMS::Send driver for SNS service of CHT + +RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ + p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= 5.10+ + +MAN3= SMS::Send::TW::chtsns.3 + +.include <bsd.port.mk> diff --git a/comms/p5-SMS-Send-TW-chtsns/distinfo b/comms/p5-SMS-Send-TW-chtsns/distinfo new file mode 100644 index 000000000000..1cbeb0f23e11 --- /dev/null +++ b/comms/p5-SMS-Send-TW-chtsns/distinfo @@ -0,0 +1,3 @@ +MD5 (SMS-Send-TW-chtsns-0.02.tar.gz) = 2c013f834282dda50099c63b5eaa6390 +SHA256 (SMS-Send-TW-chtsns-0.02.tar.gz) = d482ec99542a3e733d590162115518c70860ba53ef42084d252b420549378f6f +SIZE (SMS-Send-TW-chtsns-0.02.tar.gz) = 4172 diff --git a/comms/p5-SMS-Send-TW-chtsns/pkg-descr b/comms/p5-SMS-Send-TW-chtsns/pkg-descr new file mode 100644 index 000000000000..d348cfe0792b --- /dev/null +++ b/comms/p5-SMS-Send-TW-chtsns/pkg-descr @@ -0,0 +1,4 @@ +SMS::Send::TW::chtsns is a SMS::Send driver +which allows you to send messages through SNS service of CHT + +WWW: http://search.cpan.org/dist/SMS-Send-TW-chtsns/ diff --git a/comms/p5-SMS-Send-TW-chtsns/pkg-plist b/comms/p5-SMS-Send-TW-chtsns/pkg-plist new file mode 100644 index 000000000000..c09a1d977332 --- /dev/null +++ b/comms/p5-SMS-Send-TW-chtsns/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/SMS/Send/TW/chtsns.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/chtsns/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/chtsns +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS +@dirrmtry %%SITE_PERL%%/SMS/Send/TW +@dirrmtry %%SITE_PERL%%/SMS/Send +@dirrmtry %%SITE_PERL%%/SMS |