Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
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
|
|
|
|
unless not defined, and put in the make environment.)
|
|
|
|
|
|
problems found after fixing malloc problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provided in PR 13012 by Stoned Elipot (Stoned.Elipot@script.jussieu.fr)
Minor enhancements made by agc.
Bibindex and biblook are programs for fast lookup in BibTeX
bibliography data bases.
Bibindex converts a .bib file to a .bix file, which is a compact
binary representation of the .bib file containing hash tables for fast
lookup, as well as byte offset positions into the corresponding .bib
file.
Biblook provides an interactive lookup facility using the .bix and
.bib files.
|