Index: head/net/cvsupd-bin/Makefile =================================================================== --- head/net/cvsupd-bin/Makefile (nonexistent) +++ head/net/cvsupd-bin/Makefile (revision 12593) @@ -0,0 +1,30 @@ +# New ports collection makefile for: cvsupd-bin +# Version required: 15.4.2 +# Date created: 17 August 1998 +# Whom: Sheldon Hearn +# +# $Id$ +# + +DISTNAME= cvsupd-bin-15.4.2 +CATEGORIES= devel net +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ + ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ +DISTFILES= cvsupd-bin-15.4.2.tar.gz + +MAINTAINER= axl@iafrica.com + +NO_BUILD= yes + +MAN8= cvsupd.8 + +do-configure: + cd ${WRKSRC}; gunzip cvsupd.8.gz + +do-install: + cd ${WRKSRC}; \ + ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ + ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 + +.include Property changes on: head/net/cvsupd-bin/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net/cvsupd-bin/distinfo =================================================================== --- head/net/cvsupd-bin/distinfo (nonexistent) +++ head/net/cvsupd-bin/distinfo (revision 12593) @@ -0,0 +1 @@ +MD5 (cvsupd-bin-15.4.2.tar.gz) = ad30058ce6f70957618b3124405a155d Property changes on: head/net/cvsupd-bin/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/cvsupd-bin/pkg-comment =================================================================== --- head/net/cvsupd-bin/pkg-comment (nonexistent) +++ head/net/cvsupd-bin/pkg-comment (revision 12593) @@ -0,0 +1 @@ +A network file distribution and update system for CVS repositories. Property changes on: head/net/cvsupd-bin/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/cvsupd-bin/pkg-descr =================================================================== --- head/net/cvsupd-bin/pkg-descr (nonexistent) +++ head/net/cvsupd-bin/pkg-descr (revision 12593) @@ -0,0 +1,10 @@ +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. CVSup is specifically tailored to +distributing CVS repositories. By taking advantage of the special +properties of the files contained in CVS repositories, CVSup is +able to perform updates much faster than traditional systems. It +is especially valuable for people with slow Internet connections. + +jdp@polstra.com Property changes on: head/net/cvsupd-bin/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/cvsupd-bin/pkg-plist =================================================================== --- head/net/cvsupd-bin/pkg-plist (nonexistent) +++ head/net/cvsupd-bin/pkg-plist (revision 12593) @@ -0,0 +1,2 @@ +sbin/cvsupd +man/man8/cvsupd.8.gz Property changes on: head/net/cvsupd-bin/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property