Add new port net/cvsup-static
The ports lang/ezm3, net/cvsup and net/cvsup-without-gui ports have expired and will be removed as soon as today. This port provides a statically-compiled version of cvsup-without-gui to offer cvsup on the amd64 platform of all supported releases of FreeBSD. This hasn't been available since ezm3 coredumps on newer releases, and now it's BROKEN due to being unstaged. PR: 192180 Submitted by: delphij@
This commit is contained in:
parent
6783ba5b73
commit
e1a58b0f0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367724
6 changed files with 51 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
SUBDIR += csync2
|
||||
SUBDIR += ctrace
|
||||
SUBDIR += cvsup
|
||||
SUBDIR += cvsup-static
|
||||
SUBDIR += cvsup-without-gui
|
||||
SUBDIR += cvsupchk
|
||||
SUBDIR += cvsync
|
||||
|
|
28
net/cvsup-static/Makefile
Normal file
28
net/cvsup-static/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Created by: Xin Li <delphij@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cvsup-static
|
||||
PORTVERSION= 16.1h
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= delphij
|
||||
PKGNAMEPREFIX= binary-
|
||||
DISTNAME= cvsup-without-gui-static-${ARCH}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= File distribution system optimized for CVS
|
||||
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH}
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= tar:xz
|
||||
|
||||
do-install:
|
||||
(cd ${WRKDIR} && ${COPYTREE_BIN} bin ${STAGEDIR}${PREFIX})
|
||||
(cd ${WRKDIR} && ${COPYTREE_BIN} sbin ${STAGEDIR}${PREFIX})
|
||||
(cd ${WRKDIR} && ${COPYTREE_SHARE} share/cvsup ${STAGEDIR}${PREFIX})
|
||||
(cd ${WRKDIR} && ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX})
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/cvsup-static/Makefile.DragonFly
Normal file
1
net/cvsup-static/Makefile.DragonFly
Normal file
|
@ -0,0 +1 @@
|
|||
IGNORE= statically compiled binaries will not execute on DragonFly
|
2
net/cvsup-static/distinfo.amd64
Normal file
2
net/cvsup-static/distinfo.amd64
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cvsup-without-gui-static-amd64-16.1h.tar.xz) = c095b584293344031167511d2fb616bb7f26012c834e96c1d749becaf69c45b2
|
||||
SIZE (cvsup-without-gui-static-amd64-16.1h.tar.xz) = 799616
|
11
net/cvsup-static/pkg-descr
Normal file
11
net/cvsup-static/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
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 package that is statically compiled for FreeBSD 7.x omits
|
||||
the GUI.
|
8
net/cvsup-static/pkg-plist
Normal file
8
net/cvsup-static/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/cvpasswd
|
||||
bin/cvsup
|
||||
man/man1/cvpasswd.1.gz
|
||||
man/man1/cvsup.1.gz
|
||||
man/man8/cvsupd.8.gz
|
||||
sbin/cvsupd
|
||||
share/cvsup/License
|
||||
@dirrm share/cvsup
|
Loading…
Reference in a new issue