diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-03-27 08:42:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-03-27 08:42:28 +0000 |
commit | da1b04d3b6a46c05df4f491c7cfb093544488a39 (patch) | |
tree | 5e0398a2bb1a1fe6aab638437adad6042432d0ed /devel/noweb | |
parent | 4fabd3681108c30a72dbc3d3d1f109fdf277ea31 (diff) | |
download | ports-da1b04d3b6a46c05df4f491c7cfb093544488a39.tar.gz ports-da1b04d3b6a46c05df4f491c7cfb093544488a39.zip |
Upgrade to newer version.
Notes
Notes:
svn path=/head/; revision=2897
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 8 | ||||
-rw-r--r-- | devel/noweb/distinfo | 2 | ||||
-rw-r--r-- | devel/noweb/files/patch-a | 16 | ||||
-rw-r--r-- | devel/noweb/pkg-plist | 8 |
4 files changed, 19 insertions, 15 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 468fc50fa0c0..0b405a49782d 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: noweb -# Version required: noweb-2.7a +# Version required: noweb-2.7d # Date created: 29 July 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # # $Id: Makefile,v 1.4 1995/11/26 11:29:17 asami Exp $ # -DISTNAME= noweb-2.7a +DISTNAME= noweb-2.7d CATEGORIES+= devel -MASTER_SITES= ftp://bellcore.com/pub/norman/ +MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/nr/ EXTRACT_SUFX= .tgz MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/src .if !defined(NOMANCOMPRESS) post-install: - for i in nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \ + for i in htmltoc nodefs noindex noroots notangle noweb cpif sl2h nowebstyle nuweb2noweb nowebfilters; \ do \ gzip -9nf ${PREFIX}/man/man1/$$i.1; \ done diff --git a/devel/noweb/distinfo b/devel/noweb/distinfo index 7080849f244c..9c39c082c2f0 100644 --- a/devel/noweb/distinfo +++ b/devel/noweb/distinfo @@ -1 +1 @@ -MD5 (noweb-2.7a.tgz) = 7c7f616edb941f1b314db5f723d876a3 +MD5 (noweb-2.7d.tgz) = ead37d445edc98f6cad6d820b3547a4e diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a index e717d137db4e..e4d6f0fcd229 100644 --- a/devel/noweb/files/patch-a +++ b/devel/noweb/files/patch-a @@ -35,11 +35,11 @@ diff -cr Makefile.orig Makefile # MAN is the root of your local man pages directory # MANEXT is the extension for your commands' man pages (usually 1 or l) # TEXINPUTS is the directory for TeX macro files -! BIN=/usr/public/pkg/noweb/bin -! LIB=/usr/public/pkg/noweb/lib -! MAN=/usr/public/pkg/noweb/man +! BIN=/usr/local/noweb +! LIB=/usr/local/noweb/lib +! MAN=/usr/local/noweb/man MANEXT=1 -! TEXINPUTS=/usr/public/pkg/tex/tex/inputs +! TEXINPUTS=/usr/local/tex/inputs # change WEAVE if you want a different version of noweave to be installed WEAVE=noweave @@ -47,11 +47,11 @@ diff -cr Makefile.orig Makefile # MAN is the root of your local man pages directory # MANEXT is the extension for your commands' man pages (usually 1 or l) # TEXINPUTS is the directory for TeX macro files -! BIN=/usr/local/bin -! LIB=/usr/local/share/noweb -! MAN=/usr/local/man +! BIN=${PREFIX}/bin +! LIB=${PREFIX}/share/noweb +! MAN=${PREFIX}/man MANEXT=1 -! TEXINPUTS=/usr/local/lib/texmf/tex/misc +! TEXINPUTS=${LIB}/tex # change WEAVE if you want a different version of noweave to be installed WEAVE=noweave diff --git a/devel/noweb/pkg-plist b/devel/noweb/pkg-plist index 8816029e2e2b..c3ea55ba26a8 100644 --- a/devel/noweb/pkg-plist +++ b/devel/noweb/pkg-plist @@ -1,3 +1,4 @@ +bin/htmltoc bin/nodefs bin/noindex bin/noroots @@ -5,10 +6,12 @@ bin/notangle bin/nountangle bin/noweave bin/noweb +bin/nuweb2noweb bin/cpif bin/sl2h share/noweb/autodefs.c share/noweb/autodefs.icon +share/noweb/autodefs.pascal share/noweb/autodefs.sml share/noweb/autodefs.tex share/noweb/autodefs.yacc @@ -25,8 +28,9 @@ share/noweb/toascii share/noweb/tohtml share/noweb/totex share/noweb/unmarkup -lib/texmf/tex/misc/noweb.sty -lib/texmf/tex/misc/nwmac.tex +share/noweb/tex/noweb.sty +share/noweb/tex/nwmac.tex +man/man1/htmltoc.1.gz man/man1/nodefs.1.gz man/man1/noindex.1.gz man/man1/noroots.1.gz |