[Midnightbsd-cvs] mports: mports/comms: Gsm driver for SMS
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 18 12:22:43 EDT 2008
Log Message:
-----------
Gsm driver for SMS
Modified Files:
--------------
mports/comms:
Makefile (r1.23 -> r1.24)
Added Files:
-----------
mports/comms/p5-Device-Gsm:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/comms/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -L comms/Makefile -L comms/Makefile -u -r1.23 -r1.24
--- comms/Makefile
+++ comms/Makefile
@@ -21,6 +21,7 @@
SUBDIR += lrzsz
SUBDIR += ltmdm
SUBDIR += minicom
+ SUBDIR += p5-Device-Gsm
SUBDIR += p5-Device-Modem
SUBDIR += p5-Device-SerialPort
SUBDIR += p5-SMS-Send
--- /dev/null
+++ comms/p5-Device-Gsm/pkg-descr
@@ -0,0 +1,6 @@
+This module works as an interface to GSM phones or GSM modems connected on your
+local serial ports. It can control your GSM *standard* functions and status. It
+can send SMS messages in a simple and convenient way. It can read messages
+stored on your sim card.
+
+WWW: http://search.cpan.org/dist/Device-Gsm/
--- /dev/null
+++ comms/p5-Device-Gsm/pkg-plist
@@ -0,0 +1,23 @@
+%%SITE_PERL%%/Device/Gsm/Sms/Token/VP.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/UD.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/SCTS.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/SCA.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/PID.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/PDUTYPE.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/OA.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/MR.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/DCS.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token/DA.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Token.pm
+%%SITE_PERL%%/Device/Gsm/Sms/Structure.pm
+%%SITE_PERL%%/Device/Gsm/Sms.pm
+%%SITE_PERL%%/Device/Gsm/Pdu.pm
+%%SITE_PERL%%/Device/Gsm/Networks.pm
+%%SITE_PERL%%/Device/Gsm/Charset.pm
+%%SITE_PERL%%/Device/Gsm.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Gsm/.packlist
+ at dirrm %%SITE_PERL%%/Device/Gsm/Sms/Token
+ at dirrm %%SITE_PERL%%/Device/Gsm/Sms
+ at dirrm %%SITE_PERL%%/Device/Gsm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Gsm
+ at dirrmtry %%SITE_PERL%%/Device
--- /dev/null
+++ comms/p5-Device-Gsm/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Device-Gsm
+# Date created: 09 May 2006
+# Whom: Anders Nordby <anders at FreeBSD.org>
+#
+# $MidnightBSD: mports/comms/p5-Device-Gsm/Makefile,v 1.1 2008/08/18 16:22:41 laffer1 Exp $
+# $FreeBSD: ports/comms/p5-Device-Gsm/Makefile,v 1.5 2008/04/17 14:24:13 araujo Exp $
+#
+
+PORTNAME= Device-Gsm
+PORTVERSION= 1.48
+CATEGORIES= comms perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl interface to GSM phones/modems on serial ports
+LICENSE= perl
+
+BUILD_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem
+RUN_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem
+
+PERL_CONFIGURE= yes
+
+MAN3= Device::Gsm::Sms.3 Device::Gsm::Pdu.3 Device::Gsm.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ comms/p5-Device-Gsm/distinfo
@@ -0,0 +1,3 @@
+MD5 (Device-Gsm-1.48.tar.gz) = 422c4f1faa7c1d435df1802f634a62a4
+SHA256 (Device-Gsm-1.48.tar.gz) = 4f8a63a588b0c46775ad8744e0886a12dd51ae65d586f2d150f6c600e425c357
+SIZE (Device-Gsm-1.48.tar.gz) = 57058
More information about the Midnightbsd-cvs
mailing list