aboutsummaryrefslogtreecommitdiff
path: root/net/cvsup-bin
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/cvsup-bin
parenta3e334204b94ec6e849704902663d71cbb1edccc (diff)
downloadports-d19b94ed64fc703d737d5f6fefa100437129bb3f.tar.gz
ports-d19b94ed64fc703d737d5f6fefa100437129bb3f.zip
Notes
Diffstat (limited to 'net/cvsup-bin')
-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
5 files changed, 0 insertions, 61 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