Subject: pkg/20776: Updated package: arch-1.0.0.17
To: None <gnats-bugs@gnats.netbsd.org>
From: None <cube@cubidou.net>
List: netbsd-bugs
Date: 03/18/2003 03:43:24
>Number:         20776
>Category:       pkg
>Synopsis:       Updated package: arch-1.0.0.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 17 18:44:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Quentin Garnier
>Release:        NetBSD 1.6P
>Organization:
Quentin Garnier - cube@cubidou.net
"Feels like I'm fiddling while Rome is burning down.
Should I lay my fiddle down and take a rifle from the ground ?"
Leigh Nash/Sixpence None The Richer, Paralyzed, Divine Discontents, 2002.
>Environment:
System: NetBSD padme 1.6P NetBSD 1.6P (NVIDIA_ACPI-$Revision: 1.2 $) #14: Thu Mar 6 10:39:28 CET 2003 cube@padme:/home/cube/src/nv-netbsd/netvidia/src/sys/arch/i386/compile/NVIDIA_ACPI i386
Architecture: i386
Machine: i386
>Description:
Quoting release announcement (on Feb 5):

	Recent changes: This is the first release in many months.  It includes
	many bug fixes, a new tutorial, some new commands, and remote archive
	access using SFTP, WebDAV, and (vanilla) HTTP.

I can't say much more, I don't know arch yet, I just upgraded the pkgsrc
while planning to learn about it.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/arch/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	2002/07/24 22:59:28	1.7
+++ Makefile	2003/03/18 02:34:13
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2002/07/24 22:59:28 jonb Exp $
+# $NetBSD: Makefile,v 1.6 2002/07/22 00:13:13 schmonz Exp $
 #
 
-DISTNAME=	arch-1.0pre16
-PKGNAME=	arch-1.0.0.16
+DISTNAME=	arch-1.0pre17
+PKGNAME=	arch-1.0.0.17
 CATEGORIES=	devel
-MASTER_SITES=	ftp://regexps.com/pub/src/arch/ \
-		ftp://regexps.com/pub/src/arch/old/
+MASTER_SITES=	http://regexps.srparish.net/src/arch/
 
 MAINTAINER=	schmonz@netbsd.org
-HOMEPAGE=	http://www.regexps.com/
+HOMEPAGE=	http://arch.fifthvision.net/bin/view
 COMMENT=	revision control system ideal for widely distributed development
 
 USE_GMAKE=	# defined
@@ -19,25 +18,15 @@
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src/=build
 HTMLDIR=	${PREFIX}/share/doc/html/arch
-EXAMPLESDIR=	${PREFIX}/share/examples/arch
-LOCALDIR=	${PREFIX}/libexec/arch/local
 
 post-extract:
 	${MKDIR} ${WRKSRC}
 
 post-install:
-	# Install arch documentation.
+# Install arch documentation.
 	${INSTALL_DATA_DIR} ${HTMLDIR}
 	${CP} -R ${WRKDIR}/${DISTNAME}/docs/html/* ${HTMLDIR}
 	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HTMLDIR}
 	${CHMOD} -R ugo-w ${HTMLDIR}
-
-	# Install arch examples.
-	${INSTALL_DATA_DIR} ${EXAMPLESDIR}
-	${CP} -R ${WRKDIR}/${DISTNAME}/docs/examples/* ${EXAMPLESDIR}
-	${RM} -rf ${EXAMPLESDIR}/browser/.arch-ids
-	${RM} -rf ${EXAMPLESDIR}/notifier/.arch-ids
-	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
-	${CHMOD} -R ugo-w ${EXAMPLESDIR}
 
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/arch/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- PLIST	2002/07/24 22:59:28	1.5
+++ PLIST	2003/03/18 02:34:15
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2002/07/24 22:59:28 jonb Exp $
-bin/arch--release-arch--1.0--patch-16-cfg
-bin/arch--release-arch-cfg
+@comment $NetBSD$
+bin/arch--pre-release-17--1.0-cfg
+bin/arch--pre-release-17-cfg
 bin/arch-cfg
 bin/as-daemon
 bin/copy-file-list
@@ -10,10 +10,11 @@
 bin/ftp-push
 bin/inventory
 bin/larch
-bin/mkpatch
 bin/need-args
+bin/make-links
 bin/pipe-friendly
 bin/read-link
+bin/remove-links
 bin/set-file-metadata
 bin/unfold
 bin/wftp-cd
@@ -29,9 +30,6 @@
 bin/wftp-rmdir
 bin/with-file-lock
 bin/with-ftp
-include/ftp-utils/client/command.h
-include/ftp-utils/client/protocol.h
-include/ftp-utils/client/reply.h
 include/hackerlab/arrays/ar.h
 include/hackerlab/arrays/pow2-array-compact.h
 include/hackerlab/arrays/pow2-array-print.h
@@ -48,6 +46,7 @@
 include/hackerlab/bugs/test-coverage.h
 include/hackerlab/char/char-class.h
 include/hackerlab/char/char-name.h
+include/hackerlab/char/str-many.h
 include/hackerlab/char/str.h
 include/hackerlab/cmd/main.h
 include/hackerlab/cmd/opt.h
@@ -160,7 +159,6 @@
 include/hackerlab/vu/vu-virtual-null.h
 include/hackerlab/vu/vu.h
 include/hackerlab/xml/charsets.h
-lib/libftp.a
 lib/libhackerlab.a
 libexec/arch/arch/add
 libexec/arch/arch/add-log
@@ -185,7 +183,6 @@
 libexec/arch/arch/categories
 libexec/arch/arch/category-readme
 libexec/arch/arch/changelog
-libexec/arch/arch/check-manifest
 libexec/arch/arch/commit
 libexec/arch/arch/config-history
 libexec/arch/arch/copy-from-archive-cache
@@ -198,7 +195,6 @@
 libexec/arch/arch/delete
 libexec/arch/arch/delete-pristine
 libexec/arch/arch/delta-patch
-libexec/arch/arch/distribution-name
 libexec/arch/arch/dopatch
 libexec/arch/arch/empty-patch
 libexec/arch/arch/explicit-default
@@ -207,7 +203,6 @@
 libexec/arch/arch/file-list
 libexec/arch/arch/file-syntax-filter
 libexec/arch/arch/find-in-cache
-libexec/arch/arch/finish-branch
 libexec/arch/arch/get
 libexec/arch/arch/get-archive-name
 libexec/arch/arch/get-patch
@@ -244,15 +239,13 @@
 libexec/arch/arch/make-branch
 libexec/arch/arch/make-cache-temp-dir
 libexec/arch/arch/make-category
-libexec/arch/arch/make-library-browser
 libexec/arch/arch/make-lock
 libexec/arch/arch/make-log
 libexec/arch/arch/make-sync-tree
 libexec/arch/arch/make-version
-libexec/arch/arch/manifest
 libexec/arch/arch/merge-points
-libexec/arch/arch/missing-tags
 libexec/arch/arch/mkpatch
+libexec/arch/arch/mkpatch-files
 libexec/arch/arch/move
 libexec/arch/arch/my-default-archive
 libexec/arch/arch/my-id
@@ -263,16 +256,12 @@
 libexec/arch/arch/new-on-branch
 libexec/arch/arch/noop
 libexec/arch/arch/notify
-libexec/arch/arch/notify-browser
 libexec/arch/arch/notify-library
 libexec/arch/arch/old-file
 libexec/arch/arch/parse-package-name
 libexec/arch/arch/patch-add-log
-libexec/arch/arch/patch-details
 libexec/arch/arch/patch-level-lt
 libexec/arch/arch/patch-report
-libexec/arch/arch/patch-set-web
-libexec/arch/arch/prepare-branch
 libexec/arch/arch/previous-patch-level
 libexec/arch/arch/pristines
 libexec/arch/arch/push-mirror
@@ -281,13 +270,13 @@
 libexec/arch/arch/putlast
 libexec/arch/arch/reconcile
 libexec/arch/arch/record-config
+libexec/arch/arch/redo
 libexec/arch/arch/register-archive
 libexec/arch/arch/remove-log
 libexec/arch/arch/replay
 libexec/arch/arch/replay-config
 libexec/arch/arch/revisions
 libexec/arch/arch/sendmail-mailx
-libexec/arch/arch/set-manifest
 libexec/arch/arch/set-tree-version
 libexec/arch/arch/show-config
 libexec/arch/arch/sort-revisions
@@ -301,9 +290,9 @@
 libexec/arch/arch/tree-repair
 libexec/arch/arch/tree-root
 libexec/arch/arch/tree-version
+libexec/arch/arch/undo
 libexec/arch/arch/update
 libexec/arch/arch/update-config
-libexec/arch/arch/update-distributions
 libexec/arch/arch/valid-archive-location
 libexec/arch/arch/valid-archive-name
 libexec/arch/arch/valid-config-name
@@ -367,10 +356,8 @@
 libexec/arch/branching-and-merging/Help.category_title
 libexec/arch/branching-and-merging/Help.list
 libexec/arch/branching-and-merging/delta-patch
-libexec/arch/branching-and-merging/finish-branch
 libexec/arch/branching-and-merging/join-branch
 libexec/arch/branching-and-merging/make-sync-tree
-libexec/arch/branching-and-merging/prepare-branch
 libexec/arch/branching-and-merging/reconcile
 libexec/arch/branching-and-merging/replay
 libexec/arch/branching-and-merging/star-merge
@@ -394,14 +381,10 @@
 libexec/arch/inventory/Help.category_title
 libexec/arch/inventory/Help.list
 libexec/arch/inventory/add
-libexec/arch/inventory/check-manifest
 libexec/arch/inventory/delete
 libexec/arch/inventory/explicit-default
 libexec/arch/inventory/inventory
-libexec/arch/inventory/manifest
-libexec/arch/inventory/missing-tags
 libexec/arch/inventory/move
-libexec/arch/inventory/set-manifest
 libexec/arch/inventory/tagging-method
 libexec/arch/inventory/tree-lint
 libexec/arch/library/Help.category
@@ -463,7 +446,6 @@
 libexec/arch/notify/mail-new-versions
 libexec/arch/notify/my-notifier
 libexec/arch/notify/notify
-libexec/arch/notify/notify-browser
 libexec/arch/notify/notify-library
 libexec/arch/notify/push-new-revisions
 libexec/arch/notify/sendmail-mailx
@@ -501,6 +483,7 @@
 libexec/arch/patch-sets/dopatch
 libexec/arch/patch-sets/empty-patch
 libexec/arch/patch-sets/mkpatch
+libexec/arch/patch-sets/mkpatch-files
 libexec/arch/patch-sets/patch-add-log
 libexec/arch/patch-sets/patch-report
 libexec/arch/project-tree/Help.category
@@ -509,10 +492,12 @@
 libexec/arch/project-tree/copy-or-stash
 libexec/arch/project-tree/copy-tree-precious
 libexec/arch/project-tree/init-tree
+libexec/arch/project-tree/redo
 libexec/arch/project-tree/set-tree-version
 libexec/arch/project-tree/tree-repair
 libexec/arch/project-tree/tree-root
 libexec/arch/project-tree/tree-version
+libexec/arch/project-tree/undo
 libexec/arch/remote/Help.category
 libexec/arch/remote/Help.category_title
 libexec/arch/remote/Help.list
@@ -527,89 +512,44 @@
 libexec/arch/user/my-id
 libexec/arch/user/register-archive
 libexec/arch/user/whereis-archive
-libexec/arch/web/Help.category
-libexec/arch/web/Help.category_title
-libexec/arch/web/Help.list
-libexec/arch/web/browser-display.html
-libexec/arch/web/browser-help-branches.html
-libexec/arch/web/browser-help-categories.html
-libexec/arch/web/browser-help-creators.html
-libexec/arch/web/browser-help-versions.html
-libexec/arch/web/browser-help.html
-libexec/arch/web/browser-left.html
-libexec/arch/web/browser-nav.html
-libexec/arch/web/browser-right.html
-libexec/arch/web/browser-top.html
-libexec/arch/web/browser.html
-libexec/arch/web/details.awk
-libexec/arch/web/distribution-name
-libexec/arch/web/distribution-right-index.awk
-libexec/arch/web/file-details.awk
-libexec/arch/web/left-index.awk
-libexec/arch/web/left-table.awk
-libexec/arch/web/make-library-browser
-libexec/arch/web/patch-details
-libexec/arch/web/patch-list-rows.awk
-libexec/arch/web/patch-set-web
-libexec/arch/web/revisions-right-index.awk
-libexec/arch/web/right-index.awk
-libexec/arch/web/update-distributions
-share/doc/html/arch/arbitrary-patching.html
+share/doc/html/arch/archive-caching.html
 share/doc/html/arch/arch.html
-share/doc/html/arch/archive-format.html
-share/doc/html/arch/archives.html
-share/doc/html/arch/automatic-triggers.html
-share/doc/html/arch/basic-branching-and-merging.html
-share/doc/html/arch/basic-rc.html
-share/doc/html/arch/configurations.html
-share/doc/html/arch/data-sheet.html
-share/doc/html/arch/development-paths.html
+share/doc/html/arch/changeset-format.html
+share/doc/html/arch/checking-in-changes.html
+share/doc/html/arch/cherrypicking-changes.html
+share/doc/html/arch/development-branches.html
 share/doc/html/arch/document-license.html
-share/doc/html/arch/getting-started.html
-share/doc/html/arch/idempotent-merging.html
-share/doc/html/arch/implementing-policies.html
+share/doc/html/arch/elementary-branches.html
+share/doc/html/arch/exploring-changesets.html
+share/doc/html/arch/importing-first.html
 share/doc/html/arch/in-general.html
 share/doc/html/arch/indexes.html
+share/doc/html/arch/introducing-changesets.html
+share/doc/html/arch/introducing-replay.html
+share/doc/html/arch/introducing-yourself.html
 share/doc/html/arch/introduction.html
-share/doc/html/arch/inventory.html
-share/doc/html/arch/logs-after-merging.html
+share/doc/html/arch/inventories.html
+share/doc/html/arch/inventory-tags.html
+share/doc/html/arch/little-help.html
 share/doc/html/arch/multi-tree-projects.html
-share/doc/html/arch/on-hacking.html
-share/doc/html/arch/overview.html
-share/doc/html/arch/patch-logs.html
-share/doc/html/arch/patch-set-format.html
-share/doc/html/arch/patches.html
-share/doc/html/arch/preparing-to-merge.html
-share/doc/html/arch/pristine-cache.html
-share/doc/html/arch/project-names.html
-share/doc/html/arch/project-trees.html
-share/doc/html/arch/reconciling.html
-share/doc/html/arch/revision-lib.html
+share/doc/html/arch/naming-conventions.html
+share/doc/html/arch/new-archive.html
+share/doc/html/arch/new-project.html
+share/doc/html/arch/new-source.html
+share/doc/html/arch/notifiers.html
+share/doc/html/arch/private-mirrors.html
+share/doc/html/arch/project-management.html
+share/doc/html/arch/retrieving-earlier-revisions.html
+share/doc/html/arch/revision-libraries.html
+share/doc/html/arch/selected-files-commits.html
+share/doc/html/arch/shared-and-public-archives.html
 share/doc/html/arch/source-license.html
-share/doc/html/arch/star-topology.html
-share/doc/html/arch/sync.html
+share/doc/html/arch/summary.html
+share/doc/html/arch/symbolic-tags.html
 share/doc/html/arch/system-requirements.html
-share/doc/html/arch/theory-of-patches.html
-share/doc/html/arch/triggers.html
-share/doc/html/arch/user-names.html
-share/doc/html/arch/using-triggers.html
-share/doc/html/arch/web-site.html
-share/examples/arch/README.000.first-steps
-share/examples/arch/README.010.first-archive
-share/examples/arch/README.020.branching-arch
-share/examples/arch/README.025.branching-advice
-share/examples/arch/README.030.importing-arch-releases
-share/examples/arch/README.040.importing-other-releases
-share/examples/arch/browser/=browser
-share/examples/arch/browser/=configs
-share/examples/arch/browser/=dists
-share/examples/arch/notifier/=browser-opts
-share/examples/arch/notifier/=rules.archives
-@dirrm share/examples/arch/notifier
-@dirrm share/examples/arch/browser
-@dirrm share/examples/arch
+share/doc/html/arch/tree-history.html
+share/doc/html/arch/update-commit.html
 @dirrm share/doc/html/arch
-@dirrm libexec/arch/web
 @dirrm libexec/arch/user
 @dirrm libexec/arch/remote
 @dirrm libexec/arch/project-tree
@@ -653,5 +593,3 @@
 @dirrm include/hackerlab/bitsets
 @dirrm include/hackerlab/arrays
 @dirrm include/hackerlab
-@dirrm include/ftp-utils/client
-@dirrm include/ftp-utils
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/arch/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	2002/07/24 22:59:29	1.4
+++ distinfo	2003/03/18 02:34:15
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/07/24 22:59:29 jonb Exp $
+$NetBSD: distinfo,v 1.3 2002/02/21 03:02:33 jonb Exp $
 
-SHA1 (arch-1.0pre16.tar.gz) = 64c9a7b21a57aee1fe98d48029aeaade7ad5f52b
-Size (arch-1.0pre16.tar.gz) = 2714831 bytes
+SHA1 (arch-1.0pre17.tar.gz) = af70bf27489767fcc9083c377fd653e56aa89e7a
+Size (arch-1.0pre17.tar.gz) = 3127569 bytes
>Release-Note:
>Audit-Trail:
>Unformatted: