mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
01f1c535cb
commit
1ff6a80ea4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178303
5 changed files with 87 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
|||
SUBDIR += extrackt
|
||||
SUBDIR += ezjail
|
||||
SUBDIR += fanout
|
||||
SUBDIR += farbot
|
||||
SUBDIR += fastest_cvsup
|
||||
SUBDIR += fatback
|
||||
SUBDIR += fcron
|
||||
|
|
33
sysutils/farbot/Makefile
Normal file
33
sysutils/farbot/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: farbot
|
||||
# Date created: 29 November 2006
|
||||
# Whom: Nick Barkas <snb@threerings.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= farbot
|
||||
PORTVERSION= 1.0.a2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://dpw.threerings.net/projects/farbot/
|
||||
DISTNAME= farbot-1.0-alpha2
|
||||
|
||||
MAINTAINER= snb@threerings.net
|
||||
COMMENT= FreeBSD Automated Release Bot
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ZConfig:${PORTSDIR}/devel/py-zconfig \
|
||||
${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/farbot.conf ${PREFIX}/etc/farbot.conf.sample
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}/xhtml
|
||||
${INSTALL_MAN} ${WRKSRC}/docs/xhtml/* ${DOCSDIR}/xhtml
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/farbot/distinfo
Normal file
3
sysutils/farbot/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (farbot-1.0-alpha2.tar.gz) = f01daa8e5d8549866171afbed2239ac5
|
||||
SHA256 (farbot-1.0-alpha2.tar.gz) = 48237c1d60dc8293f034ed5f318e8a3328c92ca1de01af2ed7069494f35ad3f1
|
||||
SIZE (farbot-1.0-alpha2.tar.gz) = 90142
|
15
sysutils/farbot/pkg-descr
Normal file
15
sysutils/farbot/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
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/
|
35
sysutils/farbot/pkg-plist
Normal file
35
sysutils/farbot/pkg-plist
Normal file
|
@ -0,0 +1,35 @@
|
|||
bin/farbot
|
||||
etc/farbot.conf.sample
|
||||
%%PYTHON_SITELIBDIR%%/farb/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/farb/builder.py
|
||||
%%PYTHON_SITELIBDIR%%/farb/config.py
|
||||
%%PYTHON_SITELIBDIR%%/farb/sysinstall.py
|
||||
%%PYTHON_SITELIBDIR%%/farb/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/farb/data/boot.conf.tmpl
|
||||
%%PYTHON_SITELIBDIR%%/farb/data/farb_conf.xml
|
||||
%%PYTHON_SITELIBDIR%%/farb/data/install_package.sh
|
||||
%%PYTHON_SITELIBDIR%%/farb/data/loader.conf
|
||||
%%PYTHON_SITELIBDIR%%/farb/data/loader.rc
|
||||
%%PYTHON_SITELIBDIR%%/farb/data/netinstall.4th.tmpl
|
||||
%%PYTHON_SITELIBDIR%%/farb/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/farb/builder.pyc
|
||||
%%PYTHON_SITELIBDIR%%/farb/config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/farb/sysinstall.pyc
|
||||
%%PYTHON_SITELIBDIR%%/farb/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/farb/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/farb/builder.pyo
|
||||
%%PYTHON_SITELIBDIR%%/farb/config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/farb/sysinstall.pyo
|
||||
%%PYTHON_SITELIBDIR%%/farb/utils.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/farb/data
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/farb
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s02.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s03.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/ch01s04.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/ch02.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/docbook.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xhtml/pr01.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/xhtml
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue