summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2001-07-21 19:02:56 +0000
committerJohn Polstra <jdp@FreeBSD.org>2001-07-21 19:02:56 +0000
commitd19b94ed64fc703d737d5f6fefa100437129bb3f (patch)
tree44e1de95d9cf8d5b0b1cd8c24b7c001f3368d137 /net
parentUnhook cvsup-bin and cvsupd-bin from the Makefile. (diff)
Remove the cvsup-bin and cvsupd-bin ports. They are both hard to
maintain and redundant. They are hard to maintain because binaries are for all practical purposes impossible to patch. They are redundant because the cvsup and cvsup-devel packages have the same functionality. Note that these packages are now stand-alone in the sense that they do not depend on any Modula-3 ports. That eliminates the original rationale for the cvsup-bin and cvsupd-bin ports. I have fixed all ports which used to depend on cvsup-bin or cvsupd-bin so that they now depend on the cvsup port.
Notes
Notes: svn path=/head/; revision=45320
Diffstat (limited to 'net')
-rw-r--r--net/cvsup-bin/Makefile40
-rw-r--r--net/cvsup-bin/distinfo3
-rw-r--r--net/cvsup-bin/pkg-comment1
-rw-r--r--net/cvsup-bin/pkg-descr15
-rw-r--r--net/cvsup-bin/pkg-plist2
-rw-r--r--net/cvsupd-bin/Makefile38
-rw-r--r--net/cvsupd-bin/distinfo3
-rw-r--r--net/cvsupd-bin/pkg-comment1
-rw-r--r--net/cvsupd-bin/pkg-descr14
-rw-r--r--net/cvsupd-bin/pkg-plist1
10 files changed, 0 insertions, 118 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile
deleted file mode 100644
index 30ba0212b205..000000000000
--- a/net/cvsup-bin/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: cvsup-bin
-# Date created: 12 November 1997
-# Whom: Sheldon Hearn <axl@iafrica.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cvsup-bin
-PORTVERSION= 16.1
-CATEGORIES= net devel
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/
-
-MAINTAINER= jdp@freebsd.org
-
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_ARCH} == "i386"
-DISTFILES= cvsup-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX}
-.else
-.if ${OSVERSION} >= 400011
-DISTFILES= cvsup-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
-.else
-BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions
-.endif
-.endif
-
-NO_BUILD= yes
-
-MAN1= cvpasswd.1 cvsup.1
-MANCOMPRESSED= yes
-STRIP=
-
-do-install:
- cd ${WRKSRC}; \
- ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin
-.for file in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/${file}.gz ${PREFIX}/man/man1
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo
deleted file mode 100644
index c33253b7bc42..000000000000
--- a/net/cvsup-bin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cvsup-freebsd-ix86-aout-16.1.tar.gz) = f81c01faf7c5fbbfe4c871243d452871
-MD5 (cvsup-freebsd-ix86-elf-16.1.tar.gz) = d437c49af3068e23237d3e05755178a6
-MD5 (cvsup-freebsd4-alpha-16.1.tar.gz) = ac7daa10068f5d8bec4cf3c7242b2bbb
diff --git a/net/cvsup-bin/pkg-comment b/net/cvsup-bin/pkg-comment
deleted file mode 100644
index 75cffb3631d4..000000000000
--- a/net/cvsup-bin/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A general network file distribution system optimized for CVS repositories
diff --git a/net/cvsup-bin/pkg-descr b/net/cvsup-bin/pkg-descr
deleted file mode 100644
index 616597d4e190..000000000000
--- a/net/cvsup-bin/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This is the BINARY (statically linked) version of the CVSup client,
-including the GUI.
-
-CVSup is a software package for distributing and updating collections
-of files across a network. It can efficiently and accurately mirror
-all types of files, including sources, binaries, hard links, symbolic
-links, and even device nodes. CVSup's streaming communication
-protocol and multithreaded architecture make it most likely the
-fastest mirroring tool in existence today. In addition to being
-a great general-purpose mirroring tool, CVSup includes special
-features and optimizations specifically tailored to CVS repositories.
-
-WWW: http://www.polstra.com/projects/freeware/CVSup/
-
-jdp@polstra.com
diff --git a/net/cvsup-bin/pkg-plist b/net/cvsup-bin/pkg-plist
deleted file mode 100644
index 17066c92f9fe..000000000000
--- a/net/cvsup-bin/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/cvpasswd
-bin/cvsup
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile
deleted file mode 100644
index 2f796cf98775..000000000000
--- a/net/cvsupd-bin/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: cvsupd-bin
-# Date created: 17 August 1998
-# Whom: Sheldon Hearn <axl@iafrica.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cvsupd-bin
-PORTVERSION= 16.1
-CATEGORIES= net devel
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/
-
-MAINTAINER= jdp@freebsd.org
-
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_ARCH} == "i386"
-DISTFILES= cvsupd-freebsd-ix86-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX}
-.else
-.if ${OSVERSION} >= 400011
-DISTFILES= cvsupd-freebsd4-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
-.else
-BROKEN= Not supported for pre-4.0 FreeBSD/Alpha versions
-.endif
-.endif
-
-NO_BUILD= yes
-
-MAN8= cvsupd.8
-MANCOMPRESSED= yes
-STRIP=
-
-do-install:
- cd ${WRKSRC}; \
- ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
- ${INSTALL_MAN} ${MAN8}.gz ${PREFIX}/man/man8
-
-.include <bsd.port.post.mk>
diff --git a/net/cvsupd-bin/distinfo b/net/cvsupd-bin/distinfo
deleted file mode 100644
index 979c1fce292e..000000000000
--- a/net/cvsupd-bin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cvsupd-freebsd-ix86-aout-16.1.tar.gz) = a68694bbf9a694388f08f3e174610172
-MD5 (cvsupd-freebsd-ix86-elf-16.1.tar.gz) = 6a742a979214a96f5b766c5f00d89232
-MD5 (cvsupd-freebsd4-alpha-16.1.tar.gz) = 1e96355d58ca45ff888582fd7aadd144
diff --git a/net/cvsupd-bin/pkg-comment b/net/cvsupd-bin/pkg-comment
deleted file mode 100644
index 75cffb3631d4..000000000000
--- a/net/cvsupd-bin/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A general network file distribution system optimized for CVS repositories
diff --git a/net/cvsupd-bin/pkg-descr b/net/cvsupd-bin/pkg-descr
deleted file mode 100644
index fc9b775df0e5..000000000000
--- a/net/cvsupd-bin/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This is the BINARY (statically linked) version of the CVSup server.
-
-CVSup is a software package for distributing and updating collections
-of files across a network. It can efficiently and accurately mirror
-all types of files, including sources, binaries, hard links, symbolic
-links, and even device nodes. CVSup's streaming communication
-protocol and multithreaded architecture make it most likely the
-fastest mirroring tool in existence today. In addition to being
-a great general-purpose mirroring tool, CVSup includes special
-features and optimizations specifically tailored to CVS repositories.
-
-WWW: http://www.polstra.com/projects/freeware/CVSup/
-
-jdp@polstra.com
diff --git a/net/cvsupd-bin/pkg-plist b/net/cvsupd-bin/pkg-plist
deleted file mode 100644
index 9de7aed93d31..000000000000
--- a/net/cvsupd-bin/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-sbin/cvsupd