diff options
author | wen <wen@FreeBSD.org> | 2010-06-03 09:58:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-06-03 09:58:07 +0800 |
commit | 773122ed5ac3dea8bd2cdcd9b7c744677467ed34 (patch) | |
tree | d5528001de24776c9757b1a0bbfe7bfc6992be08 /astro | |
parent | b6f88e6eeee17da57100dc250546c78aa4d68560 (diff) | |
download | freebsd-ports-gnome-773122ed5ac3dea8bd2cdcd9b7c744677467ed34.tar.gz freebsd-ports-gnome-773122ed5ac3dea8bd2cdcd9b7c744677467ed34.tar.zst freebsd-ports-gnome-773122ed5ac3dea8bd2cdcd9b7c744677467ed34.zip |
GPS::OID maps GPS PRN number to Satellite OID and vice versa.
WWW: http://search.cpan.org/dist/GPS-OID/
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-GPS-OID/Makefile | 21 | ||||
-rw-r--r-- | astro/p5-GPS-OID/distinfo | 3 | ||||
-rw-r--r-- | astro/p5-GPS-OID/pkg-descr | 3 | ||||
-rw-r--r-- | astro/p5-GPS-OID/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index ecfb58de444d..6d78decea7ef 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -62,6 +62,7 @@ SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS SUBDIR += p5-GPS-Babel + SUBDIR += p5-GPS-OID SUBDIR += p5-Geo-METAR SUBDIR += p5-Weather-Underground SUBDIR += p5-ZConf-Weather diff --git a/astro/p5-GPS-OID/Makefile b/astro/p5-GPS-OID/Makefile new file mode 100644 index 000000000000..634bc6b5abe4 --- /dev/null +++ b/astro/p5-GPS-OID/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: p5-GPS-OID +# Date created: June 3, 2010 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= GPS-OID +PORTVERSION= 0.07 +CATEGORIES= astro perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Package for GPS PRN - Object ID conversions + +PERL_CONFIGURE= yes + +MAN3= GPS::OID.3 + +.include <bsd.port.mk> diff --git a/astro/p5-GPS-OID/distinfo b/astro/p5-GPS-OID/distinfo new file mode 100644 index 000000000000..7599370204a0 --- /dev/null +++ b/astro/p5-GPS-OID/distinfo @@ -0,0 +1,3 @@ +MD5 (GPS-OID-0.07.tar.gz) = 8de80ba7f41075a7514e9a3aa9d3b9fb +SHA256 (GPS-OID-0.07.tar.gz) = c4589d5ec21e206cacb61f909820f7164b47c26603138545a1ab1e4c2e95556e +SIZE (GPS-OID-0.07.tar.gz) = 3992 diff --git a/astro/p5-GPS-OID/pkg-descr b/astro/p5-GPS-OID/pkg-descr new file mode 100644 index 000000000000..bbd83bcfa51b --- /dev/null +++ b/astro/p5-GPS-OID/pkg-descr @@ -0,0 +1,3 @@ +GPS::OID maps GPS PRN number to Satellite OID and vice versa. + +WWW: http://search.cpan.org/dist/GPS-OID/ diff --git a/astro/p5-GPS-OID/pkg-plist b/astro/p5-GPS-OID/pkg-plist new file mode 100644 index 000000000000..197a9451735c --- /dev/null +++ b/astro/p5-GPS-OID/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/GPS/OID.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/OID/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/OID +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS +@dirrmtry %%SITE_PERL%%/GPS |