Next | Query returned 80 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2011-11-01 07:03:15 by Steven Drake | Files touched by this commit (1557)
Log message:
Recursive bump for graphics/freetype2 buildlink addition.
   2011-07-15 15:31:29 by OBATA Akio | Files touched by this commit (2)
Log message:
Register EGG file to be found the library from others.

Bump PKGREVISION.
   2011-01-03 13:17:31 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Fix building and disable TKINTER on Darwin.
   2010-12-23 12:45:04 by David Sainty | Files touched by this commit (254)
Log message:
Mechanically replace references to graphics/jpeg with the suitable
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-07-19 19:45:03 by Matthias Drochner | Files touched by this commit (3)
Log message:
recognize a 16bit greyscale format with "white is zero" (which is
generated by some neutron image plate detector) -- PIL is lacking
some infrastructure here so it gets treated like "black is zero"
but this is fine for me because I don't want to interpret it
photometrically anyway
   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2009-12-11 22:37:31 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 1.1.7
changes: misc bugfixes and improvements, too much to list here, see
the CHANGES file for details
   2009-08-27 20:53:38 by Thomas Klausner | Files touched by this commit (13)
Log message:
Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update

Next | Query returned 80 messages, browsing 31 to 40 | Previous