2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2006-01-09 19:37:26 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Don't run test by default, make it a TEST_TARGET.
XXX make test needs ksh
|
2006-01-09 19:32:39 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix MASTER_SITE entry.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-11-03 14:39:25 by Roland Illig | Files touched by this commit (1) |
Log message:
Using MASTER_SITE_DEBIAN instead of hard-coded URL.
|
2005-02-24 12:19:00 by Alistair G. Crooks | Files touched by this commit (5) | |
Log message:
Initial import of pmccabe-2.2-3 into the Packages Collection, suggested
by Mike Cheponis.
pmccabe processes the named files, or standard input if none
are named, calculating statistics including McCabe cyclomatic
complexity for each function found. The files are expected to
be either C (ANSI or K&R) or C++.
pmccabe ignores all cpp preprocessor directives - calculating
the complexity of the appearance of the code rather than the
complexity after the preprocessor mangles the code. This is
especially important since simple things like getchar(3)
expand into macros which increase complexity.
|