mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
a3e334204b
commit
d19b94ed64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45320
@ -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>
|
@ -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
|
@ -1 +0,0 @@
|
||||
A general network file distribution system optimized for CVS repositories
|
@ -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
|
@ -1,2 +0,0 @@
|
||||
bin/cvpasswd
|
||||
bin/cvsup
|
@ -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>
|
@ -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
|
@ -1 +0,0 @@
|
||||
A general network file distribution system optimized for CVS repositories
|
@ -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
|
@ -1 +0,0 @@
|
||||
sbin/cvsupd
|
Loading…
Reference in New Issue
Block a user