From 7b34590ab5c52efce32b000fa2a5701f737443f8 Mon Sep 17 00:00:00 2001 From: will Date: Wed, 6 Dec 2000 05:43:03 +0000 Subject: Add p5-GPS 0.12, a perl module that gives access to several GPS protocols such as Garmin, NMEA, and Magellan. PR: 23317 Submitted by: Jeremy Shaffner --- astro/p5-GPS/Makefile | 27 +++++++++++++++++++++++++++ astro/p5-GPS/distinfo | 1 + astro/p5-GPS/pkg-comment | 1 + astro/p5-GPS/pkg-descr | 4 ++++ astro/p5-GPS/pkg-plist | 12 ++++++++++++ 5 files changed, 45 insertions(+) create mode 100644 astro/p5-GPS/Makefile create mode 100644 astro/p5-GPS/distinfo create mode 100644 astro/p5-GPS/pkg-comment create mode 100644 astro/p5-GPS/pkg-descr create mode 100644 astro/p5-GPS/pkg-plist (limited to 'astro/p5-GPS') diff --git a/astro/p5-GPS/Makefile b/astro/p5-GPS/Makefile new file mode 100644 index 0000000..4cb912d --- /dev/null +++ b/astro/p5-GPS/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-GPS +# Date created: 5 December 2000 +# Whom: Jeremy Shaffner +# +# $FreeBSD$ + +PORTNAME= GPS +PORTVERSION= 0.12 +CATEGORIES= astro perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= perl-gps +PKGNAMEPREFIX= p5- +DISTNAME= perl-GPS-${PORTVERSION} + +MAINTAINER= jeremy@external.org + +USE_PERL5= YES + +MAN3= GPS::Garmin.3 \ + GPS::Serial.3 \ + GPS::Garmin::Handler.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include diff --git a/astro/p5-GPS/distinfo b/astro/p5-GPS/distinfo new file mode 100644 index 0000000..266f6b6 --- /dev/null +++ b/astro/p5-GPS/distinfo @@ -0,0 +1 @@ +MD5 (perl-GPS-0.12.tar.gz) = 261fb84f8d6e519d25394c4c9321390d diff --git a/astro/p5-GPS/pkg-comment b/astro/p5-GPS/pkg-comment new file mode 100644 index 0000000..2bb6d1b --- /dev/null +++ b/astro/p5-GPS/pkg-comment @@ -0,0 +1 @@ +Perl interface to GPS receivers diff --git a/astro/p5-GPS/pkg-descr b/astro/p5-GPS/pkg-descr new file mode 100644 index 0000000..e0819a6 --- /dev/null +++ b/astro/p5-GPS/pkg-descr @@ -0,0 +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. + +WWW: http://sourceforge.net/projects/perl-gps/ diff --git a/astro/p5-GPS/pkg-plist b/astro/p5-GPS/pkg-plist new file mode 100644 index 0000000..657a742 --- /dev/null +++ b/astro/p5-GPS/pkg-plist @@ -0,0 +1,12 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GPS/Garmin/.packlist +lib/perl5/site_perl/%%PERL_VER%%/GPS/Garmin.pm +lib/perl5/site_perl/%%PERL_VER%%/GPS/Garmin/Constant.pm +lib/perl5/site_perl/%%PERL_VER%%/GPS/Garmin/Handler.pm +lib/perl5/site_perl/%%PERL_VER%%/GPS/Serial.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/GPS/Garmin/Handler/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/auto/GPS/Garmin/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/auto/GPS/Serial/autosplit.ix +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/GPS/Garmin/Handler +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/GPS/Garmin +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/GPS/Serial +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GPS/Garmin -- cgit v1.1