mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
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/ PR: ports/126117 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
This commit is contained in:
parent
54905f2dc8
commit
03bc826516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218145
@ -515,6 +515,7 @@
|
||||
SUBDIR += p5-GraphViz-Data-Structure
|
||||
SUBDIR += p5-GraphViz-Traverse
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Graphics-ColorNames-WWW
|
||||
SUBDIR += p5-Image-Caa
|
||||
SUBDIR += p5-Image-Compare
|
||||
SUBDIR += p5-Image-ExifTool
|
||||
|
24
graphics/p5-Graphics-ColorNames-WWW/Makefile
Normal file
24
graphics/p5-Graphics-ColorNames-WWW/Makefile
Normal file
@ -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>
|
3
graphics/p5-Graphics-ColorNames-WWW/distinfo
Normal file
3
graphics/p5-Graphics-ColorNames-WWW/distinfo
Normal file
@ -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
|
5
graphics/p5-Graphics-ColorNames-WWW/pkg-descr
Normal file
5
graphics/p5-Graphics-ColorNames-WWW/pkg-descr
Normal file
@ -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/
|
8
graphics/p5-Graphics-ColorNames-WWW/pkg-plist
Normal file
8
graphics/p5-Graphics-ColorNames-WWW/pkg-plist
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user