Farbot automates building of netinstall/PXE boot FreeBSD releases. It features a simple configuration file based on the concept of "Installations", "PackageSets", and "PartitionMaps." Farbot currently handles the following: * Building FreeBSD releases, including grabbing any source needed. * Building packages for each release, derived from per installation package sets. * Laying out an NFS/TFTP exportable file system structure for all built releases, customized for each installation type. * Generation of a customized bootloader with options to install each installation type WWW: http://dpw.threerings.net/projects/farbot/
Responsible Changed From-To: freebsd-ports-bugs->alexbl I will take it.
alexbl 2006-11-30 04:56:43 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/farbot Makefile distinfo pkg-descr pkg-plist Log: Farbot automates building of netinstall/PXE boot FreeBSD releases. It features a simple configuration file based on the concept of "Installations", "PackageSets", and "PartitionMaps." Farbot currently handles the following: * Building FreeBSD releases, including grabbing any source needed. * Building packages for each release, derived from per installation package sets. * Laying out an NFS/TFTP exportable file system structure for all built releases, customized for each installation type. * Generation of a customized bootloader with options to install each installation type WWW: http://dpw.threerings.net/projects/farbot/ PR: ports/106037 Submitted by: Nick Barkas <snb at threerings.net> Revision Changes Path 1.861 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/farbot/Makefile (new) 1.1 +3 -0 ports/sysutils/farbot/distinfo (new) 1.1 +15 -0 ports/sysutils/farbot/pkg-descr (new) 1.1 +35 -0 ports/sysutils/farbot/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!