diff options
-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 468fc50..0b405a4 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 7080849..9c39c08 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 e717d13..e4d6f0f 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 8816029..c3ea55b 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 |