diff options
author | xtraeme <xtraeme> | 2004-01-05 23:50:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-05 23:50:20 +0000 |
commit | c31461b5c59bec142886a5cb18e2e5c601604338 (patch) | |
tree | 840d1a0d80cd37ddae083fec6c9efe2f851ff2db /devel/cvsup-bin/files | |
parent | 9aca1d4cf1377e389f85f304303d0c6bcd41a242 (diff) | |
download | pkgsrc-c31461b5c59bec142886a5cb18e2e5c601604338.tar.gz |
Reimport cvsup as cvsup-bin.
Diffstat (limited to 'devel/cvsup-bin/files')
-rw-r--r-- | devel/cvsup-bin/files/supfile-cvsup.jp.netbsd.org | 60 | ||||
-rw-r--r-- | devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org | 34 |
2 files changed, 94 insertions, 0 deletions
diff --git a/devel/cvsup-bin/files/supfile-cvsup.jp.netbsd.org b/devel/cvsup-bin/files/supfile-cvsup.jp.netbsd.org new file mode 100644 index 00000000000..2e99f390d2d --- /dev/null +++ b/devel/cvsup-bin/files/supfile-cvsup.jp.netbsd.org @@ -0,0 +1,60 @@ +# +# Example cvsup config file provided by +# Motoyuki Konno <motoyuki@bsdclub.org> (cvsup.jp.netbsd.org maintainer) +# + +# This file can be used to obtain the checked-out NetBSD source files + +#*default tag=. # Comment out this line to obtain + # the checkout-out NetBSD source files. + # Replace the ``.'' with a cvs tag + # to get other NetBSD releases. +*default release=cvs +*default delete use-rel-suffix +*default umask=022 +*default host=cvsup.jp.NetBSD.org # Machine to connect to +*default base=/var/cvsup/ # Location to put the sources +*default prefix=/usr/cvsup # Where to put the sup subdirectory + +*default compress # Use this unless your network link + # is a T1 or faster + +# You can get everything using the ``netbsd'' collection. +netbsd + +# Alternatively, use following collections to get one or more +# of the partial collections by uncommenting them below. + +#netbsd-base # CVSROOT and misc +# +#netbsd-src # All of src tree +#netbsd-src-base # src/[A-Z]* and misc. +#netbsd-src-bin # src/bin +#netbsd-src-crypto # src/crypto +#netbsd-src-dist # src/dist +#netbsd-src-distrib # src/distrib +#netbsd-src-doc # src/doc +#netbsd-src-etc # src/etc +#netbsd-src-games # src/games +#netbsd-src-gnu # src/gnu +#netbsd-src-include # src/include +#netbsd-src-lib # src/lib +#netbsd-src-libexec # src/libexec +#netbsd-src-regress # src/regress +#netbsd-src-rescue # src/rescue +#netbsd-src-sbin # src/sbin +#netbsd-src-share # src/share +#netbsd-src-sys # src/sys +#netbsd-src-tools # src/tools +#netbsd-src-usrbin # src/usr.bin +#netbsd-src-usrsbin # src/usr.sbin +# +#netbsd-htdocs # htdocs +#netbsd-othersrc # othersrc +#netbsd-pkgsrc # pkgsrc +#netbsd-xsrc # All of xsrc tree +#netbsd-xsrc-3 # xsrc tree for XFree86 3.X +#netbsd-xsrc-4 # xsrc tree for XFree86 4.X +# +#netbsd-distrib release=self # server's own config files +# diff --git a/devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org b/devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org new file mode 100644 index 00000000000..bea94981f10 --- /dev/null +++ b/devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org @@ -0,0 +1,34 @@ +# +# Example cvsup config file provided by +# Onno van der Linden <o.vd.linden@quicknet.nl> +# + + +# This file can be used to obtain the checked-out NetBSD source files + +*default tag=. # Get the current files. Replace the + # ``.'' with a cvs tag to get other + # NetBSD releases. +*default release=cvs +*default delete use-rel-suffix +*default umask=022 +*default host=cvsup.no.NetBSD.org # Machine to connect to +*default base=/var/cvsup/ # Location to put the sources +*default prefix=/usr/cvsup # Where to put the sup subdirectory + +*default compress # Use this unless your network link + # is a T1 or faster + +# You can get everything using the ``netbsd'' collection. +# netbsd-doc + +# Alternatively, comment out the ``netbsd'' collection and just get one or +# more of the partial collections by uncommenting them below. + +netbsd-basesrc +netbsd-doc prefix=/var/cvsup +netbsd-gnusrc +netbsd-sharesrc +netbsd-syssrc +netbsd-pkgsrc +# netbsd-xsrc |