diff options
author | rvb <rvb@pkgsrc.org> | 1998-09-29 17:20:46 +0000 |
---|---|---|
committer | rvb <rvb@pkgsrc.org> | 1998-09-29 17:20:46 +0000 |
commit | c91cb78342692e7b316ccd1923db0908ac60f434 (patch) | |
tree | a8e8c4f78c26316759e8efcf142ffa2be0463e3d /net/coda5_server | |
parent | e7052ee9ce5b7073b7204634590254fa7ca421a0 (diff) | |
download | pkgsrc-c91cb78342692e7b316ccd1923db0908ac60f434.tar.gz |
Importing coda_client and coda_server for -current.
coda_doc will be commited RSN & then I'll update the
net/Makefile
Diffstat (limited to 'net/coda5_server')
-rw-r--r-- | net/coda5_server/Makefile | 29 | ||||
-rw-r--r-- | net/coda5_server/files/md5 | 1 | ||||
-rw-r--r-- | net/coda5_server/patches/patch-aa | 142 | ||||
-rw-r--r-- | net/coda5_server/patches/patch-ab | 19 | ||||
-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 | 47 |
7 files changed, 247 insertions, 0 deletions
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile new file mode 100644 index 00000000000..83b04dfae55 --- /dev/null +++ b/net/coda5_server/Makefile @@ -0,0 +1,29 @@ +# New makefile for: coda server +# Version required: 4.6.5 +# Date created: 19 June 1998 +# Whom: hmpierce <hmpierce@cs.cmu.edu> +# +# $Id: Makefile,v 1.1.1.1 1998/09/29 17:20:47 rvb Exp $ +# + +DISTNAME= coda-4.6.5 +PKGNAME= coda-server-4.6.5-1.3H-1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ +EXTRACT_SUFX= .tgz + +MAINTAINER= coda@cs.cmu.edu +HOMEPAGE= http://www.coda.cs.cmu.edu/ + +# Dependencies: +DEPENDS= gdbm-*:../../databases/gdbm \ + readline-*:../../devel/readline + +ALL_TARGET= coda +INSTALL_TARGET= server-install + +# Odd, non-default BSD stuff: +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/coda5_server/files/md5 b/net/coda5_server/files/md5 new file mode 100644 index 00000000000..005b2548d3f --- /dev/null +++ b/net/coda5_server/files/md5 @@ -0,0 +1 @@ +MD5 (coda-4.6.5.tgz) = 4c946e371c6e04aededfd3d51c004294 diff --git a/net/coda5_server/patches/patch-aa b/net/coda5_server/patches/patch-aa new file mode 100644 index 00000000000..7cb5ceccd3e --- /dev/null +++ b/net/coda5_server/patches/patch-aa @@ -0,0 +1,142 @@ +diff -ru ../coda-4.6.5/configure ./configure +--- ../coda-4.6.5/configure Wed Sep 2 14:07:47 1998 ++++ ./configure Thu Sep 3 14:37:32 1998 +@@ -1362,8 +1362,14 @@ + initsuffix=../etc + ;; + +- *-*-freebsd* ) ++ *-*-freebsd2* ) + sys=i386_fbsd2 ++ vfsdir=bsd44 ++ initsuffix=../etc ++ ;; ++ ++ *-*-freebsd3* ) ++ sys=i386_fbsd3 + vfsdir=bsd44 + initsuffix=../etc + ;; +diff -ru ../coda-4.6.5/coda-src/scripts/venus-setup ./coda-src/scripts/venus-setup +--- ../coda-4.6.5/coda-src/scripts/venus-setup Wed Sep 2 14:21:24 1998 ++++ ./coda-src/scripts/venus-setup Thu Sep 3 13:48:08 1998 +@@ -22,9 +22,13 @@ + case `uname -sr` in + "NetBSD 1.2" ) + CFSMAJOR=46 ;; +- NetBSD\ 1.3* ) ++ NetBSD\ 1.3 ) ++ CFSMAJOR=51 ;; ++ NetBSD\ 1.3.* ) + CFSMAJOR=51 ;; +- FreeBSD\ 2.2* ) ++ NetBSD\ 1.3* ) ++ CFSMAJOR=60 ;; ++ FreeBSD* ) + CFSMAJOR=93 ;; + *) + CFSMAJOR=67 ;; +diff -ru ../coda-4.6.5/coda-src/vice/Makefile.in ./coda-src/vice/Makefile.in +--- ../coda-4.6.5/coda-src/vice/Makefile.in Wed Sep 2 14:21:38 1998 ++++ ./coda-src/vice/Makefile.in Thu Sep 3 13:40:46 1998 +@@ -25,7 +25,7 @@ + # improvements or extensions that they make, and to grant Carnegie + # Mellon the rights to redistribute these changes without encumbrance. + # +-# static char *rcsid = "$Header: /cvsroot/pkgsrc/net/coda5_server/patches/Attic/patch-aa,v 1.1.1.1 1998/09/29 17:20:47 rvb Exp $"; ++# static char *rcsid = "$Header: /cvsroot/pkgsrc/net/coda5_server/patches/Attic/patch-aa,v 1.1.1.1 1998/09/29 17:20:47 rvb Exp $"; + + + # +@@ -96,7 +96,7 @@ + smon.o \ + ViceErrorMsg.o + +-codasrv: ${objects} srv.o dummyplumber.o ${LIBS} ++codasrv: ${objects} srv.o dummyplumber.o ${CLIBS} + $(CXX) $(LIBFLAGS) srv.o ${objects} dummyplumber.o ${CLIBS} -lm -o codasrv + + printvrdb: printvrdb.o +diff -ru /dev/null ./configs/Makeconf.i386_fbsd3 +--- /dev/null Thu Sep 3 17:13:07 1998 ++++ ./configs/Makeconf.i386_fbsd3 Thu Sep 3 17:11:30 1998 +@@ -0,0 +1,60 @@ ++# ++# sets: ++# variables, libraries for BSD build ++ ++# ++# Coda: an Experimental Distributed File System ++# Release 4.4 ++# ++# Copyright (c) 1987-1995 Carnegie Mellon University ++# All Rights Reserved ++# ++# Permission to use, copy, modify and distribute this software and its ++# documentation is hereby granted, provided that both the copyright ++# notice and this permission notice appear in all copies of the ++# software, derivative works or modified versions, and any portions ++# thereof, and that both notices appear in supporting documentation, and ++# that credit is given to Carnegie Mellon University in all documents ++# and publicity pertaining to direct or indirect use of this code or its ++# derivatives. ++# ++# CODA IS AN EXPERIMENTAL SOFTWARE SYSTEM AND IS KNOWN TO HAVE BUGS, ++# SOME OF WHICH MAY HAVE SERIOUS CONSEQUENCES. CARNEGIE MELLON ALLOWS ++# FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. CARNEGIE MELLON ++# DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER ++# RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE OR OF ++# ANY DERIVATIVE WORK. ++# ++# Carnegie Mellon encourages users of this software to return any ++# improvements or extensions that they make, and to grant Carnegie ++# Mellon the rights to redistribute these changes without encumbrance. ++# */ ++# ++# static char *rcsid = "$Header: /cvsroot/pkgsrc/net/coda5_server/patches/Attic/patch-aa,v 1.1.1.1 1998/09/29 17:20:47 rvb Exp $"; ++# ++ ++MACHINE_FLAGS = -D__BSD44__ ++SHORTSYS = bsd44 ++INCLFLAGS = -I/usr/include ++GFLAG = -g ++CPP = gcc -E -x c-header ++LIBCURSES = /usr/lib/aout/libcurses.a ++LIBCOMPAT = /usr/lib/aout/libcompat.a ++LIBREADLINE = /usr/lib/aout/libreadline.a ++INCREADLINE = -I/usr/include/readline ++LIBTERMCAP = /usr/lib/aout/libtermcap.a ++#for rvm ++LIBTHREADS = ++LIBMACH = ++ ++#for advice_srv ++LIBKVM = /usr/lib/aout/libkvm.a ++INCGDBM = -I/usr/local/include ++LGDBM = -L/usr/local/lib ++LIBMATH = -lm ++GUIDIR = /usr/lib/coda ++ ++KRBINCLFLAGS = -I/usr/athena/include -I/usr/include/kerberosIV ++#LIBKRBS = /usr/athena/lib/libkrb4.a /usr/athena/lib/libkrb5.a /usr/athena/lib/libcrypto.a /usr/athena/lib/libcom_err.a /usr/athena/lib/libdes425.a /usr/athena/lib/libkrb524.a ++LIBKRBS = /usr/lib/libkrb.a ++ +diff -ru ../coda-4.6.5/configs/codaconf.m4 ./configs/codaconf.m4 +--- ../coda-4.6.5/configs/codaconf.m4 Wed Sep 2 14:21:53 1998 ++++ ./configs/codaconf.m4 Thu Sep 3 14:11:57 1998 +@@ -32,8 +32,14 @@ + initsuffix=../etc + ;; + +- *-*-freebsd* ) ++ *-*-freebsd2* ) + sys=i386_fbsd2 ++ vfsdir=bsd44 ++ initsuffix=../etc ++ ;; ++ ++ *-*-freebsd3* ) ++ sys=i386_fbsd3 + vfsdir=bsd44 + initsuffix=../etc + ;; diff --git a/net/coda5_server/patches/patch-ab b/net/coda5_server/patches/patch-ab new file mode 100644 index 00000000000..ce17832114a --- /dev/null +++ b/net/coda5_server/patches/patch-ab @@ -0,0 +1,19 @@ +--- coda-b4_6_4/coda-src/venus/worker.cc Tue Jun 16 06:46:19 1998 ++++ ./coda-src/venus/worker.cc Sat Sep 12 11:24:37 1998 +@@ -289,15 +289,7 @@ + } + #endif /* __MACH__ */ + #ifdef __BSD44__ +-#ifndef MOUNT_CFS +- /* for FreeBSD +- - Add line below into /usr/include/sys/mount.h. Don't forget to adjust +- MOUNT_MAXTYPE. +- # define MOUNT_CFS old MOUNT_MAXTYPE +1 +- In #define INITMOUNTNAMES, +- "cfs", /* 19 or so MOUNT_CFS */ +-#endif +- if (mount(MOUNT_CFS, venusRoot, 0, kernDevice) < 0) { ++ if (mount("coda", venusRoot, 0, kernDevice) < 0) { + eprint("mount(%s, %s) failed (%d), exiting", + kernDevice, venusRoot, errno); + exit(-1); diff --git a/net/coda5_server/pkg/COMMENT b/net/coda5_server/pkg/COMMENT new file mode 100644 index 00000000000..eab49907cf2 --- /dev/null +++ b/net/coda5_server/pkg/COMMENT @@ -0,0 +1 @@ +Coda: 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 00000000000..86cd6e304b4 --- /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 00000000000..4c82197adb1 --- /dev/null +++ b/net/coda5_server/pkg/PLIST @@ -0,0 +1,47 @@ +@owner bin +@group bin +bin/filcon +bin/norton +bin/norton-reinit +bin/reinit +sbin/auth2 +sbin/backup +sbin/backup.sh +sbin/bldvldb.sh +sbin/codasrv +sbin/createvol +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/recreatevol +sbin/recreatevol_rep +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 +@owner root +@group wheel +etc/rc.vice |