pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-GPS-Garmin: update to 0.17.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Sep 20 11:13:36 2017 +0200
Changeset: d9992a9107ec0b1eff41d6e631618ec255722d06
Modified Files:
p5-GPS-Garmin/Makefile
p5-GPS-Garmin/distinfo
Removed Files:
p5-GPS-Garmin/TODO
p5-GPS-Garmin/patches/patch-aa
Log Message:
p5-GPS-Garmin: update to 0.17.
Revision history for Perl extension GPS::Garmin.
0.17
- support for etrex yellow (patch by Ulrich Habel)
- GPS::NMEA: refactored parse_line out of parse
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9992a9107ec0b1eff41d6e631618ec255722d06
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-GPS-Garmin/Makefile | 8 ++++----
p5-GPS-Garmin/TODO | 2 --
p5-GPS-Garmin/distinfo | 7 ++++---
p5-GPS-Garmin/patches/patch-aa | 11 -----------
4 files changed, 8 insertions(+), 20 deletions(-)
diffs:
diff --git a/p5-GPS-Garmin/Makefile b/p5-GPS-Garmin/Makefile
index 90f7b74545..f7230eed8c 100644
--- a/p5-GPS-Garmin/Makefile
+++ b/p5-GPS-Garmin/Makefile
@@ -1,17 +1,17 @@
# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:29 thomasklausner Exp $
-DISTNAME= perl-GPS-0.15
-PKGNAME= p5-GPS-Garmin-0.15
+DISTNAME= perl-GPS-0.17
+PKGNAME= p5-${DISTNAME:S/perl-GPS/GPS-Garmin/}
CATEGORIES= perl5 geography
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SREZIC/}
+
MAINTAINER= uli%habel.name@localhost
HOMEPAGE= http://search.cpan.org/dist/perl-GPS/
COMMENT= GPS::Garmin access module for Perl
+DEPENDS+= p5-Device-SerialPort>=0.12:../../comms/p5-Device-SerialPort
PERL5_PACKLIST= auto/GPS/Garmin/.packlist
-DEPENDS+= p5-Device-SerialPort>=0.12:../../comms/p5-Device-SerialPort
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/p5-GPS-Garmin/TODO b/p5-GPS-Garmin/TODO
deleted file mode 100644
index bdc9db245f..0000000000
--- a/p5-GPS-Garmin/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Package itself seems to be finished. perl-GPS is somewhat unmaintained and newer GPS devices are not supported. If you use a Garmin etrex I included a patch for it.
-Ulrich Habel <uli%habel.name@localhost>
diff --git a/p5-GPS-Garmin/distinfo b/p5-GPS-Garmin/distinfo
index c76f177c01..f33fb5adf4 100644
--- a/p5-GPS-Garmin/distinfo
+++ b/p5-GPS-Garmin/distinfo
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2006/11/06 20:32:19 uhabel Exp $
-SHA1 (perl-GPS-0.15.tar.gz) = c8f67b2018b4c9785cffe6091776d0d229403cc0
-RMD160 (perl-GPS-0.15.tar.gz) = 5d5396db4684ca63ed0d2ed02dbf8e595f528735
-Size (perl-GPS-0.15.tar.gz) = 23657 bytes
+SHA1 (perl-GPS-0.17.tar.gz) = c4a07e3618373707fb61202f25ef8983332c3210
+RMD160 (perl-GPS-0.17.tar.gz) = 065d078a4a9c6e99a98f40da20db014fc18c7d4c
+SHA512 (perl-GPS-0.17.tar.gz) = 1cf96b3d103c42225b569bc0b28d644064189c6ecb27dfdfecc88a70d35f3f916d43c4a6abc5494298e6bf3b354e3e1e024c8002230682a385469c122dad3b3a
+Size (perl-GPS-0.17.tar.gz) = 44626 bytes
SHA1 (patch-aa) = 3d3903421f81459121d25f88e2052deebe56eea0
diff --git a/p5-GPS-Garmin/patches/patch-aa b/p5-GPS-Garmin/patches/patch-aa
deleted file mode 100644
index c7983bbe2b..0000000000
--- a/p5-GPS-Garmin/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/11/06 20:32:19 uhabel Exp $
---- Garmin.pm.orig 2006-11-04 00:39:10.000000000 +0100
-+++ Garmin.pm 2006-11-04 00:39:37.000000000 +0100
-@@ -169,6 +169,7 @@
- || $self->{product_id} == 315 # etrex vista c
- || $self->{product_id} == 111 # emap
- || $self->{product_id} == 248 # gecko 201
-+ || $self->{product_id} == 295 # etrex yellow
- # XXX add more devices here ...
- ) {
- $self->{handler} = GPS::Garmin::Handler::EtrexVenture->new($self);
Home |
Main Index |
Thread Index |
Old Index