1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Get things ready for a cvsup-without-gui port.

This commit is contained in:
John Polstra 2002-01-12 19:39:19 +00:00
parent 5939f78fc4
commit 369b99678c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52994
5 changed files with 27 additions and 3 deletions

View File

@ -18,6 +18,9 @@ MAINTAINER= jdp@FreeBSD.org
.ifdef WITHOUT_X11
M3FLAGS+= -DNOGUI
BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a:${PORTSDIR}/lang/ezm3
PKGNAMESUFFIX= -without-gui
COMMENT= ${PKGDIR}/pkg-comment.nogui
DESCR= ${PKGDIR}/pkg-descr.nogui
.else
USE_XLIB= yes
BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/formsvbt/${TARGET}/libm3formsvbt.a:${PORTSDIR}/lang/ezm3
@ -54,8 +57,10 @@ pre-fetch:
@${FALSE}
.endif
.ifndef WITHOUT_X11
@${ECHO_MSG} -n "To build this port without X11 (and without the GUI),"
@${ECHO_MSG} " define \"WITHOUT_X11\"."
@${ECHO_MSG} "*****************************************************"
@${ECHO_MSG} "* To build CVSup without X11 (and without the GUI), *"
@${ECHO_MSG} "* use the \"net/cvsup-without-gui\" port. *"
@${ECHO_MSG} "*****************************************************"
.endif
@${TRUE}

View File

@ -1 +1 @@
A general network file distribution system optimized for CVS repositories
General network file distribution system optimized for CVS (GUI version)

View File

@ -0,0 +1 @@
General network file distribution system optimized for CVS (non-GUI version)

View File

@ -7,6 +7,9 @@ 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 port of CVSup includes the GUI and requires X11. For a version
that does not include the GUI, use the "net/cvsup-without-gui" port.
WWW: http://www.polstra.com/projects/freeware/CVSup/
jdp@polstra.com

15
net/cvsup/pkg-descr.nogui Normal file
View File

@ -0,0 +1,15 @@
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 port of CVSup omits the GUI and does not require X11. For a
version that includes the GUI, use the "net/cvsup" port.
WWW: http://www.polstra.com/projects/freeware/CVSup/
jdp@polstra.com