diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-07 18:22:00 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-07 18:22:00 +0800 |
commit | 52a91580e84ef4d57ef4ddf841b485708d410dad (patch) | |
tree | c1c7f501b3d44176be68989973c1c7ba4d294f06 /graphics/p5-Image-PBMlib | |
parent | 1dd024b946a4aa705b687791773bc1ebd8cc3ea3 (diff) | |
download | freebsd-ports-gnome-52a91580e84ef4d57ef4ddf841b485708d410dad.tar.gz freebsd-ports-gnome-52a91580e84ef4d57ef4ddf841b485708d410dad.tar.zst freebsd-ports-gnome-52a91580e84ef4d57ef4ddf841b485708d410dad.zip |
Add p5-Image-PBMlib 1.05, helper functions for PBM/PGM/PPM image file
formats.
PR: ports/105410
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'graphics/p5-Image-PBMlib')
-rw-r--r-- | graphics/p5-Image-PBMlib/Makefile | 22 | ||||
-rw-r--r-- | graphics/p5-Image-PBMlib/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Image-PBMlib/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/p5-Image-PBMlib/pkg-plist | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/graphics/p5-Image-PBMlib/Makefile b/graphics/p5-Image-PBMlib/Makefile new file mode 100644 index 000000000000..4fc8164f56f0 --- /dev/null +++ b/graphics/p5-Image-PBMlib/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Image-PBMlib +# Date created: 2006-11-12 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Image-PBMlib +PORTVERSION= 1.05 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Image +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Helper functions for PBM/PGM/PPM image file formats + +PERL_CONFIGURE= yes + +MAN3= Image::PBMlib.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Image-PBMlib/distinfo b/graphics/p5-Image-PBMlib/distinfo new file mode 100644 index 000000000000..b7a15e1b0df4 --- /dev/null +++ b/graphics/p5-Image-PBMlib/distinfo @@ -0,0 +1,3 @@ +MD5 (Image-PBMlib-1.05.tar.gz) = b072308366d64741903848d258ab4821 +SHA256 (Image-PBMlib-1.05.tar.gz) = f0466ab1f0a2a2872eb9fe57d164c804fbca94cac7aad294e15fbe16615772f2 +SIZE (Image-PBMlib-1.05.tar.gz) = 6541 diff --git a/graphics/p5-Image-PBMlib/pkg-descr b/graphics/p5-Image-PBMlib/pkg-descr new file mode 100644 index 000000000000..36b0b109405e --- /dev/null +++ b/graphics/p5-Image-PBMlib/pkg-descr @@ -0,0 +1,7 @@ +This is primarily a library for reading portable bitmap (PBM), +portable graymap (PGM), and portable pixmap (PPM) files. These image +formats are only the barest step up from raw data, and have a very +simple format which is the key to be "portable". Writing out images in +these formats is very easy. + +WWW: http://search.cpan.org/dist/Image-PBMlib/ diff --git a/graphics/p5-Image-PBMlib/pkg-plist b/graphics/p5-Image-PBMlib/pkg-plist new file mode 100644 index 000000000000..6b4f7bf97790 --- /dev/null +++ b/graphics/p5-Image-PBMlib/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/PBMlib/.packlist +%%SITE_PERL%%/Image/PBMlib.pm +@dirrmtry %%SITE_PERL%%/Image +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/PBMlib +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image |