Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 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-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 | -1/+2 | |
2009-03-06 | +PKG_DESTDIR_SUPPORT= user-destdir | snj | 1 | -2/+3 | |
2007-07-19 | Update to 0.4: | xtraeme | 3 | -25/+6 | |
fix wrong libexif information; fix coredump if the description file was in the wrong format; move slowly to CSS | |||||
2007-01-09 | Patch to work around an API change in libexif. | gavan | 3 | -3/+21 | |
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2004-10-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-10-30 | Update swiggle to 0.3.3 to catch up with libexif API changes. No | minskim | 2 | -6/+5 | |
functional difference. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+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-28 | Avoid using a patch that needs -ko. Requested by agc@. | snj | 3 | -36/+10 | |
2004-04-26 | Add patch-aa. Intentionally left out of the import because it needs -ko. | snj | 1 | -0/+33 | |
2004-04-26 | Initial import of swiggle-0.3.2, a lightweight image gallery generator. | snj | 4 | -0/+30 | |