Next | Query returned 32 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-11-22 11:44:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
chasen: fix some pkglint
   2023-11-22 11:43:54 by Thomas Klausner | Files touched by this commit (1)
Log message:
chasen: remove bogus buildlink3.mk file that uses another package's files
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2015-06-29 13:06:49 by Ryo ONODERA | Files touched by this commit (47)
Log message:
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
   2015-03-15 02:00:12 by Takahiro Kambe | Files touched by this commit (8)
Log message:
Update chasen packages to 2.4.5.

It includes security problem of 2.4.4 which was already fixed by official
patch.

pkgsrc change: Add comment in patches.
   2014-10-05 18:41:09 by Thomas Klausner | Files touched by this commit (58)
Log message:
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
   2013-04-06 05:45:29 by Blue Rats | Files touched by this commit (152)
Log message:
Fixes:

 COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
   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.
   2008-08-03 17:23:31 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Bump CHASEN_VERSION.
   2008-01-21 14:25:49 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update chasen-base and chasen pacakge to 2.4.2.

----------------------------------------------------------------------
ChaSen 2.4.2 (2007/07/23)
----------------------------------------------------------------------
- bug fix
  tokenization bug: unknown words with an half width space

Next | Query returned 32 messages, browsing 1 to 10 | Previous