summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 06:23:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-23 06:23:36 +0000
commita1d190adc5bbc1946f902fc05d0d4578c267e95a (patch)
tree4088bddf3d9943577d31581561eed8150d6f03fa /comms
parentRemove trailing . from BROKEN message. (diff)
[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>
Notes
Notes: svn path=/head/; revision=199950
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/p5-SMS-Send-DeviceGsm/Makefile32
-rw-r--r--comms/p5-SMS-Send-DeviceGsm/distinfo3
-rw-r--r--comms/p5-SMS-Send-DeviceGsm/pkg-descr9
-rw-r--r--comms/p5-SMS-Send-DeviceGsm/pkg-plist8
5 files changed, 53 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 2245c0608221..bba7207fffbf 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 000000000000..ceae50dcd908
--- /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 000000000000..9a4f4cdc458d
--- /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 000000000000..9d08727db3cf
--- /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 000000000000..d0a70581ae2f
--- /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