diff options
author | mjl <mjl> | 2003-02-12 00:51:48 +0000 |
---|---|---|
committer | mjl <mjl> | 2003-02-12 00:51:48 +0000 |
commit | 11e852c540f08db294c0211164550ba559dc98d1 (patch) | |
tree | d9705c48dc9fa98a73cb1eb1d397d99e63872454 /comms | |
parent | 7059a66e09fdb020a7bbeface11fc882c0942639 (diff) | |
download | pkgsrc-11e852c540f08db294c0211164550ba559dc98d1.tar.gz |
Import of p5-Device-Modem 1.24
Device::Modem class implements basic AT (Hayes) compliant device
abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
which are based on serial connections.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Modem/DESCR | 3 | ||||
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 19 | ||||
-rw-r--r-- | comms/p5-Device-Modem/PLIST | 1 | ||||
-rw-r--r-- | comms/p5-Device-Modem/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/comms/p5-Device-Modem/DESCR b/comms/p5-Device-Modem/DESCR new file mode 100644 index 00000000000..9f2c606ac99 --- /dev/null +++ b/comms/p5-Device-Modem/DESCR @@ -0,0 +1,3 @@ +Device::Modem class implements basic AT (Hayes) compliant device +abstraction. It is meant to be inherited by sub classes (as Device::Gsm), +which are based on serial connections. diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile new file mode 100644 index 00000000000..09c66484191 --- /dev/null +++ b/comms/p5-Device-Modem/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/12 00:51:48 mjl Exp $ +# + +DISTNAME= Device-Modem-1.24 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5dmd +CATEGORIES= comms perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module to talk to modem devices connected via serial port + +DEPENDS+= p5-Device-SerialPort-[0-9]*:../p5-Device-SerialPort + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Device/Modem/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/p5-Device-Modem/PLIST b/comms/p5-Device-Modem/PLIST new file mode 100644 index 00000000000..d2b2fe29057 --- /dev/null +++ b/comms/p5-Device-Modem/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/12 00:51:48 mjl Exp $ diff --git a/comms/p5-Device-Modem/distinfo b/comms/p5-Device-Modem/distinfo new file mode 100644 index 00000000000..136cfc4f7b8 --- /dev/null +++ b/comms/p5-Device-Modem/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/12 00:51:48 mjl Exp $ + +SHA1 (Device-Modem-1.24.tar.gz) = e19246a73d979337e623e555e7170adacc1d59e2 +Size (Device-Modem-1.24.tar.gz) = 14903 bytes |