From 42ec080314d14f67ec4d9b8a3f05ff05be5c87b7 Mon Sep 17 00:00:00 2001 From: "Robert V. Baron" Date: Mon, 5 Oct 1998 19:23:43 +0000 Subject: 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. --- net/coda_server/Makefile | 25 +++++++++++++++++++++++++ net/coda_server/distinfo | 1 + net/coda_server/pkg-comment | 1 + net/coda_server/pkg-descr | 8 ++++++++ net/coda_server/pkg-plist | 40 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 net/coda_server/Makefile create mode 100644 net/coda_server/distinfo create mode 100644 net/coda_server/pkg-comment create mode 100644 net/coda_server/pkg-descr create mode 100644 net/coda_server/pkg-plist (limited to 'net/coda_server') diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile new file mode 100644 index 000000000000..1b934636232a --- /dev/null +++ b/net/coda_server/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: coda +# Version required: 4.6.5 +# Date created: 19 June 1998 +# Whom: hmpierce +# +# $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 diff --git a/net/coda_server/distinfo b/net/coda_server/distinfo new file mode 100644 index 000000000000..005b2548d3f8 --- /dev/null +++ b/net/coda_server/distinfo @@ -0,0 +1 @@ +MD5 (coda-4.6.5.tgz) = 4c946e371c6e04aededfd3d51c004294 diff --git a/net/coda_server/pkg-comment b/net/coda_server/pkg-comment new file mode 100644 index 000000000000..843feb2796e9 --- /dev/null +++ b/net/coda_server/pkg-comment @@ -0,0 +1 @@ +an experimental, replicated, high-performance network file system. diff --git a/net/coda_server/pkg-descr b/net/coda_server/pkg-descr new file mode 100644 index 000000000000..81bf42fa4b0e --- /dev/null +++ b/net/coda_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 or visit http://www.coda.cs.cmu.edu. diff --git a/net/coda_server/pkg-plist b/net/coda_server/pkg-plist new file mode 100644 index 000000000000..64aea2a44aba --- /dev/null +++ b/net/coda_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 -- cgit v1.2.3