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:
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
|
@ -71,6 +71,7 @@
|
|||
SUBDIR += portupdate-scan
|
||||
SUBDIR += portupgrade
|
||||
SUBDIR += portupgrade-devel
|
||||
SUBDIR += poudriere
|
||||
SUBDIR += psearch
|
||||
SUBDIR += pver
|
||||
SUBDIR += qtpkg
|
||||
|
|
34
ports-mgmt/poudriere/Makefile
Normal file
34
ports-mgmt/poudriere/Makefile
Normal 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>
|
2
ports-mgmt/poudriere/distinfo
Normal file
2
ports-mgmt/poudriere/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (poudriere-1.0.tar.gz) = a8722d67b1f90f0a045bfba8cd3f3fd12086ef25778066b4a0ee2e21e63f49e1
|
||||
SIZE (poudriere-1.0.tar.gz) = 17254
|
5
ports-mgmt/poudriere/pkg-descr
Normal file
5
ports-mgmt/poudriere/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue