New port "cvsup-devel" for development snapshots of CVSup.
This commit is contained in:
parent
6f9eed1cc6
commit
4246c39ee5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42015
6 changed files with 48 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
SUBDIR += cryptcat
|
||||
SUBDIR += cvsup
|
||||
SUBDIR += cvsup-bin
|
||||
SUBDIR += cvsup-devel
|
||||
SUBDIR += cvsup-mirror
|
||||
SUBDIR += cvsupd-bin
|
||||
SUBDIR += cvsupit
|
||||
|
|
25
net/cvsup-devel/Makefile
Normal file
25
net/cvsup-devel/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: cvsup-devel
|
||||
# Date created: 28 April 2001
|
||||
# Whom: jdp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTVERSION= 16.1a
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
|
||||
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/snapshots/
|
||||
DISTNAME= cvsup-snap-16.1a
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cvsup
|
||||
FILESDIR= ${.CURDIR}/files
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
PATCHDIR= ${.CURDIR}/files
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/cvsup
|
||||
@${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/cvsup/License
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
1
net/cvsup-devel/distinfo
Normal file
1
net/cvsup-devel/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cvsup-snap-16.1a.tar.gz) = 13ec2cc6a5eb0ce918f53ece6557bfa3
|
1
net/cvsup-devel/pkg-comment
Normal file
1
net/cvsup-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A general network file distribution system optimized for CVS repositories
|
16
net/cvsup-devel/pkg-descr
Normal file
16
net/cvsup-devel/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
|
||||
This is a development snapshot of CVSup. It contains a number of
|
||||
recent bug fixes as well as some new features which are not ready for
|
||||
official release just yet. See the "ChangeLog" file for details.
|
||||
|
||||
WWW: http://www.polstra.com/projects/freeware/CVSup/
|
||||
|
||||
jdp@polstra.com
|
4
net/cvsup-devel/pkg-plist
Normal file
4
net/cvsup-devel/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/cvpasswd
|
||||
bin/cvsup
|
||||
sbin/cvsupd
|
||||
share/cvsup/License
|
Loading…
Reference in a new issue