Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2009-06-14 20:01:33 by Joerg Sonnenberger | Files touched by this commit (37)
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-01-12 13:50:57 by OBATA Akio | Files touched by this commit (1)
Log message:
MAKE_JOBS_SAFE=no
   2008-06-19 16:50:09 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.
   2008-04-04 17:31:39 by Johnny C. Lam | Files touched by this commit (5)
Log message:
RUBY_REPLACE_DIRS is relative to ${WRKSRC} so no need to give the absolute
path to these directories.
   2008-03-02 03:49:45 by OBATA Akio | Files touched by this commit (5) | Imported package
Log message:
Import prime version 1.0.0.1.

PRIME is Japanese PRedictive Input Method Editor.

PRIME predicts user's input words using the knowledge of natural language and
the history of user's operations, and reduces the cost of typing by the user.
For example, if a user wants to input "application" and types \ 
"ap" as the
beginning characters of the word, PRIME might predict some candidate words like
"apple", "application", "appointment", etc...  And \ 
then the user can input
"application" easily by selecting the word from the candidate words by \ 
PRIME.


Next | Query returned 16 messages, browsing 11 to 20 | previous