Skip to content

Commit

Permalink
Updating geography/p5-Geo-Distance-0.11nb1 to 0.16
Browse files Browse the repository at this point in the history
pkgsrc changes:
  - Adding license definition
  - Adjusting "module type"

Upstream changes:
0.16
 - No changes.  The 0.15 package was broken.

0.15
 - Stop "Too late to run INIT block" warning (gray <gray@cpan.org>)

0.14
 - Fix "splice() offset past end of array" as filed in RT 26446.

0.13
 - Use Geo::Distance::XS if available. (gray <gray@cpan.org>)
 - Declare Math::Trig dependency.

0.12
 - Noted GIS::Distance in POD.
 - Some cleanups to install process.
 - Check for DBI in tests before using it.
  • Loading branch information
sno committed Sep 22, 2009
1 parent 77f0a6f commit c54a63b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions geography/p5-Geo-Distance/Makefile
@@ -1,19 +1,21 @@
# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:10 he Exp $
# $NetBSD: Makefile,v 1.4 2009/09/22 20:50:27 sno Exp $
#

DISTNAME= Geo-Distance-0.11
DISTNAME= Geo-Distance-0.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm
COMMENT= Calculate Distances and Closest Locations
LICENSE= ${PERL5_LICENSE}

PKG_DESTDIR_SUPPORT= user-destdir

PERL5_PACKLIST= auto/Geo/Distance/.packlist
#PERL5_MODULE_TYPE= Module::Install::Bundled
MAKE_PARAMS+= --skipdeps

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions geography/p5-Geo-Distance/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:21:51 he Exp $
$NetBSD: distinfo,v 1.2 2009/09/22 20:50:27 sno Exp $

SHA1 (Geo-Distance-0.11.tar.gz) = c5b97565bdd8b5e22d4f3a11eb13c1a04e2544d1
RMD160 (Geo-Distance-0.11.tar.gz) = 2638fa2c4e2a654434bcc88a79156a6530e3ccd8
Size (Geo-Distance-0.11.tar.gz) = 9684 bytes
SHA1 (Geo-Distance-0.16.tar.gz) = 460c4f641ea478a5b274b3f3a0c13a6117a01856
RMD160 (Geo-Distance-0.16.tar.gz) = 44af3b4edebd64888f1ae3653619a43fc03e86a4
Size (Geo-Distance-0.16.tar.gz) = 25060 bytes

0 comments on commit c54a63b

Please sign in to comment.