diff options
author | rvb <rvb@pkgsrc.org> | 1998-10-02 20:06:34 +0000 |
---|---|---|
committer | rvb <rvb@pkgsrc.org> | 1998-10-02 20:06:34 +0000 |
commit | 254b29682e97379eccd6ceb493ad8128998ebc2e (patch) | |
tree | ccb6d584dd2e967ceb2bc111e7cf2e426848a9e8 /net | |
parent | 8ce4bf0e2d66c97b5b2a43bfe48ce4afb755321c (diff) | |
download | pkgsrc-254b29682e97379eccd6ceb493ad8128998ebc2e.tar.gz |
This package provides a simple intro to Coda so people
can decide how/whether to use it before sucking down
and installing lots of bits.
Diffstat (limited to 'net')
-rw-r--r-- | net/coda_intro/Makefile | 22 | ||||
-rw-r--r-- | net/coda_intro/files/md5 | 3 | ||||
-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 | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/coda_intro/Makefile b/net/coda_intro/Makefile new file mode 100644 index 00000000000..51c49ed058a --- /dev/null +++ b/net/coda_intro/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/02 20:06:34 rvb Exp $ +# + +DISTNAME= coda-intro-4.6.5-1 +PKGNAME= coda-intro-4.6.5.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rvb@cs.cmu.edu +HOMEPAGE= http://www.coda.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 "../../mk/bsd.pkg.mk" diff --git a/net/coda_intro/files/md5 b/net/coda_intro/files/md5 new file mode 100644 index 00000000000..0cef3746a3d --- /dev/null +++ b/net/coda_intro/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/10/02 20:06:35 rvb Exp $ + +MD5 (coda-intro-4.6.5-1.tgz) = c396aeaff7a5ef8438909374401ab40b diff --git a/net/coda_intro/pkg/COMMENT b/net/coda_intro/pkg/COMMENT new file mode 100644 index 00000000000..843feb2796e --- /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 00000000000..6f57db17b8b --- /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 00000000000..2285492de1f --- /dev/null +++ b/net/coda_intro/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/02 20:06:35 rvb Exp $ +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 +share/doc/coda-doc-4.6.5/intro/ChangeLog +share/doc/coda-doc-4.6.5/intro/INSTALL +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 +share/doc/coda-doc-4.6.5/intro/WARNING.NetBSD |