Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -2/+2 | |
2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+6 | |
2007-01-08 | Fixed broken INSTALL definition. | rillig | 1 | -2/+3 | |
2006-04-21 | Add DragonFly support. Also let it be used on FreeBSD. | joerg | 3 | -3/+26 | |
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-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-06-15 | this is NetBSD specific. | grant | 1 | -1/+3 | |
2004-04-23 | Convert to bl3. | wiz | 1 | -3/+3 | |
2002-11-14 | Fix MASTER_SITES and HOMEPAGE. Closes PR 19046 by Julio Merino. | wiz | 1 | -3/+3 | |
2002-09-29 | Import bktr2jpeg from PR 18405 by Thomas Runge. | wiz | 5 | -0/+36 | |
This is a package for bktr2jpeg, which grabs images from /dev/bktr and saves it as a jpeg file. That makes a console based simple webcam program. |