diff options
author | rvb <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
commit | b83421a325afc0f4698a0a8224a80ed26ea451d5 (patch) | |
tree | 49e7cd39044f8fa61e136a24259980c9a7d507b4 /net/coda5_server | |
parent | 59bd9522c9876304a07ec331540362b5b9c72f21 (diff) | |
download | FreeBSD-ports-b83421a325afc0f4698a0a8224a80ed26ea451d5.zip FreeBSD-ports-b83421a325afc0f4698a0a8224a80ed26ea451d5.tar.gz |
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/coda5_server')
-rw-r--r-- | net/coda5_server/Makefile | 25 | ||||
-rw-r--r-- | net/coda5_server/distinfo | 1 | ||||
-rw-r--r-- | net/coda5_server/pkg-comment | 1 | ||||
-rw-r--r-- | net/coda5_server/pkg-descr | 8 | ||||
-rw-r--r-- | net/coda5_server/pkg-plist | 40 |
5 files changed, 75 insertions, 0 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile new file mode 100644 index 0000000..1b93463 --- /dev/null +++ b/net/coda5_server/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-server-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= server-install + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/net/coda5_server/distinfo b/net/coda5_server/distinfo new file mode 100644 index 0000000..005b254 --- /dev/null +++ b/net/coda5_server/distinfo @@ -0,0 +1 @@ +MD5 (coda-4.6.5.tgz) = 4c946e371c6e04aededfd3d51c004294 diff --git a/net/coda5_server/pkg-comment b/net/coda5_server/pkg-comment new file mode 100644 index 0000000..843feb2 --- /dev/null +++ b/net/coda5_server/pkg-comment @@ -0,0 +1 @@ +an experimental, replicated, high-performance network file system. diff --git a/net/coda5_server/pkg-descr b/net/coda5_server/pkg-descr new file mode 100644 index 0000000..81bf42f --- /dev/null +++ b/net/coda5_server/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 +server side programs. + +For more info, contact <coda@cs.cmu.edu> or visit http://www.coda.cs.cmu.edu. diff --git a/net/coda5_server/pkg-plist b/net/coda5_server/pkg-plist new file mode 100644 index 0000000..64aea2a --- /dev/null +++ b/net/coda5_server/pkg-plist @@ -0,0 +1,40 @@ +bin/filcon +bin/norton +bin/norton-reinit +bin/reinit +sbin/auth2 +sbin/backup +sbin/backup.sh +sbin/bldvldb.sh +sbin/codasrv +sbin/createvol_rep +sbin/initpw +sbin/inoder +sbin/makeftree +sbin/merge +sbin/mvdb +sbin/parserecdump +sbin/partial-reinit.sh +sbin/pcfgen +sbin/printvrdb +sbin/purgevol +sbin/purgevol_rep +sbin/pwd2pdb +sbin/rdsinit +sbin/readdump +sbin/rpc2portmap +sbin/rvmutl +sbin/startserver +sbin/tape.pl +sbin/updateclnt +sbin/updatefetch +sbin/updatesrv +sbin/vice-killvolumes +sbin/vice-setup +sbin/vice-setup-ports +sbin/vice-setup-rvm +sbin/vice-setup-scm +sbin/vice-setup-srvdir +sbin/vice-setup-user +sbin/volutil +etc/rc.vice |