head	1.9;
access;
symbols
	pkgsrc-2013Q2:1.9.0.42
	pkgsrc-2013Q2-base:1.9
	pkgsrc-2012Q4:1.9.0.40
	pkgsrc-2012Q4-base:1.9
	pkgsrc-2011Q4:1.9.0.38
	pkgsrc-2011Q4-base:1.9
	pkgsrc-2011Q2:1.9.0.36
	pkgsrc-2011Q2-base:1.9
	pkgsrc-2009Q4:1.9.0.34
	pkgsrc-2009Q4-base:1.9
	pkgsrc-2008Q4:1.9.0.32
	pkgsrc-2008Q4-base:1.9
	pkgsrc-2008Q3:1.9.0.30
	pkgsrc-2008Q3-base:1.9
	cube-native-xorg:1.9.0.28
	cube-native-xorg-base:1.9
	pkgsrc-2008Q2:1.9.0.26
	pkgsrc-2008Q2-base:1.9
	pkgsrc-2008Q1:1.9.0.24
	pkgsrc-2008Q1-base:1.9
	pkgsrc-2007Q4:1.9.0.22
	pkgsrc-2007Q4-base:1.9
	pkgsrc-2007Q3:1.9.0.20
	pkgsrc-2007Q3-base:1.9
	pkgsrc-2007Q2:1.9.0.18
	pkgsrc-2007Q2-base:1.9
	pkgsrc-2007Q1:1.9.0.16
	pkgsrc-2007Q1-base:1.9
	pkgsrc-2006Q4:1.9.0.14
	pkgsrc-2006Q4-base:1.9
	pkgsrc-2006Q3:1.9.0.12
	pkgsrc-2006Q3-base:1.9
	pkgsrc-2006Q2:1.9.0.10
	pkgsrc-2006Q2-base:1.9
	pkgsrc-2006Q1:1.9.0.8
	pkgsrc-2006Q1-base:1.9
	pkgsrc-2005Q4:1.9.0.6
	pkgsrc-2005Q4-base:1.9
	pkgsrc-2005Q3:1.9.0.4
	pkgsrc-2005Q3-base:1.9
	pkgsrc-2005Q2:1.9.0.2
	pkgsrc-2005Q2-base:1.9
	pkgsrc-2005Q1:1.8.0.12
	pkgsrc-2005Q1-base:1.8
	pkgsrc-2004Q4:1.8.0.10
	pkgsrc-2004Q4-base:1.8
	pkgsrc-2004Q3:1.8.0.8
	pkgsrc-2004Q3-base:1.8
	pkgsrc-2004Q2:1.8.0.6
	pkgsrc-2004Q2-base:1.8
	pkgsrc-2004Q1:1.8.0.4
	pkgsrc-2004Q1-base:1.8
	pkgsrc-2003Q4:1.8.0.2
	pkgsrc-2003Q4-base:1.8
	netbsd-1-6-1:1.6.0.6
	netbsd-1-6-1-base:1.6
	netbsd-1-6:1.6.0.8
	netbsd-1-6-RELEASE-base:1.6
	pkgviews:1.6.0.4
	pkgviews-base:1.6
	buildlink2:1.6.0.2
	buildlink2-base:1.6
	netbsd-1-5-PATCH003:1.6
	netbsd-1-5-PATCH001:1.6
	netbsd-1-5-RELEASE:1.5
	netbsd-1-4-PATCH003:1.5
	netbsd-1-4-PATCH002:1.5
	comdex-fall-1999:1.4
	netbsd-1-4-PATCH001:1.4
	netbsd-1-4-RELEASE:1.4
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2005.04.19.01.05.46;	author wiz;	state dead;
branches;
next	1.8;

1.8
date	2003.07.21.17.10.31;	author martti;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.10.01.28.21;	author grant;	state Exp;
branches;
next	1.6;

1.6
date	2001.02.17.18.18.43;	author wiz;	state Exp;
branches;
next	1.5;

1.5
date	2000.01.10.00.57.15;	author wiz;	state Exp;
branches;
next	1.4;

1.4
date	98.10.27.14.36.05;	author agc;	state Exp;
branches;
next	1.3;

1.3
date	98.10.09.21.21.33;	author rvb;	state Exp;
branches;
next	1.2;

1.2
date	98.10.05.23.06.16;	author rvb;	state Exp;
branches;
next	1.1;

1.1
date	98.10.02.20.06.34;	author rvb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.10.02.20.06.34;	author rvb;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove very outdated coda documentation packages coda_doc and coda_intro.
Ok'd by phil@@.
@
text
@# $NetBSD: Makefile,v 1.8 2003/07/21 17:10:31 martti Exp $
#

DISTNAME=	coda-intro-4.6.6
PKGNAME=	coda-intro-4.6.6.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/
COMMENT=	Introduction to a replicated, high-performance network file system

do-build:
	@@${TRUE}

do-install:
	cd ${WRKSRC} && ${PAX} -rw -s '|.*CVS||' -s '|.*\.FreeBSD||' \
		doc ${PREFIX}/share

.include "../../mk/bsd.pkg.mk"
@


1.8
log
@COMMENT should start with a capital letter.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2003/04/10 01:28:21 grant Exp $
@


1.7
log
@make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2001/02/17 18:18:43 wiz Exp $
d12 1
a12 1
COMMENT=	introduction to a replicated, high-performance network file system
@


1.6
log
@Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2000/01/10 00:57:15 wiz Exp $
d18 1
a18 1
	cd ${WRKSRC}; ${PAX} -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' \
@


1.5
log
@replaced a whole lot more commands with ${COMMAND}
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 1998/10/27 14:36:05 agc Exp $
d12 1
@


1.4
log
@Use pax, rather than tar, to install the documents.
Just install the NetBSD files, not the CVS directory.
Remove the coda-intro directory when de-installing the package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 1998/10/09 21:21:33 rvb Exp $
d17 2
a18 1
	cd ${WRKSRC}; pax -r -w -s '|.*CVS||' -s '|.*\.FreeBSD||' doc ${PREFIX}/share
@


1.3
log
@Upgrade to Coda 4.6.6
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 1998/10/05 23:06:16 rvb Exp $
a12 3
#NO_DEPENDS=
#NO_CONFIGURE=

d14 1
a14 1
	@@${ECHO} "These are simple text files.
d17 1
a17 2
	@@${ECHO} "We will copy the files to ${PREFIX}/share/doc/coda-intro"
	cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
@


1.2
log
@This will probably be the last Coda 4.6.5 related pkgsrc's.
Coda 4.6.6 should be out RSN.
Note: to agc.  I put back in the module suffix; so the client and
server are coda-...4.6.5.2.  We can straighten this out before
4.6.6 if this is a problem.  The basic idea is that we want
tosay both that our src is derived from Coda 4.6.5 and that
this is the "2"nd version of the package.  So the implication
is that there are patches here that were not in the "1"st
version.
@
text
@d1 1
a1 1
# $NetBSD$
d4 2
a5 2
DISTNAME=	coda-intro-4.6.5-2
PKGNAME=	coda-intro-4.6.5.2
d17 1
a17 1
	@@${ECHO} "These are simple text files.  We are copying them to share/doc/coda-doc-.../info"
d20 1
@


1.1
log
@Initial revision
@
text
@d4 2
a5 2
DISTNAME=	coda-intro-4.6.5-1
PKGNAME=	coda-intro-4.6.5.1
@


1.1.1.1
log
@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.
@
text
@@
