summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-07-27Some people actually watch the pbulk-build client output, so addjoerg1-2/+2
a newline after each message. Bump to pbulk-0.10.
2007-07-25pkgsrc_base_dir is now without leading /, compensate. GC it in the HTMLjoerg1-2/+2
report script. Bump to pbulk-0.9.
2007-07-25Remove an additional ) and correct the assignment of a variable.joerg1-2/+2
Bump to 0.8.
2007-07-20Always call setprogname for platforms that don't have __progname.joerg1-2/+2
Don't depend on date to implement %s or even %F and %R or support -r, compute dates as one comment and split. This works even with the very special HP-UX date. Requested and tested by tnn@ Bump to pbulk-0.7.
2007-07-16Add two variables to specify the prefix of the report mail's subjectjoerg1-2/+2
and the recipient. Bump to pbulk-0.6.
2007-07-16bulkdir was an old configuration variable and replaced with bulklogjoerg1-2/+2
in the example config. Catch up in the scripts as well. Create the log directory first for limited bulk builds. Bump to pbulk-0.5.
2007-06-29#!/usr/bin/awk -f -joerg1-2/+2
works for some reasons on NetBSD, but not with other versions of one-true-awk or gawk. Bump to 0.4.
2007-06-28Scripts get installed without suffix, so fix default configurationjoerg1-2/+2
to match the installed names. Bump version to 0.3.
2007-06-25Use libnbcompat and fix build issues on Solaris.joerg1-2/+8
Don't depend on sin_len. Slightly factor out code for setting non-blocking IO. Bump to pbulk-0.2. Tested by dmcmahill@.
2007-06-20Force devel/libevent on NetBSD 2, as it is far too old. Found by Dan onjoerg1-1/+7
NetBSD/alpha.
2007-06-19This package uses BSD-style Makefiles.rillig1-2/+2
2007-06-19Initial import of pbulk, the new pkgsrc bulk build framework.joerg1-0/+53
Discussion of various parts of the design with jlam@, wiz@, tls@ and many other developers. Special thanks to David Maxwell for testing the initial prototype and finding some bugs with Coverity Prevent. Supported by Google's Summer of Code 2007 project. OK for import during the freeze: jlam@ From DESCR: pbulk is the modular bulk build framework for pkgsrc. This package contains: - pbulk-scan, a program to scan the entire pkgsrc tree or a list of directories therein for packages and dependencies. Distributed operation using a master/client mode is supported. - pbulk-resolve, a program to resolve the dependencies from the output of pbulk-scan - pbulk-build, the build scheduler. Distributed builds via TCP are supported. - bulkbuild and related scripts to implement full and limited bulk builds on top of those programs. The pbulk framework is considered experimental.