diff options
author | skv <skv@FreeBSD.org> | 2004-08-15 15:01:58 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-08-15 15:01:58 +0000 |
commit | 8aa53ada85d0cc4e066048d64082c8dc610c5142 (patch) | |
tree | 57e348037cd0dd2d0256805e794e6bc94bf32c97 /comms | |
parent | 63a0bf77abcca2e1164479ca44f5182140b24100 (diff) | |
download | FreeBSD-ports-8aa53ada85d0cc4e066048d64082c8dc610c5142.zip FreeBSD-ports-8aa53ada85d0cc4e066048d64082c8dc610c5142.tar.gz |
Updated to 1.36
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 16 | ||||
-rw-r--r-- | comms/p5-Device-Modem/distinfo | 4 | ||||
-rw-r--r-- | comms/p5-Device-Modem/pkg-descr | 5 | ||||
-rw-r--r-- | comms/p5-Device-Modem/pkg-plist | 14 |
4 files changed, 23 insertions, 16 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index 9f2199a..bca473e 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 724e52f..f4306c7 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 548b1bf..f456e6d 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 ffeeb5c..c702756 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%% |