Path to this page:
./
graphics/netpbm,
Toolkit for conversion of images between different formats
Branch: CURRENT,
Version: 10.35.80nb1,
Package name: netpbm-10.35.80nb1,
Maintainer: adamNetpbm is a toolkit for conversion of images between a variety of
different formats, as well as to allow a few basic image operations.
Netpbm is based on the widely spread Pbmplus package (release: 10 Dec
91). On top of that, a lot of improvements and additions have been
made. After the latest release of Pbmplus, a lot of additional filters
have been circulating on the net. The aim of Netpbm was, to collect
these and to turn them into a package. This work has been performed by
a group of programmers all over the world.
Required to run:[
textproc/libxml2] [
graphics/jasper] [
graphics/tiff] [
graphics/png] [
shells/bash]
Required to build:[
lang/perl5] [
devel/gmake]
Master sites:
SHA1: e2bc82c2fc76775a837596f9774f4b24275f794a
RMD160: f8c6dc01ada947f27dd851d954d240f248e07c55
Filesize: 2487.892 KB
Version history: (Expand)
- (2012-02-06) Updated to version: netpbm-10.35.80nb1
- (2011-04-04) Updated to version: netpbm-10.35.80
- (2011-01-15) Updated to version: netpbm-10.35.78
- (2011-01-13) Updated to version: netpbm-10.35.77nb1
- (2010-09-23) Updated to version: netpbm-10.35.77
- (2010-07-14) Updated to version: netpbm-10.35.76nb1
CVS history: (Expand)
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) |  |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
| 2012-01-19 21:17:47 by Ignatios Souvatzis | Files touched by this commit (2) |
Log message:
Fix build problem on IRIX (missing strdup prototype). Reported in
PR 45766, patch from there.
|
| 2011-04-05 13:43:08 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine.
|
| 2011-04-04 11:17:24 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 10.35.80:
* asciitopgm: fix bug: memory corruption on too-long lines.
* asciitopgm: fix bug: improper handling of blank lines.
Changes 10.35.79:
* configure: don't default to /usr/X11R6/lib/libX11.so just because
/usr/X11R6 exists. /usr/X11R6/lib must exist.
* pngtopnm: fix bug: -verbose reports history chunk present when
it's really a palette.
|
2011-01-15 19:37:46 by Matthias Scheler | Files touched by this commit (5) |  |
Log message:
Update "netpbm" package to version 10.35.78. Changes since 10.35.77:
- bmptopnm: Don't crash on invalid zero value of image height in
the BMP header of a compressed file. Always broken.
- bmptopnm: don't crash on large invalid value of 'colorsused' in
the BMP header.
- ilbmtoppm: Don't crash on image that has a transparent color
index, but no color map.
"pkgsrc" changes:
- Add a lot of patches written by Thomas Klausner and me to make this
compile with PNG 1.5.
|
| 2011-01-15 09:15:47 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix bug in patch for "pnmtopng" reported by Thomas Klausner in private
e-mail. No package revision bump as the package didn't build before
and still doesn't until "pngtopnm" gets fixed as well.
|
| 2011-01-14 22:51:59 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Get "pnmtopng" to build with new "png" package. \
"pngtopnm" still fails.
|
2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |  |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|