summaryrefslogtreecommitdiff
path: root/devel/arch
diff options
context:
space:
mode:
authorjonb <jonb@pkgsrc.org>2002-02-07 19:09:36 +0000
committerjonb <jonb@pkgsrc.org>2002-02-07 19:09:36 +0000
commitedaa4bc92147248f3a198b3a5862544b495371de (patch)
tree2d890be281c12226e35711e22879476c12385e7b /devel/arch
parent7e10308b7c9090d2924b336b6be9b35c05744b0e (diff)
downloadpkgsrc-edaa4bc92147248f3a198b3a5862544b495371de.tar.gz
The Arch revision control system. Many thanks to Amitai Schlair
<schmonz@schmonz.com> who did this in parallel to my efforts, faster and slightly cleaner. Thanks also to Tom Lord for timely help yesterday and the actual fix for an alignment problem on the SPARC platform. (Which is already rolled into the distribution file.)
Diffstat (limited to 'devel/arch')
-rw-r--r--devel/arch/DESCR4
-rw-r--r--devel/arch/Makefile23
-rw-r--r--devel/arch/PLIST586
-rw-r--r--devel/arch/distinfo4
4 files changed, 617 insertions, 0 deletions
diff --git a/devel/arch/DESCR b/devel/arch/DESCR
new file mode 100644
index 00000000000..0f13fa911c8
--- /dev/null
+++ b/devel/arch/DESCR
@@ -0,0 +1,4 @@
+arch is a revision control system: a program that lets programmers
+archive a history of changes made to the software they maintain and
+that, more importantly, helps programmers to coordinate, synchronize,
+and combine multiple lines of development for a single project.
diff --git a/devel/arch/Makefile b/devel/arch/Makefile
new file mode 100644
index 00000000000..4a122c3ba23
--- /dev/null
+++ b/devel/arch/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2002/02/07 19:09:37 jonb Exp $
+#
+
+DISTNAME= arch-1.0pre6
+CATEGORIES= devel
+MASTER_SITES= ftp://regexps.com/pub/src/arch/
+
+MAINTAINER= schmonz+netbsd@schmonz.com
+HOMEPAGE= http://www.regexps.com/
+COMMENT= revision control system ideal for widely distributed development
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src/=build
+
+USE_GMAKE= # defined
+
+HAS_CONFIGURE= # defined
+CONFIGURE_SCRIPT= ../configure
+CONFIGURE_ARGS+= --prefix ${PREFIX}
+
+post-extract:
+ ${MKDIR} ${WRKSRC}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/arch/PLIST b/devel/arch/PLIST
new file mode 100644
index 00000000000..291a376a0b3
--- /dev/null
+++ b/devel/arch/PLIST
@@ -0,0 +1,586 @@
+@comment $NetBSD: PLIST,v 1.1 2002/02/07 19:09:37 jonb Exp $
+bin/arch
+bin/arch--release-arch--1.0--patch-6-cfg
+bin/arch--release-arch-cfg
+bin/arch-cfg
+bin/as-daemon
+bin/copy-file-list
+bin/dangerous-rename
+bin/file-metadata
+bin/file-tag
+bin/ftp-push
+bin/need-args
+bin/readlink
+bin/sb
+bin/set-file-metadata
+bin/unfold
+bin/wftp-cd
+bin/wftp-delete
+bin/wftp-get
+bin/wftp-home
+bin/wftp-ls
+bin/wftp-mkdir
+bin/wftp-noop
+bin/wftp-put
+bin/wftp-pwd
+bin/wftp-rename
+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
+include/hackerlab/arrays/pow2-array.h
+include/hackerlab/bitsets/bits-print.h
+include/hackerlab/bitsets/bits.h
+include/hackerlab/bitsets/bitset-print.h
+include/hackerlab/bitsets/bitset-tree-print.h
+include/hackerlab/bitsets/bitset-tree.h
+include/hackerlab/bitsets/bitset.h
+include/hackerlab/bitsets/uni-bits.h
+include/hackerlab/bugs/panic-exit.h
+include/hackerlab/bugs/panic.h
+include/hackerlab/bugs/test-coverage.h
+include/hackerlab/char/char-class.h
+include/hackerlab/char/char-name.h
+include/hackerlab/char/str.h
+include/hackerlab/cmd/main.h
+include/hackerlab/cmd/opt.h
+include/hackerlab/fmt/cvt-double-constants.h
+include/hackerlab/fmt/cvt-double-tables.h
+include/hackerlab/fmt/cvt-double.h
+include/hackerlab/fmt/cvt.h
+include/hackerlab/fs/file-names.h
+include/hackerlab/hash/hash-utils.h
+include/hackerlab/hash/hashtree.h
+include/hackerlab/machine/alignment.h
+include/hackerlab/machine/endian.h
+include/hackerlab/machine/types.h
+include/hackerlab/mem/alloc-limits.h
+include/hackerlab/mem/mem.h
+include/hackerlab/mem/must-malloc.h
+include/hackerlab/os/arpa/inet.h
+include/hackerlab/os/char-class-locale.h
+include/hackerlab/os/char-cmp-locale.h
+include/hackerlab/os/dirent.h
+include/hackerlab/os/errno-to-string.h
+include/hackerlab/os/errno.h
+include/hackerlab/os/exit-status.h
+include/hackerlab/os/exit.h
+include/hackerlab/os/fcntl.h
+include/hackerlab/os/limits.h
+include/hackerlab/os/malloc.h
+include/hackerlab/os/math.h
+include/hackerlab/os/netdb.h
+include/hackerlab/os/netinet/in.h
+include/hackerlab/os/pwd.h
+include/hackerlab/os/setjmp.h
+include/hackerlab/os/signal.h
+include/hackerlab/os/stdarg.h
+include/hackerlab/os/stddef.h
+include/hackerlab/os/stdlib.h
+include/hackerlab/os/sys/param.h
+include/hackerlab/os/sys/socket.h
+include/hackerlab/os/sys/stat.h
+include/hackerlab/os/sys/time.h
+include/hackerlab/os/sys/types.h
+include/hackerlab/os/sys/un.h
+include/hackerlab/os/sys/wait.h
+include/hackerlab/os/time.h
+include/hackerlab/os/unistd.h
+include/hackerlab/os/utime.h
+include/hackerlab/rx-posix/dup-max.h
+include/hackerlab/rx-posix/errnorx.h
+include/hackerlab/rx-posix/limits.h
+include/hackerlab/rx-posix/match-regexp.h
+include/hackerlab/rx-posix/posix.h
+include/hackerlab/rx-posix/re8-parse.h
+include/hackerlab/rx-posix/regex.h
+include/hackerlab/rx-posix/regexps.h
+include/hackerlab/rx-xml/re.h
+include/hackerlab/rx/bits-tree-rules.h
+include/hackerlab/rx/dbug.h
+include/hackerlab/rx/dfa-cache.h
+include/hackerlab/rx/dfa-iso8859-1.h
+include/hackerlab/rx/dfa-utf16.h
+include/hackerlab/rx/dfa-utf8.h
+include/hackerlab/rx/dfa.h
+include/hackerlab/rx/escape.h
+include/hackerlab/rx/nfa-cache.h
+include/hackerlab/rx/nfa.h
+include/hackerlab/rx/super.h
+include/hackerlab/rx/tree.h
+include/hackerlab/uni/coding-inlines.h
+include/hackerlab/uni/coding.h
+include/hackerlab/uni/invariant.h
+include/hackerlab/uni/unidata.h
+include/hackerlab/unicode/unicode.h
+include/hackerlab/unicode/unidata.h
+include/hackerlab/unidata/bitset-lookup.h
+include/hackerlab/unidata/bitsets.h
+include/hackerlab/unidata/blocks.h
+include/hackerlab/unidata/case-db-inlines.h
+include/hackerlab/unidata/case-db-macros.h
+include/hackerlab/unidata/case-db.h
+include/hackerlab/unidata/coding.h
+include/hackerlab/unidata/combine-db-macros.h
+include/hackerlab/unidata/combine-db.h
+include/hackerlab/unidata/db-inlines.h
+include/hackerlab/unidata/db-macros.h
+include/hackerlab/unidata/db.h
+include/hackerlab/unidata/decomp-db-macros.h
+include/hackerlab/unidata/decomp-db.h
+include/hackerlab/unidata/unidata.h
+include/hackerlab/vu-network/url-socket.h
+include/hackerlab/vu/printfmt-va.h
+include/hackerlab/vu/printfmt.h
+include/hackerlab/vu/reserv.h
+include/hackerlab/vu/safe-printfmt.h
+include/hackerlab/vu/safe-vfdbuf.h
+include/hackerlab/vu/safe-vu-utils-vfdbuf.h
+include/hackerlab/vu/safe-vu-utils.h
+include/hackerlab/vu/safe.h
+include/hackerlab/vu/url-fd.h
+include/hackerlab/vu/vfdbuf.h
+include/hackerlab/vu/vu-bad-arg.h
+include/hackerlab/vu/vu-dash.h
+include/hackerlab/vu/vu-help.h
+include/hackerlab/vu/vu-sys.h
+include/hackerlab/vu/vu-utils-vfdbuf.h
+include/hackerlab/vu/vu-utils.h
+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
+libexec/arch/arch/add-pristine
+libexec/arch/arch/arch-rmrf
+libexec/arch/arch/archive-cache-revision
+libexec/arch/arch/archive-cached-revisions
+libexec/arch/arch/archive-readme
+libexec/arch/arch/archive-uncache-revision
+libexec/arch/arch/archives
+libexec/arch/arch/body-indent
+libexec/arch/arch/branch-readme
+libexec/arch/arch/branches
+libexec/arch/arch/build-by-patching
+libexec/arch/arch/build-config
+libexec/arch/arch/build-revision
+libexec/arch/arch/cache-dir
+libexec/arch/arch/cached-index
+libexec/arch/arch/cat-archive-log
+libexec/arch/arch/cat-library-file
+libexec/arch/arch/cat-log
+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
+libexec/arch/arch/copy-from-cache
+libexec/arch/arch/copy-from-fresh-start-base
+libexec/arch/arch/copy-from-library
+libexec/arch/arch/copy-or-stash
+libexec/arch/arch/copy-to-patch-log
+libexec/arch/arch/copy-tree-precious
+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
+libexec/arch/arch/file-diffs
+libexec/arch/arch/file-history
+libexec/arch/arch/file-list
+libexec/arch/arch/file-syntax-filter
+libexec/arch/arch/file-tag
+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
+libexec/arch/arch/heading
+libexec/arch/arch/import
+libexec/arch/arch/indicated-revision
+libexec/arch/arch/init-tree
+libexec/arch/arch/inventory
+libexec/arch/arch/join
+libexec/arch/arch/library-add
+libexec/arch/arch/library-archives
+libexec/arch/arch/library-branches
+libexec/arch/arch/library-categories
+libexec/arch/arch/library-file
+libexec/arch/arch/library-find
+libexec/arch/arch/library-log
+libexec/arch/arch/library-remove
+libexec/arch/arch/library-revisions
+libexec/arch/arch/library-versions
+libexec/arch/arch/lock-branch
+libexec/arch/arch/lock-pristine
+libexec/arch/arch/lock-revision
+libexec/arch/arch/log-for-merge
+libexec/arch/arch/log-header-field
+libexec/arch/arch/log-ls
+libexec/arch/arch/logs
+libexec/arch/arch/mail-new-branches
+libexec/arch/arch/mail-new-categories
+libexec/arch/arch/mail-new-revisions
+libexec/arch/arch/mail-new-versions
+libexec/arch/arch/make-archive
+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-version
+libexec/arch/arch/manifest
+libexec/arch/arch/merge-points
+libexec/arch/arch/missing-tags
+libexec/arch/arch/mkpatch
+libexec/arch/arch/move
+libexec/arch/arch/my-default-archive
+libexec/arch/arch/my-id
+libexec/arch/arch/my-notifier
+libexec/arch/arch/my-revision-library
+libexec/arch/arch/nest
+libexec/arch/arch/nested
+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
+libexec/arch/arch/push-new-revisions
+libexec/arch/arch/putdir
+libexec/arch/arch/putlast
+libexec/arch/arch/reconcile
+libexec/arch/arch/record-config
+libexec/arch/arch/register-archive
+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
+libexec/arch/arch/star-merge
+libexec/arch/arch/tag
+libexec/arch/arch/tagging-method
+libexec/arch/arch/take-from-cache
+libexec/arch/arch/top
+libexec/arch/arch/tree-lint
+libexec/arch/arch/tree-repair
+libexec/arch/arch/tree-root
+libexec/arch/arch/tree-version
+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-id
+libexec/arch/arch/valid-log-file
+libexec/arch/arch/valid-package-name
+libexec/arch/arch/valid-patch-level-name
+libexec/arch/arch/version-readme
+libexec/arch/arch/versions
+libexec/arch/arch/wd-check-for-patch-log
+libexec/arch/arch/wd-mv-pristine
+libexec/arch/arch/wd-txn
+libexec/arch/arch/what-changed
+libexec/arch/arch/whats-missing
+libexec/arch/arch/whereis-archive
+libexec/arch/arch/with-archive
+libexec/arch/arch/with-archive-settings
+libexec/arch/arch/without-archive
+libexec/arch/archive-transactions/Help.category
+libexec/arch/archive-transactions/Help.category_title
+libexec/arch/archive-transactions/Help.list
+libexec/arch/archive-transactions/arch-rmrf
+libexec/arch/archive-transactions/build-by-patching
+libexec/arch/archive-transactions/build-revision
+libexec/arch/archive-transactions/commit
+libexec/arch/archive-transactions/copy-from-archive-cache
+libexec/arch/archive-transactions/copy-from-fresh-start-base
+libexec/arch/archive-transactions/get
+libexec/arch/archive-transactions/get-patch
+libexec/arch/archive-transactions/import
+libexec/arch/archive-transactions/lock-branch
+libexec/arch/archive-transactions/lock-revision
+libexec/arch/archive-transactions/make-lock
+libexec/arch/archive-transactions/push-mirror
+libexec/arch/archive-transactions/putdir
+libexec/arch/archive-transactions/putlast
+libexec/arch/archive-transactions/wd-txn
+libexec/arch/archives/Help.category
+libexec/arch/archives/Help.category_title
+libexec/arch/archives/Help.list
+libexec/arch/archives/archive-cache-revision
+libexec/arch/archives/archive-cached-revisions
+libexec/arch/archives/archive-readme
+libexec/arch/archives/archive-uncache-revision
+libexec/arch/archives/branch-readme
+libexec/arch/archives/branches
+libexec/arch/archives/cat-archive-log
+libexec/arch/archives/categories
+libexec/arch/archives/category-readme
+libexec/arch/archives/get-archive-name
+libexec/arch/archives/make-archive
+libexec/arch/archives/make-branch
+libexec/arch/archives/make-category
+libexec/arch/archives/make-version
+libexec/arch/archives/noop
+libexec/arch/archives/previous-patch-level
+libexec/arch/archives/revisions
+libexec/arch/archives/version-readme
+libexec/arch/archives/versions
+libexec/arch/branching-and-merging/Help.category
+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
+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
+libexec/arch/branching-and-merging/tag
+libexec/arch/branching-and-merging/update
+libexec/arch/branching-and-merging/whats-missing
+libexec/arch/configurations/Help.category
+libexec/arch/configurations/Help.category_title
+libexec/arch/configurations/Help.list
+libexec/arch/configurations/build-config
+libexec/arch/configurations/config-history
+libexec/arch/configurations/record-config
+libexec/arch/configurations/replay-config
+libexec/arch/configurations/show-config
+libexec/arch/configurations/update-config
+libexec/arch/input/Help.category
+libexec/arch/input/Help.category_title
+libexec/arch/input/Help.list
+libexec/arch/input/file-syntax-filter
+libexec/arch/inventory/Help.category
+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/file-tag
+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
+libexec/arch/library/Help.category_title
+libexec/arch/library/Help.list
+libexec/arch/library/cat-library-file
+libexec/arch/library/copy-from-library
+libexec/arch/library/file-history
+libexec/arch/library/file-history.awk
+libexec/arch/library/library-add
+libexec/arch/library/library-archives
+libexec/arch/library/library-branches
+libexec/arch/library/library-categories
+libexec/arch/library/library-file
+libexec/arch/library/library-find
+libexec/arch/library/library-log
+libexec/arch/library/library-remove
+libexec/arch/library/library-revisions
+libexec/arch/library/library-versions
+libexec/arch/library/my-revision-library
+libexec/arch/local-cache/Help.category
+libexec/arch/local-cache/Help.category_title
+libexec/arch/local-cache/Help.list
+libexec/arch/local-cache/add-pristine
+libexec/arch/local-cache/cache-dir
+libexec/arch/local-cache/cached-index
+libexec/arch/local-cache/copy-from-cache
+libexec/arch/local-cache/delete-pristine
+libexec/arch/local-cache/file-diffs
+libexec/arch/local-cache/find-in-cache
+libexec/arch/local-cache/lock-pristine
+libexec/arch/local-cache/make-cache-temp-dir
+libexec/arch/local-cache/old-file
+libexec/arch/local-cache/pristines
+libexec/arch/local-cache/take-from-cache
+libexec/arch/local-cache/wd-mv-pristine
+libexec/arch/local-cache/what-changed
+libexec/arch/naming-conventions/Help.category
+libexec/arch/naming-conventions/Help.category_title
+libexec/arch/naming-conventions/Help.list
+libexec/arch/naming-conventions/indicated-revision
+libexec/arch/naming-conventions/parse-package-name
+libexec/arch/naming-conventions/patch-level-lt
+libexec/arch/naming-conventions/sort-revisions
+libexec/arch/naming-conventions/valid-archive-location
+libexec/arch/naming-conventions/valid-archive-name
+libexec/arch/naming-conventions/valid-id
+libexec/arch/naming-conventions/valid-package-name
+libexec/arch/naming-conventions/valid-patch-level-name
+libexec/arch/notify/Help.category
+libexec/arch/notify/Help.category_title
+libexec/arch/notify/Help.list
+libexec/arch/notify/mail-new-branches
+libexec/arch/notify/mail-new-categories
+libexec/arch/notify/mail-new-revisions
+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
+libexec/arch/output/Help.category
+libexec/arch/output/Help.category_title
+libexec/arch/output/Help.list
+libexec/arch/output/body-indent
+libexec/arch/output/file-list
+libexec/arch/output/heading
+libexec/arch/output/nest
+libexec/arch/output/nested
+libexec/arch/output/top
+libexec/arch/patch-logs/Help.category
+libexec/arch/patch-logs/Help.category_title
+libexec/arch/patch-logs/Help.list
+libexec/arch/patch-logs/add-log
+libexec/arch/patch-logs/cat-log
+libexec/arch/patch-logs/changelog
+libexec/arch/patch-logs/copy-to-patch-log
+libexec/arch/patch-logs/log-for-merge
+libexec/arch/patch-logs/log-header-field
+libexec/arch/patch-logs/log-ls
+libexec/arch/patch-logs/logs
+libexec/arch/patch-logs/make-log
+libexec/arch/patch-logs/merge-points
+libexec/arch/patch-logs/new-on-branch
+libexec/arch/patch-logs/patch-list-description.awk
+libexec/arch/patch-logs/valid-log-file
+libexec/arch/patch-logs/wd-check-for-patch-log
+libexec/arch/patch-sets/Help.category
+libexec/arch/patch-sets/Help.category_title
+libexec/arch/patch-sets/Help.list
+libexec/arch/patch-sets/compute-renamed.awk
+libexec/arch/patch-sets/dopatch
+libexec/arch/patch-sets/empty-patch
+libexec/arch/patch-sets/mkpatch
+libexec/arch/patch-sets/patch-add-log
+libexec/arch/patch-sets/patch-report
+libexec/arch/project-tree/Help.category
+libexec/arch/project-tree/Help.category_title
+libexec/arch/project-tree/Help.list
+libexec/arch/project-tree/copy-or-stash
+libexec/arch/project-tree/copy-tree-precious
+libexec/arch/project-tree/init-tree
+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/remote/Help.category
+libexec/arch/remote/Help.category_title
+libexec/arch/remote/Help.list
+libexec/arch/remote/with-archive
+libexec/arch/remote/with-archive-settings
+libexec/arch/remote/without-archive
+libexec/arch/user/Help.category
+libexec/arch/user/Help.category_title
+libexec/arch/user/Help.list
+libexec/arch/user/archives
+libexec/arch/user/my-default-archive
+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
+@dirrm libexec/arch/web
+@dirrm libexec/arch/user
+@dirrm libexec/arch/remote
+@dirrm libexec/arch/project-tree
+@dirrm libexec/arch/patch-sets
+@dirrm libexec/arch/patch-logs
+@dirrm libexec/arch/output
+@dirrm libexec/arch/notify
+@dirrm libexec/arch/naming-conventions
+@dirrm libexec/arch/local-cache
+@dirrm libexec/arch/library
+@dirrm libexec/arch/inventory
+@dirrm libexec/arch/input
+@dirrm libexec/arch/configurations
+@dirrm libexec/arch/branching-and-merging
+@dirrm libexec/arch/archives
+@dirrm libexec/arch/archive-transactions
+@dirrm libexec/arch/arch
+@dirrm libexec/arch
+@dirrm include/hackerlab/xml
+@dirrm include/hackerlab/vu-network
+@dirrm include/hackerlab/vu
+@dirrm include/hackerlab/unidata
+@dirrm include/hackerlab/unicode
+@dirrm include/hackerlab/uni
+@dirrm include/hackerlab/rx-xml
+@dirrm include/hackerlab/rx-posix
+@dirrm include/hackerlab/rx
+@dirrm include/hackerlab/os/sys
+@dirrm include/hackerlab/os/netinet
+@dirrm include/hackerlab/os/arpa
+@dirrm include/hackerlab/os
+@dirrm include/hackerlab/mem
+@dirrm include/hackerlab/machine
+@dirrm include/hackerlab/hash
+@dirrm include/hackerlab/fs
+@dirrm include/hackerlab/fmt
+@dirrm include/hackerlab/cmd
+@dirrm include/hackerlab/char
+@dirrm include/hackerlab/bugs
+@dirrm include/hackerlab/bitsets
+@dirrm include/hackerlab/arrays
+@dirrm include/hackerlab
+@dirrm include/ftp-utils/client
+@dirrm include/ftp-utils
diff --git a/devel/arch/distinfo b/devel/arch/distinfo
new file mode 100644
index 00000000000..6408a5d6e30
--- /dev/null
+++ b/devel/arch/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2002/02/07 19:09:37 jonb Exp $
+
+SHA1 (arch-1.0pre6.tar.gz) = 5d9c7535d8f78b6e1fda78bc8d19143de84b9651
+Size (arch-1.0pre6.tar.gz) = 2440681 bytes