Next | Query returned 80 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42)
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
   2009-03-11 22:58:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix freetype2 recognition, e.g. for native X.
   2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71)
Log message:
Remove Python 2.1 support.
   2008-04-25 21:46:49 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Explicitly include Python 2.1 -- this is used by Zope 2.5.
   2007-08-09 20:14:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add DESTDIR support.
   2007-03-23 21:47:58 by Matthias Drochner | Files touched by this commit (6) | Package updated
Log message:
update to 1.1.6
changes:
+ Added buffer interface support to the Path constructor
+ Added new ImageMath module.
+ Added pixel access object
+ Added support for duplex scanning to the Sane interface
+ Added save support for Spider images
+ Added float/double support to the TIFF loader
+ Added NumPy array interface support
+ Added experimental "floodfill" function to the ImageDraw module
+ Added threading support for the Sane driver
-bugfixes
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2007-01-20 16:17:20 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Include the FreeType2 component of PIL. Bump revision.

Next | Query returned 80 messages, browsing 41 to 50 | Previous