From d19b94ed64fc703d737d5f6fefa100437129bb3f Mon Sep 17 00:00:00 2001 From: John Polstra Date: Sat, 21 Jul 2001 19:02:56 +0000 Subject: [PATCH] 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. --- net/cvsup-bin/Makefile | 40 -------------------------------------- net/cvsup-bin/distinfo | 3 --- net/cvsup-bin/pkg-comment | 1 - net/cvsup-bin/pkg-descr | 15 -------------- net/cvsup-bin/pkg-plist | 2 -- net/cvsupd-bin/Makefile | 38 ------------------------------------ net/cvsupd-bin/distinfo | 3 --- net/cvsupd-bin/pkg-comment | 1 - net/cvsupd-bin/pkg-descr | 14 ------------- net/cvsupd-bin/pkg-plist | 1 - 10 files changed, 118 deletions(-) delete mode 100644 net/cvsup-bin/Makefile delete mode 100644 net/cvsup-bin/distinfo delete mode 100644 net/cvsup-bin/pkg-comment delete mode 100644 net/cvsup-bin/pkg-descr delete mode 100644 net/cvsup-bin/pkg-plist delete mode 100644 net/cvsupd-bin/Makefile delete mode 100644 net/cvsupd-bin/distinfo delete mode 100644 net/cvsupd-bin/pkg-comment delete mode 100644 net/cvsupd-bin/pkg-descr delete mode 100644 net/cvsupd-bin/pkg-plist 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 -# -# $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 - -.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 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 -# -# $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 - -.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 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