diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-06-03 01:58:07 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-06-03 01:58:07 +0000 |
commit | 4707bf789814d460e49d11103698d213670755dc (patch) | |
tree | bcada84e9b52aadf2b321d95e7405532e4ead386 /astro/p5-GPS-OID | |
parent | 8f29b61ffbbb7603742313318713efcfe3cc9a8d (diff) | |
download | ports-4707bf789814d460e49d11103698d213670755dc.tar.gz ports-4707bf789814d460e49d11103698d213670755dc.zip |
Notes
Diffstat (limited to 'astro/p5-GPS-OID')
-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 |
4 files changed, 32 insertions, 0 deletions
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 |