mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/p5-Graphics-ColorUtils: create port
Graphics::ColorUtils - Easy-to-use color space conversions and more. WWW: http://search.cpan.org/dist/Graphics-ColorUtils/ PR: 226364 Submitted by: n_hibma
This commit is contained in:
parent
7ed43bddc7
commit
ad04b8aa66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489360
5 changed files with 27 additions and 0 deletions
|
@ -670,6 +670,7 @@
|
|||
SUBDIR += p5-Graphics-Color
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Graphics-ColorNames-WWW
|
||||
SUBDIR += p5-Graphics-ColorUtils
|
||||
SUBDIR += p5-Graphics-GnuplotIF
|
||||
SUBDIR += p5-Graphics-Primitive
|
||||
SUBDIR += p5-Graphics-Primitive-Driver-Cairo
|
||||
|
|
18
graphics/p5-Graphics-ColorUtils/Makefile
Normal file
18
graphics/p5-Graphics-ColorUtils/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Graphics-ColorUtils
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Easy-to-use color space conversions and more
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Graphics-ColorUtils/distinfo
Normal file
3
graphics/p5-Graphics-ColorUtils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1520253638
|
||||
SHA256 (Graphics-ColorUtils-0.17.tar.gz) = 3cd61bac56a9cf78fc132941df876292db70b872a7220ccde6eefcb36ed63604
|
||||
SIZE (Graphics-ColorUtils-0.17.tar.gz) = 21968
|
3
graphics/p5-Graphics-ColorUtils/pkg-descr
Normal file
3
graphics/p5-Graphics-ColorUtils/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Graphics::ColorUtils - Easy-to-use color space conversions and more.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Graphics-ColorUtils/
|
2
graphics/p5-Graphics-ColorUtils/pkg-plist
Normal file
2
graphics/p5-Graphics-ColorUtils/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Graphics/ColorUtils.pm
|
||||
%%PERL5_MAN3%%/Graphics::ColorUtils.3.gz
|
Loading…
Add table
Reference in a new issue