- update p5-Net-GPSD to 0.36

- fix post-install to also install more example scripts
This commit is contained in:
jasper 2008-10-08 17:15:49 +00:00
parent c1e0c61045
commit 709623a2cc
3 changed files with 10 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/15 14:07:20 jolan Exp $ # $OpenBSD: Makefile,v 1.2 2008/10/08 17:15:49 jasper Exp $
COMMENT= perl module that provides a client interface to gpsd COMMENT= perl module that provides a client interface to gpsd
MODULES= cpan MODULES= cpan
DISTNAME= Net-GPSD-0.35 DISTNAME= Net-GPSD-0.36
CATEGORIES= net CATEGORIES= net
# Perl # Perl
@ -19,7 +19,7 @@ RUN_DEPENDS= ::geo/p5-GPS-PRN \
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Net-GPSD ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Net-GPSD
${INSTALL_SCRIPT} ${WRKSRC}/bin/*.pl \ ${INSTALL_SCRIPT} ${WRKSRC}/bin/* \
${PREFIX}/share/examples/p5-Net-GPSD ${PREFIX}/share/examples/p5-Net-GPSD
${INSTALL_SCRIPT} ${WRKSRC}/doc/*.cgi \ ${INSTALL_SCRIPT} ${WRKSRC}/doc/*.cgi \
${PREFIX}/share/examples/p5-Net-GPSD ${PREFIX}/share/examples/p5-Net-GPSD

View File

@ -1,5 +1,5 @@
MD5 (Net-GPSD-0.35.tar.gz) = hu8XQjjb9wBEN26YZc3/2Q== MD5 (Net-GPSD-0.36.tar.gz) = wIQmWVP05VDoE2dWSaAHsQ==
RMD160 (Net-GPSD-0.35.tar.gz) = db1vfSBVqTgmh4veiQw7lj+EcMs= RMD160 (Net-GPSD-0.36.tar.gz) = fXbp5RdOrAeY70zGq/bv/czRBPc=
SHA1 (Net-GPSD-0.35.tar.gz) = p8zyiGtnB7SxzV2yGieevEFNUs4= SHA1 (Net-GPSD-0.36.tar.gz) = CtSGtevxwjK6t6LHKnbQ/5Y9Ibk=
SHA256 (Net-GPSD-0.35.tar.gz) = g28YobkYowv4AuCAWAV/gFSvXBHDmtcXlPyuWnd370I= SHA256 (Net-GPSD-0.36.tar.gz) = R/m5lCvhCDYL3PbFedQYfKhmhjDXdFku+3PcCZN+bzw=
SIZE (Net-GPSD-0.35.tar.gz) = 15874 SIZE (Net-GPSD-0.36.tar.gz) = 16316

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/15 14:07:20 jolan Exp $ @comment $OpenBSD: PLIST,v 1.2 2008/10/08 17:15:49 jasper Exp $
${P5SITE}/Net/GPSD/ ${P5SITE}/Net/GPSD/
${P5SITE}/Net/GPSD.pm ${P5SITE}/Net/GPSD.pm
${P5SITE}/Net/GPSD/Point.pm ${P5SITE}/Net/GPSD/Point.pm
@ -15,6 +15,7 @@ share/examples/p5-Net-GPSD/display_device.db
share/examples/p5-Net-GPSD/example-check.pl share/examples/p5-Net-GPSD/example-check.pl
share/examples/p5-Net-GPSD/example-get.pl share/examples/p5-Net-GPSD/example-get.pl
share/examples/p5-Net-GPSD/example-getsatellitelist.pl share/examples/p5-Net-GPSD/example-getsatellitelist.pl
share/examples/p5-Net-GPSD/example-googleearth.cgi
share/examples/p5-Net-GPSD/example-information.pl share/examples/p5-Net-GPSD/example-information.pl
share/examples/p5-Net-GPSD/example-subscribe-handler.pl share/examples/p5-Net-GPSD/example-subscribe-handler.pl
share/examples/p5-Net-GPSD/example-subscribe.pl share/examples/p5-Net-GPSD/example-subscribe.pl