head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.34
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.32
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.30
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.28
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.26
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.24
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.22
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.20
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.18
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.16
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.14
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.12
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.10
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.8
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.6
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.4
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.2
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.2.0.28
	pkgsrc-2006Q1-base:1.2
	pkgsrc-2005Q4:1.2.0.26
	pkgsrc-2005Q4-base:1.2
	pkgsrc-2005Q3:1.2.0.24
	pkgsrc-2005Q3-base:1.2
	pkgsrc-2005Q2:1.2.0.22
	pkgsrc-2005Q2-base:1.2
	pkgsrc-2005Q1:1.2.0.20
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.18
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.16
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.14
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.12
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.10
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6-1:1.2.0.6
	netbsd-1-6-1-base:1.2
	netbsd-1-6:1.2.0.8
	netbsd-1-6-RELEASE-base:1.2
	pkgviews:1.2.0.4
	pkgviews-base:1.2
	buildlink2:1.2.0.2
	buildlink2-base:1.2
	netbsd-1-5-PATCH003:1.2
	netbsd-1-5-PATCH001:1.2
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2006.04.17.21.14.51;	author wiz;	state dead;
branches;
next	1.2;

1.2
date	2001.01.28.04.27.43;	author jtb;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.25.17.23.28;	author jtb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.11.25.17.23.28;	author jtb;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove teTeX1 packages, as proposed on tech-pkg on Jan 28, 2006.
Unsupported and vulnerable.

No dissenting voices.
@
text
@$NetBSD: patch-aa,v 1.2 2001/01/28 04:27:43 jtb Exp $

--- Makefile.orig	Mon Jan  1 04:13:48 2001
+++ Makefile
@@@@ -18,23 +18,23 @@@@
 #
 
 # directory for TeX inputs (cwebmac.tex goes here)
-MACROSDIR= /usr/local/texmf/tex/generic
+MACROSDIR= ${PREFIX}/share/texmf/tex/plain/base
 
 # directory for CWEB inputs in @@i files
-CWEBINPUTS= /usr/local/lib/cweb
+CWEBINPUTS= ${PREFIX}/share/cweb
 
 # extension for manual pages ("l" distinguishes local from system stuff)
-MANEXT= l
-#MANEXT= 1
+#MANEXT= l
+MANEXT= 1
 
 # directory for manual pages (cweb.1 goes here)
-MANDIR= /usr/man/man$(MANEXT)
+MANDIR= ${PREFIX}/man/man$(MANEXT)
 
 # destination directory for executables; must end in /
-DESTDIR= /usr/local/bin/
+DESTDIR= ${PREFIX}/bin/
 
 # directory for GNU EMACS Lisp code (cweb.el goes here)
-EMACSDIR= /usr/local/emacs/lisp
+EMACSDIR= ${LOCALBASE}/share/emacs/site-lisp
 
 # Set DESTPREF to null if you want to call the executables "tangle" and "weave"
 # (probably NOT a good idea; we recommend leaving DESTPREF=c)
@@@@ -50,21 +50,21 @@@@
 WCHANGES=
 
 # We keep debugging info around, for fun, but most users don't need it
-CFLAGS = -g
+#CFLAGS = -g
 #CFLAGS = -O
-LINKFLAGS = -g
+LINKFLAGS = $(LDFLAGS)
 #LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems
 
 # What C compiler are you using?
-CC = cc
+#CC = cc
 
 # RM and CP are used below in case rm and cp are aliased
-RM= /bin/rm
-CP= /bin/cp
+#RM= /bin/rm
+#CP= /bin/cp
 
 # uncomment the second line if you use pdftex to bypass .dvi files
-PDFTEX = dvipdfm
-#PDFTEX = pdftex
+#PDFTEX = dvipdfm
+PDFTEX = pdftex
 
 ##########  You shouldn't have to change anything after this point #######
 
@@@@ -106,7 +106,7 @@@@
 	 pdftex ) pdftex $* ;; \
 	esac
 
-all: ctangle cweave
+all: ctangle cweave fullmanual
 
 cautiously: ctangle
 	$(CP) common.c SAVEcommon.c
@


1.2
log
@Updated cweb to version 3.63. No changelog or news file. Most of the
changes seem to be relatively minor enhancements, etc.
@
text
@d1 1
a1 1
$NetBSD$
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
--- Makefile.orig	Mon Jul 24 07:15:41 2000
d41 2
a42 1
-#CFLAGS = -O
d44 2
a45 5
-#LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems
+#CFLAGS = -g
+CFLAGS = -O
+#LINKFLAGS = -g
+LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems
d52 4
a55 2
 RM= /bin/rm
 CP= /bin/cp
d65 9
@


1.1.1.1
log
@Initial import of new "cweb" package:
C based version of Knuth's literate programming system WEB
@
text
@@
