poudriere is a tool primarily designed to test package production on

FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.

WWW:	http://git.etoilebsd.net/poudriere/

Of course this is pkgng aware and it support incremental upgrade of binary bulks :)
This commit is contained in:
Baptiste Daroussin 2012-01-31 21:43:34 +00:00
parent ddd892276e
commit 4f51b9d58b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290206
4 changed files with 42 additions and 0 deletions

View file

@ -71,6 +71,7 @@
SUBDIR += portupdate-scan
SUBDIR += portupgrade
SUBDIR += portupgrade-devel
SUBDIR += poudriere
SUBDIR += psearch
SUBDIR += pver
SUBDIR += qtpkg

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: poudriere
# Date created: 2012-01-31
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= poudriere
PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= http://files.etoilebsd.net/poudriere/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Port build and test system
LICENSE= BSD
NO_BUILD= yes
MANCOMPRESSED= yes
MAN8= poudriere.8
PLIST_FILES= etc/poudriere.conf.sample \
bin/poudriere \
share/poudriere/common.sh \
share/poudriere/test_ports.sh \
share/poudriere/ports.sh \
share/poudriere/jail.sh \
share/poudriere/bulk.sh
PLIST_DIRS= share/poudriere
post-install:
${INSTALL_DATA} ${WRKSRC}/conf/poudriere.conf.sample ${PREFIX}/etc
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (poudriere-1.0.tar.gz) = a8722d67b1f90f0a045bfba8cd3f3fd12086ef25778066b4a0ee2e21e63f49e1
SIZE (poudriere-1.0.tar.gz) = 17254

View file

@ -0,0 +1,5 @@
poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.
WWW: http://git.etoilebsd.net/poudriere/