1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 0.15

- Take maintainership

PR:		118400
This commit is contained in:
Emanuel Haupt 2007-12-11 19:32:14 +00:00
parent fb87e1bae7
commit a21a70bf4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202965
4 changed files with 19 additions and 14 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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