diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-07 13:07:21 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-07 13:07:21 +0800 |
commit | 82575fecc5da2545b78e79eacedc6db2dc1e33ca (patch) | |
tree | 059aa107f019aa664cf9132dd5ab0db50c9a332d | |
parent | 67ae641ea869f1c476c53816af1976b408e09c53 (diff) | |
download | freebsd-ports-gnome-82575fecc5da2545b78e79eacedc6db2dc1e33ca.tar.gz freebsd-ports-gnome-82575fecc5da2545b78e79eacedc6db2dc1e33ca.tar.zst freebsd-ports-gnome-82575fecc5da2545b78e79eacedc6db2dc1e33ca.zip |
SMS::Send::TW::HiAir is a SMS::Send driver
which allows you to send messages through http://hiair.hinet.net/
WWW: http://search.cpan.org/dist/SMS-Send-TW-HiAir/
PR: ports/142354
Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-HiAir/Makefile | 26 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-HiAir/distinfo | 3 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-HiAir/pkg-descr | 4 | ||||
-rw-r--r-- | comms/p5-SMS-Send-TW-HiAir/pkg-plist | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 79e8d37fe49b..a8cacbce3305 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -95,6 +95,7 @@ SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-SMS-Send SUBDIR += p5-SMS-Send-DeviceGsm + SUBDIR += p5-SMS-Send-TW-HiAir SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += p5-SMS-Send-TW-ShareSMS SUBDIR += p5-SMS-Send-TW-chtsns diff --git a/comms/p5-SMS-Send-TW-HiAir/Makefile b/comms/p5-SMS-Send-TW-HiAir/Makefile new file mode 100644 index 000000000000..de6e5591ad15 --- /dev/null +++ b/comms/p5-SMS-Send-TW-HiAir/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-SMS-Send-TW-HiAir +# Date created: 2010-01-06 +# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-TW-HiAir +PORTVERSION= 0.01 +CATEGORIES= comms perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jnlin@csie.nctu.edu.tw +COMMENT= SMS::Send driver for http://hiair.hinet.net/ + +RUN_DEPENDS= p5-SMS-Send>=0:${PORTSDIR}/comms/p5-SMS-Send \ + p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SMS::Send::TW::HiAir.3 + +.include <bsd.port.mk> diff --git a/comms/p5-SMS-Send-TW-HiAir/distinfo b/comms/p5-SMS-Send-TW-HiAir/distinfo new file mode 100644 index 000000000000..c48589702d1f --- /dev/null +++ b/comms/p5-SMS-Send-TW-HiAir/distinfo @@ -0,0 +1,3 @@ +MD5 (SMS-Send-TW-HiAir-0.01.tar.gz) = 34bbd93e335ef8cfb0fdd1759716b11c +SHA256 (SMS-Send-TW-HiAir-0.01.tar.gz) = b03e11dcdd79d3c0f3e753a0f3ac256ce85d2ab239fab1bbd635068ece2b49ec +SIZE (SMS-Send-TW-HiAir-0.01.tar.gz) = 3241 diff --git a/comms/p5-SMS-Send-TW-HiAir/pkg-descr b/comms/p5-SMS-Send-TW-HiAir/pkg-descr new file mode 100644 index 000000000000..78fed575a8d5 --- /dev/null +++ b/comms/p5-SMS-Send-TW-HiAir/pkg-descr @@ -0,0 +1,4 @@ +SMS::Send::TW::HiAir is a SMS::Send driver +which allows you to send messages through http://hiair.hinet.net/ + +WWW: http://search.cpan.org/dist/SMS-Send-TW-HiAir/ diff --git a/comms/p5-SMS-Send-TW-HiAir/pkg-plist b/comms/p5-SMS-Send-TW-HiAir/pkg-plist new file mode 100644 index 000000000000..a4f83d92aa65 --- /dev/null +++ b/comms/p5-SMS-Send-TW-HiAir/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/SMS/Send/TW/HiAir.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/HiAir/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/TW/HiAir +@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 |