From owner-svn-ports-all@freebsd.org Tue Apr 21 02:29:47 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E96F72B8F78; Tue, 21 Apr 2020 02:29:47 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 495nZz6Kqkz4ZRw; Tue, 21 Apr 2020 02:29:47 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D457D21903; Tue, 21 Apr 2020 02:29:47 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03L2Tlsw051679; Tue, 21 Apr 2020 02:29:47 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03L2TkS0051671; Tue, 21 Apr 2020 02:29:46 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202004210229.03L2TkS0051671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 21 Apr 2020 02:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532246 - in head/devel: . bitkeeper X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/devel: . bitkeeper X-SVN-Commit-Revision: 532246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2020 02:29:48 -0000 Author: cy Date: Tue Apr 21 02:29:46 2020 New Revision: 532246 URL: https://svnweb.freebsd.org/changeset/ports/532246 Log: Welcome new bitkeeper port. Bitkeeper is a distributed VCS, used by projects such as nwtime.org, the maintainers of ntp. The port was orignally written by pfg. I applied tiny bit of spit and polish to DEPENDS to bring it into the ports tree. Obtained from: pfg Added: head/devel/bitkeeper/ head/devel/bitkeeper/Makefile (contents, props changed) head/devel/bitkeeper/distinfo (contents, props changed) head/devel/bitkeeper/pkg-descr (contents, props changed) head/devel/bitkeeper/pkg-plist (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Apr 21 01:32:16 2020 (r532245) +++ head/devel/Makefile Tue Apr 21 02:29:46 2020 (r532246) @@ -231,6 +231,7 @@ SUBDIR += bingrep SUBDIR += binutils SUBDIR += bison + SUBDIR += bitkeeper SUBDIR += blame SUBDIR += blitz SUBDIR += bloaty Added: head/devel/bitkeeper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bitkeeper/Makefile Tue Apr 21 02:29:46 2020 (r532246) @@ -0,0 +1,32 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= bitkeeper +PORTVERSION= 7.3.3 +CATEGORIES= devel +MASTER_SITES= https://www.bitkeeper.org/downloads/${PORTVERSION}/ +DISTNAME= bk-${PORTVERSION}.src + +MAINTAINER= cy@FreeBSD.org +COMMENT= Scalable Distributed Source Management System + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \ + ${LOCALBASE}/include/tommath.h:math/libtommath \ + bash:shells/bash +LIB_DEPENDS= libtomcrypt.so:security/libtomcrypt \ + libpcre.so:devel/pcre \ + liblz4.so:archivers/liblz4 +RUN_DEPENDS= bash:shells/bash + +USES= gmake groff bison localbase tk xorg iconv +USE_XORG= x11 + +WRKSRC= ${WRKDIR}/bk-${PORTVERSION}/src +ALL_TARGET= p + +do-build: + @(cd ${WRKSRC}; ${MAKE_CMD} ${ALL_TARGET}) + +.include Added: head/devel/bitkeeper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bitkeeper/distinfo Tue Apr 21 02:29:46 2020 (r532246) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587066474 +SHA256 (bk-7.3.3.src.tar.gz) = da2b8ef3044b9fc9d96cbd5990e5a9e989f5856f9b394013affc1e25014a2928 +SIZE (bk-7.3.3.src.tar.gz) = 20273074 Added: head/devel/bitkeeper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bitkeeper/pkg-descr Tue Apr 21 02:29:46 2020 (r532246) @@ -0,0 +1,18 @@ +BitKeeper is a fast, enterprise-ready, distributed SCM that scales +up to very large projects and down to tiny ones. +Features + * Simple: An easy to use command line interface. + * Scalable: Nested Repositories are submodules done right! Version + control collections of repositories. + * Flexible: Hybrid mode for binary files that uses a cloud of server for + binaries instead of bloating the source repositories. + * Accurate: Tracking of file operations like creates, deletes, and renames. + * Safe: All file accesses validate checksums for integrity. All file + writes include redundancy for error correction. + * Dependable: Highly accurate auto-merge that uses the whole history to + resolve conflicts. Most other systems use variations of diff3. + * Discernable: Source annotations instantly available. + * Fast: High performance and scales to very large repositories. + * Free: Licensed under the Apache Version 2 license + +WWW: http://www.bitkeeper.org/ Added: head/devel/bitkeeper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bitkeeper/pkg-plist Tue Apr 21 02:29:46 2020 (r532246) @@ -0,0 +1,607 @@ +bitkeeper/RELEASE-NOTES.md +bitkeeper/b64wrap +bitkeeper/bk +bitkeeper/bk.script +bitkeeper/bk_refcard.pdf +bitkeeper/bk_refcard.ps +bitkeeper/bkhelp.txt +bitkeeper/bkmsg.txt +bitkeeper/contrib/git2bk.l +bitkeeper/contrib/vc-bk.el +bitkeeper/dspec-changes +bitkeeper/dspec-changes-3.2 +bitkeeper/dspec-changes-4.0 +bitkeeper/dspec-changes-h +bitkeeper/dspec-changes-hv +bitkeeper/dspec-changes-json +bitkeeper/dspec-changes-json-v +bitkeeper/dspec-changes-vv +bitkeeper/dspec-log +bitkeeper/dspec-prs +bitkeeper/gui/bin/bkgui +bitkeeper/gui/bin/tclsh +bitkeeper/gui/images/bklogo.gif +bitkeeper/gui/images/check_off.gif +bitkeeper/gui/images/check_on.gif +bitkeeper/gui/images/ci-cset.gif +bitkeeper/gui/images/ci-done.gif +bitkeeper/gui/images/ci-ensemble.gif +bitkeeper/gui/images/ci-exclude.gif +bitkeeper/gui/images/ci-modified.gif +bitkeeper/gui/images/ci-new.gif +bitkeeper/gui/images/ci-notincluded.gif +bitkeeper/gui/images/close.png +bitkeeper/gui/images/logo/Icon-1024.png +bitkeeper/gui/images/logo/Icon-120.png +bitkeeper/gui/images/logo/Icon-128.png +bitkeeper/gui/images/logo/Icon-152.png +bitkeeper/gui/images/logo/Icon-16.png +bitkeeper/gui/images/logo/Icon-24.png +bitkeeper/gui/images/logo/Icon-256.png +bitkeeper/gui/images/logo/Icon-32.png +bitkeeper/gui/images/logo/Icon-48.png +bitkeeper/gui/images/logo/Icon-512.png +bitkeeper/gui/images/logo/Icon-76.png +bitkeeper/gui/images/next.gif +bitkeeper/gui/images/previous.gif +bitkeeper/gui/lib/BWidget1.8/arrow.tcl +bitkeeper/gui/lib/BWidget1.8/bitmap.tcl +bitkeeper/gui/lib/BWidget1.8/button.tcl +bitkeeper/gui/lib/BWidget1.8/buttonbox.tcl +bitkeeper/gui/lib/BWidget1.8/color.tcl +bitkeeper/gui/lib/BWidget1.8/combobox.tcl +bitkeeper/gui/lib/BWidget1.8/dialog.tcl +bitkeeper/gui/lib/BWidget1.8/dragsite.tcl +bitkeeper/gui/lib/BWidget1.8/dropsite.tcl +bitkeeper/gui/lib/BWidget1.8/dynhelp.tcl +bitkeeper/gui/lib/BWidget1.8/entry.tcl +bitkeeper/gui/lib/BWidget1.8/font.tcl +bitkeeper/gui/lib/BWidget1.8/images/bold.gif +bitkeeper/gui/lib/BWidget1.8/images/copy.gif +bitkeeper/gui/lib/BWidget1.8/images/cut.gif +bitkeeper/gui/lib/BWidget1.8/images/dragfile.gif +bitkeeper/gui/lib/BWidget1.8/images/dragicon.gif +bitkeeper/gui/lib/BWidget1.8/images/error.gif +bitkeeper/gui/lib/BWidget1.8/images/file.gif +bitkeeper/gui/lib/BWidget1.8/images/folder.gif +bitkeeper/gui/lib/BWidget1.8/images/hourglass.gif +bitkeeper/gui/lib/BWidget1.8/images/info.gif +bitkeeper/gui/lib/BWidget1.8/images/italic.gif +bitkeeper/gui/lib/BWidget1.8/images/minus.xbm +bitkeeper/gui/lib/BWidget1.8/images/new.gif +bitkeeper/gui/lib/BWidget1.8/images/opcopy.xbm +bitkeeper/gui/lib/BWidget1.8/images/open.gif +bitkeeper/gui/lib/BWidget1.8/images/openfold.gif +bitkeeper/gui/lib/BWidget1.8/images/oplink.xbm +bitkeeper/gui/lib/BWidget1.8/images/opmove.xbm +bitkeeper/gui/lib/BWidget1.8/images/overstrike.gif +bitkeeper/gui/lib/BWidget1.8/images/palette.gif +bitkeeper/gui/lib/BWidget1.8/images/passwd.gif +bitkeeper/gui/lib/BWidget1.8/images/paste.gif +bitkeeper/gui/lib/BWidget1.8/images/plus.xbm +bitkeeper/gui/lib/BWidget1.8/images/print.gif +bitkeeper/gui/lib/BWidget1.8/images/question.gif +bitkeeper/gui/lib/BWidget1.8/images/redo.gif +bitkeeper/gui/lib/BWidget1.8/images/save.gif +bitkeeper/gui/lib/BWidget1.8/images/target.xbm +bitkeeper/gui/lib/BWidget1.8/images/underline.gif +bitkeeper/gui/lib/BWidget1.8/images/undo.gif +bitkeeper/gui/lib/BWidget1.8/images/warning.gif +bitkeeper/gui/lib/BWidget1.8/init.tcl +bitkeeper/gui/lib/BWidget1.8/label.tcl +bitkeeper/gui/lib/BWidget1.8/labelentry.tcl +bitkeeper/gui/lib/BWidget1.8/labelframe.tcl +bitkeeper/gui/lib/BWidget1.8/lang/da.rc +bitkeeper/gui/lib/BWidget1.8/lang/de.rc +bitkeeper/gui/lib/BWidget1.8/lang/en.rc +bitkeeper/gui/lib/BWidget1.8/lang/es.rc +bitkeeper/gui/lib/BWidget1.8/lang/fr.rc +bitkeeper/gui/lib/BWidget1.8/lang/hu.rc +bitkeeper/gui/lib/BWidget1.8/lang/nl.rc +bitkeeper/gui/lib/BWidget1.8/listbox.tcl +bitkeeper/gui/lib/BWidget1.8/mainframe.tcl +bitkeeper/gui/lib/BWidget1.8/messagedlg.tcl +bitkeeper/gui/lib/BWidget1.8/notebook.tcl +bitkeeper/gui/lib/BWidget1.8/pagesmgr.tcl +bitkeeper/gui/lib/BWidget1.8/panedw.tcl +bitkeeper/gui/lib/BWidget1.8/panelframe.tcl +bitkeeper/gui/lib/BWidget1.8/passwddlg.tcl +bitkeeper/gui/lib/BWidget1.8/pkgIndex.tcl +bitkeeper/gui/lib/BWidget1.8/progressbar.tcl +bitkeeper/gui/lib/BWidget1.8/progressdlg.tcl +bitkeeper/gui/lib/BWidget1.8/scrollframe.tcl +bitkeeper/gui/lib/BWidget1.8/scrollview.tcl +bitkeeper/gui/lib/BWidget1.8/scrollw.tcl +bitkeeper/gui/lib/BWidget1.8/separator.tcl +bitkeeper/gui/lib/BWidget1.8/spinbox.tcl +bitkeeper/gui/lib/BWidget1.8/statusbar.tcl +bitkeeper/gui/lib/BWidget1.8/titleframe.tcl +bitkeeper/gui/lib/BWidget1.8/tree.tcl +bitkeeper/gui/lib/BWidget1.8/utils.tcl +bitkeeper/gui/lib/BWidget1.8/widget.tcl +bitkeeper/gui/lib/BWidget1.8/wizard.tcl +bitkeeper/gui/lib/BWidget1.8/xpm2image.tcl +bitkeeper/gui/lib/Tkcon/pkgIndex.tcl +bitkeeper/gui/lib/Tkcon/tkcon.tcl +bitkeeper/gui/lib/Tktable2.10/README.txt +bitkeeper/gui/lib/Tktable2.10/libTktable2.10.so +bitkeeper/gui/lib/Tktable2.10/license.txt +bitkeeper/gui/lib/Tktable2.10/pkgIndex.tcl +bitkeeper/gui/lib/Tktable2.10/tkTable.tcl +bitkeeper/gui/lib/Tktable2.10/tktable.py +bitkeeper/gui/lib/bugform +bitkeeper/gui/lib/citool +bitkeeper/gui/lib/csettool +bitkeeper/gui/lib/difftool +bitkeeper/gui/lib/fm3tool +bitkeeper/gui/lib/fmtool +bitkeeper/gui/lib/helptool +bitkeeper/gui/lib/installtool +bitkeeper/gui/lib/msgtool +bitkeeper/gui/lib/outputtool +bitkeeper/gui/lib/renametool +bitkeeper/gui/lib/revtool +bitkeeper/gui/lib/setuptool +bitkeeper/gui/lib/supportform +bitkeeper/gui/lib/tcl8.6/Lver.tcl +bitkeeper/gui/lib/tcl8.6/auto.tcl +bitkeeper/gui/lib/tcl8.6/clock.tcl +bitkeeper/gui/lib/tcl8.6/encoding/ascii.enc +bitkeeper/gui/lib/tcl8.6/encoding/cp1252.enc +bitkeeper/gui/lib/tcl8.6/encoding/iso8859-1.enc +bitkeeper/gui/lib/tcl8.6/encoding/iso8859-2.enc +bitkeeper/gui/lib/tcl8.6/encoding/macRoman.enc +bitkeeper/gui/lib/tcl8.6/history.tcl +bitkeeper/gui/lib/tcl8.6/http1.0/http.tcl +bitkeeper/gui/lib/tcl8.6/http1.0/pkgIndex.tcl +bitkeeper/gui/lib/tcl8.6/init.tcl +bitkeeper/gui/lib/tcl8.6/libl.tcl +bitkeeper/gui/lib/tcl8.6/opt0.4/optparse.tcl +bitkeeper/gui/lib/tcl8.6/opt0.4/pkgIndex.tcl +bitkeeper/gui/lib/tcl8.6/package.tcl +bitkeeper/gui/lib/tcl8.6/parray.tcl +bitkeeper/gui/lib/tcl8.6/safe.tcl +bitkeeper/gui/lib/tcl8.6/tclAppInit.c +bitkeeper/gui/lib/tcl8.6/tclIndex +bitkeeper/gui/lib/tcl8.6/tm.tcl +bitkeeper/gui/lib/tcl8.6/word.tcl +bitkeeper/gui/lib/tcl8/8.4/platform-1.0.14.tm +bitkeeper/gui/lib/tcl8/8.4/platform/shell-1.1.4.tm +bitkeeper/gui/lib/tcl8/8.5/msgcat-1.6.0.tm +bitkeeper/gui/lib/tcl8/8.5/tcltest-2.3.8.tm +bitkeeper/gui/lib/tcl8/8.6/http-2.8.9.tm +bitkeeper/gui/lib/tk8.6/bgerror.tcl +bitkeeper/gui/lib/tk8.6/button.tcl +bitkeeper/gui/lib/tk8.6/choosedir.tcl +bitkeeper/gui/lib/tk8.6/clrpick.tcl +bitkeeper/gui/lib/tk8.6/comdlg.tcl +bitkeeper/gui/lib/tk8.6/console.tcl +bitkeeper/gui/lib/tk8.6/dialog.tcl +bitkeeper/gui/lib/tk8.6/entry.tcl +bitkeeper/gui/lib/tk8.6/focus.tcl +bitkeeper/gui/lib/tk8.6/fontchooser.tcl +bitkeeper/gui/lib/tk8.6/iconlist.tcl +bitkeeper/gui/lib/tk8.6/icons.tcl +bitkeeper/gui/lib/tk8.6/listbox.tcl +bitkeeper/gui/lib/tk8.6/megawidget.tcl +bitkeeper/gui/lib/tk8.6/menu.tcl +bitkeeper/gui/lib/tk8.6/mkpsenc.tcl +bitkeeper/gui/lib/tk8.6/msgbox.tcl +bitkeeper/gui/lib/tk8.6/msgs/cs.msg +bitkeeper/gui/lib/tk8.6/msgs/da.msg +bitkeeper/gui/lib/tk8.6/msgs/de.msg +bitkeeper/gui/lib/tk8.6/msgs/el.msg +bitkeeper/gui/lib/tk8.6/msgs/en.msg +bitkeeper/gui/lib/tk8.6/msgs/en_gb.msg +bitkeeper/gui/lib/tk8.6/msgs/eo.msg +bitkeeper/gui/lib/tk8.6/msgs/es.msg +bitkeeper/gui/lib/tk8.6/msgs/fr.msg +bitkeeper/gui/lib/tk8.6/msgs/hu.msg +bitkeeper/gui/lib/tk8.6/msgs/it.msg +bitkeeper/gui/lib/tk8.6/msgs/nl.msg +bitkeeper/gui/lib/tk8.6/msgs/pl.msg +bitkeeper/gui/lib/tk8.6/msgs/pt.msg +bitkeeper/gui/lib/tk8.6/msgs/ru.msg +bitkeeper/gui/lib/tk8.6/msgs/sv.msg +bitkeeper/gui/lib/tk8.6/obsolete.tcl +bitkeeper/gui/lib/tk8.6/optMenu.tcl +bitkeeper/gui/lib/tk8.6/palette.tcl +bitkeeper/gui/lib/tk8.6/panedwindow.tcl +bitkeeper/gui/lib/tk8.6/safetk.tcl +bitkeeper/gui/lib/tk8.6/scale.tcl +bitkeeper/gui/lib/tk8.6/scrlbar.tcl +bitkeeper/gui/lib/tk8.6/spinbox.tcl +bitkeeper/gui/lib/tk8.6/tclIndex +bitkeeper/gui/lib/tk8.6/tearoff.tcl +bitkeeper/gui/lib/tk8.6/text.tcl +bitkeeper/gui/lib/tk8.6/tk.tcl +bitkeeper/gui/lib/tk8.6/tkAppInit.c +bitkeeper/gui/lib/tk8.6/tkfbox.tcl +bitkeeper/gui/lib/tk8.6/ttk/altTheme.tcl +bitkeeper/gui/lib/tk8.6/ttk/aquaTheme.tcl +bitkeeper/gui/lib/tk8.6/ttk/button.tcl +bitkeeper/gui/lib/tk8.6/ttk/clamTheme.tcl +bitkeeper/gui/lib/tk8.6/ttk/classicTheme.tcl +bitkeeper/gui/lib/tk8.6/ttk/combobox.tcl +bitkeeper/gui/lib/tk8.6/ttk/cursors.tcl +bitkeeper/gui/lib/tk8.6/ttk/defaults.tcl +bitkeeper/gui/lib/tk8.6/ttk/entry.tcl +bitkeeper/gui/lib/tk8.6/ttk/fonts.tcl +bitkeeper/gui/lib/tk8.6/ttk/menubutton.tcl +bitkeeper/gui/lib/tk8.6/ttk/notebook.tcl +bitkeeper/gui/lib/tk8.6/ttk/panedwindow.tcl +bitkeeper/gui/lib/tk8.6/ttk/progress.tcl +bitkeeper/gui/lib/tk8.6/ttk/scale.tcl +bitkeeper/gui/lib/tk8.6/ttk/scrollbar.tcl +bitkeeper/gui/lib/tk8.6/ttk/sizegrip.tcl +bitkeeper/gui/lib/tk8.6/ttk/spinbox.tcl +bitkeeper/gui/lib/tk8.6/ttk/treeview.tcl +bitkeeper/gui/lib/tk8.6/ttk/ttk.tcl +bitkeeper/gui/lib/tk8.6/ttk/utils.tcl +bitkeeper/gui/lib/tk8.6/ttk/vistaTheme.tcl +bitkeeper/gui/lib/tk8.6/ttk/winTheme.tcl +bitkeeper/gui/lib/tk8.6/ttk/xpTheme.tcl +bitkeeper/gui/lib/tk8.6/unsupported.tcl +bitkeeper/gui/lib/tk8.6/xmfbox.tcl +bitkeeper/gzip_b64wrap +bitkeeper/gzip_uuwrap +bitkeeper/html/images/delta.gif +bitkeeper/html/images/hshade.gif +bitkeeper/html/images/pageheader.jpg +bitkeeper/html/nested.html +bitkeeper/import +bitkeeper/lscripts/check_comments.l +bitkeeper/lscripts/describe.l +bitkeeper/lscripts/hello.l +bitkeeper/lscripts/pull-size.l +bitkeeper/lscripts/repocheck.l +bitkeeper/man/man1/Basics-Overview.1 +bitkeeper/man/man1/Howto-BAM.1 +bitkeeper/man/man1/Howto-bkd.1 +bitkeeper/man/man1/Howto-developer.1 +bitkeeper/man/man1/Howto-setup.1 +bitkeeper/man/man1/Howto.1 +bitkeeper/man/man1/abort.1 +bitkeeper/man/man1/admin.1 +bitkeeper/man/man1/alias.1 +bitkeeper/man/man1/annotate.1 +bitkeeper/man/man1/attach.1 +bitkeeper/man/man1/backups.1 +bitkeeper/man/man1/bam.1 +bitkeeper/man/man1/base64.1 +bitkeeper/man/man1/bin.1 +bitkeeper/man/man1/bisect.1 +bitkeeper/man/man1/bk-Basics-Overview.1 +bitkeeper/man/man1/bk-Howto-BAM.1 +bitkeeper/man/man1/bk-Howto-bkd.1 +bitkeeper/man/man1/bk-Howto-developer.1 +bitkeeper/man/man1/bk-Howto-setup.1 +bitkeeper/man/man1/bk-Howto.1 +bitkeeper/man/man1/bk-abort.1 +bitkeeper/man/man1/bk-admin.1 +bitkeeper/man/man1/bk-alias.1 +bitkeeper/man/man1/bk-annotate.1 +bitkeeper/man/man1/bk-attach.1 +bitkeeper/man/man1/bk-backups.1 +bitkeeper/man/man1/bk-bam.1 +bitkeeper/man/man1/bk-base64.1 +bitkeeper/man/man1/bk-bin.1 +bitkeeper/man/man1/bk-bisect.1 +bitkeeper/man/man1/bk-bk.1 +bitkeeper/man/man1/bk-bkd.1 +bitkeeper/man/man1/bk-c2r.1 +bitkeeper/man/man1/bk-cat.1 +bitkeeper/man/man1/bk-changes.1 +bitkeeper/man/man1/bk-check.1 +bitkeeper/man/man1/bk-checksum.1 +bitkeeper/man/man1/bk-chmod.1 +bitkeeper/man/man1/bk-citool.1 +bitkeeper/man/man1/bk-clean.1 +bitkeeper/man/man1/bk-clone.1 +bitkeeper/man/man1/bk-cmdlog.1 +bitkeeper/man/man1/bk-collapse.1 +bitkeeper/man/man1/bk-comments.1 +bitkeeper/man/man1/bk-commit.1 +bitkeeper/man/man1/bk-comps.1 +bitkeeper/man/man1/bk-config-etc.1 +bitkeeper/man/man1/bk-config-gui.1 +bitkeeper/man/man1/bk-config.1 +bitkeeper/man/man1/bk-conflicts.1 +bitkeeper/man/man1/bk-cp.1 +bitkeeper/man/man1/bk-credits.1 +bitkeeper/man/man1/bk-cset.1 +bitkeeper/man/man1/bk-csetprune.1 +bitkeeper/man/man1/bk-csets.1 +bitkeeper/man/man1/bk-csettool.1 +bitkeeper/man/man1/bk-debugtool.1 +bitkeeper/man/man1/bk-delta.1 +bitkeeper/man/man1/bk-describe.1 +bitkeeper/man/man1/bk-detach.1 +bitkeeper/man/man1/bk-diff.1 +bitkeeper/man/man1/bk-difftool.1 +bitkeeper/man/man1/bk-edit.1 +bitkeeper/man/man1/bk-editor.1 +bitkeeper/man/man1/bk-emacs.1 +bitkeeper/man/man1/bk-export.1 +bitkeeper/man/man1/bk-extras.1 +bitkeeper/man/man1/bk-fast-export.1 +bitkeeper/man/man1/bk-fast-import.1 +bitkeeper/man/man1/bk-features.1 +bitkeeper/man/man1/bk-files.1 +bitkeeper/man/man1/bk-filetypes.1 +bitkeeper/man/man1/bk-findkey.1 +bitkeeper/man/man1/bk-findmerge.1 +bitkeeper/man/man1/bk-fixtool.1 +bitkeeper/man/man1/bk-flags.1 +bitkeeper/man/man1/bk-fm3tool.1 +bitkeeper/man/man1/bk-fmtool.1 +bitkeeper/man/man1/bk-gate.1 +bitkeeper/man/man1/bk-gca.1 +bitkeeper/man/man1/bk-get.1 +bitkeeper/man/man1/bk-gethost.1 +bitkeeper/man/man1/bk-getuser.1 +bitkeeper/man/man1/bk-gfiles.1 +bitkeeper/man/man1/bk-glob.1 +bitkeeper/man/man1/bk-gone.1 +bitkeeper/man/man1/bk-grep.1 +bitkeeper/man/man1/bk-help.1 +bitkeeper/man/man1/bk-helptool.1 +bitkeeper/man/man1/bk-here.1 +bitkeeper/man/man1/bk-history.1 +bitkeeper/man/man1/bk-id.1 +bitkeeper/man/man1/bk-ignore.1 +bitkeeper/man/man1/bk-import.1 +bitkeeper/man/man1/bk-initscripts.1 +bitkeeper/man/man1/bk-isascii.1 +bitkeeper/man/man1/bk-key2path.1 +bitkeeper/man/man1/bk-key2rev.1 +bitkeeper/man/man1/bk-keywords.1 +bitkeeper/man/man1/bk-latest.1 +bitkeeper/man/man1/bk-level.1 +bitkeeper/man/man1/bk-lock.1 +bitkeeper/man/man1/bk-log.1 +bitkeeper/man/man1/bk-makepatch.1 +bitkeeper/man/man1/bk-merge-binaries.1 +bitkeeper/man/man1/bk-merge.1 +bitkeeper/man/man1/bk-mv.1 +bitkeeper/man/man1/bk-names.1 +bitkeeper/man/man1/bk-new.1 +bitkeeper/man/man1/bk-newroot.1 +bitkeeper/man/man1/bk-obscure.1 +bitkeeper/man/man1/bk-parent.1 +bitkeeper/man/man1/bk-partition.1 +bitkeeper/man/man1/bk-patch.1 +bitkeeper/man/man1/bk-path.1 +bitkeeper/man/man1/bk-pcre.1 +bitkeeper/man/man1/bk-pending.1 +bitkeeper/man/man1/bk-port.1 +bitkeeper/man/man1/bk-portal.1 +bitkeeper/man/man1/bk-prompt.1 +bitkeeper/man/man1/bk-pull.1 +bitkeeper/man/man1/bk-push.1 +bitkeeper/man/man1/bk-pwd.1 +bitkeeper/man/man1/bk-r2c.1 +bitkeeper/man/man1/bk-range.1 +bitkeeper/man/man1/bk-receive.1 +bitkeeper/man/man1/bk-regex.1 +bitkeeper/man/man1/bk-relink.1 +bitkeeper/man/man1/bk-remerge.1 +bitkeeper/man/man1/bk-renames.1 +bitkeeper/man/man1/bk-renametool.1 +bitkeeper/man/man1/bk-renumber.1 +bitkeeper/man/man1/bk-repocheck.1 +bitkeeper/man/man1/bk-repogca.1 +bitkeeper/man/man1/bk-repos.1 +bitkeeper/man/man1/bk-repotype.1 +bitkeeper/man/man1/bk-resolve.1 +bitkeeper/man/man1/bk-resolving.1 +bitkeeper/man/man1/bk-revtool.1 +bitkeeper/man/man1/bk-rm.1 +bitkeeper/man/man1/bk-rmdir.1 +bitkeeper/man/man1/bk-rmgone.1 +bitkeeper/man/man1/bk-root.1 +bitkeeper/man/man1/bk-rset.1 +bitkeeper/man/man1/bk-sane.1 +bitkeeper/man/man1/bk-sccslog.1 +bitkeeper/man/man1/bk-send.1 +bitkeeper/man/man1/bk-sendbug.1 +bitkeeper/man/man1/bk-service.1 +bitkeeper/man/man1/bk-set.1 +bitkeeper/man/man1/bk-setup.1 +bitkeeper/man/man1/bk-setuptool.1 +bitkeeper/man/man1/bk-sfio.1 +bitkeeper/man/man1/bk-smerge.1 +bitkeeper/man/man1/bk-status.1 +bitkeeper/man/man1/bk-stripdel.1 +bitkeeper/man/man1/bk-superset.1 +bitkeeper/man/man1/bk-support.1 +bitkeeper/man/man1/bk-tag.1 +bitkeeper/man/man1/bk-takepatch.1 +bitkeeper/man/man1/bk-templates.1 +bitkeeper/man/man1/bk-terms.1 +bitkeeper/man/man1/bk-triggers.1 +bitkeeper/man/man1/bk-undo.1 +bitkeeper/man/man1/bk-undos.1 +bitkeeper/man/man1/bk-unedit.1 +bitkeeper/man/man1/bk-uninstall.1 +bitkeeper/man/man1/bk-unlock.1 +bitkeeper/man/man1/bk-unpull.1 +bitkeeper/man/man1/bk-unrm.1 +bitkeeper/man/man1/bk-untag.1 +bitkeeper/man/man1/bk-unwrap.1 +bitkeeper/man/man1/bk-upgrade.1 +bitkeeper/man/man1/bk-url.1 +bitkeeper/man/man1/bk-version.1 +bitkeeper/man/man1/bk-what.1 +bitkeeper/man/man1/bk-wrap.1 +bitkeeper/man/man1/bk-xflags.1 +bitkeeper/man/man1/bk-zone.1 +bitkeeper/man/man1/bk.1 +bitkeeper/man/man1/bkd.1 +bitkeeper/man/man1/c2r.1 +bitkeeper/man/man1/cat.1 +bitkeeper/man/man1/changes.1 +bitkeeper/man/man1/check.1 +bitkeeper/man/man1/checksum.1 +bitkeeper/man/man1/chmod.1 +bitkeeper/man/man1/citool.1 +bitkeeper/man/man1/clean.1 +bitkeeper/man/man1/clone.1 +bitkeeper/man/man1/cmdlog.1 +bitkeeper/man/man1/collapse.1 +bitkeeper/man/man1/comments.1 +bitkeeper/man/man1/commit.1 +bitkeeper/man/man1/comps.1 +bitkeeper/man/man1/config-etc.1 +bitkeeper/man/man1/config-gui.1 +bitkeeper/man/man1/config.1 +bitkeeper/man/man1/conflicts.1 +bitkeeper/man/man1/cp.1 +bitkeeper/man/man1/credits.1 +bitkeeper/man/man1/cset.1 +bitkeeper/man/man1/csetprune.1 +bitkeeper/man/man1/csets.1 +bitkeeper/man/man1/csettool.1 +bitkeeper/man/man1/debugtool.1 +bitkeeper/man/man1/delta.1 +bitkeeper/man/man1/describe.1 +bitkeeper/man/man1/detach.1 +bitkeeper/man/man1/diff.1 +bitkeeper/man/man1/difftool.1 +bitkeeper/man/man1/edit.1 +bitkeeper/man/man1/editor.1 +bitkeeper/man/man1/emacs.1 +bitkeeper/man/man1/export.1 +bitkeeper/man/man1/extras.1 +bitkeeper/man/man1/fast-export.1 +bitkeeper/man/man1/fast-import.1 +bitkeeper/man/man1/features.1 +bitkeeper/man/man1/files.1 +bitkeeper/man/man1/filetypes.1 +bitkeeper/man/man1/findkey.1 +bitkeeper/man/man1/findmerge.1 +bitkeeper/man/man1/fixtool.1 +bitkeeper/man/man1/flags.1 +bitkeeper/man/man1/fm3tool.1 +bitkeeper/man/man1/fmtool.1 +bitkeeper/man/man1/gate.1 +bitkeeper/man/man1/gca.1 +bitkeeper/man/man1/get.1 +bitkeeper/man/man1/gethost.1 +bitkeeper/man/man1/getuser.1 +bitkeeper/man/man1/gfiles.1 +bitkeeper/man/man1/glob.1 +bitkeeper/man/man1/gone.1 +bitkeeper/man/man1/grep.1 +bitkeeper/man/man1/help.1 +bitkeeper/man/man1/helptool.1 +bitkeeper/man/man1/here.1 +bitkeeper/man/man1/history.1 +bitkeeper/man/man1/id.1 +bitkeeper/man/man1/ignore.1 +bitkeeper/man/man1/import.1 +bitkeeper/man/man1/initscripts.1 +bitkeeper/man/man1/isascii.1 +bitkeeper/man/man1/key2path.1 +bitkeeper/man/man1/key2rev.1 +bitkeeper/man/man1/keywords.1 +bitkeeper/man/man1/latest.1 +bitkeeper/man/man1/level.1 +bitkeeper/man/man1/lock.1 +bitkeeper/man/man1/log.1 +bitkeeper/man/man1/makepatch.1 +bitkeeper/man/man1/merge-binaries.1 +bitkeeper/man/man1/merge.1 +bitkeeper/man/man1/mv.1 +bitkeeper/man/man1/names.1 +bitkeeper/man/man1/new.1 +bitkeeper/man/man1/newroot.1 +bitkeeper/man/man1/obscure.1 +bitkeeper/man/man1/parent.1 +bitkeeper/man/man1/partition.1 +bitkeeper/man/man1/patch.1 +bitkeeper/man/man1/path.1 +bitkeeper/man/man1/pcre.1 +bitkeeper/man/man1/pending.1 +bitkeeper/man/man1/port.1 +bitkeeper/man/man1/portal.1 +bitkeeper/man/man1/prompt.1 +bitkeeper/man/man1/pull.1 +bitkeeper/man/man1/push.1 +bitkeeper/man/man1/pwd.1 +bitkeeper/man/man1/r2c.1 +bitkeeper/man/man1/range.1 +bitkeeper/man/man1/receive.1 +bitkeeper/man/man1/regex.1 +bitkeeper/man/man1/relink.1 +bitkeeper/man/man1/remerge.1 +bitkeeper/man/man1/renames.1 +bitkeeper/man/man1/renametool.1 +bitkeeper/man/man1/renumber.1 +bitkeeper/man/man1/repocheck.1 +bitkeeper/man/man1/repogca.1 +bitkeeper/man/man1/repos.1 +bitkeeper/man/man1/repotype.1 +bitkeeper/man/man1/resolve.1 +bitkeeper/man/man1/resolving.1 +bitkeeper/man/man1/revtool.1 +bitkeeper/man/man1/rm.1 +bitkeeper/man/man1/rmdir.1 +bitkeeper/man/man1/rmgone.1 +bitkeeper/man/man1/root.1 +bitkeeper/man/man1/rset.1 +bitkeeper/man/man1/sane.1 +bitkeeper/man/man1/sccslog.1 +bitkeeper/man/man1/send.1 +bitkeeper/man/man1/sendbug.1 +bitkeeper/man/man1/service.1 +bitkeeper/man/man1/set.1 +bitkeeper/man/man1/setup.1 +bitkeeper/man/man1/setuptool.1 +bitkeeper/man/man1/sfio.1 +bitkeeper/man/man1/smerge.1 +bitkeeper/man/man1/status.1 +bitkeeper/man/man1/stripdel.1 +bitkeeper/man/man1/superset.1 +bitkeeper/man/man1/support.1 +bitkeeper/man/man1/tag.1 +bitkeeper/man/man1/takepatch.1 +bitkeeper/man/man1/templates.1 +bitkeeper/man/man1/terms.1 +bitkeeper/man/man1/triggers.1 +bitkeeper/man/man1/undo.1 +bitkeeper/man/man1/undos.1 +bitkeeper/man/man1/unedit.1 +bitkeeper/man/man1/uninstall.1 +bitkeeper/man/man1/unlock.1 +bitkeeper/man/man1/unpull.1 +bitkeeper/man/man1/unrm.1 +bitkeeper/man/man1/untag.1 +bitkeeper/man/man1/unwrap.1 +bitkeeper/man/man1/upgrade.1 +bitkeeper/man/man1/url.1 +bitkeeper/man/man1/version.1 +bitkeeper/man/man1/what.1 +bitkeeper/man/man1/wrap.1 +bitkeeper/man/man1/xflags.1 +bitkeeper/man/man1/zone.1 +bitkeeper/unb64wrap +bitkeeper/ungzip_b64wrap +bitkeeper/ungzip_uuwrap +bitkeeper/unuuwrap +bitkeeper/uuwrap +bitkeeper/version +bitkeeper/www/css/bk.css +bitkeeper/www/css/bootstrap.min.css +bitkeeper/www/document_delta.png +bitkeeper/www/document_plain.png +bitkeeper/www/folder_delta.png +bitkeeper/www/folder_plain.png +bitkeeper/www/fonts/glyphicons-halflings-regular.eot +bitkeeper/www/fonts/glyphicons-halflings-regular.svg +bitkeeper/www/fonts/glyphicons-halflings-regular.ttf +bitkeeper/www/fonts/glyphicons-halflings-regular.woff +bitkeeper/www/fonts/glyphicons-halflings-regular.woff2 +bitkeeper/www/markdown.min.js +bitkeeper/www/sorttable.js +bitkeeper/www/trailer.gif