summaryrefslogtreecommitdiff
path: root/time/xonclock
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-02-16Update to 0.0.9.4: man page fix.wiz2-6/+6
2011-02-16Update to 0.0.9.3, incorporating png fix. Set LICENSE.wiz3-23/+7
2011-01-31Fix build with png-1.5.wiz2-1/+17
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-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-13Bump PKGREVISION for libpng shlib name change.wiz1-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-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-12-17import xonclock-0.0.9.2, another X11 on-screen clockdrochner4-0/+52
(not the greatest one, but looks pretty)