summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-07 18:07:00 +0000
committerjoerg <joerg>2009-06-07 18:07:00 +0000
commit4bf3098f2db2ef7367f11c485cd4d9a8f00feec2 (patch)
tree0827f872bdc109e62eb88af46c40ddc5a2058e0b /pkgtools/pbulk
parent35093498a1e46de2130061ba4c9ff85e2f9dc8ea (diff)
downloadpkgsrc-4bf3098f2db2ef7367f11c485cd4d9a8f00feec2.tar.gz
Split pbulk into pbulk-base (the backend programs) and pbulk (rest).
Diffstat (limited to 'pkgtools/pbulk')
-rw-r--r--pkgtools/pbulk/DESCR19
-rw-r--r--pkgtools/pbulk/Makefile32
-rw-r--r--pkgtools/pbulk/PLIST11
3 files changed, 10 insertions, 52 deletions
diff --git a/pkgtools/pbulk/DESCR b/pkgtools/pbulk/DESCR
index 24f05660d14..3e678175c70 100644
--- a/pkgtools/pbulk/DESCR
+++ b/pkgtools/pbulk/DESCR
@@ -1,19 +1,4 @@
pbulk is the modular bulk build framework for pkgsrc.
-This package contains:
-
-- pbulk-scan, a program to scan the entire pkgsrc tree
- or a list of directories therein for packages and
- dependencies. Distributed operation using a master/client
- mode is supported.
-
-- pbulk-resolve, a program to resolve the dependencies
- from the output of pbulk-scan
-
-- pbulk-build, the build scheduler. Distributed builds via TCP
- are supported.
-
-- bulkbuild and related scripts to implement full and limited
- bulk builds on top of those programs.
-
-The pbulk framework is considered experimental.
+This package contains the front end bulk build and the script logic
+for full and limited bulk builds.
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
index 96bf14e1275..c6bfe1007ee 100644
--- a/pkgtools/pbulk/Makefile
+++ b/pkgtools/pbulk/Makefile
@@ -1,23 +1,16 @@
-# $NetBSD: Makefile,v 1.52 2009/06/07 17:59:50 joerg Exp $
+# $NetBSD: Makefile,v 1.53 2009/06/07 18:07:00 joerg Exp $
-DISTNAME= pbulk-0.38
-CATEGORIES= pkgtools
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
+DISTNAME= pbulk-0.39
COMMENT= Modular bulk build framework
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/pbulk
-MAKE_JOBS_SAFE= no
+.include "../../pkgtools/pbulk/Makefile.common"
-USE_FEATURES= nbcompat
USE_TOOLS+= awk:run bzip2:run digest:run gzip:run ident:run make:run \
- mail:run sed:run tar:run groff nroff
+ mail:run sed:run tar:run
DEPENDS+= rsync-[0-9]*:../../net/rsync
+DEPENDS+= pbulk-base>=0.38:../../pkgtools/pbulk-base
.include "../../mk/bsd.prefs.mk"
@@ -50,12 +43,10 @@ CONF_FILES+= share/examples/pbulk/pbulk.conf ${PKG_SYSCONFDIR}/pbulk.conf
PBULK_CONFIG= ${PKG_SYSCONFDIR}/pbulk.conf
PBULK_CONFIG_VERSION= 0.34
-INSTALLATION_DIRS= bin libexec/pbulk \
- ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 \
- share/examples/pbulk
+INSTALLATION_DIRS= bin libexec/pbulk share/examples/pbulk
USE_BSD_MAKEFILE= yes
-.include "../../mk/bsd.prefs.mk"
+BUILD_DIRS= scripts
do-extract:
${CP} -r ${FILESDIR}/pbulk ${WRKDIR}
@@ -63,13 +54,4 @@ do-extract:
post-install:
${INSTALL_DATA} ${WRKSRC}/pbulk.conf ${DESTDIR}${PREFIX}/share/examples/pbulk/pbulk.conf
-.if ${OPSYS} == "SunOS"
-LDADD+= -lsocket -lresolv
-MAKE_ENV+= LDADD=${LDADD:Q}
-.endif
-
-.if ${OPSYS} == "Linux"
-CPPFLAGS+= -D_GNU_SOURCE
-.endif
-
.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/pbulk/PLIST b/pkgtools/pbulk/PLIST
index 8a04c96d0a5..827c6393955 100644
--- a/pkgtools/pbulk/PLIST
+++ b/pkgtools/pbulk/PLIST
@@ -1,10 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2008/04/04 17:58:59 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/06/07 18:07:00 joerg Exp $
bin/bulkbuild
bin/bulkbuild-rebuild
bin/bulkbuild-restart
-bin/pbulk-build
-bin/pbulk-resolve
-bin/pbulk-scan
libexec/pbulk/build
libexec/pbulk/build-client-start
libexec/pbulk/client-clean
@@ -20,12 +17,6 @@ libexec/pbulk/report
libexec/pbulk/scan
libexec/pbulk/scan-client-start
libexec/pbulk/upload
-man/cat1/pbulk-build.0
-man/cat1/pbulk-resolve.0
-man/cat1/pbulk-scan.0
-man/man1/pbulk-build.1
-man/man1/pbulk-resolve.1
-man/man1/pbulk-scan.1
share/examples/pbulk/pbulk.conf
@dirrm share/examples/pbulk
@dirrm libexec/pbulk