Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 1995 02:46:17 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        thomas@ghpc8.ihf.rwth-aachen.de
Cc:        ports@freebsd.org
Subject:   Re: new port: noweb
Message-ID:  <199508080946.CAA03848@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199508030920.LAA00309@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Thu, 3 Aug 1995 11:20:32 %2B0200 (MET DST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * I have put noweb.tar.gz into wcarchives /pub/FreeBSD/incoming.
 * 
 * noweb is a simple literate programming tool. I'm not sure where to
 * put it, I have added keywords like `development' and
 * `documentation', but it could probably also go into print or the
 * catch-all utils.

Thanks.  I committed it into devel, because it's a programmer's
friend.  By the way, I made the following changes.

No biggie except texmf files are still in /usr/local/lib, they should
probably be moved to /usr/local/share as your port said.

Satoshi
=======
diff -ru noweb/Makefile ports/devel/noweb/Makefile
--- noweb/Makefile	Thu Aug  3 02:04:08 1995
+++ ports/devel/noweb/Makefile	Tue Aug  8 01:58:45 1995
@@ -1,9 +1,9 @@
-# New ports collection makefile for:	noweb-2.7a
+# New ports collection makefile for:	noweb
 # Version required:	noweb-2.7a
 # Date created:		29 July 1995
 # Whom:			thomas@ghpc8.ihf.rwth-aachen.de
 #
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/08/08 08:58:45 asami Exp $
 #
 
 DISTNAME=	noweb-2.7a
@@ -24,8 +24,8 @@
 	do \
 		gzip -9nf ${PREFIX}/man/man1/$$i.1; \
 	done
-	@rm ${PREFIX}/man/man1/noweave.1
-	@rm ${PREFIX}/man/man1/nountangle.1
+	@rm ${PREFIX}/man/man1/noweave.1*
+	@rm ${PREFIX}/man/man1/nountangle.1*
 	ln ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/noweave.1.gz
 	ln ${PREFIX}/man/man1/notangle.1.gz ${PREFIX}/man/man1/nountangle.1.gz
 .endif
diff -ru noweb/patches/patch-a ports/devel/noweb/patches/patch-a
--- noweb/patches/patch-a	Sat Jul 29 07:47:30 1995
+++ ports/devel/noweb/patches/patch-a	Tue Aug  8 01:58:45 1995
@@ -51,7 +51,7 @@
 ! LIB=/usr/local/share/noweb
 ! MAN=/usr/local/man
   MANEXT=1
-! TEXINPUTS=/usr/local/share/texmf/tex/misc
+! TEXINPUTS=/usr/local/lib/texmf/tex/misc
   
   # change WEAVE if you want a different version of noweave to be installed
   WEAVE=noweave		
diff -ru noweb/pkg/COMMENT ports/devel/noweb/pkg/COMMENT
--- noweb/pkg/COMMENT	Sat Jul 29 07:51:22 1995
+++ ports/devel/noweb/pkg/COMMENT	Tue Aug  8 01:58:46 1995
@@ -1 +1 @@
-noweb is a simple, extensible lilterate-programming tool.
+noweb-2.7a is a simple, extensible literate-programming tool.
Only in ports/devel/noweb/pkg: CVS
diff -ru noweb/pkg/DESCR ports/devel/noweb/pkg/DESCR
--- noweb/pkg/DESCR	Sat Jul 29 07:58:54 1995
+++ ports/devel/noweb/pkg/DESCR	Tue Aug  8 01:58:46 1995
@@ -19,3 +19,5 @@
 the USENET newsgroup comp.programming.literate.  There are also some
 resources available through the noweb home page:
 ftp://bellcore.com/pub/norman/www/noweb/intro.html
+
+This is version 2.7a.
diff -ru noweb/pkg/PLIST ports/devel/noweb/pkg/PLIST
--- noweb/pkg/PLIST	Sat Jul 29 08:09:49 1995
+++ ports/devel/noweb/pkg/PLIST	Tue Aug  8 01:58:46 1995
@@ -7,9 +7,26 @@
 bin/noweb
 bin/cpif
 bin/sl2h
-share/noweb/
-share/texmf/tex/misc/noweb.sty
-share/texmf/tex/misc/nwmac.tex
+share/noweb/autodefs.c
+share/noweb/autodefs.icon
+share/noweb/autodefs.sml
+share/noweb/autodefs.tex
+share/noweb/autodefs.yacc
+share/noweb/disambiguate
+share/noweb/elide
+share/noweb/emptydefn
+share/noweb/finduses
+share/noweb/l2h
+share/noweb/markup
+share/noweb/mnt
+share/noweb/noidx
+share/noweb/nt
+share/noweb/toascii
+share/noweb/tohtml
+share/noweb/totex
+share/noweb/unmarkup
+lib/texmf/tex/misc/noweb.sty
+lib/texmf/tex/misc/nwmac.tex
 man/man1/nodefs.1.gz
 man/man1/noindex.1.gz
 man/man1/noroots.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508080946.CAA03848>