Initial import of p5-Image-Size 2.93
This module to determine the size of images inseveral common formats.
This commit is contained in:
parent
16f85e05e0
commit
f9f300d023
22
graphics/p5-Image-Size/Makefile
Normal file
22
graphics/p5-Image-Size/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/18 05:54:45 kevlo Exp $
|
||||
|
||||
COMMENT= "module to determine the size fo images in several formats"
|
||||
|
||||
DISTNAME= Image-Size-2.93
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= graphics perl5
|
||||
NEED_VERSION= 1.399
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Image
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-Image-Size/files/md5
Normal file
3
graphics/p5-Image-Size/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Image-Size-2.93.tar.gz) = fe8b6d8639bc7c94d95953af3df58c85
|
||||
RMD160 (Image-Size-2.93.tar.gz) = 539aee87f57b7e94231c6dc8cc005236ce94b226
|
||||
SHA1 (Image-Size-2.93.tar.gz) = fa95ae60ff241be78fbe2eb5c341ffc2771479df
|
7
graphics/p5-Image-Size/pkg/DESCR
Normal file
7
graphics/p5-Image-Size/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Image::Size is a library based on the image-sizing code in the wwwimagesize
|
||||
script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to
|
||||
IMG directives. Image::Size has generalized that code to return a raw (X, Y)
|
||||
pair, and included wrappers to pre-format that output into either HTML or a
|
||||
set of attribute pairs suitable for the CGI.pm library by Lincoln Stein.
|
||||
Currently, Image::Size can size images in XPM, XBM, GIF, JPEG and PNG
|
||||
formats.
|
17
graphics/p5-Image-Size/pkg/PLIST
Normal file
17
graphics/p5-Image-Size/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/18 05:54:45 kevlo Exp $
|
||||
bin/imgsize
|
||||
libdata/perl5/site_perl/Image/Size.pm
|
||||
libdata/perl5/site_perl/auto/Image/Size/autosplit.ix
|
||||
libdata/perl5/site_perl/auto/Image/Size/bmpsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/gifsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/jpegsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/pngsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/ppmsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/psdsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/swfsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/tiffsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/xbmsize.al
|
||||
libdata/perl5/site_perl/auto/Image/Size/xpmsize.al
|
||||
man/man1/imgsize.1
|
||||
man/man3/Image::Size.3p
|
||||
@dirrm libdata/perl5/site_perl/auto/Image/Size
|
Loading…
x
Reference in New Issue
Block a user