aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Device-Modem
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-08-15 15:01:58 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-08-15 15:01:58 +0000
commit7556a622bb7f913fd2227b56a7aa84d84643ed04 (patch)
tree67a029b7033ea59ca1367e7551682168b6d15e4f /comms/p5-Device-Modem
parent90577764eea0718982fba9194b24af27891606bd (diff)
downloadports-7556a622bb7f913fd2227b56a7aa84d84643ed04.tar.gz
ports-7556a622bb7f913fd2227b56a7aa84d84643ed04.zip
Updated to 1.36
Notes
Notes: svn path=/head/; revision=116265
Diffstat (limited to 'comms/p5-Device-Modem')
-rw-r--r--comms/p5-Device-Modem/Makefile16
-rw-r--r--comms/p5-Device-Modem/distinfo4
-rw-r--r--comms/p5-Device-Modem/pkg-descr5
-rw-r--r--comms/p5-Device-Modem/pkg-plist14
4 files changed, 23 insertions, 16 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile
index 9f2199aff490..bca473e4bc95 100644
--- a/comms/p5-Device-Modem/Makefile
+++ b/comms/p5-Device-Modem/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Device-Modem
-PORTVERSION= 1.28
+PORTVERSION= 1.36
CATEGORIES= comms perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Device
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= skv@FreeBSD.org
COMMENT= Perl class to interface generic modems (AT-compliant)
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Device/SerialPort.pm:${PORTSDIR}/comms/p5-Device-SerialPort
@@ -20,14 +20,14 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= Device::Modem::Log::File.3 Device::Modem::Log::Syslog.3 Device::Modem.3
+MAN3= Device::Modem.3 Device::Modem::Log::File.3 \
+ Device::Modem::Log::Syslog.3 Device::Modem::Protocol::Xmodem.3
post-install:
-.if !defined(NOPORTDOCS)
- @${INSTALL} -d -m 0755 ${DOCSDIR}/examples
- ${INSTALL_DATA} ${WRKSRC}/examples/active.pl ${DOCSDIR}/examples/
- ${INSTALL_DATA} ${WRKSRC}/examples/dial.pl ${DOCSDIR}/examples/
- ${INSTALL_DATA} ${WRKSRC}/examples/shell.pl ${DOCSDIR}/examples/
+.ifndef(NOPORTDOCS)
+ @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/comms/p5-Device-Modem/distinfo b/comms/p5-Device-Modem/distinfo
index 724e52f29166..f4306c745c06 100644
--- a/comms/p5-Device-Modem/distinfo
+++ b/comms/p5-Device-Modem/distinfo
@@ -1,2 +1,2 @@
-MD5 (Device-Modem-1.28.tar.gz) = 75ebab69232c67b1eb2b553690cca3f4
-SIZE (Device-Modem-1.28.tar.gz) = 30986
+MD5 (Device-Modem-1.36.tar.gz) = 8ba27f6d0fd5a605feb4929e0c14cd30
+SIZE (Device-Modem-1.36.tar.gz) = 38818
diff --git a/comms/p5-Device-Modem/pkg-descr b/comms/p5-Device-Modem/pkg-descr
index 548b1bf5aad6..f456e6dfbf54 100644
--- a/comms/p5-Device-Modem/pkg-descr
+++ b/comms/p5-Device-Modem/pkg-descr
@@ -1 +1,4 @@
-This is a perl extension to talk to AT compliant devices via serial ports.
+Device::Modem is a perl extension to talk to AT compliant devices via
+serial ports.
+
+WWW: http://search.cpan.org/dist/Device-Modem/
diff --git a/comms/p5-Device-Modem/pkg-plist b/comms/p5-Device-Modem/pkg-plist
index ffeeb5cd0319..c702756f48a8 100644
--- a/comms/p5-Device-Modem/pkg-plist
+++ b/comms/p5-Device-Modem/pkg-plist
@@ -1,12 +1,16 @@
%%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.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem/.packlist
-%%PORTDOCS%%%%DOCSDIR%%/examples/active.pl
-%%PORTDOCS%%%%DOCSDIR%%/examples/dial.pl
-%%PORTDOCS%%%%DOCSDIR%%/examples/shell.pl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%SITE_PERL%%/Device/Modem/Log
+@dirrm %%SITE_PERL%%/Device/Modem/Protocol
+@dirrm %%SITE_PERL%%/Device/Modem
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Device/Modem
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Device 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Device 2>/dev/null || true
+%%PORTDOCS%%%%EXAMPLESDIR%%/xmodem.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/shell.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/dial.pl
+%%PORTDOCS%%%%EXAMPLESDIR%%/active.pl
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%