diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-12-11 19:32:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-12-11 19:32:14 +0000 |
commit | a21a70bf4d1747414b5bee95f1b6cbab70c4f577 (patch) | |
tree | 74ca33d905525e3caab17c976cc60640c8e604ae /astro | |
parent | fb87e1bae7e818b6e52ff996357d0c4c5b35e506 (diff) | |
download | ports-a21a70bf4d1747414b5bee95f1b6cbab70c4f577.tar.gz ports-a21a70bf4d1747414b5bee95f1b6cbab70c4f577.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-GPS/Makefile | 16 | ||||
-rw-r--r-- | astro/p5-GPS/distinfo | 6 | ||||
-rw-r--r-- | astro/p5-GPS/pkg-descr | 2 | ||||
-rw-r--r-- | astro/p5-GPS/pkg-plist | 9 |
4 files changed, 19 insertions, 14 deletions
diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile index 3d47a29f8920..98e4d20d3b80 100644 --- a/astro/p5-GPS/Makefile +++ b/astro/p5-GPS/Makefile @@ -5,20 +5,22 @@ # $FreeBSD$ PORTNAME= GPS -PORTVERSION= 0.12 +PORTVERSION= 0.15 CATEGORIES= astro perl5 geography -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= perl-gps +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GPS PKGNAMEPREFIX= p5- DISTNAME= perl-GPS-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl interface to GPS receivers -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes -MAN3= GPS::Garmin.3 \ - GPS::Serial.3 \ +MAN3= GPS::Serial.3 \ + GPS::NMEA.3 \ + GPS::NMEA::Handler.3 \ + GPS::Garmin.3 \ GPS::Garmin::Handler.3 .include <bsd.port.mk> diff --git a/astro/p5-GPS/distinfo b/astro/p5-GPS/distinfo index b2a25d85290e..c1611a04dcf8 100644 --- a/astro/p5-GPS/distinfo +++ b/astro/p5-GPS/distinfo @@ -1,3 +1,3 @@ -MD5 (perl-GPS-0.12.tar.gz) = 261fb84f8d6e519d25394c4c9321390d -SHA256 (perl-GPS-0.12.tar.gz) = c3aea2aaf408c999df0e7a8a13af4b82798103dd129f91c1aa61b673fad27fea -SIZE (perl-GPS-0.12.tar.gz) = 29590 +MD5 (perl-GPS-0.15.tar.gz) = 9569057d491c73cd597057de85472673 +SHA256 (perl-GPS-0.15.tar.gz) = 0d3904d71112cffeebd69d5fbc58a0b012f9ca899b5a84a390cc477ed17cc9e2 +SIZE (perl-GPS-0.15.tar.gz) = 23657 diff --git a/astro/p5-GPS/pkg-descr b/astro/p5-GPS/pkg-descr index e0819a6efd82..58ce7c2cc3a9 100644 --- a/astro/p5-GPS/pkg-descr +++ b/astro/p5-GPS/pkg-descr @@ -1,4 +1,4 @@ This is a Perl module that gives access to several GPS protocols, such as -Garmin, NMEA, and Magellan. It works in Unix and Win32. +Garmin, NMEA, and Magellan. It works in Unix and Win32. WWW: http://sourceforge.net/projects/perl-gps/ diff --git a/astro/p5-GPS/pkg-plist b/astro/p5-GPS/pkg-plist index 42e72e1454ac..1bbea12c50ae 100644 --- a/astro/p5-GPS/pkg-plist +++ b/astro/p5-GPS/pkg-plist @@ -3,14 +3,17 @@ %%SITE_PERL%%/GPS/Garmin/Constant.pm %%SITE_PERL%%/GPS/Garmin/Handler.pm %%SITE_PERL%%/GPS/Serial.pm -%%SITE_PERL%%/auto/GPS/Garmin/Handler/autosplit.ix -%%SITE_PERL%%/auto/GPS/Garmin/autosplit.ix -%%SITE_PERL%%/auto/GPS/Serial/autosplit.ix +%%SITE_PERL%%/GPS/NMEA.pm +%%SITE_PERL%%/GPS/Base.pm +%%SITE_PERL%%/GPS/NMEA/Handler.pm @dirrm %%SITE_PERL%%/GPS/Garmin @dirrm %%SITE_PERL%%/auto/GPS/Garmin/Handler @dirrm %%SITE_PERL%%/auto/GPS/Garmin @dirrm %%SITE_PERL%%/auto/GPS/Serial +@dirrm %%SITE_PERL%%/auto/GPS/NMEA @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/Garmin +@dirrm %%SITE_PERL%%/GPS/NMEA +@dirrm %%SITE_PERL%%/GPS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS @dirrmtry %%SITE_PERL%%/GPS @dirrmtry %%SITE_PERL%%/auto/GPS |