Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 23:18:14 +0200 (CEST)
From:      Anatoliy Dmytriyev <tolid@plab.ku.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26441: New port: Read the dimensions of an image in several popular formats
Message-ID:  <200104082118.f38LIEQ20049@plab.ku.dk>

next in thread | raw e-mail | index | archive | help

>Number:         26441
>Category:       ports
>Synopsis:       New port: Read the dimensions of an image in several popular formats
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 14:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anatoliy Dmytriyev
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:
        FreeBSD eagle.plab.ku.dk 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 15:14:16 CET 2001     root@eagle.plab.ku.dk:/1/obj/1/src/sys/eagle  i386

>Description:

        New port:
        The Image::Size library is based upon the www is script written by Alex Knowles
        (alex@ed.ac.uk), a tool to examine HTML and add 'width' and 'height' parameters
        to image tags. The sizes are cached internally based on file name, so multiple
        calls on the same file name (such as images used in bulleted lists, for
        example) do not result in repeated computations.

>How-To-Repeat:


>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Image-Size/distinfo
#	Image-Size/pkg-plist
#	Image-Size/pkg-comment
#	Image-Size/pkg-descr
#	Image-Size/Makefile
#
echo x - Image-Size/distinfo
sed 's/^X//' >Image-Size/distinfo << 'END-of-Image-Size/distinfo'
XMD5 (Image-Size-2.92.tar.gz) = 670fcf6953d84c034a53c6b931520ab4
END-of-Image-Size/distinfo
echo x - Image-Size/pkg-plist
sed 's/^X//' >Image-Size/pkg-plist << 'END-of-Image-Size/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Image/Size.pm
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/gifsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/xbmsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/xpmsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/pngsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/jpegsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/ppmsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/tiffsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/bmpsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/psdsize.al
Xlib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size/autosplit.ix
Xbin/imgsize
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Image
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Image/Size
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Image
END-of-Image-Size/pkg-plist
echo x - Image-Size/pkg-comment
sed 's/^X//' >Image-Size/pkg-comment << 'END-of-Image-Size/pkg-comment'
XRead the dimensions of an image in several popular formats
END-of-Image-Size/pkg-comment
echo x - Image-Size/pkg-descr
sed 's/^X//' >Image-Size/pkg-descr << 'END-of-Image-Size/pkg-descr'
XThe Image::Size library is based upon the wwwis script written by Alex Knowles
X(alex@ed.ac.uk), a tool to examine HTML and add 'width' and 'height' parameters
Xto image tags. The sizes are cached internally based on file name, so multiple
Xcalls on the same file name (such as images used in bulleted lists, for
Xexample) do not result in repeated computations.
END-of-Image-Size/pkg-descr
echo x - Image-Size/Makefile
sed 's/^X//' >Image-Size/Makefile << 'END-of-Image-Size/Makefile'
X# New ports collection makefile for:	Image-Size
X# Date created:				8 April 2001
X# Whom:					Anatoliy Dmytriyev
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Image-Size
XPORTVERSION=	2.92
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Image
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tolid@plab.ku.dk
X
XPERL_CONFIGURE=	yes
X
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=           Image::Size.3
XMAN1PREFIX=     ${PREFIX}
XMAN1=           imgsize.1
X
X.include <bsd.port.mk>
END-of-Image-Size/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104082118.f38LIEQ20049>