[Midnightbsd-cvs] mports: mports/comms:
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Aug 18 12:20:51 EDT 2008
Log Message:
-----------
Modified Files:
--------------
mports/comms:
Makefile (r1.22 -> r1.23)
Added Files:
-----------
mports/comms/p5-Device-Modem:
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.22
retrieving revision 1.23
diff -L comms/Makefile -L comms/Makefile -u -r1.22 -r1.23
--- comms/Makefile
+++ comms/Makefile
@@ -21,6 +21,7 @@
SUBDIR += lrzsz
SUBDIR += ltmdm
SUBDIR += minicom
+ SUBDIR += p5-Device-Modem
SUBDIR += p5-Device-SerialPort
SUBDIR += p5-SMS-Send
SUBDIR += pr
--- /dev/null
+++ comms/p5-Device-Modem/pkg-descr
@@ -0,0 +1,4 @@
+Device::Modem is a perl extension to talk to AT compliant devices via
+serial ports.
+
+WWW: http://search.cpan.org/dist/Device-Modem/
--- /dev/null
+++ comms/p5-Device-Modem/pkg-plist
@@ -0,0 +1,18 @@
+%%SITE_PERL%%/Device/Modem/Log/File.pm
+%%SITE_PERL%%/Device/Modem/Log/Syslog.pm
+%%SITE_PERL%%/Device/Modem/Protocol/Xmodem.pm
+%%SITE_PERL%%/Device/Modem/UsRobotics.pm
+%%SITE_PERL%%/Device/Modem.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem/.packlist
+ at dirrm %%SITE_PERL%%/Device/Modem/Log
+ at dirrm %%SITE_PERL%%/Device/Modem/Protocol
+ at dirrm %%SITE_PERL%%/Device/Modem
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device
+ at dirrmtry %%SITE_PERL%%/Device
+%%PORTDOCS%%%%EXAMPLESDIR%%/xmodem.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/shell.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/dial.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/active.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/caller-id.pl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
--- /dev/null
+++ comms/p5-Device-Modem/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: p5-Device-Modem
+# Date created: 22 July 2003
+# Whom: Anders Nordby <anders at FreeBSD.org>
+#
+# $MidnightBSD: mports/comms/p5-Device-Modem/Makefile,v 1.1 2008/08/18 16:20:49 laffer1 Exp $
+# $FreeBSD: ports/comms/p5-Device-Modem/Makefile,v 1.10 2008/04/17 14:24:14 araujo Exp $
+#
+
+PORTNAME= Device-Modem
+PORTVERSION= 1.48
+CATEGORIES= comms perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl class to interface generic modems (AT-compliant)
+LICENSE= perl
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Device/SerialPort.pm:${PORTSDIR}/comms/p5-Device-SerialPort
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Device::Modem.3 Device::Modem::Log::File.3 \
+ Device::Modem::Log::Syslog.3 Device::Modem::Protocol::Xmodem.3 \
+ Device::Modem::UsRobotics.3
+
+post-install:
+.ifndef(NOPORTDOCS)
+ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ comms/p5-Device-Modem/distinfo
@@ -0,0 +1,3 @@
+MD5 (Device-Modem-1.48.tar.gz) = 8cd938ab9dcfa52de7d71729da03764f
+SHA256 (Device-Modem-1.48.tar.gz) = d03c44e580df441edfba79166b9cdf2fe496e3af256127a097494a68026fd44d
+SIZE (Device-Modem-1.48.tar.gz) = 42285
More information about the Midnightbsd-cvs
mailing list