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>
This commit is contained in:
Cheng-Lung Sung 2006-12-07 10:22:00 +00:00
parent dad55a4d43
commit f8816cb4eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179105
5 changed files with 39 additions and 0 deletions

View File

@ -470,6 +470,7 @@
SUBDIR += p5-Image-Info
SUBDIR += p5-Image-MetaData-GQview
SUBDIR += p5-Image-MetaData-JPEG
SUBDIR += p5-Image-PBMlib
SUBDIR += p5-Image-Size
SUBDIR += p5-Imager
SUBDIR += p5-Imager-Graph

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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