summaryrefslogtreecommitdiff
path: root/devel/noweb
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-06 03:30:09 +0000
committerjtb <jtb@pkgsrc.org>2001-02-06 03:30:09 +0000
commitd09c9cd6497703d7f9a11ae81c66813951f20d2c (patch)
tree0822be1a61019b449b10a5aff913b71571547fd3 /devel/noweb
parent46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (diff)
downloadpkgsrc-d09c9cd6497703d7f9a11ae81c66813951f20d2c.tar.gz
Updated noweb to 2.9a.
Changes since the previous pkgsrc version (2.8a): CHANGES FOR VERSION 2.9a - released 16 Feb 1999 Fixed bug in htmltoc that left multiple toc anchors CHANGES FOR VERSION 2.9 Good support for hypertext using the `hyperref' package noweave now finds uses in quoted code, the better to exploit hypertext added support for emacs font-lock highlighting as comments to noweb-mode (Adnan Yaqub) Document common -L options on notangle man page (Brett Presnell) Fixed incompatibility with verbatim package (Rafael Laboissiere) added contrib/leyn from Francky Leyn noweb-mode.el no longer treats @x as chunk end for non-white x (Chris Milner) Don't use signed char to index array of 256 in recognize.nw (Michael Herrmann) Added explanation for WNT to FAQ. Support \ quoting in argument to elide Support multiple -R options on the same notangle command line. Change tohtml so that noweave -latex+html doesn't protect anchor texts in a rawhtml environment (???) Added to /usr/doc/noweb for Slackware binary distribution Slackware binary distribution now includes emacs noweb mode. Updated internal docs in support.nw to explain the great \nwlbrace trouble Use gcc -ansi -pedantic in Makefiles. Remove multicols environment from examples/wc.nw (Yotam Medini) Change noweave and totex to support subscripting identifiers used in quoted code Fixed bug in l2h (bad conversion of tables). Make l2h of \section use CPS (for newline between \section and {) Added letenv to l2h, and changed verbatim to use environment name as terminator
Diffstat (limited to 'devel/noweb')
-rw-r--r--devel/noweb/Makefile4
-rw-r--r--devel/noweb/files/md54
-rw-r--r--devel/noweb/files/patch-sum4
-rw-r--r--devel/noweb/patches/patch-a16
4 files changed, 14 insertions, 14 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 97cbcc3e128..99d76e78791 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2000/09/03 09:54:00 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/02/06 03:30:09 jtb Exp $
# FreeBSD Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp
#
-DISTNAME= noweb-2.8a
+DISTNAME= noweb-2.9a
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
EXTRACT_SUFX= .tgz
diff --git a/devel/noweb/files/md5 b/devel/noweb/files/md5
index 44149a5e07a..6b845fd7dbc 100644
--- a/devel/noweb/files/md5
+++ b/devel/noweb/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:21:25 agc Exp $
+$NetBSD: md5,v 1.3 2001/02/06 03:30:09 jtb Exp $
-MD5 (noweb-2.8a.tgz) = 91892be37bc26dd83ba7d1188cd4c028
+MD5 (noweb-2.9a.tgz) = b95f1d7b773b3f1425d266ed9eb6920b
diff --git a/devel/noweb/files/patch-sum b/devel/noweb/files/patch-sum
index 2d7d9517d78..0ec22973ec4 100644
--- a/devel/noweb/files/patch-sum
+++ b/devel/noweb/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:39 agc Exp $
+$NetBSD: patch-sum,v 1.2 2001/02/06 03:30:09 jtb Exp $
-MD5 (patch-a) = b0704870216e4d32f4102ea9a70d837f
+MD5 (patch-a) = 3bfc01eca3edb4722fee47ed1c872990
diff --git a/devel/noweb/patches/patch-a b/devel/noweb/patches/patch-a
index 86718b5479e..1d992704b17 100644
--- a/devel/noweb/patches/patch-a
+++ b/devel/noweb/patches/patch-a
@@ -1,20 +1,19 @@
-$NetBSD: patch-a,v 1.2 1998/08/07 10:40:27 agc Exp $
+$NetBSD: patch-a,v 1.3 2001/02/06 03:30:09 jtb Exp $
---- Makefile.orig Sat Sep 13 23:27:50 1997
-+++ Makefile Mon Sep 15 09:23:19 1997
+--- Makefile.orig Mon Aug 17 00:54:11 1998
++++ Makefile
@@ -2,13 +2,13 @@
# See file COPYRIGHT for more information.
#
# Adjust these two lines for your ANSI C compiler
--CC=gcc
+-CC=gcc -ansi -pedantic
-CFLAGS=
-+#CC=gcc
++# CC=gcc -ansi -pedantic
+#CFLAGS=
# If you have Icon, you should use the Icon versions of the noweb pipeline.
--# Set LIBSRC=icon
+ # Set LIBSRC=icon
-LIBSRC=awk
+LIBSRC=icon
-+#LIBSRC=awk
# If you have no Icon compiler, but do have icont, make ICONC=icont
-ICONC=iconc
+ICONC=icont
@@ -40,13 +39,14 @@ $NetBSD: patch-a,v 1.2 1998/08/07 10:40:27 agc Exp $
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
-@@ -114,11 +114,11 @@
+@@ -135,12 +135,12 @@
rm -f $(CATDIR)/nountangle.$(MANEXT).gz
(cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
install-tex:
- -mkdir $(TEXINPUTS) 2>/dev/null
+ -mkdir -p $(TEXINPUTS) 2>/dev/null
cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+ -texhash
install-elisp:
- -mkdir $(ELISP) 2>/dev/null