diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 06:23:36 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 06:23:36 +0000 |
commit | bb1b2b44df47e4adeb29874dd986ac2b8a6c187d (patch) | |
tree | d7ebae0bbfa338c480d0eb413df9f790d2cd7f0a /comms | |
parent | de2fa6d8eec1bacfdd6d5263e878b50a3afacce8 (diff) | |
download | FreeBSD-ports-bb1b2b44df47e4adeb29874dd986ac2b8a6c187d.zip FreeBSD-ports-bb1b2b44df47e4adeb29874dd986ac2b8a6c187d.tar.gz |
[NEW PORT] comms/p5-SMS-Send-DeviceGsm: An SMS::Send driver for Device::Gsm
SMS::Send::DeviceGsm is an SMS::Send driver that uses Device::Gsm
to deliver messages via attached hardware.
You provide the hardware port and the baudrate to use.
Consult Device::Gsm for further information on what devices
and baudrates are supported.
Author: Chris Williams <chris@bingosnet.co.uk>
WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/
PR: ports/116531
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/Makefile | 32 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/distinfo | 3 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/pkg-descr | 9 | ||||
-rw-r--r-- | comms/p5-SMS-Send-DeviceGsm/pkg-plist | 8 |
5 files changed, 53 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 2245c06..bba7207 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -82,6 +82,7 @@ SUBDIR += p5-Device-SerialPort SUBDIR += p5-Fax-Hylafax-Client SUBDIR += p5-SMS-Send + SUBDIR += p5-SMS-Send-DeviceGsm SUBDIR += p5-SMS-Send-TW-PChome SUBDIR += plp SUBDIR += pr diff --git a/comms/p5-SMS-Send-DeviceGsm/Makefile b/comms/p5-SMS-Send-DeviceGsm/Makefile new file mode 100644 index 0000000..ceae50d --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-SMS-Send-DeviceGsm +# Date created: 2007-09-22 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= SMS-Send-DeviceGsm +PORTVERSION= 0.02 +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SMS +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= An SMS::Send driver for Device::Gsm + +RUN_DEPENDS= ${SITE_PERL}/SMS/Send.pm:${PORTSDIR}/comms/p5-SMS-Send \ + ${SITE_PERL}/Device/Gsm.pm:${PORTSDIR}/comms/p5-Device-Gsm +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SMS::Send::DeviceGsm.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.0 due to dependency. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/comms/p5-SMS-Send-DeviceGsm/distinfo b/comms/p5-SMS-Send-DeviceGsm/distinfo new file mode 100644 index 0000000..9a4f4cd --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/distinfo @@ -0,0 +1,3 @@ +MD5 (SMS-Send-DeviceGsm-0.02.tar.gz) = a1129fdaf7f69d593238beb967835d9c +SHA256 (SMS-Send-DeviceGsm-0.02.tar.gz) = c8f1f2a0a83fbb7e13e95722b4908aeb2e819224f8498ed4328c50b2ebdc79d1 +SIZE (SMS-Send-DeviceGsm-0.02.tar.gz) = 13431 diff --git a/comms/p5-SMS-Send-DeviceGsm/pkg-descr b/comms/p5-SMS-Send-DeviceGsm/pkg-descr new file mode 100644 index 0000000..9d08727 --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/pkg-descr @@ -0,0 +1,9 @@ +SMS::Send::DeviceGsm is an SMS::Send driver that uses Device::Gsm +to deliver messages via attached hardware. + +You provide the hardware port and the baudrate to use. +Consult Device::Gsm for further information on what devices +and baudrates are supported. + +Author: Chris Williams <chris@bingosnet.co.uk> +WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/ diff --git a/comms/p5-SMS-Send-DeviceGsm/pkg-plist b/comms/p5-SMS-Send-DeviceGsm/pkg-plist new file mode 100644 index 0000000..d0a7058 --- /dev/null +++ b/comms/p5-SMS-Send-DeviceGsm/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/SMS/Send/DeviceGsm.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/DeviceGsm/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send/DeviceGsm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS/Send +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SMS +@dirrmtry %%SITE_PERL%%/SMS/Send +@dirrmtry %%SITE_PERL%%/SMS |