diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 19:02:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 19:02:03 +0000 |
commit | 1a6b25f9127d399377688a9dbb3a74ac32a62518 (patch) | |
tree | 3ef8a1fbd2d20ac100530ff64e4e78f13968d72c | |
parent | 464ac149af0ce640874c95c590803925756c37a5 (diff) |
Notes
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Image-Base/Makefile | 21 | ||||
-rw-r--r-- | graphics/p5-Image-Base/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Base/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/p5-Image-Base/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 813a5c553ae6..d282ec85a770 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -631,6 +631,7 @@ SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo + SUBDIR += p5-Image-Base SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool diff --git a/graphics/p5-Image-Base/Makefile b/graphics/p5-Image-Base/Makefile new file mode 100644 index 000000000000..5b8c4af792b0 --- /dev/null +++ b/graphics/p5-Image-Base/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Image-Base +# Date created: 2011-09-23 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Image-Base +PORTVERSION= 1.16 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Base class for loading, manipulating and saving images + +PERL_CONFIGURE= yes + +MAN3= Image::Base.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Image-Base/distinfo b/graphics/p5-Image-Base/distinfo new file mode 100644 index 000000000000..5353327aafc4 --- /dev/null +++ b/graphics/p5-Image-Base/distinfo @@ -0,0 +1,2 @@ +SHA256 (Image-Base-1.16.tar.gz) = a3f24153b51dbcf61cbd7ad00d871be3dfcbefb77a5ff6255dc9c9eedf8a0647 +SIZE (Image-Base-1.16.tar.gz) = 17267 diff --git a/graphics/p5-Image-Base/pkg-descr b/graphics/p5-Image-Base/pkg-descr new file mode 100644 index 000000000000..16527f442cc9 --- /dev/null +++ b/graphics/p5-Image-Base/pkg-descr @@ -0,0 +1,4 @@ +Image::Base is a base class for loading, manipulating and saving images. This +class should not be used directly. + +WWW: http://search.cpan.org/dist/Image-Base/ diff --git a/graphics/p5-Image-Base/pkg-plist b/graphics/p5-Image-Base/pkg-plist new file mode 100644 index 000000000000..bfc48bb8c4aa --- /dev/null +++ b/graphics/p5-Image-Base/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Image/Base.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Base/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Base +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image +@dirrmtry %%SITE_PERL%%/Image |