mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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:
parent
dad55a4d43
commit
f8816cb4eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179105
@ -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
|
||||
|
22
graphics/p5-Image-PBMlib/Makefile
Normal file
22
graphics/p5-Image-PBMlib/Makefile
Normal 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>
|
3
graphics/p5-Image-PBMlib/distinfo
Normal file
3
graphics/p5-Image-PBMlib/distinfo
Normal 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
|
7
graphics/p5-Image-PBMlib/pkg-descr
Normal file
7
graphics/p5-Image-PBMlib/pkg-descr
Normal 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/
|
6
graphics/p5-Image-PBMlib/pkg-plist
Normal file
6
graphics/p5-Image-PBMlib/pkg-plist
Normal 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
|
Loading…
x
Reference in New Issue
Block a user