diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:31:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:31:39 +0000 |
commit | f2c380cf26c4fdaa34ebe39c75e08f028cf48c13 (patch) | |
tree | e6aff1ecf16455376dc0e04c657ff212c11cd160 /net | |
parent | 7322abeb8532c6417b0e65c7fde7cb5de8fbf3f8 (diff) | |
download | ports-f2c380cf26c4fdaa34ebe39c75e08f028cf48c13.tar.gz ports-f2c380cf26c4fdaa34ebe39c75e08f028cf48c13.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/coda5_client/Makefile | 22 | ||||
-rw-r--r-- | net/coda5_client/pkg-descr | 11 | ||||
-rw-r--r-- | net/coda5_client/pkg-plist | 45 |
3 files changed, 37 insertions, 41 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 2ddcdb49f0e1..1727d0698032 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -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 - -MAINTAINER= rvb@cs.cmu.edu +PORTNAME= coda +PORTVERSION= ${CODA_VERSION} -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc -ALL_TARGET= coda -INSTALL_TARGET= client-install +MASTERDIR= ${.CURDIR}/../coda5_server +PKGDIR= ${.CURDIR}/pkg -GNU_CONFIGURE= yes -USE_GMAKE= yes +CODA_SUITE= client -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/net/coda5_client/pkg-descr b/net/coda5_client/pkg-descr index 32580d907cf0..43eb0a4bc1d4 100644 --- a/net/coda5_client/pkg-descr +++ b/net/coda5_client/pkg-descr @@ -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/ diff --git a/net/coda5_client/pkg-plist b/net/coda5_client/pkg-plist index f13e5c655876..85f54dc5075c 100644 --- a/net/coda5_client/pkg-plist +++ b/net/coda5_client/pkg-plist @@ -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 |