Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-17 | Fix build with recent giflib. | joerg | 2 | -1/+41 | |
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-12-12 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-29 | print/img2eps: Fix indirect linking error on DragonFly | marino | 1 | -1/+3 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-03-09 | libungif/buildlink3.mk -> mk/giflib.buildlink3.mk | drochner | 1 | -3/+3 | |
(uses giflib now per default) bump PKGREV | |||||
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -2/+2 | |
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done | |||||
2010-06-19 | Fix build for png-1.4.x. | wiz | 2 | -1/+15 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-07-23 | Fix compilation error on Darwin. Ok'ed by dillo. | yyamano | 2 | -1/+14 | |
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2008-05-25 | Assert OWNERship of some packages, relinquish others entierly. | dillo | 1 | -2/+2 | |
2008-01-17 | Remove unavailable mirror sites. | obache | 1 | -3/+1 | |
2007-01-17 | Very belatedly bump PKGREVISION for all jasper dependencies because | wiz | 1 | -2/+2 | |
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431. | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-07-14 | update img2eps to 0.2: | dillo | 3 | -8/+24 | |
* support for specifying resolution, size, orientation, and placement of image * support for JPEG 2000 image format * options to force recompression of image data and to ignore pixel order * support for EXIF Orientation tag (auto-rotate images) * fix handling of interlaced GIF images * LZW compression no longer optional (patent expired) | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-28 | Bump PKGREVISIONs due to libtiff update. | reed | 1 | -2/+2 | |
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.) | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-04-25 | use my NetBSD.org email address, update homepage | dillo | 1 | -3/+4 | |
2004-04-18 | Convert to bl3. | wiz | 1 | -6/+6 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -1/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2002-11-07 | add TEST_TARGET | dillo | 1 | -1/+2 | |
2002-10-16 | initial import of img2eps 0.1 | dillo | 4 | -0/+32 | |
img2eps packages raster images into EPS (Embedded PostScript) files, using whatever PostScript features are advantageous. If possible, the compressed image data is copied directly to the EPS file. Supported image file formats are GIF, JPEG, PNG, TIFF, and XPM. |