From owner-cvs-all@FreeBSD.ORG Thu Nov 30 04:56:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51A2E16A407; Thu, 30 Nov 2006 04:56:44 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E3943CA6; Thu, 30 Nov 2006 04:56:38 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAU4uiJY037585; Thu, 30 Nov 2006 04:56:44 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAU4uiPI037584; Thu, 30 Nov 2006 04:56:44 GMT (envelope-from alexbl) Message-Id: <200611300456.kAU4uiPI037584@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Thu, 30 Nov 2006 04:56:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/farbot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 04:56:44 -0000 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 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)