pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

distbb-current: Rename to distbb-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Sep 22 23:10:10 2016 +0200
Changeset:	26ba353eac27946453b61825bc489e0f992765c5

Modified Files:
	Makefile
Added Files:
	distbb-git/DESCR
	distbb-git/MESSAGE
	distbb-git/Makefile
	distbb-git/PLIST
Removed Files:
	distbb-current/DESCR
	distbb-current/MESSAGE
	distbb-current/Makefile
	distbb-current/PLIST

Log Message:
distbb-current: Rename to distbb-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26ba353eac27946453b61825bc489e0f992765c5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  2 +-
 distbb-current/DESCR    | 14 -------------
 distbb-current/MESSAGE  |  6 ------
 distbb-current/Makefile | 54 -------------------------------------------------
 distbb-current/PLIST    | 38 ----------------------------------
 distbb-git/DESCR        | 14 +++++++++++++
 distbb-git/MESSAGE      |  6 ++++++
 distbb-git/Makefile     | 54 +++++++++++++++++++++++++++++++++++++++++++++++++
 distbb-git/PLIST        | 38 ++++++++++++++++++++++++++++++++++
 9 files changed, 113 insertions(+), 113 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7fb5b15..2237e50 100644
--- a/Makefile
+++ b/Makefile
@@ -527,7 +527,7 @@ SUBDIR+=	direnv
 SUBDIR+=	discident-glib
 SUBDIR+=	dispred
 SUBDIR+=	disque
-SUBDIR+=	distbb-current
+SUBDIR+=	distbb-git
 SUBDIR+=	distella
 SUBDIR+=	ditz-commander
 SUBDIR+=	diveintopython
diff --git a/distbb-current/DESCR b/distbb-current/DESCR
deleted file mode 100644
index 6c566ea..0000000
--- a/distbb-current/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-distbb - distributed bulk build tool for pkgsrc
-
-Key features:
-   - several packages can be built at the same time on different
-        machines or chroots
-   - good design ;-)
-   - extreame flexibility
-   - compactness
-   - no limit on a number of "slave" machines and/or chroots
-   - fault tolerance, i.e. failure of slave hosts is not a problem
-   - nice logging
-   - ready for DESTDIR bulk builds
-
-Of course it is based on pkg_summary-utils ;-)
diff --git a/distbb-current/MESSAGE b/distbb-current/MESSAGE
deleted file mode 100644
index 6c3449f..0000000
--- a/distbb-current/MESSAGE
+++ /dev/null
@@ -1,6 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2011/03/13 13:43:28 cheusov Exp $
-Additional software necessary to run bulk builds
-(rsync, sodo, mailx or whatever you want)
-should be installed separately.
-===========================================================================
diff --git a/distbb-current/Makefile b/distbb-current/Makefile
deleted file mode 100644
index fcf5d5a..0000000
--- a/distbb-current/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2014/08/03 19:48:22 cheusov Exp $
-#
-
-DISTNAME=	distbb-9
-CATEGORIES=	pkgtools
-
-MAINTAINER=	cheusov%NetBSD.org@localhost
-HOMEPAGE=	http://mova.org/~cheusov/pub/distbb/
-COMMENT=	DISTributed Bulk Build tool for pkgsrc
-LICENSE=	2-clause-bsd
-
-GIT_REPOSITORIES=	distbb
-GIT_REPO.distbb=	git://github.com/cheusov/distbb.git
-.include "../../wip/mk/git-package.mk"
-
-DEPENDS+=	pkg_summary-utils>=0.65.0:../../pkgtools/pkg_summary-utils
-DEPENDS+=	paexec>=0.17.0:../../parallel/paexec
-DEPENDS+=	runawk>=1.1.0:../../lang/runawk
-DEPENDS+=	pipestatus>=0.6.0:../../devel/pipestatus
-DEPENDS+=	digest-[0-9]*:../../pkgtools/digest
-
-BUILD_DEPENDS+=	mk-configure>=0.21:../../devel/mk-configure
-
-WRKSRC=			${WRKDIR}/distbb
-
-USE_LANGUAGES=		# none
-
-REPLACE_SH+=		distbb.in distbb_diff.in slave.in stage_*.in
-
-REPLACE_INTERPRETER+=	runawk
-REPLACE.runawk.old=	/usr/bin/env runawk
-REPLACE.runawk.new=	${PREFIX}/bin/runawk
-REPLACE_FILES.runawk=	gen_weights.in gen_queue.in pkg_summary2build_deps.in \
-			distbb_grep.in
-
-EGDIR=			${PREFIX}/share/examples/distbb
-DOCDIR=			${PREFIX}/share/doc/distbb
-
-CONF_FILES=		${EGDIR}/distbb.conf     ${PKG_SYSCONFDIR}/distbb.conf
-CONF_FILES+=		${EGDIR}/distbb.local.mk ${PKG_SYSCONFDIR}/distbb.local.mk
-
-DOCFILES=		README NEWS TODO
-
-MAKE_FLAGS+=		EGDIR=${EGDIR}
-
-INSTALLATION_DIRS=	${DOCDIR}
-
-post-install:
-.for f in ${DOCFILES}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}
-.endfor
-
-.include "../../devel/mk-configure/mk-c.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/distbb-current/PLIST b/distbb-current/PLIST
deleted file mode 100644
index 4b375ec..0000000
--- a/distbb-current/PLIST
+++ /dev/null
@@ -1,38 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2012/11/01 21:58:58 cheusov Exp $
-bin/distbb
-bin/distbb_diff
-libexec/distbb/common
-libexec/distbb/distbb_chroot
-libexec/distbb/distbb_grep
-libexec/distbb/gen_queue
-libexec/distbb/gen_weights
-libexec/distbb/make-depends
-libexec/distbb/pkg_summary2build_deps
-libexec/distbb/slave
-libexec/distbb/stage_build
-libexec/distbb/stage_checks
-libexec/distbb/stage_checksum
-libexec/distbb/stage_gen_report
-libexec/distbb/stage_gen_report_data
-libexec/distbb/stage_init
-libexec/distbb/stage_send_report
-libexec/distbb/stage_summary
-libexec/distbb/stage_update_best
-libexec/distbb/stage_upload_logs
-libexec/distbb/stage_upload_pkgs
-libexec/distbb/upload_pkgs_all_files
-libexec/distbb/upload_pkgs_built_total
-libexec/distbb/upload_pkgs_no_bin_on_cdrom
-libexec/distbb/upload_pkgs_no_bin_on_ftp
-libexec/distbb/wrapper
-libexec/distbb/wrapper_unpriv
-share/distbb/distbb.css
-share/distbb/distbb.default.conf
-share/distbb/distbb.ico
-share/distbb/distbb.mk
-share/doc/distbb/NEWS
-share/doc/distbb/README
-share/doc/distbb/TODO
-share/examples/distbb/distbb.conf
-share/examples/distbb/distbb.local.mk
-share/runawk/distbb.awk
diff --git a/distbb-git/DESCR b/distbb-git/DESCR
new file mode 100644
index 0000000..6c566ea
--- /dev/null
+++ b/distbb-git/DESCR
@@ -0,0 +1,14 @@
+distbb - distributed bulk build tool for pkgsrc
+
+Key features:
+   - several packages can be built at the same time on different
+        machines or chroots
+   - good design ;-)
+   - extreame flexibility
+   - compactness
+   - no limit on a number of "slave" machines and/or chroots
+   - fault tolerance, i.e. failure of slave hosts is not a problem
+   - nice logging
+   - ready for DESTDIR bulk builds
+
+Of course it is based on pkg_summary-utils ;-)
diff --git a/distbb-git/MESSAGE b/distbb-git/MESSAGE
new file mode 100644
index 0000000..6c3449f
--- /dev/null
+++ b/distbb-git/MESSAGE
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2011/03/13 13:43:28 cheusov Exp $
+Additional software necessary to run bulk builds
+(rsync, sodo, mailx or whatever you want)
+should be installed separately.
+===========================================================================
diff --git a/distbb-git/Makefile b/distbb-git/Makefile
new file mode 100644
index 0000000..fcf5d5a
--- /dev/null
+++ b/distbb-git/Makefile
@@ -0,0 +1,54 @@
+# $NetBSD: Makefile,v 1.20 2014/08/03 19:48:22 cheusov Exp $
+#
+
+DISTNAME=	distbb-9
+CATEGORIES=	pkgtools
+
+MAINTAINER=	cheusov%NetBSD.org@localhost
+HOMEPAGE=	http://mova.org/~cheusov/pub/distbb/
+COMMENT=	DISTributed Bulk Build tool for pkgsrc
+LICENSE=	2-clause-bsd
+
+GIT_REPOSITORIES=	distbb
+GIT_REPO.distbb=	git://github.com/cheusov/distbb.git
+.include "../../wip/mk/git-package.mk"
+
+DEPENDS+=	pkg_summary-utils>=0.65.0:../../pkgtools/pkg_summary-utils
+DEPENDS+=	paexec>=0.17.0:../../parallel/paexec
+DEPENDS+=	runawk>=1.1.0:../../lang/runawk
+DEPENDS+=	pipestatus>=0.6.0:../../devel/pipestatus
+DEPENDS+=	digest-[0-9]*:../../pkgtools/digest
+
+BUILD_DEPENDS+=	mk-configure>=0.21:../../devel/mk-configure
+
+WRKSRC=			${WRKDIR}/distbb
+
+USE_LANGUAGES=		# none
+
+REPLACE_SH+=		distbb.in distbb_diff.in slave.in stage_*.in
+
+REPLACE_INTERPRETER+=	runawk
+REPLACE.runawk.old=	/usr/bin/env runawk
+REPLACE.runawk.new=	${PREFIX}/bin/runawk
+REPLACE_FILES.runawk=	gen_weights.in gen_queue.in pkg_summary2build_deps.in \
+			distbb_grep.in
+
+EGDIR=			${PREFIX}/share/examples/distbb
+DOCDIR=			${PREFIX}/share/doc/distbb
+
+CONF_FILES=		${EGDIR}/distbb.conf     ${PKG_SYSCONFDIR}/distbb.conf
+CONF_FILES+=		${EGDIR}/distbb.local.mk ${PKG_SYSCONFDIR}/distbb.local.mk
+
+DOCFILES=		README NEWS TODO
+
+MAKE_FLAGS+=		EGDIR=${EGDIR}
+
+INSTALLATION_DIRS=	${DOCDIR}
+
+post-install:
+.for f in ${DOCFILES}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${DOCDIR}
+.endfor
+
+.include "../../devel/mk-configure/mk-c.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/distbb-git/PLIST b/distbb-git/PLIST
new file mode 100644
index 0000000..4b375ec
--- /dev/null
+++ b/distbb-git/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.9 2012/11/01 21:58:58 cheusov Exp $
+bin/distbb
+bin/distbb_diff
+libexec/distbb/common
+libexec/distbb/distbb_chroot
+libexec/distbb/distbb_grep
+libexec/distbb/gen_queue
+libexec/distbb/gen_weights
+libexec/distbb/make-depends
+libexec/distbb/pkg_summary2build_deps
+libexec/distbb/slave
+libexec/distbb/stage_build
+libexec/distbb/stage_checks
+libexec/distbb/stage_checksum
+libexec/distbb/stage_gen_report
+libexec/distbb/stage_gen_report_data
+libexec/distbb/stage_init
+libexec/distbb/stage_send_report
+libexec/distbb/stage_summary
+libexec/distbb/stage_update_best
+libexec/distbb/stage_upload_logs
+libexec/distbb/stage_upload_pkgs
+libexec/distbb/upload_pkgs_all_files
+libexec/distbb/upload_pkgs_built_total
+libexec/distbb/upload_pkgs_no_bin_on_cdrom
+libexec/distbb/upload_pkgs_no_bin_on_ftp
+libexec/distbb/wrapper
+libexec/distbb/wrapper_unpriv
+share/distbb/distbb.css
+share/distbb/distbb.default.conf
+share/distbb/distbb.ico
+share/distbb/distbb.mk
+share/doc/distbb/NEWS
+share/doc/distbb/README
+share/doc/distbb/TODO
+share/examples/distbb/distbb.conf
+share/examples/distbb/distbb.local.mk
+share/runawk/distbb.awk


Home | Main Index | Thread Index | Old Index