mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
This uses the the Imager to find the average gray value
for a image. WWW: http://search.cpan.org/dist/Imager-AverageGray/ PR: ports/139893 Submitted by: "Zane C.B." <vvelox@vvelox.net> Approved by: mentors(implicit)
This commit is contained in:
parent
1c0471015c
commit
2a2af1b155
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243284
@ -620,6 +620,7 @@
|
||||
SUBDIR += p5-Image-Size
|
||||
SUBDIR += p5-Image-Size-FillFullSelect
|
||||
SUBDIR += p5-Imager
|
||||
SUBDIR += p5-Imager-AverageGray
|
||||
SUBDIR += p5-Imager-Graph
|
||||
SUBDIR += p5-Imager-Plot
|
||||
SUBDIR += p5-Imager-QRCode
|
||||
|
23
graphics/p5-Imager-AverageGray/Makefile
Normal file
23
graphics/p5-Imager-AverageGray/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: graphics/p5-Imager/AverageGray
|
||||
# Date created: 2009-10-24
|
||||
# Whom: vvelox@vvelox.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Imager-AverageGray
|
||||
PORTVERSION= 0.0.0
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Finds the average gray for a Imager object or image
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager/
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Imager::AverageGray.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Imager-AverageGray/distinfo
Normal file
3
graphics/p5-Imager-AverageGray/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Imager-AverageGray-0.0.0.tar.gz) = 69c6de7a2742875c774654efd4428e4b
|
||||
SHA256 (Imager-AverageGray-0.0.0.tar.gz) = 42b97dee722b53fe97341f8714aef15c4ca04dadbb5c137afdec14d2409866a1
|
||||
SIZE (Imager-AverageGray-0.0.0.tar.gz) = 3475
|
4
graphics/p5-Imager-AverageGray/pkg-descr
Normal file
4
graphics/p5-Imager-AverageGray/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This uses the the Imager to find the average gray value
|
||||
for a image.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Imager-AverageGray/
|
5
graphics/p5-Imager-AverageGray/pkg-plist
Normal file
5
graphics/p5-Imager-AverageGray/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Imager/AverageGray.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/AverageGray/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/AverageGray
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager
|
||||
@dirrmtry %%SITE_PERL%%/Imager
|
Loading…
Reference in New Issue
Block a user