diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 15:15:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 15:15:51 +0000 |
commit | 03bc82651679866b07b49b0ac7188b62fa2ce76e (patch) | |
tree | b149a1daa64118f18102ed6c5a169a8177594ed2 /graphics/p5-Graphics-ColorNames-WWW | |
parent | 54905f2dc828ee153261ab798be656e0b0588ca5 (diff) | |
download | ports-03bc82651679866b07b49b0ac7188b62fa2ce76e.tar.gz ports-03bc82651679866b07b49b0ac7188b62fa2ce76e.zip |
Notes
Diffstat (limited to 'graphics/p5-Graphics-ColorNames-WWW')
-rw-r--r-- | graphics/p5-Graphics-ColorNames-WWW/Makefile | 24 | ||||
-rw-r--r-- | graphics/p5-Graphics-ColorNames-WWW/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Graphics-ColorNames-WWW/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/p5-Graphics-ColorNames-WWW/pkg-plist | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/graphics/p5-Graphics-ColorNames-WWW/Makefile b/graphics/p5-Graphics-ColorNames-WWW/Makefile new file mode 100644 index 000000000000..bc387a3e6432 --- /dev/null +++ b/graphics/p5-Graphics-ColorNames-WWW/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Graphics-ColorNames-WWW +# Date created: 2008-07-31 +# Whom: Tomoyuki Sakurai <cherry@trombik.org> +# +# $FreeBSD$ +# + +PORTNAME= Graphics-ColorNames-WWW +PORTVERSION= 0.01 +CATEGORIES= graphics +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= cherry@trombik.org +COMMENT= WWW color names and equivalent RGB values + +RUN_DEPENDS= p5-Graphics-ColorNames>=0.32:${PORTSDIR}/graphics/p5-Graphics-ColorNames + +PERL_CONFIGURE= Yes +MAN3= Graphics::ColorNames::IE.3 \ + Graphics::ColorNames::SVG.3 \ + Graphics::ColorNames::WWW.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Graphics-ColorNames-WWW/distinfo b/graphics/p5-Graphics-ColorNames-WWW/distinfo new file mode 100644 index 000000000000..811e1263bfaa --- /dev/null +++ b/graphics/p5-Graphics-ColorNames-WWW/distinfo @@ -0,0 +1,3 @@ +MD5 (Graphics-ColorNames-WWW-0.01.tar.gz) = e8cb5f84b94fdb57f5bc4e6f988f1189 +SHA256 (Graphics-ColorNames-WWW-0.01.tar.gz) = 611b8e11e353cbc11bfb945e1b4b8bdaa5ab4cc92538901bf013b795746d9a7f +SIZE (Graphics-ColorNames-WWW-0.01.tar.gz) = 6384 diff --git a/graphics/p5-Graphics-ColorNames-WWW/pkg-descr b/graphics/p5-Graphics-ColorNames-WWW/pkg-descr new file mode 100644 index 000000000000..b32ba46bddd2 --- /dev/null +++ b/graphics/p5-Graphics-ColorNames-WWW/pkg-descr @@ -0,0 +1,5 @@ +WWW color names and equivalent RGB values. This modules defines color names +and their associated RGB values from various WWW specifications and +implementations. + +WWW: http://search.cpan.org/dist/Graphics-ColorNames-WWW/ diff --git a/graphics/p5-Graphics-ColorNames-WWW/pkg-plist b/graphics/p5-Graphics-ColorNames-WWW/pkg-plist new file mode 100644 index 000000000000..2e75fbf11408 --- /dev/null +++ b/graphics/p5-Graphics-ColorNames-WWW/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/mach/auto/Graphics/ColorNames/WWW/.packlist +%%SITE_PERL%%/Graphics/ColorNames/IE.pm +%%SITE_PERL%%/Graphics/ColorNames/WWW.pm +%%SITE_PERL%%/Graphics/ColorNames/SVG.pm +@dirrmtry %%SITE_PERL%%/mach/auto/Graphics/ColorNames/WWW +@dirrmtry %%SITE_PERL%%/mach/auto/Graphics/ColorNames +@dirrmtry %%SITE_PERL%%/mach/auto/Graphics +@dirrmtry %%SITE_PERL%%/Graphics/ColorNames |