mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add p5-Image-Base 1.16
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/
This commit is contained in:
parent
464ac149af
commit
1a6b25f912
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282261
@ -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
|
||||
|
21
graphics/p5-Image-Base/Makefile
Normal file
21
graphics/p5-Image-Base/Makefile
Normal file
@ -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>
|
2
graphics/p5-Image-Base/distinfo
Normal file
2
graphics/p5-Image-Base/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Image-Base-1.16.tar.gz) = a3f24153b51dbcf61cbd7ad00d871be3dfcbefb77a5ff6255dc9c9eedf8a0647
|
||||
SIZE (Image-Base-1.16.tar.gz) = 17267
|
4
graphics/p5-Image-Base/pkg-descr
Normal file
4
graphics/p5-Image-Base/pkg-descr
Normal file
@ -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/
|
5
graphics/p5-Image-Base/pkg-plist
Normal file
5
graphics/p5-Image-Base/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user