1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

[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>
This commit is contained in:
Edwin Groothuis 2007-09-23 06:23:36 +00:00
parent 78b7064c68
commit a1d190adc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199950
5 changed files with 53 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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