Port details |
- p5-Image-Size Perl5 module to determine the size of images in several common formats
- 3.300 graphics =35 3.300Version of this port present on the latest quarterly branch.
- Maintainer: tolid@tolid.eu.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-HTML-Tagset, p5-HTML-Parser, libiconv, p5-libwww, gmake
- Also Listed In: perl5 www
- License: ART20 LGPL21
- WWW:
- https://metacpan.org/release/Image-Size
- Description:
- 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.
I did this because my WWW server generates a lot of documents on demand
rather than keeping them in static files. These documents not only use
directional icons and buttons, but other graphics to annotate and highlight
sections of the text. Without size attributes, browsers cannot render the
text of a page until the image data is loaded and the size known for layout.
This library enables scripts to size their images at run-time and include
that as part of the generated HTML. Or for any other utility that uses and
manipulates graphics. The idea of the basic interface + wrappers is to not
limit the programmer to a certain data format.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Image-Size>0:graphics/p5-Image-Size
- To install the port:
- cd /usr/ports/graphics/p5-Image-Size/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Image-Size
- pkg install p5-Image-Size
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Image-Size
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1482741036
SHA256 (Image-Size-3.300.tar.gz) = 53c9b1f86531cde060ee63709d1fda73cabc0cf2d581d29b22b014781b9f026b
SIZE (Image-Size-3.300.tar.gz) = 237954
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- converters/p5-LaTeXML
- print/a2pdf
- textproc/p5-Data-FormValidator
- textproc/p5-ODF-lpOD
- textproc/p5-PDF-FromHTML
- textproc/p5-RTF-Writer
- www/p5-Rose-HTML-Objects
-
Deleted ports which required this port:
- for Run
-
- converters/p5-LaTeXML
- print/a2pdf
- textproc/p5-Data-FormValidator
- textproc/p5-ODF-lpOD
- textproc/p5-PDF-FromHTML
- textproc/p5-RTF-Writer
- www/ljdeps
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- graphics_p5-Image-Size
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.300 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.300 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.300 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.300 10 Oct 2018 10:23:27 |
sunpoet |
Fix LICENSE
- While I'm here, sort PLIST
Approved by: portmgr (blanket) |
3.300 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.300 26 Dec 2016 08:41:16 |
wen |
- Update to 3.300
Changes: http://search.cpan.org/src/RJRAY/Image-Size-3.300/ChangeLog
- Add NO_ARCH
PR: 214329
Submitted by: citrin+pr@citrin.ru
Approved by: maintainer |
3.232_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
3.232_1 02 Mar 2015 23:31:10 |
bapt |
Remove Author from pkg-descr and white space fixes |
3.232_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.232 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
3.232 28 Jan 2014 13:37:53 |
miwi |
- Stage support |
3.232 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
3.232 11 Sep 2013 09:54:08 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
3.232 07 Jun 2013 07:03:11 |
az |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178900
Submitted by: az
Approved by: maintainer (timeout) |
3.232 09 Sep 2012 02:06:10 |
swills |
- Update to 3.232
PR: ports/171061
Approved by: maintainer timeout (tolid@tolid.eu.org, >2 weeks) |
3.230 25 May 2012 14:04:13 |
miwi |
- Update to 3.230
PR: 167624
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer timeout |
3.221_1 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
3.221_1 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
3.221_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
3.221_1 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
3.221_1 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
3.221 06 Jun 2010 20:15:55 |
pgollucci |
- Update to 3.221
PR: ports/147390
Approved by: tolid@tolid.eu.org (maintainer)
Submitted by: myself (pgollucci@)
Changes: http://search.cpan.org/dist/Image-Size/Changes |
3.220 10 Dec 2009 00:28:33 |
amdmi3 |
- Update to 3.220
PR: 141320
Submitted by: Anatoliy Dmytriyev <tolid@tolid.eu.org> (maintainer) |
3.2 15 May 2009 17:37:21 |
dhn |
- Update to 3.2
PR: ports/134561
Submitted by: Anatoliy Dmytriyev <tolid@pbem.eu.org>
Approved by: maintainer, miwi (mentor implicit) |
3.1.1 23 Nov 2008 22:58:50 |
miwi |
- Update maintainer mail adress
PR: 128925
Submitted by: Anatoliy Dmytriyev" <tolid@tolid.eu.org> (maintainer) |
3.1.1 28 Sep 2008 22:31:14 |
leeym |
- update to 3.1.1
PR: 127126
Submitted by: leeym
Approved by: maintainer |
3.01 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
3.01 08 Sep 2007 01:00:17 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
3.01 03 Dec 2006 12:45:59 |
demon |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
3.01 31 Oct 2006 02:37:06 |
alepulver |
- Update to version 3.01.
PR: ports/104387
Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk> (maintainer) |
3.0 01 Jul 2006 15:53:23 |
aaron |
- Update to 3.0
PR: ports/99025
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |
2.992 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
2.992 22 Jan 2006 02:15:00 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.992 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.992 06 Sep 2003 01:13:49 |
foxfair |
Reviewed by: maintainer
Upgrade to 2.992. |
2.991 21 Feb 2003 12:15:34 |
knu |
De-pkg-comment. |
2.991 28 Jan 2003 16:26:24 |
tobez |
Update to 2.991.
Submitted by: maintainer
PR: 47248 |
2.99 06 Jun 2002 20:41:53 |
pat |
Update to 2.99
PR: 38949
Submitted by: maintainer |
03 Feb 2002 01:06:02 |
pat |
Update to 2.96 Sort pkg-plist |
13 Oct 2001 17:48:01 |
tom |
Update to 2.94 |
10 May 2001 16:48:32 |
vanilla |
Upgrade to 2.93 |
17 Apr 2001 12:19:47 |
roam |
Bestow maintainership upon Anatoliy Dmytriyev <tolid@plab.ku.dk>, as requested
in his message <20010409110520.B14583@plab.ku.dk> to -ports from Mon, 9 Apr
2001 11:05:20 +0200. Good luck! |
11 Apr 2001 16:43:45 |
kevlo |
Upgrade to version 2.92 |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
25 Jan 2001 23:20:04 |
vanilla |
Upgrade to 2.91. |
11 Dec 2000 02:03:43 |
steve |
Update to version 2.903. |
02 Nov 2000 05:33:31 |
kuriyama |
Add 3 @unexec rmdir's. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |