From 02556d422b2ff61b566b8d35b9b113fbd9a4c27d Mon Sep 17 00:00:00 2001 From: mjl Date: Wed, 12 Feb 2003 00:57:02 +0000 Subject: Import p5-Device-Gsm 1.16 "Device::Gsm" class implements basic GSM functions, network registration and SMS sending. This class supports also "PDU" mode to send "SMS" messages, and should be fairly usable. --- comms/p5-Device-Gsm/DESCR | 5 +++++ comms/p5-Device-Gsm/Makefile | 19 +++++++++++++++++++ comms/p5-Device-Gsm/PLIST | 1 + comms/p5-Device-Gsm/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 comms/p5-Device-Gsm/DESCR create mode 100644 comms/p5-Device-Gsm/Makefile create mode 100644 comms/p5-Device-Gsm/PLIST create mode 100644 comms/p5-Device-Gsm/distinfo (limited to 'comms') diff --git a/comms/p5-Device-Gsm/DESCR b/comms/p5-Device-Gsm/DESCR new file mode 100644 index 00000000000..58efadd4e66 --- /dev/null +++ b/comms/p5-Device-Gsm/DESCR @@ -0,0 +1,5 @@ +"Device::Gsm" class implements basic GSM functions, network registration +and SMS sending. + +This class supports also "PDU" mode to send "SMS" messages, and should +be fairly usable. diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile new file mode 100644 index 00000000000..fb7426f7e23 --- /dev/null +++ b/comms/p5-Device-Gsm/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/12 00:57:02 mjl Exp $ +# + +DISTNAME= Device-Gsm-1.16 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5dgs +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module to interface GSM cellular / modems + +DEPENDS+= p5-Device-Modem-[0-9]*:../p5-Device-Modem + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/Gsm/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/p5-Device-Gsm/PLIST b/comms/p5-Device-Gsm/PLIST new file mode 100644 index 00000000000..8ae76cbc579 --- /dev/null +++ b/comms/p5-Device-Gsm/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/12 00:57:02 mjl Exp $ diff --git a/comms/p5-Device-Gsm/distinfo b/comms/p5-Device-Gsm/distinfo new file mode 100644 index 00000000000..22db6d7ce5b --- /dev/null +++ b/comms/p5-Device-Gsm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/12 00:57:02 mjl Exp $ + +SHA1 (Device-Gsm-1.16.tar.gz) = 2c8a178b1049b55d2a703d5652cd6d2b292cdfd1 +Size (Device-Gsm-1.16.tar.gz) = 11622 bytes -- cgit v1.2.3