diff options
author | tg <tg@FreeBSD.org> | 1997-09-15 15:22:10 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-15 15:22:10 +0800 |
commit | b8ad3d6451cf71a8170418db360075487f0f3fc4 (patch) | |
tree | 411428eb1e67bdc8a6536d54bfa13466ebeb0249 /devel/noweb | |
parent | e12c7530002f51e4c3a2d56e36530ef19dd11ed9 (diff) | |
download | freebsd-ports-graphics-b8ad3d6451cf71a8170418db360075487f0f3fc4.tar.gz freebsd-ports-graphics-b8ad3d6451cf71a8170418db360075487f0f3fc4.tar.zst freebsd-ports-graphics-b8ad3d6451cf71a8170418db360075487f0f3fc4.zip |
Upgrade to 2.8a.
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 6 | ||||
-rw-r--r-- | devel/noweb/distinfo | 2 | ||||
-rw-r--r-- | devel/noweb/files/patch-a | 17 | ||||
-rw-r--r-- | devel/noweb/pkg-plist | 2 |
4 files changed, 18 insertions, 9 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 1a16058d232..821a81e542d 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 20f535e682d..871a28744b2 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 e7532515b58..a9ad69840b1 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 c237560a4b1..be6b204d0b4 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 |