diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-12 12:12:32 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-12 12:12:32 +0000 |
commit | d352b279d1fb4476feaa098d0ce20cb9bcd3482b (patch) | |
tree | c0e0c69ca33e2ff4e7d3f124ed9caa13ad2e66e8 | |
parent | 4a280610aa61d011723f3c6d4f800b2377f60dbc (diff) | |
download | ports-d352b279d1fb4476feaa098d0ce20cb9bcd3482b.tar.gz ports-d352b279d1fb4476feaa098d0ce20cb9bcd3482b.zip |
Notes
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Color-Rgb/Makefile | 22 | ||||
-rw-r--r-- | graphics/p5-Color-Rgb/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Color-Rgb/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/p5-Color-Rgb/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 31943d347fd0..d74b355c6d0c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -302,6 +302,7 @@ SUBDIR += osgedit SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph + SUBDIR += p5-Color-Rgb SUBDIR += p5-GD SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph diff --git a/graphics/p5-Color-Rgb/Makefile b/graphics/p5-Color-Rgb/Makefile new file mode 100644 index 000000000000..68fcbda9110f --- /dev/null +++ b/graphics/p5-Color-Rgb/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: graphics/p5-Color-Rgb +# Date created: Sep 17 2004 +# Whom: Rong-En Fan <rafan@infor.org> +# +# $FreeBSD$ +# + +PORTNAME= Color-Rgb +PORTVERSION= 1.4 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/S/SH/SHERZODR +PKGNAMEPREFIX= p5- + +MAINTAINER= rafan@infor.org +COMMENT= Simple rgb.txt parsing class + +PERL_CONFIGURE= yes + +MAN3= Color::Rgb.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Color-Rgb/distinfo b/graphics/p5-Color-Rgb/distinfo new file mode 100644 index 000000000000..912d05f3bd2d --- /dev/null +++ b/graphics/p5-Color-Rgb/distinfo @@ -0,0 +1,2 @@ +MD5 (Color-Rgb-1.4.tar.gz) = 5b5e9fd54ac900e148eb65ac21c873d5 +SIZE (Color-Rgb-1.4.tar.gz) = 10348 diff --git a/graphics/p5-Color-Rgb/pkg-descr b/graphics/p5-Color-Rgb/pkg-descr new file mode 100644 index 000000000000..fb2fcefd3f6f --- /dev/null +++ b/graphics/p5-Color-Rgb/pkg-descr @@ -0,0 +1,3 @@ +Color::Rgb - simple rgb.txt parsing class. + +WWW: http://search.cpan.org/~sherzodr/Color-Rgb/ diff --git a/graphics/p5-Color-Rgb/pkg-plist b/graphics/p5-Color-Rgb/pkg-plist new file mode 100644 index 000000000000..7e1162869bb3 --- /dev/null +++ b/graphics/p5-Color-Rgb/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Rgb/.packlist +%%SITE_PERL%%/Color/Rgb.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Rgb +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Color 2>/dev/null || true |