summaryrefslogtreecommitdiff
path: root/devel/noweb
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-09-15 07:22:10 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-09-15 07:22:10 +0000
commitc4f925e1b4bea9fb8489c0892b1548a5c175b576 (patch)
tree9fc46b7b49fa51c73d1a88c2fe0bb2e10ee7635e /devel/noweb
parentUpgrade to beta-15, nlist hole fixed (diff)
Upgrade to 2.8a.
Notes
Notes: svn path=/head/; revision=7916
Diffstat (limited to 'devel/noweb')
-rw-r--r--devel/noweb/Makefile6
-rw-r--r--devel/noweb/distinfo2
-rw-r--r--devel/noweb/files/patch-a17
-rw-r--r--devel/noweb/pkg-plist2
4 files changed, 18 insertions, 9 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 1a16058d2329..821a81e542d0 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: noweb
-# Version required: noweb-2.8
+# Version required: noweb-2.8a
# Date created: 29 July 1995
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.8 1996/11/20 03:01:20 asami Exp $
+# $Id: Makefile,v 1.9 1997/06/20 06:53:52 tg Exp $
#
-DISTNAME= noweb-2.8
+DISTNAME= noweb-2.8a
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
EXTRACT_SUFX= .tgz
diff --git a/devel/noweb/distinfo b/devel/noweb/distinfo
index 20f535e682d9..871a28744b2c 100644
--- a/devel/noweb/distinfo
+++ b/devel/noweb/distinfo
@@ -1 +1 @@
-MD5 (noweb-2.8.tgz) = 9f4e52ff7ab0f9dc52de44809dd54690
+MD5 (noweb-2.8a.tgz) = b283b31983ad42046b190104946d7910
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a
index e7532515b58c..a9ad69840b19 100644
--- a/devel/noweb/files/patch-a
+++ b/devel/noweb/files/patch-a
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Apr 5 03:17:19 1997
-+++ Makefile Fri Jun 20 08:28:38 1997
+--- Makefile.orig Sat Sep 13 23:27:50 1997
++++ Makefile Mon Sep 15 09:23:19 1997
@@ -2,13 +2,13 @@
# See file COPYRIGHT for more information.
#
@@ -19,10 +19,10 @@
ICONT=icont
# BIN is where the commands (notangle, noweave, nountangle, noroots) land
-@@ -17,12 +17,12 @@
- # MANEXT is the extension for your commands' man pages (usually 1 or l)
+@@ -18,13 +18,13 @@
# MAN7EXT is the extension for the nowebstyle man page (usually 7)
# TEXINPUTS is the directory for TeX macro files
+ # ELISP is the directory for emacs lisp files, or /dev/null not to install
-BIN=/usr/local/noweb
-LIB=/usr/local/noweb/lib
-MAN=/usr/local/noweb/man
@@ -32,11 +32,13 @@
MANEXT=1
MAN7EXT=7
-TEXINPUTS=/usr/local/tex/inputs
+-ELISP=/dev/null
+TEXINPUTS=${LIB}/tex
++ELISP=${PREFIX}/share/emacs/site-lisp
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
-@@ -109,7 +109,7 @@
+@@ -114,11 +114,11 @@
rm -f $(CATDIR)/nountangle.$(MANEXT).gz
(cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
install-tex:
@@ -44,4 +46,9 @@
+ -mkdir -p $(TEXINPUTS) 2>/dev/null
cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+ install-elisp:
+- -mkdir $(ELISP) 2>/dev/null
++ -mkdir -p $(ELISP) 2>/dev/null
+ cp elisp/noweb-mode.el $(ELISP)
+
checkin:
diff --git a/devel/noweb/pkg-plist b/devel/noweb/pkg-plist
index c237560a4b15..be6b204d0b42 100644
--- a/devel/noweb/pkg-plist
+++ b/devel/noweb/pkg-plist
@@ -10,8 +10,10 @@ bin/noweb
bin/nuweb2noweb
bin/cpif
bin/sl2h
+share/emacs/site-lisp/noweb-mode.el
share/noweb/autodefs.c
share/noweb/autodefs.icon
+share/noweb/autodefs.lrtl
share/noweb/autodefs.pascal
share/noweb/autodefs.promela
share/noweb/autodefs.sml