diff options
author | Robert V. Baron <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
---|---|---|
committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-10-05 19:23:43 +0000 |
commit | 42ec080314d14f67ec4d9b8a3f05ff05be5c87b7 (patch) | |
tree | ad2e0a8f96ca2bedd20a27bfb48682c88891b986 /net/coda_intro | |
parent | a87ac859fff03518f67c74006912d3dbc050aca1 (diff) | |
download | ports-42ec080314d14f67ec4d9b8a3f05ff05be5c87b7.tar.gz ports-42ec080314d14f67ec4d9b8a3f05ff05be5c87b7.zip |
Notes
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 000000000000..c658d28e4f63 --- /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 000000000000..7c8a26d3eb50 --- /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 000000000000..843feb2796e9 --- /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 000000000000..6f57db17b8b7 --- /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 000000000000..abc4977ceb00 --- /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 |