mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Adding port misc/p5-Geo-Cache, Oan object interface for GPS waypoints
Committed by: aaron Approved by: tobez (implicit)
This commit is contained in:
parent
f7a165cc54
commit
75d3c00e82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156319
5 changed files with 44 additions and 0 deletions
|
@ -338,6 +338,7 @@
|
|||
SUBDIR += p5-Data-Buffer
|
||||
SUBDIR += p5-File-CounterFile
|
||||
SUBDIR += p5-File-Sort
|
||||
SUBDIR += p5-Geo-Cache
|
||||
SUBDIR += p5-Geo-Weather
|
||||
SUBDIR += p5-Geography-Countries
|
||||
SUBDIR += p5-I18N-Charset
|
||||
|
|
26
misc/p5-Geo-Cache/Makefile
Normal file
26
misc/p5-Geo-Cache/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: Geo-Cache
|
||||
# Date created: 18 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Geo-Cache
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Geo
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Object interface for GPS waypoints
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules
|
||||
|
||||
MAN3= Geo::Cache.3 \
|
||||
Geo::Gpx.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/p5-Geo-Cache/distinfo
Normal file
3
misc/p5-Geo-Cache/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Geo-Cache-0.06.tar.gz) = def80785039f32b4b75a90904ac96f1d
|
||||
SHA256 (Geo-Cache-0.06.tar.gz) = 545fc50ed77b000b1a9c4017227347e4926a354d7e8da52ae5ed0c5513b7359c
|
||||
SIZE (Geo-Cache-0.06.tar.gz) = 11371
|
8
misc/p5-Geo-Cache/pkg-descr
Normal file
8
misc/p5-Geo-Cache/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Provide an object interface to Geocaching.com waypoints and/or geocaches,
|
||||
using the Groundspeak GPX file as the reference for what fields are valid.
|
||||
|
||||
Methods are provide for various of the fields that require special
|
||||
treatment.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Geo-Cache
|
||||
Author: Rich Bowen <rbowen@rcbowen.com>
|
6
misc/p5-Geo-Cache/pkg-plist
Normal file
6
misc/p5-Geo-Cache/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/Geo/Cache.pm
|
||||
%%SITE_PERL%%/Geo/Gpx.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Cache/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Cache
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo
|
||||
@dirrmtry %%SITE_PERL%%/Geo
|
Loading…
Add table
Reference in a new issue