diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-28 00:28:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-28 00:28:17 +0800 |
commit | 45bd17198ccfd2257d0ef1e30a06868d6b4f9a0c (patch) | |
tree | 21b3482cb00508656124157b297a2d5cd1831489 /graphics/p5-Acme-Steganography-Image-Png | |
parent | f545040db48f470062175914ad751a95dc21ee56 (diff) | |
download | freebsd-ports-gnome-45bd17198ccfd2257d0ef1e30a06868d6b4f9a0c.tar.gz freebsd-ports-gnome-45bd17198ccfd2257d0ef1e30a06868d6b4f9a0c.tar.zst freebsd-ports-gnome-45bd17198ccfd2257d0ef1e30a06868d6b4f9a0c.zip |
Add p5-Acme-Steganography-Image-Png 0.05, hide data (badly) in Png
images.
PR: ports/100721
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Diffstat (limited to 'graphics/p5-Acme-Steganography-Image-Png')
4 files changed, 48 insertions, 0 deletions
diff --git a/graphics/p5-Acme-Steganography-Image-Png/Makefile b/graphics/p5-Acme-Steganography-Image-Png/Makefile new file mode 100644 index 000000000000..ba3c27659be8 --- /dev/null +++ b/graphics/p5-Acme-Steganography-Image-Png/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-Acme-Steganography-Image-Png +# Date created: 2006-07-23 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Acme-Steganography-Image-Png +PORTVERSION= 0.05 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Acme +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= Hide data (badly) in Png images + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager \ + ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Acme::Steganography::Image::Png.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/p5-Acme-Steganography-Image-Png/distinfo b/graphics/p5-Acme-Steganography-Image-Png/distinfo new file mode 100644 index 000000000000..0e811dab2052 --- /dev/null +++ b/graphics/p5-Acme-Steganography-Image-Png/distinfo @@ -0,0 +1,3 @@ +MD5 (Acme-Steganography-Image-Png-0.05.tar.gz) = b82ccf09ef82c8d18b7276f409aec42c +SHA256 (Acme-Steganography-Image-Png-0.05.tar.gz) = 6b3413cfea37eacd5cd2459fd9ec8e0259cd3f5ad1495fb0adac135e833b04da +SIZE (Acme-Steganography-Image-Png-0.05.tar.gz) = 215266 diff --git a/graphics/p5-Acme-Steganography-Image-Png/pkg-descr b/graphics/p5-Acme-Steganography-Image-Png/pkg-descr new file mode 100644 index 000000000000..99ac3c93f510 --- /dev/null +++ b/graphics/p5-Acme-Steganography-Image-Png/pkg-descr @@ -0,0 +1,4 @@ +Acme::Steganography::Image::Png - hide data (badly) in Png images + +Author: Nicholas Clark, <nick@ccl4.org> +WWW: http://search.cpan.org/dist/Acme-Steganography-Image-Png/ diff --git a/graphics/p5-Acme-Steganography-Image-Png/pkg-plist b/graphics/p5-Acme-Steganography-Image-Png/pkg-plist new file mode 100644 index 000000000000..94430944b8a7 --- /dev/null +++ b/graphics/p5-Acme-Steganography-Image-Png/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Acme/Steganography/Image/Png.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Steganography/Image/Png/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Steganography/Image/Png +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Steganography/Image +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme/Steganography +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme +@dirrmtry %%SITE_PERL%%/Acme/Steganography/Image +@dirrmtry %%SITE_PERL%%/Acme/Steganography +@dirrmtry %%SITE_PERL%%/Acme |