Port details |
- p5-Image-PNG-Libpng Perl interface to the C library "libpng"
- 0.58 graphics =2 0.58Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2018-05-07 17:14:59
- Last Update: 2024-02-10 21:45:45
- Commit Hash: d365146
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Image-PNG-Libpng
- Description:
- Image::PNG::Libpng is a Perl library for accessing the contents of
PNG (Portable Network Graphics) images. Image::PNG::Libpng enables
Perl to use the "libpng" library for reading and writing files in
the PNG format.
Image::PNG::Libpng consists of Perl subroutines which mirror the C
functions in libpng, plus helper subroutines to make it easier to
read and write PNG data in Perl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Image-PNG-Libpng>0:graphics/p5-Image-PNG-Libpng
- To install the port:
- cd /usr/ports/graphics/p5-Image-PNG-Libpng/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Image-PNG-Libpng
- pkg install p5-Image-PNG-Libpng
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Image-PNG-Libpng
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707422186
SHA256 (Image-PNG-Libpng-0.58.tar.gz) = 69819856b4bcc783adb229cd769114b849f961799f337807c13a116cb231842b
SIZE (Image-PNG-Libpng-0.58.tar.gz) = 1101135
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libpng.so : graphics/png
- This port is required by:
- for Build
-
- textproc/p5-PDF-Builder
- for Run
-
- graphics/gscan2pdf
Configuration Options:
- No options to configure
- Options name:
- graphics_p5-Image-PNG-Libpng
- USES:
- localbase 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 |
0.58 10 Feb 2024 21:45:45 |
Rodrigo Osorio (rodrigo) |
graphics/p5-Image-PNG-Libpng: update to 0.58
Changelog: https://metacpan.org/release/BKB/Image-PNG-Libpng-0.58/source/Changes |
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) |
0.57 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 ) |
0.57 26 May 2021 12:54:41 |
Po-Chuan Hsieh (sunpoet) |
graphics/p5-Image-PNG-Libpng: Update to 0.57
Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng |
0.56 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.56 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.56 03 Jan 2021 20:23:41 |
sunpoet |
Update to 0.56
Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng |
0.49 19 Dec 2020 20:19:47 |
sunpoet |
Update to 0.49
- Strip shared library
Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng |
0.47 23 Sep 2020 18:51:23 |
sunpoet |
Update to 0.47
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng |
0.46 20 Sep 2018 19:28:34 |
sunpoet |
Update to 0.46
- Use USES=localbase instead of post-patch:
Changes: https://metacpan.org/changes/distribution/Image-PNG-Libpng |
0.45 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 |
0.45 08 May 2018 14:06:39 |
pi |
graphics/p5-Image-PNG-Libpng: fix USE_PERL5
PR: 227751
Submitted by: mat
Pointy hat to: pi |
0.45 07 May 2018 17:14:43 |
pi |
New port: graphics/p5-Image-PNG-Libpng
Image::PNG::Libpng is a Perl library for accessing the contents of
PNG (Portable Network Graphics) images. Image::PNG::Libpng enables
Perl to use the "libpng" library for reading and writing files in
the PNG format.
Image::PNG::Libpng consists of Perl subroutines which mirror the C
functions in libpng, plus helper subroutines to make it easier to
read and write PNG data in Perl.
WWW: http://search.cpan.org/dist/Image-PNG-Libpng/
PR: 227751
Submitted by: Greg Kennedy <kennedy.greg@gmail.com> |