diff options
author | rvb <rvb@FreeBSD.org> | 1998-10-06 03:23:43 +0800 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-10-06 03:23:43 +0800 |
commit | b83421a325afc0f4698a0a8224a80ed26ea451d5 (patch) | |
tree | 49e7cd39044f8fa61e136a24259980c9a7d507b4 /net/coda_client | |
parent | 59bd9522c9876304a07ec331540362b5b9c72f21 (diff) | |
download | freebsd-ports-gnome-b83421a325afc0f4698a0a8224a80ed26ea451d5.tar.gz freebsd-ports-gnome-b83421a325afc0f4698a0a8224a80ed26ea451d5.tar.zst freebsd-ports-gnome-b83421a325afc0f4698a0a8224a80ed26ea451d5.zip |
The current ports will get you Coda release 4.6.5. There are too
many patches in the ports. So we will crank out a Coda release
4.6.6 later this week. If anyone wants to play with the 4.6.5
release in the mean time they can.
Diffstat (limited to 'net/coda_client')
-rw-r--r-- | net/coda_client/Makefile | 25 | ||||
-rw-r--r-- | net/coda_client/distinfo | 1 | ||||
-rw-r--r-- | net/coda_client/pkg-comment | 1 | ||||
-rw-r--r-- | net/coda_client/pkg-descr | 8 | ||||
-rw-r--r-- | net/coda_client/pkg-plist | 53 |
5 files changed, 88 insertions, 0 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile new file mode 100644 index 000000000000..8d70217f360f --- /dev/null +++ b/net/coda_client/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: coda +# Version required: 4.6.5 +# Date created: 19 June 1998 +# Whom: hmpierce <hmpierce@cs.cmu.edu> +# +# $Id$ +# + +DISTNAME= coda-4.6.5 +PKGNAME= coda-client-4.6.5.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rvb@cs.cmu.edu + +BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm + +ALL_TARGET= coda +INSTALL_TARGET= client-install + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/net/coda_client/distinfo b/net/coda_client/distinfo new file mode 100644 index 000000000000..005b2548d3f8 --- /dev/null +++ b/net/coda_client/distinfo @@ -0,0 +1 @@ +MD5 (coda-4.6.5.tgz) = 4c946e371c6e04aededfd3d51c004294 diff --git a/net/coda_client/pkg-comment b/net/coda_client/pkg-comment new file mode 100644 index 000000000000..843feb2796e9 --- /dev/null +++ b/net/coda_client/pkg-comment @@ -0,0 +1 @@ +an experimental, replicated, high-performance network file system. diff --git a/net/coda_client/pkg-descr b/net/coda_client/pkg-descr new file mode 100644 index 000000000000..446682094676 --- /dev/null +++ b/net/coda_client/pkg-descr @@ -0,0 +1,8 @@ +Coda is a distributed file system. Among its features are disconnected +operation, good security model, server replication and persistent client +side caching. + +This package builds the entire source tree but only installs(/packages) the +client side programs. + +For more info, contact <coda@cs.cmu.edu> or visit http://www.coda.cs.cmu.edu. diff --git a/net/coda_client/pkg-plist b/net/coda_client/pkg-plist new file mode 100644 index 000000000000..222913376018 --- /dev/null +++ b/net/coda_client/pkg-plist @@ -0,0 +1,53 @@ +lib/coda/Advice.tcl +lib/coda/CodaConsole +lib/coda/Consider.tcl +lib/coda/ConsiderAdding.tcl +lib/coda/ConsiderRemoving.tcl +lib/coda/ControlPanel.tcl +lib/coda/Date.tcl +lib/coda/DiscoMiss.tcl +lib/coda/Events.tcl +lib/coda/Globals.tcl +lib/coda/Helper.tcl +lib/coda/HoardWalk.tcl +lib/coda/HoardWalkAdvice.tcl +lib/coda/Indicators.tcl +lib/coda/Initialization.tcl +lib/coda/Lock.tcl +lib/coda/Log.tcl +lib/coda/Network.tcl +lib/coda/OutsideWorld.tcl +lib/coda/ReadMiss.tcl +lib/coda/Reconnection.tcl +lib/coda/Reintegration.tcl +lib/coda/Repair.tcl +lib/coda/Space.tcl +lib/coda/Task.tcl +lib/coda/Timing.tcl +lib/coda/Tokens.tcl +lib/coda/WeakMiss.tcl +lib/coda/tixCodaMeter.tcl +sbin/au +sbin/venus +sbin/venus-setup +sbin/volmunge +sbin/vutil +bin/advice_srv +bin/cfs +bin/clog +bin/cmon +bin/codacon +bin/cpasswd +bin/ctokens +bin/cunlog +bin/filcon +bin/filerepair +bin/hoard +bin/parser +bin/removeinc +bin/repair +bin/replay +bin/spy +bin/xaskuser +bin/xfrepair +@dirrm lib/coda |