Upgrade to 2.10a.

This commit is contained in:
Thomas Gellekum 2002-04-04 11:35:24 +00:00
parent 104176d2a3
commit 20956f6c12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57309
4 changed files with 17 additions and 9 deletions

View file

@ -6,10 +6,10 @@
#
PORTNAME= noweb
PORTVERSION= 2.9a
PORTVERSION= 2.10a
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
EXTRACT_SUFX= .tgz
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= tg
MAINTAINER= tg@FreeBSD.org
@ -23,6 +23,6 @@ MAN7= nowebfilters.7 nowebstyle.7
MLINKS= notangle.1 noweave.1 notangle.1 nountangle.1
post-build:
@(cd ${WRKSRC} && ${WRKSRC}/awkname awk)
@(cd ${WRKSRC} && ${SH} ${WRKSRC}/awkname awk)
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (noweb-2.9a.tgz) = b95f1d7b773b3f1425d266ed9eb6920b
MD5 (noweb-2.10a.tar.gz) = 375ce3532e2995df366fc58ed069666c

View file

@ -1,5 +1,5 @@
--- Makefile.orig Mon Aug 17 02:54:11 1998
+++ Makefile Thu Sep 27 16:49:12 2001
--- Makefile.orig Wed Mar 28 15:40:00 2001
+++ Makefile Wed Apr 3 16:31:21 2002
@@ -2,13 +2,14 @@
# See file COPYRIGHT for more information.
#
@ -38,14 +38,14 @@
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
@@ -135,12 +136,11 @@
@@ -143,12 +144,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
-texhash || echo "Program texhash not found or failed"
install-elisp:
- -mkdir $(ELISP) 2>/dev/null

View file

@ -11,23 +11,30 @@ bin/nuweb2noweb
bin/cpif
bin/sl2h
share/emacs/site-lisp/noweb-mode.el
share/noweb/autodefs.asdl
share/noweb/autodefs.c
share/noweb/autodefs.icon
share/noweb/autodefs.lrtl
share/noweb/autodefs.mmix
share/noweb/autodefs.pascal
share/noweb/autodefs.promela
share/noweb/autodefs.sml
share/noweb/autodefs.tex
share/noweb/autodefs.yacc
share/noweb/btdefn
share/noweb/disambiguate
share/noweb/docs2comments
share/noweb/elide
share/noweb/emptydefn
share/noweb/finduses
share/noweb/h2a
share/noweb/l2h
share/noweb/markup
share/noweb/mnt
share/noweb/noidx
share/noweb/nt
share/noweb/nwmtime
share/noweb/pipedocs
share/noweb/tmac.w
share/noweb/toascii
share/noweb/tohtml
@ -36,5 +43,6 @@ share/noweb/toroff
share/noweb/unmarkup
share/noweb/tex/noweb.sty
share/noweb/tex/nwmac.tex
share/noweb/xchunks
@dirrm share/noweb/tex
@dirrm share/noweb