mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to version 5.3.7.
PR: 18737 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
This commit is contained in:
parent
7322abeb85
commit
f2c380cf26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28903
@ -1,24 +1,18 @@
|
||||
# New ports collection makefile for: coda-client
|
||||
# Date created: Mon Oct 18 12:01:27 EDT 1999
|
||||
# Whom: ???
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= coda-client
|
||||
PORTVERSION= 5.3.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
|
||||
DISTNAME= coda-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
PORTNAME= coda
|
||||
PORTVERSION= ${CODA_VERSION}
|
||||
|
||||
MAINTAINER= rvb@cs.cmu.edu
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
||||
MASTERDIR= ${.CURDIR}/../coda5_server
|
||||
PKGDIR= ${.CURDIR}/pkg
|
||||
|
||||
ALL_TARGET= coda
|
||||
INSTALL_TARGET= client-install
|
||||
CODA_SUITE= client
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,10 +1,11 @@
|
||||
Coda is a distributed file system. Among its features are disconnected
|
||||
operation, good security model, server replication and persistent client
|
||||
side caching.
|
||||
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.
|
||||
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 the website.
|
||||
For more info, contact information available below.
|
||||
|
||||
EMAIL: coda@cs.cmu.edu
|
||||
WWW: http://www.coda.cs.cmu.edu/
|
||||
|
@ -1,3 +1,24 @@
|
||||
bin/advice_srv
|
||||
bin/cfs
|
||||
bin/clog
|
||||
bin/cmon
|
||||
bin/codacon
|
||||
bin/cpasswd
|
||||
bin/ctokens
|
||||
bin/cunlog
|
||||
bin/filerepair
|
||||
bin/hoard
|
||||
bin/logbandwidth
|
||||
bin/logcmls
|
||||
bin/logprogress
|
||||
bin/logreintegration
|
||||
bin/parser
|
||||
bin/removeinc
|
||||
bin/repair
|
||||
bin/replay
|
||||
bin/spy
|
||||
bin/xaskuser
|
||||
bin/xfrepair
|
||||
lib/coda/Advice.tcl
|
||||
lib/coda/CodaConsole
|
||||
lib/coda/Consider.tcl
|
||||
@ -28,31 +49,11 @@ lib/coda/Tokens.tcl
|
||||
lib/coda/WeakMiss.tcl
|
||||
lib/coda/tixCodaMeter.tcl
|
||||
sbin/au
|
||||
sbin/codaconfedit
|
||||
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/logbandwidth
|
||||
bin/logcmls
|
||||
bin/logprogress
|
||||
bin/logreintegration
|
||||
bin/parser
|
||||
bin/removeinc
|
||||
bin/repair
|
||||
bin/replay
|
||||
bin/spy
|
||||
bin/xaskuser
|
||||
bin/xfrepair
|
||||
etc/coda/venus.conf.ex
|
||||
@dirrm etc/coda
|
||||
@dirrm lib/coda
|
||||
|
Loading…
Reference in New Issue
Block a user