summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-07-08 07:05:24 +0000
committerijliao <ijliao@FreeBSD.org>2001-07-08 07:05:24 +0000
commitf6c212997ed663782c317dc727282e1bc0d88ab1 (patch)
tree1ef7770e301cfe1be68f185393a0562cd85d074d /graphics
parentf625e2f723c4719baa6609459c355dd72ba95d55 (diff)
downloadFreeBSD-ports-f6c212997ed663782c317dc727282e1bc0d88ab1.zip
FreeBSD-ports-f6c212997ed663782c317dc727282e1bc0d88ab1.tar.gz
add p5-Grapics-ColorNames
A perl class that defines RGB values for common color names PR: 28578 Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-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
6 files changed, 48 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 79494e3..dd60fdf 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -173,6 +173,7 @@
SUBDIR += p5-GD-Graph3d
SUBDIR += p5-GD-TextUtil
SUBDIR += p5-Gimp
+ SUBDIR += p5-Graphics-ColorNames
SUBDIR += p5-Image-Grab
SUBDIR += p5-Image-Size
SUBDIR += p5-Imlib2
diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile
new file mode 100644
index 0000000..fd3c279
--- /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 0000000..379c383
--- /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 0000000..9871a42
--- /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 0000000..e1a566a
--- /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 0000000..397c86e
--- /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
OpenPOWER on IntegriCloud