Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.24 2013/05/31 12:39:43 wiz Exp $
#
DISTNAME= Device-Modem-1.56
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5dmd
CATEGORIES= comms perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Device-Modem/
COMMENT= Perl module to talk to modem devices connected via serial port
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Device-SerialPort>=0.19:../../comms/p5-Device-SerialPort
PERL5_PACKLIST= auto/Device/Modem/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2012/04/01 19:00:49 rhaen Exp $
SHA1 (Device-Modem-1.56.tar.gz) = f0f6d7ab7d116238bc484574e47309da56d8cbe4
RMD160 (Device-Modem-1.56.tar.gz) = 919e05a6fddda820db38ff3cdb03f1de41f87332
Size (Device-Modem-1.56.tar.gz) = 37726 bytes