From owner-freebsd-ports Sun Apr 8 14:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80DD637B43C for ; Sun, 8 Apr 2001 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f38LK1G26128; Sun, 8 Apr 2001 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id A869937B424 for ; Sun, 8 Apr 2001 14:18:15 -0700 (PDT) (envelope-from tolid@plab.ku.dk) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f38LIFQ20058 for FreeBSD-gnats-submit@freebsd.org.AVP; Sun, 8 Apr 2001 23:18:15 +0200 (CEST) (envelope-from tolid) Received: (from tolid@localhost) by plab.ku.dk (8.11.0/8.9.3) id f38LIEQ20049; Sun, 8 Apr 2001 23:18:14 +0200 (CEST) (envelope-from tolid) Message-Id: <200104082118.f38LIEQ20049@plab.ku.dk> Date: Sun, 8 Apr 2001 23:18:14 +0200 (CEST) From: Anatoliy Dmytriyev Reply-To: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26441: New port: Read the dimensions of an image in several popular formats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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