diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:34:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:34:55 +0800 |
commit | 489752735e5d048ec903e5b5dac15626114f9f82 (patch) | |
tree | a444b826ff1806084cc5d718bfaf93cd919fa36b /astro | |
parent | f5004174bd51c8b5c86971e1935ab893db18c480 (diff) | |
download | freebsd-ports-gnome-489752735e5d048ec903e5b5dac15626114f9f82.tar.gz freebsd-ports-gnome-489752735e5d048ec903e5b5dac15626114f9f82.tar.zst freebsd-ports-gnome-489752735e5d048ec903e5b5dac15626114f9f82.zip |
- Add p5-Misc-Quality 0.1
Misc::Quality provides a class for handling quality flags for astronomical
objects. This class can handle any type of flag used.
WWW: http://search.cpan.org/dist/Misc-Quality/
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Misc-Quality/Makefile | 22 | ||||
-rw-r--r-- | astro/p5-Misc-Quality/distinfo | 2 | ||||
-rw-r--r-- | astro/p5-Misc-Quality/pkg-descr | 4 | ||||
-rw-r--r-- | astro/p5-Misc-Quality/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 23362dce7a06..d2fbdef9be5b 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -68,6 +68,7 @@ SUBDIR += p5-GPS-Babel SUBDIR += p5-GPS-OID SUBDIR += p5-Geo-METAR + SUBDIR += p5-Misc-Quality SUBDIR += p5-Weather-Underground SUBDIR += p5-ZConf-Weather SUBDIR += phoon diff --git a/astro/p5-Misc-Quality/Makefile b/astro/p5-Misc-Quality/Makefile new file mode 100644 index 000000000000..d19e9004da0c --- /dev/null +++ b/astro/p5-Misc-Quality/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Misc-Quality +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Misc-Quality +PORTVERSION= 0.1 +CATEGORIES= astro perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:AALLAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Class for handling quality flags for astronomical objects + +PERL_CONFIGURE= yes + +MAN3= Misc::Quality.3 + +.include <bsd.port.mk> diff --git a/astro/p5-Misc-Quality/distinfo b/astro/p5-Misc-Quality/distinfo new file mode 100644 index 000000000000..41ee7b9d41d9 --- /dev/null +++ b/astro/p5-Misc-Quality/distinfo @@ -0,0 +1,2 @@ +SHA256 (Misc-Quality-0.1.tar.gz) = a5c6d9800c5d8a21e527b18c577d05543be7f7636b54ded0e2c1d52007f0b0b7 +SIZE (Misc-Quality-0.1.tar.gz) = 8349 diff --git a/astro/p5-Misc-Quality/pkg-descr b/astro/p5-Misc-Quality/pkg-descr new file mode 100644 index 000000000000..0501ae21f220 --- /dev/null +++ b/astro/p5-Misc-Quality/pkg-descr @@ -0,0 +1,4 @@ +Misc::Quality provides a class for handling quality flags for astronomical +objects. This class can handle any type of flag used. + +WWW: http://search.cpan.org/dist/Misc-Quality/ diff --git a/astro/p5-Misc-Quality/pkg-plist b/astro/p5-Misc-Quality/pkg-plist new file mode 100644 index 000000000000..e3db2b856067 --- /dev/null +++ b/astro/p5-Misc-Quality/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Misc/Quality.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc/Quality +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Misc +@dirrmtry %%SITE_PERL%%/Misc |