diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-26 18:42:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-26 18:42:10 +0800 |
commit | 1b245d3f5e05877edb53ae20703df4a7d94548b3 (patch) | |
tree | ec60d0bea78f4c097eb6c94dc837f63c76610182 /misc | |
parent | ac9d18ea7eeca72651b30491f659a7123c0f6c8f (diff) | |
download | freebsd-ports-gnome-1b245d3f5e05877edb53ae20703df4a7d94548b3.tar.gz freebsd-ports-gnome-1b245d3f5e05877edb53ae20703df4a7d94548b3.tar.zst freebsd-ports-gnome-1b245d3f5e05877edb53ae20703df4a7d94548b3.zip |
Add an usefull pkg-descr.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tinderbox/pkg-descr | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/misc/tinderbox/pkg-descr b/misc/tinderbox/pkg-descr index 257cc5642cb1..bfafcb10f8ca 100644 --- a/misc/tinderbox/pkg-descr +++ b/misc/tinderbox/pkg-descr @@ -1 +1,21 @@ -foo +Tinderbox is a package building system for FreeBSD ports, based on +official Portbuild scripts used on pointyhat building cluster. +Tinderbox was written by Joe Marcus Clarke. + +You can define multiple jails (base system versions) and multiple +portstrees. The combination of jail and portstree is called a build. +A Tinderbox jail is not what is understood as a jail in FreeBSD, +it is in fact a given world in a chroot. Tinderbox supports automatic +tracking of dependencies and only rebuilds packages that changed +since last run. Tinderbox has support for email notification of +failed builds. Tinderbox also integrates well with ccache. + +Tinderbox is designed to easily provide package sets of ports you +need, for platforms and architectures you need. Tinderbox is also +excellent tool for testing new ports and port upgrades, especially +for testing dependencies and packing lists. It's also useful for +testing ports on various releases of FreeBSD, since you can run +FreeBSD 4.X world as a jail on FreeBSD 5.X/6.X host. + +WWW: http://tinderbox.marcuscom.com/ +Author: Joe Marcus Clarke. |