remove cvsup-bin: 1 billion seconds epoch bug, no update forthcoming

This commit is contained in:
naddy 2001-09-09 21:45:04 +00:00
parent 229904c4e2
commit d5f20fb692
6 changed files with 1 additions and 163 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.168 2001/09/08 00:40:48 lebel Exp $
# $OpenBSD: Makefile,v 1.169 2001/09/09 21:45:04 naddy Exp $
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
#
@ -27,8 +27,6 @@
SUBDIR += cvsup,no_x11
SUBDIR += cvsup,static
SUBDIR += cvsup,static,no_x11
SUBDIR += cvsup-bin-old
SUBDIR += cvsup-bin-old,no_x11
# SUBDIR += cvsup-mirror
SUBDIR += dlint
SUBDIR += doc

View File

@ -1,62 +0,0 @@
# $OpenBSD: Makefile,v 1.5 2001/08/10 14:39:54 naddy Exp $
COMMENT= "network file distribution system, optimized for CVS"
ONLY_FOR_ARCHS= sparc
VER= 16.0
DISTNAME= cvsup-bin-${VER}
CATEGORIES= net devel
NEED_VERSION= 1.363
HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/ \
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/binaries
MASTER_SITES0= ftp://sites.inka.de/W3775/unix/distfiles/
DISTFILES= cvsup${GUI}-sunos4-${VER}.tar.gz \
cvsup-examples-1.0.tar.gz:0
SUPDISTFILES= cvsup-sunos4-${VER}.tar.gz \
cvsup.nogui-sunos4-${VER}.tar.gz \
cvsup-examples-1.0.tar.gz:0
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
GUI=.nogui
.else
GUI=
.endif
WRKSRC= ${WRKDIR}/cvsup${GUI}-bin-${VER}
INSTALL_STRIP=
.if !defined(NO_WARNINGS)
pre-fetch:
@echo
@echo " WARNING: This application requires a kernel compiled with"
@echo " 'option COMPAT_SUNOS' and SunOS shared libraries"
@echo " for proper operation; see compat_sunos(8) for"
@echo " further details. The GENERIC kernel contains this"
@echo " option."
@echo
.endif
NO_BUILD= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvpasswd ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/cvsup ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvpasswd.1 ${PREFIX}/man/cat1/cvpasswd.0
${INSTALL_MAN} ${WRKSRC}/cvsup.1 ${PREFIX}/man/cat1/cvsup.0
cd ${WRKDIR}/cvsup-examples-1.0 && ${MAKE} install
.include <bsd.port.mk>

View File

@ -1,9 +0,0 @@
MD5 (cvsup-examples-1.0.tar.gz) = 70b33d388595f914e067ea16b3745e4f
MD5 (cvsup-sunos4-16.0.tar.gz) = 5d7e661a5926e22db1296056fba6a237
MD5 (cvsup.nogui-sunos4-16.0.tar.gz) = 083684fe82019c228e301834cdb44a3a
RMD160 (cvsup-examples-1.0.tar.gz) = 7986550fc5b14a9b1ec7ee7b83c1e4b0931ce629
RMD160 (cvsup-sunos4-16.0.tar.gz) = 9e9f3b1385082bcf1a3c802848e85be1f8c74b55
RMD160 (cvsup.nogui-sunos4-16.0.tar.gz) = c8ac4a0747cc282095115558ea0e9968786845fb
SHA1 (cvsup-examples-1.0.tar.gz) = d49eb4d4e2679a160d324cf7019582aa6f8add81
SHA1 (cvsup-sunos4-16.0.tar.gz) = 8d8baa005ea6c45aa55eaa61139b439d3d69344b
SHA1 (cvsup.nogui-sunos4-16.0.tar.gz) = da8561508491944b5e8c20f7af53604198050d75

View File

@ -1,18 +0,0 @@
This is the binary (statically linked) version of the CVSup client.
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.
See ${HOMEPAGE} for details.
Also check these sites for instructions how use CVSup to grab
OpenBSD, FreeBSD, and NetBSD source, respectively:
http://www.openbsd.org/cvsup.html
http://www.freebsd.org/handbook/mirrors-cvsup.html
http://www.netbsd.org/Sites/net.html#cvsup

View File

@ -1,14 +0,0 @@
@comment $OpenBSD: PLIST,v 1.3 2001/05/05 22:20:40 espie Exp $
@pkgcfl cvsup-[0-9]*
bin/cvpasswd
bin/cvsup
man/cat1/cvpasswd.0
man/cat1/cvsup.0
share/examples/cvsup/cvs-supfile
share/examples/cvsup/ports-supfile
share/examples/cvsup/stable-supfile
share/examples/cvsup/standard-supfile
share/examples/cvsup/www-supfile
share/examples/cvsup/x11-stable-supfile
share/examples/cvsup/x11-supfile
@dirrm share/examples/cvsup

View File

@ -1,57 +0,0 @@
#!/bin/sh
# $OpenBSD: REQ,v 1.2 2001/08/10 17:49:54 brad Exp $
#
# install/deinstall requirements check for cvsup-bin
# exit on errors, use a sane path
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
# Function: tell the user the requirements for this port
#
do_notice()
{
case `uname -m` in
sparc)
echo
echo "+---------------"
echo "| This application requires a kernel compiled with"
echo "| 'option COMPAT_SUNOS' and SunOS shared libraries"
echo "| for proper operation; see compat_sunos(8) for"
echo "| further details. The GENERIC kernel contains this"
echo "| option."
echo "+---------------"
echo
if [ ! -f /emul/sunos/usr/lib/ld.so ]; then
echo " You have no SunOS shared libraries installed."
echo
exit 1
fi
;;
esac
}
# Verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { INSTALL | DEINSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
DEINSTALL)
: nothing to de-install for this port
;;
INSTALL)
do_notice
;;
*)
echo "usage: $0 distname { INSTALL | DEINSTALL }" >&2
exit 1
;;
esac
exit 0