Age | Commit message (Collapse) | Author | Files | Lines |
|
(necause it was forking off "sort" subprocesses on every package).
|
|
OS-supplied one (currently, it will use gsort from coreutils).
|
|
- If it's a full sentence, start capitalize first letter and end with a
period.
- Break comments at ~80 chars so it fits into a terminal.[*]
(* This should be done for the code as well, but then it'll need testing.
I'll do this at another point in time.)
|
|
|
|
cd pkgsrc/mk
cvs update -Pd -A
cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
|
|
causes problems with some awks. Patch provided by Jonathan Perkin in
PR pkg/22246
|
|
quote a shell test, and run ${AWK} -f tflat instead of using
#!/usr/bin/awk.
|
|
|
|
bar and libbar were swapped).
|
|
|
|
|
|
|
|
tflat -u. Causes by not fully initializing an array before looping over
the array.
Other minor code cleanup.
|
|
when looking up the tree.
|
|
tflat is a small awk script used to flatten a dependency tree. It can
process a tsort(1) compatible input file and produce a flattened
list showing all packages which depend on a particular package or
all packages which are depended upon by a package. This is used by
the bulk pkgsrc build system.
Written by Dan McMahill after careful study of a perl program that
does the same function in a nicer way written by Thomas Klausner
<wiz@netbsd.org>. The reason for rewriting it without perl was to
make it work with only in-tree utilities.
|