diff options
author | rvb <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
commit | b83421a325afc0f4698a0a8224a80ed26ea451d5 (patch) | |
tree | 49e7cd39044f8fa61e136a24259980c9a7d507b4 /net/coda_intro | |
parent | 59bd9522c9876304a07ec331540362b5b9c72f21 (diff) | |
download | FreeBSD-ports-b83421a325afc0f4698a0a8224a80ed26ea451d5.zip FreeBSD-ports-b83421a325afc0f4698a0a8224a80ed26ea451d5.tar.gz |
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.
Diffstat (limited to 'net/coda_intro')
-rw-r--r-- | net/coda_intro/Makefile | 26 | ||||
-rw-r--r-- | net/coda_intro/distinfo | 1 | ||||
-rw-r--r-- | net/coda_intro/pkg-comment | 1 | ||||
-rw-r--r-- | net/coda_intro/pkg-descr | 8 | ||||
-rw-r--r-- | net/coda_intro/pkg-plist | 8 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile new file mode 100644 index 0000000..c658d28 --- /dev/null +++ b/net/coda_intro/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: coda +# Version required: 4.6.5 +# Date created: 19 June 1998 +# Whom: Robert V. Baron <rvb@cs.cmu.edu> +# +# $Id$ +# + +DISTNAME= coda-intro-4.6.5-2 +PKGNAME= coda-intro-4.6.5.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rvb@cs.cmu.edu + +#NO_DEPENDS= +#NO_CONFIGURE= + +do-build: + @${ECHO} "These are simple text files. We are copying them to share/doc/coda-doc-.../info" + +do-install: + cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -) + +.include <bsd.port.mk> diff --git a/net/coda_intro/distinfo b/net/coda_intro/distinfo new file mode 100644 index 0000000..7c8a26d --- /dev/null +++ b/net/coda_intro/distinfo @@ -0,0 +1 @@ +MD5 (coda-intro-4.6.5-2.tgz) = 14d937fc57dbb5dff1367ed38187fec3 diff --git a/net/coda_intro/pkg-comment b/net/coda_intro/pkg-comment new file mode 100644 index 0000000..843feb2 --- /dev/null +++ b/net/coda_intro/pkg-comment @@ -0,0 +1 @@ +an experimental, replicated, high-performance network file system. diff --git a/net/coda_intro/pkg-descr b/net/coda_intro/pkg-descr new file mode 100644 index 0000000..6f57db1 --- /dev/null +++ b/net/coda_intro/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 has installation notes and tells you how to get started using +Coda without having to wade through all the documentation. + +For more info, contact <rvb@cs.cmu.edu> or visit http://www.coda.cs.cmu.edu. diff --git a/net/coda_intro/pkg-plist b/net/coda_intro/pkg-plist new file mode 100644 index 0000000..abc4977 --- /dev/null +++ b/net/coda_intro/pkg-plist @@ -0,0 +1,8 @@ +share/doc/coda-doc-4.6.5/intro/00README +share/doc/coda-doc-4.6.5/intro/Announcement +share/doc/coda-doc-4.6.5/intro/BUILD.FreeBSD +share/doc/coda-doc-4.6.5/intro/ChangeLog +share/doc/coda-doc-4.6.5/intro/INSTALL.FreeBSD +share/doc/coda-doc-4.6.5/intro/README +share/doc/coda-doc-4.6.5/intro/RUN +share/doc/coda-doc-4.6.5/intro/WARNING |