summaryrefslogtreecommitdiff
path: root/devel/cvsup-bin
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-02-07 09:39:16 +0000
committershattered <shattered@pkgsrc.org>2012-02-07 09:39:16 +0000
commitfa82fadf55f446a32931b4e6d71fd419d541a408 (patch)
tree8f4bbfddb81cde8e29d95151755aa45df130ba4a /devel/cvsup-bin
parent97ebe8d89fa2ace2b06f65b65ce17c631068f38c (diff)
downloadpkgsrc-fa82fadf55f446a32931b4e6d71fd419d541a408.tar.gz
cvsup.no.netbsd.org is gone (NXDOMAIN), provide sample supfile for
cvsup.se.netbsd.org instead.
Diffstat (limited to 'devel/cvsup-bin')
-rw-r--r--devel/cvsup-bin/Makefile3
-rw-r--r--devel/cvsup-bin/PLIST4
-rw-r--r--devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org34
-rw-r--r--devel/cvsup-bin/files/supfile-cvsup.se.netbsd.org36
4 files changed, 40 insertions, 37 deletions
diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile
index eadd46cd66d..815bc81cfcb 100644
--- a/devel/cvsup-bin/Makefile
+++ b/devel/cvsup-bin/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2008/03/03 17:45:34 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2012/02/07 09:39:16 shattered Exp $
DISTNAME= cvsup-static-16.1.h
PKGNAME= ${DISTNAME:C/static/bin/}
+PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://motoyuki.bsdclub.org/data/NetBSD/CVSup/i386/
EXTRACT_SUFX= .tgz
diff --git a/devel/cvsup-bin/PLIST b/devel/cvsup-bin/PLIST
index e149bc6d354..93c783edd65 100644
--- a/devel/cvsup-bin/PLIST
+++ b/devel/cvsup-bin/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:39 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/02/07 09:39:16 shattered Exp $
bin/cvpasswd
bin/cvsup
man/man1/cvpasswd.1
@@ -7,4 +7,4 @@ man/man8/cvsupd.8
sbin/cvsupd
share/doc/cvsup/License
share/examples/cvsup/supfile-cvsup.jp.netbsd.org
-share/examples/cvsup/supfile-cvsup.no.netbsd.org
+share/examples/cvsup/supfile-cvsup.se.netbsd.org
diff --git a/devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org b/devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org
deleted file mode 100644
index bea94981f10..00000000000
--- a/devel/cvsup-bin/files/supfile-cvsup.no.netbsd.org
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# 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
diff --git a/devel/cvsup-bin/files/supfile-cvsup.se.netbsd.org b/devel/cvsup-bin/files/supfile-cvsup.se.netbsd.org
new file mode 100644
index 00000000000..b202de991eb
--- /dev/null
+++ b/devel/cvsup-bin/files/supfile-cvsup.se.netbsd.org
@@ -0,0 +1,36 @@
+#
+# Example cvsup config file based on informtion from
+# http://www.netbsd.se/service_cvsup.php
+#
+
+# 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.se.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-src # All of src tree
+#netbsd-srcsys # src/sys
+#netbsd-crypto # src/crypto
+#netbsd-doc # src/doc
+#netbsd-gnusrc # src/gnu
+#netbsd-sharesrc # src/share
+#netbsd-htdocs # htdocs
+#netbsd-othersrc # othersrc
+#netbsd-pkgsrc # pkgsrc
+#netbsd-pkgsrc-wip # pkgsrc-wip