summaryrefslogtreecommitdiffstats
path: root/share/examples/cvsup/ports-supfile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-21 00:23:56 +0000
committerjkh <jkh@FreeBSD.org>1996-08-21 00:23:56 +0000
commit0137409b586d4449083681dcf8b81b034babb49b (patch)
tree125cf5ed79649a6547268289340fd13b972cbb31 /share/examples/cvsup/ports-supfile
parentd14a77b37338361c59adefd7ce05476788a7db60 (diff)
downloadFreeBSD-src-0137409b586d4449083681dcf8b81b034babb49b.zip
FreeBSD-src-0137409b586d4449083681dcf8b81b034babb49b.tar.gz
Clean up some of the example docs, add a set of example files for cvsup
now that we're actively promoting that service.
Diffstat (limited to 'share/examples/cvsup/ports-supfile')
-rw-r--r--share/examples/cvsup/ports-supfile77
1 files changed, 77 insertions, 0 deletions
diff --git a/share/examples/cvsup/ports-supfile b/share/examples/cvsup/ports-supfile
new file mode 100644
index 0000000..bbded57
--- /dev/null
+++ b/share/examples/cvsup/ports-supfile
@@ -0,0 +1,77 @@
+# $Id$
+#
+# This file contains all of the "CVSUP collections" that comprise the FreeBSD
+# ports collection tree. CVSup (CVS Update Protocol) allows you to download
+# the latest cvs tree (or any branch of development therefrom) to your
+# system easily and efficiently (far more so than with sup, which CVSup
+# is aimed at replacing). If you're running CVSup interactively, and are
+# currently using an X display server, you should run CVSup as follows to
+# keep your ports tree up-to-date:
+#
+# cvsup ports-supfile
+#
+# If not running X, or invoking cvsup from a non-interactive script, then
+# run it as follows:
+#
+# cvsup -g -L 2 ports-supfile
+#
+# You may want to change some of the settings in this file to better
+# suit your system:
+#
+# base=/usr
+# base specifies the root where SUP will store information
+# about the collections you have transferred to your system.
+# A setting of "/usr" will generate this information in
+# /usr/sup. Even if you are SUPing a large number of
+# collections, you will be hard pressed to generate more than
+# ~1MB of data in this directory.
+#
+# prefix=/usr/ports
+# prefix specifies where to place the requested files. A
+# setting of "/usr/ports" will place the all of the files
+# requested in /usr/ports (ie /usr/ports/devel, /usr/ports/cad).
+# The directory that is the prefix must exist in order for
+# SUP to transfer files successfully.
+
+# There are two ways to sup the latest ports. One is to use the individual
+# collections, and the other is to use the "ports-all" mega-collection,
+# which includes everything except ports-distfile.
+
+# ports-all and distfiles. Note that the distfiles collection is HUGE,
+# you will need a big disk and a good network connection to keep up.
+
+#ports-distfiles release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+
+ports-all release=cvs host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=.
+
+# Individual collections. See note on distfiles above.
+
+#ports-distfiles release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+
+#ports-base release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-archivers release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-benchmarks release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-audio release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-cad release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-comms release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-databases release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-devel release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-editors release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-emulators release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-games release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-graphics release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-japanese release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-lang release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-mail release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-math release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-misc release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-net release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-news release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-plan9 release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-print release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-russian release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-security release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-shells release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-sysutils release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-www release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
+#ports-x11 release=current host=SUP.FreeBSD.ORG hostbase=/home base=/usr prefix=/usr/ports delete old use-rel-suffix
OpenPOWER on IntegriCloud