summaryrefslogtreecommitdiff
path: root/devel/jam/DESCR
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-04-20 20:04:06 +0000
committerschmonz <schmonz@pkgsrc.org>2002-04-20 20:04:06 +0000
commita5dcbe2a3fff50badfbcf26de4c9756c86cdbf0b (patch)
treee3450b2a32a7acf69fd55b30c130ec8cbfea22c9 /devel/jam/DESCR
parent98a834aec858c06c680b0bab1d8bda60e0e01f00 (diff)
downloadpkgsrc-a5dcbe2a3fff50badfbcf26de4c9756c86cdbf0b.tar.gz
Import jam-2.3, with improvements from <pkgsrc@sudog.com> in pkg/16375.
Approved by jlam and garbled. Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes (although by default it uses a single process).
Diffstat (limited to 'devel/jam/DESCR')
-rw-r--r--devel/jam/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/jam/DESCR b/devel/jam/DESCR
new file mode 100644
index 00000000000..34614c3899a
--- /dev/null
+++ b/devel/jam/DESCR
@@ -0,0 +1,4 @@
+Jam/MR is a build utility like make(1). It has its own expressive
+language which allows for portable Jamfiles capable of building
+large projects with multiple concurrent processes (although by
+default it uses a single process).