View | Details | Raw Unified | Return to bug 159073
Collapse All | Expand All

(-)portbuilder/Makefile (-2 / +8 lines)
Lines 2-11 Link Here
2
# Date created:				2011/04/03
2
# Date created:				2011/04/03
3
# Whom:					David Naylor <naylor.b.david@gmail.com>
3
# Whom:					David Naylor <naylor.b.david@gmail.com>
4
#
4
#
5
# $FreeBSD: ports/ports-mgmt/portbuilder/Makefile,v 1.2 2011/06/19 19:56:08 dhn Exp $
5
# $FreeBSD$
6
6
7
PORTNAME=	portbuilder
7
PORTNAME=	portbuilder
8
DISTVERSION=	0.1.3
8
DISTVERSION=	0.1.3.1
9
CATEGORIES=	ports-mgmt
9
CATEGORIES=	ports-mgmt
10
MASTER_SITES=	http://cloud.github.com/downloads/DragonSA/portbuilder/
10
MASTER_SITES=	http://cloud.github.com/downloads/DragonSA/portbuilder/
11
11
Lines 18-21 Link Here
18
USE_PYDISTUTILS=	yes
18
USE_PYDISTUTILS=	yes
19
USE_XZ=		yes
19
USE_XZ=		yes
20
20
21
post-install:
22
	${MKDIR} ${DOCSDIR}
23
.for file in BUGS ChangeLog COPYRIGHT README
24
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
25
.endfor
26
21
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)portbuilder/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (portbuilder-0.1.3.tar.xz) = fa9b0022e612adf17b5aa21a77d71dba2a77edf6e00c83b9fbd96f85e3a618c4
1
SHA256 (portbuilder-0.1.3.1.tar.xz) = f9fe7c53078ccd633bd7ac5a92b63535ca4aaab5ece403f34693b738b5cc55bd
2
SIZE (portbuilder-0.1.3.tar.xz) = 30412
2
SIZE (portbuilder-0.1.3.1.tar.xz) = 31372
(-)portbuilder/pkg-descr (-3 / +3 lines)
Lines 1-8 Link Here
1
A concurrent ports building tool.  Although FreeBSD ports supports building a
1
A concurrent ports building tool.  Although FreeBSD ports supports building a
2
single port using multiple jobs (via MAKE_JOBS) however it cannot build
2
single port using multiple jobs (via MAKE_JOBS), it cannot build multiple ports
3
multiple ports concurrently.  This tool accomplishes just that.
3
concurrently.  This tool accomplishes just that.
4
4
5
Some of its key features:
5
Some of it's key features:
6
 * Concurrent port building
6
 * Concurrent port building
7
 * Load control
7
 * Load control
8
 * Top like UI
8
 * Top like UI

Return to bug 159073