aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graphics-ColorNames
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-08 07:05:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-08 07:05:24 +0000
commite822ec285ae6039329c52c38568aa7d8e08a27b4 (patch)
treec0407dff8ef56d39ef438b7ce87df0d7af8e1dfc /graphics/p5-Graphics-ColorNames
parentb94744c44d165f10eb69367f799cd5a8427904c7 (diff)
downloadports-e822ec285ae6039329c52c38568aa7d8e08a27b4.tar.gz
ports-e822ec285ae6039329c52c38568aa7d8e08a27b4.zip
add p5-Grapics-ColorNames
A perl class that defines RGB values for common color names PR: 28578 Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes: svn path=/head/; revision=44907
Diffstat (limited to 'graphics/p5-Graphics-ColorNames')
-rw-r--r--graphics/p5-Graphics-ColorNames/Makefile26
-rw-r--r--graphics/p5-Graphics-ColorNames/distinfo1
-rw-r--r--graphics/p5-Graphics-ColorNames/pkg-comment1
-rw-r--r--graphics/p5-Graphics-ColorNames/pkg-descr9
-rw-r--r--graphics/p5-Graphics-ColorNames/pkg-plist10
5 files changed, 47 insertions, 0 deletions
diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile
new file mode 100644
index 000000000000..fd3c27967bf8
--- /dev/null
+++ b/graphics/p5-Graphics-ColorNames/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Graphics-ColorNames
+# Date Created: 1 July 2001
+# Whom: Pete Fritchman <petef@databits.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Graphics-ColorNames
+PORTVERSION= 0.24
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Graphics
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= petef@databits.net
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Graphics::ColorNames.3 \
+ Graphics::HTML.3 \
+ Graphics::Netscape.3 \
+ Graphics::Windows.3 \
+ Graphics::X.3
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-Graphics-ColorNames/distinfo b/graphics/p5-Graphics-ColorNames/distinfo
new file mode 100644
index 000000000000..379c383cefdb
--- /dev/null
+++ b/graphics/p5-Graphics-ColorNames/distinfo
@@ -0,0 +1 @@
+MD5 (Graphics-ColorNames-0.24.tar.gz) = 9a018536e31dd2f034402659686a477c
diff --git a/graphics/p5-Graphics-ColorNames/pkg-comment b/graphics/p5-Graphics-ColorNames/pkg-comment
new file mode 100644
index 000000000000..9871a428a0df
--- /dev/null
+++ b/graphics/p5-Graphics-ColorNames/pkg-comment
@@ -0,0 +1 @@
+A perl class that defines RGB values for common color names
diff --git a/graphics/p5-Graphics-ColorNames/pkg-descr b/graphics/p5-Graphics-ColorNames/pkg-descr
new file mode 100644
index 000000000000..e1a566ad6a7b
--- /dev/null
+++ b/graphics/p5-Graphics-ColorNames/pkg-descr
@@ -0,0 +1,9 @@
+This module provides an interface to retrieve the RGB values for
+common color names. This prevents authors from having to redefine
+these colors in their perl script, and also makes an easy interface
+to let a user pick their own color.
+
+WWW: http://search.cpan.org/search?dist=Graphics-ColorNames
+
+- Pete
+petef@databits.net
diff --git a/graphics/p5-Graphics-ColorNames/pkg-plist b/graphics/p5-Graphics-ColorNames/pkg-plist
new file mode 100644
index 000000000000..397c86e7ae66
--- /dev/null
+++ b/graphics/p5-Graphics-ColorNames/pkg-plist
@@ -0,0 +1,10 @@
+lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames.pm
+lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/HTML.pm
+lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/Netscape.pm
+lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/Windows.pm
+lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames/X.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics/ColorNames/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics/ColorNames
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Graphics 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Graphics/ColorNames
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Graphics 2>/dev/null || true