Initial import of p5-Graphics-ColorNames-0.24
--- This module defines RGB values for common color names. The intention is to (1) provide a common module that authors can use with other modules to specify colors; and (2) free module authors from having to "re-invent the wheel" whenever they decide to give the users the option of specifying a color by name rather than RGB value.
This commit is contained in:
parent
5c3104fd98
commit
acb4b62f7d
22
graphics/p5-Graphics-ColorNames/Makefile
Normal file
22
graphics/p5-Graphics-ColorNames/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/12 05:50:05 shell Exp $
|
||||
|
||||
COMMENT= "defines RGB values for common color names"
|
||||
|
||||
VERSION= 0.24
|
||||
DISTNAME= Graphics-ColorNames-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= graphics perl5
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Graphics
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Graphics-ColorNames/files/md5
Normal file
3
graphics/p5-Graphics-ColorNames/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Graphics-ColorNames-0.24.tar.gz) = 9a018536e31dd2f034402659686a477c
|
||||
RMD160 (Graphics-ColorNames-0.24.tar.gz) = 0878ba7f55746cc0c803bc7a7bfc15921e8ee8fd
|
||||
SHA1 (Graphics-ColorNames-0.24.tar.gz) = e0b6acc4d4d43582ec4f334ae224e2138e8fd5e8
|
5
graphics/p5-Graphics-ColorNames/pkg/DESCR
Normal file
5
graphics/p5-Graphics-ColorNames/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This module defines RGB values for common color names. The intention
|
||||
is to (1) provide a common module that authors can use with other
|
||||
modules to specify colors; and (2) free module authors from having
|
||||
to "re-invent the wheel" whenever they decide to give the users the
|
||||
option of specifying a color by name rather than RGB value.
|
12
graphics/p5-Graphics-ColorNames/pkg/PLIST
Normal file
12
graphics/p5-Graphics-ColorNames/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/12 05:50:05 shell Exp $
|
||||
libdata/perl5/site_perl/Graphics/ColorNames.pm
|
||||
libdata/perl5/site_perl/Graphics/ColorNames/HTML.pm
|
||||
libdata/perl5/site_perl/Graphics/ColorNames/Netscape.pm
|
||||
libdata/perl5/site_perl/Graphics/ColorNames/Windows.pm
|
||||
libdata/perl5/site_perl/Graphics/ColorNames/X.pm
|
||||
man/man3/Graphics::ColorNames.3p
|
||||
man/man3/Graphics::HTML.3p
|
||||
man/man3/Graphics::Netscape.3p
|
||||
man/man3/Graphics::Windows.3p
|
||||
man/man3/Graphics::X.3p
|
||||
@dirrm libdata/perl5/site_perl/Graphics/ColorNames
|
Loading…
Reference in New Issue
Block a user