mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
New ports: coda6_server and coda6_client
I've just added the kernel support for Coda 6.x. It would be great to have the server and client in the ports collection to make it easier for people to experiment with. PR: ports/56623 Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
This commit is contained in:
parent
465d311ec1
commit
85032b7c20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88854
4 changed files with 61 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
SUBDIR += coda5_client
|
||||
SUBDIR += coda5_doc
|
||||
SUBDIR += coda5_server
|
||||
SUBDIR += coda6_client
|
||||
SUBDIR += coda6_server
|
||||
SUBDIR += coda_doc
|
||||
SUBDIR += coda_intro
|
||||
|
|
19
net/coda6_client/Makefile
Normal file
19
net/coda6_client/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: coda6_client
|
||||
# Date created: 9 September 2003
|
||||
# Whom: Tim Robbins <tim@robbins.dropbear.id.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= coda
|
||||
PORTVERSION= ${CODA_VERSION}
|
||||
|
||||
COMMENT= Client programs for a replicated high-performance network file system
|
||||
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../coda6_server
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
||||
CODA_SUITE= client
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
11
net/coda6_client/pkg-descr
Normal file
11
net/coda6_client/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
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 information available below.
|
||||
|
||||
EMAIL: coda@cs.cmu.edu
|
||||
WWW: http://www.coda.cs.cmu.edu/
|
30
net/coda6_client/pkg-plist
Normal file
30
net/coda6_client/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
bin/cfs
|
||||
bin/clog
|
||||
bin/cmon
|
||||
bin/codacon
|
||||
bin/cpasswd
|
||||
bin/ctokens
|
||||
bin/cunlog
|
||||
bin/filerepair
|
||||
bin/hoard
|
||||
bin/mklka
|
||||
bin/parser
|
||||
bin/removeinc
|
||||
bin/repair
|
||||
bin/coda_replay
|
||||
bin/spy
|
||||
bin/xaskuser
|
||||
bin/xfrepair
|
||||
etc/coda/realms
|
||||
etc/coda/sidekick.intr.ex
|
||||
etc/coda/venus.conf.ex
|
||||
sbin/au
|
||||
sbin/coda-client-logrotate
|
||||
sbin/coda-setup-ports
|
||||
sbin/codaconfedit
|
||||
sbin/sidekick
|
||||
sbin/venus
|
||||
sbin/venus-setup
|
||||
sbin/volmunge
|
||||
sbin/vutil
|
||||
@dirrm etc/coda
|
Loading…
Add table
Reference in a new issue