Next | Query returned 26 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2009-12-19 13:56:45 by OBATA Akio | Files touched by this commit (10)
Log message:
Introduce PKG_OPTIONS for database/tokyocabinet to select compression support
(zlib/bzip2/lzo/lzma and enabled by default for former two).

LZO and LZMA supports are exclusive, optional and should be selected by
user's use-case (priority of data compression ratio, compression speed,
or so on).

Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib
conflicts with archivers/xz.
It means if tokyocabinet is installed with lzma, failed to install xz,
and result in failure of "make extract" for packages using .lzma/.xz \ 
distfiles.
This issue also resolved by optionify lzma support and disabled by default.

This changes also make tokyocabinet ABI changes, so bump PKGREVISION
and recursive bump.

OKed to commit in freeze by wiz@.
   2009-11-25 12:33:56 by OBATA Akio | Files touched by this commit (9)
Log message:
TokyoCabinet related HOMEPAGEs have been moved.
   2009-07-07 13:37:46 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyodystopia to 0.9.13.

2009-06-18  Mikio Hirabayashi

	* tcqdb.c (tcqdbsearchimpl): performance was improved by backporting from TC.

	- Release: 0.9.13
   2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-14 08:04:12 by OBATA Akio | Files touched by this commit (4)
Log message:
Update tokyodystopia to 0.9.12.

Changes:
2009-06-14  Mikio Hirabayashi

	* tcqtest.c (sysprint): new function.

	* dysttest.c (sysprint): new function.

	- Release: 0.9.12
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-05-07 13:01:10 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyodystopia to 0.9.11.

Changes:
2009-04-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* dystmgr.c (runsearch): interpretation of search options was modified.

	* lapumgr.c (runsearch): interpretation of search options was modified.

	- Release: 0.9.11

2009-01-05  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcqmgr.c (tccmpocrs): a bug related to overflow was fixed.

	- Release: 0.9.10
   2009-03-21 06:35:38 by OBATA Akio | Files touched by this commit (2)
Log message:
Bump PKGREVISION from tokyocabinet's ABI changes.
   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-01-04 12:02:43 by OBATA Akio | Files touched by this commit (3)
Log message:
Update tokyodystpoia to 0.9.9.

Changes:
2009-01-03  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* dystsearch.c (readparameters): semicolon separater is now supported.

	- Release: 0.9.9

Next | Query returned 26 messages, browsing 11 to 20 | Previous