diff options
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-GPS/Makefile | 27 | ||||
-rw-r--r-- | astro/p5-GPS/distinfo | 1 | ||||
-rw-r--r-- | astro/p5-GPS/pkg-comment | 1 | ||||
-rw-r--r-- | astro/p5-GPS/pkg-descr | 4 | ||||
-rw-r--r-- | astro/p5-GPS/pkg-plist | 12 |
6 files changed, 46 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 40bf12c..7ac63b0 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -6,6 +6,7 @@ SUBDIR += glunarclock SUBDIR += luna SUBDIR += openuniverse + SUBDIR += p5-GPS SUBDIR += pyweather SUBDIR += rmap SUBDIR += saoimage 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 <jeremy@external.org> +# +# $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 <bsd.port.mk> 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 |