aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/farbot
Commit message (Collapse)AuthorAgeFilesLines
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-4/+2
| | | | sysutils)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Update home page and MASTER_SITESsnb2009-11-172-2/+2
| | | | Approved by: ehaupt
* Change MAINTAINER to my @FreeBSD.org addresssnb2009-07-241-1/+1
| | | | Approved by: erwin
* - Fix dependency after py25-zconfig upgrademiwi2008-12-071-1/+2
| | | | Reported by: pavbot
* - Update to 1.0.b2tabthorpe2008-04-013-7/+9
| | | | | PR: ports/122168 Submitted by: Nick Barkas <snb threerings.net> (maintainer)
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+2
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Update to 1.0.b1miwi2007-06-042-5/+5
| | | | | PR: 113182 Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
* Farbot automates building of netinstall/PXE boot FreeBSD releases. It features aalexbl2006-11-304-0/+86
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>