Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 13:39:36 -0500 (CDT)
From:      "M. L. Dodson" <bdodson@scms.utmb.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40663: port update by maintainer
Message-ID:  <200207161839.g6GIdapL056943@histidine.utmb.edu>

next in thread | raw e-mail | index | archive | help

>Number:         40663
>Category:       ports
>Synopsis:       port update by maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 16 11:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     M. L. Dodson
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
University of Texas Medical Branch
>Environment:
System: FreeBSD histidine.utmb.edu 4.6-PRERELEASE FreeBSD \
4.6-PRERELEASE #0: Wed May 8 15:41:49 CDT 2002 \
bdodson@histidine.utmb.edu:/usr/obj/usr/src/sys/HISTIDINE i386


>Description:
	Update of the math/gri port to the latest version of the
	software.  The output of "diff -ruN nab.bak nab" is
	included.
>How-To-Repeat:
>Fix:

diff -ruN gri.bak/Makefile gri/Makefile
--- gri.bak/Makefile	Sat Oct 28 07:36:04 2000
+++ gri/Makefile	Tue Jul 16 13:30:00 2002
@@ -6,34 +6,33 @@
 #
 
 PORTNAME=	gri
-PORTVERSION=	2.4.4
+PORTVERSION=	2.10.1
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.phys.ocean.dal.ca/users/kelley/gri/source/
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	gri
+DISTNAME=	gri-${PORTVERSION}-arch-indep
 
 MAINTAINER=	bdodson@scms.utmb.edu
 
 LIB_DEPENDS=	netcdf.1:${PORTSDIR}/math/netcdf
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
+WRKSRC=		${WRKDIR}/gri-${PORTVERSION}
 GNU_CONFIGURE=	YES
-
+MAKE_ENV+=	PREFIX=${PREFIX}
 ALL_TARGET=	gri
 MAN1=		gri.1
-MANCOMPRESSED=	yes
+
+post-extract:
+	${CP} ${WRKSRC}/doc/gri-manpage.1 ${WRKSRC}/gri.1
 
 post-install:
-.if !defined(${NOPORTDOCS})
-	@-mkdir -p ${PREFIX}/share/doc/gri
-	@-mkdir -p ${PREFIX}/share/doc/gri/html
-	@-mkdir -p ${PREFIX}/share/doc/gri/html/examples
-	@-mkdir -p ${PREFIX}/share/doc/gri/html/resources
-	@cd ${WRKSRC}/doc && make PREFIX=${PREFIX} html-install
+.if defined(NOPORTDOCS)
+	${RM} -rf ${PREFIX}/share/gri/doc
 .endif
-	@cd ${WRKSRC}/doc && \
-		make PREFIX=${PREFIX} INSTALL_MAN="${INSTALL_MAN}" man-install
 	${CHMOD} 555 ${PREFIX}/bin/gri_merge
 	${CHMOD} 555 ${PREFIX}/bin/gri_unpage
-	${RM} ${PREFIX}/share/gri/license.txt
+	${INSTALL_MAN} ${WRKSRC}/gri.1 ${PREFIX}/man/man1
+	@-${RM} ${PREFIX}/share/gri/${PORTVERSION}/license.txt
 
 .include <bsd.port.mk>
diff -ruN gri.bak/distinfo gri/distinfo
--- gri.bak/distinfo	Sat Oct 28 07:36:04 2000
+++ gri/distinfo	Mon Jul 15 14:44:45 2002
@@ -1 +1 @@
-MD5 (gri-2.4.4.tgz) = 2aaad67d5ffc787dabc32f4aa1d2212a
+MD5 (gri-2.10.1-arch-indep.tar.gz) = 45d8a015f92b10a93b898c5ca256d8c0
diff -ruN gri.bak/files/patch-aa gri/files/patch-aa
--- gri.bak/files/patch-aa	Sat Oct 28 07:36:04 2000
+++ gri/files/patch-aa	Mon Jul 15 15:57:09 2002
@@ -1,33 +1,24 @@
-*** Makefile.in.orig	Sun May  7 11:44:07 2000
---- Makefile.in	Sat Sep 23 12:10:29 2000
-***************
-*** 154,167 ****
-  install: all
-  	echo "Installing into '$(prefix)' directory"
-  	cat startup.msg | sed -e s,VSN,${VERSION}, > tmp
-  	$(INSTALL_DATA) tmp $(prefix)/share/gri/startup.msg
-  	rm -f tmp
-  	$(INSTALL_PROGRAM)      gri             $(prefix)/bin/gri
-  	$(INSTALL_DATA)         gri.cmd         $(prefix)/share/gri/gri.cmd
-  	$(INSTALL_DATA)         license.txt     $(prefix)/share/gri/license.txt
-! 	$(INSTALL_PROGRAM)      gri_merge       $(prefix)/bin/gri_merge
-! 	$(INSTALL_PROGRAM)      gri_unpage      $(prefix)/bin/gri_unpage
-! 	cd doc; prefix=$(prefix) make html-install
-  
-  all: force
-  	make gri
---- 154,167 ----
-  install: all
-  	echo "Installing into '$(prefix)' directory"
-  	cat startup.msg | sed -e s,VSN,${VERSION}, > tmp
-+ 	-@mkdir $(prefix)/share/gri
-  	$(INSTALL_DATA) tmp $(prefix)/share/gri/startup.msg
-  	rm -f tmp
-  	$(INSTALL_PROGRAM)      gri             $(prefix)/bin/gri
-  	$(INSTALL_DATA)         gri.cmd         $(prefix)/share/gri/gri.cmd
-  	$(INSTALL_DATA)         license.txt     $(prefix)/share/gri/license.txt
-! 	$(INSTALL_DATA)      gri_merge       $(prefix)/bin/gri_merge
-! 	$(INSTALL_DATA)      gri_unpage      $(prefix)/bin/gri_unpage
-  
-  all: force
-  	make gri
+--- Makefile.in.orig	Sat Jun  1 13:37:59 2002
++++ Makefile.in	Mon Jul 15 15:56:40 2002
+@@ -118,17 +118,17 @@
+ 
+ install-bin:
+ 	cat startup.msg | sed -e s,VSN,${VERSION}, -e s,PREFIX,$(prefix), > tmp
+-	$(INSTALL_PROGRAM) -d $(libdir)
++	-@mkdir -p $(libdir)
+ 	$(INSTALL_DATA) tmp $(libdir)/startup.msg
+ 	rm -f tmp
+ 	$(INSTALL_DATA)         gri.cmd         $(libdir)/gri.cmd
+ 	$(INSTALL_DATA)         logo.dat        $(libdir)/logo.dat
+ 	$(INSTALL_DATA)         license.txt     $(libdir)/license.txt
+-	$(INSTALL_PROGRAM) -d                   $(prefix)/bin
++	-@mkdir -p $(prefix)/bin
+ 	$(INSTALL_PROGRAM)      gri             $(prefix)/bin/gri-$(VERSION)
+ 	(cd $(prefix)/bin/ ; rm -f gri ; ln -sf gri-$(VERSION) gri)
+-	$(INSTALL_PROGRAM)      gri_merge       $(prefix)/bin/gri_merge
+-	$(INSTALL_PROGRAM)      gri_unpage      $(prefix)/bin/gri_unpage
++	$(INSTALL_DATA)      gri_merge       $(prefix)/bin/gri_merge
++	$(INSTALL_DATA)      gri_unpage      $(prefix)/bin/gri_unpage
+ 
+ debian-lib = $(debian)/usr/share/gri/$(VERSION)
+ install_linux_debian: gri
diff -ruN gri.bak/files/patch-ab gri/files/patch-ab
--- gri.bak/files/patch-ab	Sat Oct 28 07:36:04 2000
+++ gri/files/patch-ab	Tue Jul 16 11:56:16 2002
@@ -1,88 +1,10 @@
-*** doc/Makefile.orig	Sun May  7 11:44:08 2000
---- doc/Makefile	Sat Sep 23 12:49:29 2000
-***************
-*** 1,6 ****
-  # Makefile for Gri documentation files.
-  
-!             GRI_DIR = /opt/gri
-             DEST_BIN = /doc/info
-                   RM = rm -f
-              REFCARD = refcard
---- 1,6 ----
-  # Makefile for Gri documentation files.
-  
-!             GRI_DIR = $(PREFIX)/share/doc/gri
-             DEST_BIN = /doc/info
-                   RM = rm -f
-              REFCARD = refcard
-***************
-*** 11,22 ****
-  FORCE:
-  
-  all:
-- 	make info
-  	make html
-  
-! install:
-! 	make info-install
-! 	make html-install
-  
-  read:
-  	chmod a+r Makefile
---- 11,27 ----
-  FORCE:
-  
-  all:
-  	make html
-  
-! #	make info
-! #	make html
-! 
-! man-install:
-! 	gzip -nfc -9 gri-manpage.1 > gri.1.gz
-! 	${INSTALL_MAN} gri.1.gz   ${PREFIX}/man/man1
-! 
-! #	make info-install
-! #	make html-install
-  
-  read:
-  	chmod a+r Makefile
-***************
-*** 48,69 ****
-  	perl archive-to-html.pl > Newsgroup.html
-  
-  html-install:
-! 	# GRI_DIR = /opt/gri
-! 	if test ! -d $(GRI_DIR)                    ; then mkdir -m 755 -p $(GRI_DIR)                    ; fi
-! 	if test ! -d $(GRI_DIR)/doc                ; then mkdir -m 755 -p $(GRI_DIR)/doc                ; fi
-! 	if test ! -d $(GRI_DIR)/doc/html           ; then mkdir -m 755 -p $(GRI_DIR)/doc/html           ; fi
-! 	if test ! -d $(GRI_DIR)/doc/html/examples  ; then mkdir -m 755 -p $(GRI_DIR)/doc/html/examples  ; fi
-! 	if test ! -d $(GRI_DIR)/doc/html/resources ; then mkdir -m 755 -p $(GRI_DIR)/doc/html/resources ; fi
-! 	-cp ./resources/*.gif    $(GRI_DIR)/doc/html/resources
-! 	-chmod a+r               $(GRI_DIR)/doc/html/resources/*
-! 	-cp ./examples/*         $(GRI_DIR)/doc/html/examples
-! 	-chmod a+r               $(GRI_DIR)/doc/html/examples/*
-! 	-cp ./*.html             $(GRI_DIR)/doc/html
-! 	-cp ./resources/logo.ps  $(GRI_DIR)/doc/html/resources
-! 	-cp ./resources/logo.gif $(GRI_DIR)/doc/html/resources
-! 	-cp ./resources/logo.gri $(GRI_DIR)/doc/html/resources
-  	-chmod a+r               $(GRI_DIR)/*
-- 	-make html-clean
-  
-  html-clean:
-  	-cp FAQ.html save
---- 53,66 ----
-  	perl archive-to-html.pl > Newsgroup.html
-  
-  html-install:
-! 	-cp ./resources/*.gif    $(GRI_DIR)/html/resources
-! 	-chmod a+r               $(GRI_DIR)/html/resources/*
-! 	-cp ./examples/*         $(GRI_DIR)/html/examples
-! 	-chmod a+r               $(GRI_DIR)/html/examples/*
-! 	-cp ./*.html             $(GRI_DIR)/html
-! 	-cp ./resources/logo.eps $(GRI_DIR)/html/resources
-! 	-cp ./resources/logo.gif $(GRI_DIR)/html/resources
-  	-chmod a+r               $(GRI_DIR)/*
-  
-  html-clean:
-  	-cp FAQ.html save
+--- doc/Makefile.orig	Sat Jun  1 13:37:59 2002
++++ doc/Makefile	Tue Jul 16 11:55:44 2002
+@@ -17,7 +17,6 @@
+ 	make html
+ 
+ install:
+-	make info-install
+ 	make html-install
+ 
+ read:
diff -ruN gri.bak/pkg-plist gri/pkg-plist
--- gri.bak/pkg-plist	Sat Oct 28 07:36:04 2000
+++ gri/pkg-plist	Tue Jul 16 12:05:38 2002
@@ -1,231 +1,328 @@
 bin/gri
 bin/gri_merge
 bin/gri_unpage
-share/doc/gri/html/examples/FEM.gif
-share/doc/gri/html/examples/model.elements
-share/doc/gri/html/examples/example9b.dat
-share/doc/gri/html/examples/example9a.dat
-share/doc/gri/html/examples/example9.txt
-share/doc/gri/html/examples/example9.ps
-share/doc/gri/html/examples/example9.gri
-share/doc/gri/html/examples/example9.gif
-share/doc/gri/html/examples/example9-tiny.gif
-share/doc/gri/html/examples/example8b.dat
-share/doc/gri/html/examples/example8a.dat
-share/doc/gri/html/examples/example8.txt
-share/doc/gri/html/examples/example8.ps
-share/doc/gri/html/examples/example8.gri
-share/doc/gri/html/examples/example8.gif
-share/doc/gri/html/examples/example8-tiny.gif
-share/doc/gri/html/examples/example7g.dat
-share/doc/gri/html/examples/example7f.dat
-share/doc/gri/html/examples/example7e.dat
-share/doc/gri/html/examples/example7d.dat
-share/doc/gri/html/examples/FEM.txt
-share/doc/gri/html/examples/example7c.dat
-share/doc/gri/html/examples/example7b.dat
-share/doc/gri/html/examples/example7a.dat
-share/doc/gri/html/examples/example7.txt
-share/doc/gri/html/examples/example7.ps
-share/doc/gri/html/examples/example7.gri
-share/doc/gri/html/examples/example7.gif
-share/doc/gri/html/examples/example7-tiny.gif
-share/doc/gri/html/examples/example6mask.dat
-share/doc/gri/html/examples/example6image.dat
-share/doc/gri/html/examples/example6histogram.txt
-share/doc/gri/html/examples/example6histogram.ps
-share/doc/gri/html/examples/example6histogram.gri
-share/doc/gri/html/examples/example6histogram.gif
-share/doc/gri/html/examples/example6color.txt
-share/doc/gri/html/examples/example6color.ps
-share/doc/gri/html/examples/example6color.gri
-share/doc/gri/html/examples/example6color.gif
-share/doc/gri/html/examples/example6.txt
-share/doc/gri/html/examples/example6color-tiny.gif
-share/doc/gri/html/examples/example6.ps
-share/doc/gri/html/examples/example6.gri
-share/doc/gri/html/examples/example6.gif
-share/doc/gri/html/examples/example6-tiny.gif
-share/doc/gri/html/examples/example5.txt
-share/doc/gri/html/examples/example5.ps
-share/doc/gri/html/examples/example5.gri
-share/doc/gri/html/examples/example5.gif
-share/doc/gri/html/examples/example5.dat
-share/doc/gri/html/examples/example5-tiny.gif
-share/doc/gri/html/examples/example4.txt
-share/doc/gri/html/examples/example4.ps
-share/doc/gri/html/examples/example4.gri
-share/doc/gri/html/examples/example4.gif
-share/doc/gri/html/examples/example4-tiny.gif
-share/doc/gri/html/examples/example3.txt
-share/doc/gri/html/examples/example3.ps
-share/doc/gri/html/examples/example3.gri
-share/doc/gri/html/examples/example3.gif
-share/doc/gri/html/examples/example3-tiny.gif
-share/doc/gri/html/examples/example2.txt
-share/doc/gri/html/examples/example2.ps
-share/doc/gri/html/examples/example2.gri
-share/doc/gri/html/examples/example2.gif
-share/doc/gri/html/examples/example2-tiny.gif
-share/doc/gri/html/examples/example13.txt
-share/doc/gri/html/examples/example13.ps
-share/doc/gri/html/examples/example13.gri
-share/doc/gri/html/examples/example13.gif
-share/doc/gri/html/examples/example13.dat
-share/doc/gri/html/examples/example13-tiny.gif
-share/doc/gri/html/examples/example12.txt
-share/doc/gri/html/examples/example12.ps
-share/doc/gri/html/examples/example12.gri
-share/doc/gri/html/examples/example12.gif
-share/doc/gri/html/examples/example12.dat
-share/doc/gri/html/examples/example12-tiny.gif
-share/doc/gri/html/examples/example11.txt
-share/doc/gri/html/examples/example11.ps
-share/doc/gri/html/examples/example11.gri
-share/doc/gri/html/examples/example11.gif
-share/doc/gri/html/examples/example11.dat
-share/doc/gri/html/examples/example11-tiny.gif
-share/doc/gri/html/examples/example10color.txt
-share/doc/gri/html/examples/example10color.ps
-share/doc/gri/html/examples/example10color.gri
-share/doc/gri/html/examples/example10color.gif
-share/doc/gri/html/examples/example10.txt
-share/doc/gri/html/examples/example10.ps
-share/doc/gri/html/examples/example10.gri
-share/doc/gri/html/examples/example10.gif
-share/doc/gri/html/examples/example10.dat
-share/doc/gri/html/examples/example10-tiny.gif
-share/doc/gri/html/examples/example1.txt
-share/doc/gri/html/examples/example1.ps
-share/doc/gri/html/examples/example1.gri
-share/doc/gri/html/examples/example1.gif
-share/doc/gri/html/examples/example1.dat
-share/doc/gri/html/examples/example1-tiny.gif
-share/doc/gri/html/examples/Makefile
-share/doc/gri/html/examples/FEM.ps
-share/doc/gri/html/examples/FEM.pl
-share/doc/gri/html/examples/FEM.gri
-share/doc/gri/html/examples/model.nodes
-share/doc/gri/html/resources/bottom_banner.gif
-share/doc/gri/html/resources/version-diagram-2.2.gif
-share/doc/gri/html/resources/top_banner.gif
-share/doc/gri/html/resources/symbols.gif
-share/doc/gri/html/resources/sm_bg.gif
-share/doc/gri/html/resources/pixel.gif
-share/doc/gri/html/resources/math_symbols.gif
-share/doc/gri/html/resources/logo.gif
-share/doc/gri/html/resources/logo.eps
-share/doc/gri/html/resources/version-diagram-2.4.gif
-share/doc/gri/html/Access.html
-share/doc/gri/html/gri1.html
-share/doc/gri/html/X-Y.html
-share/doc/gri/html/Write.html
-share/doc/gri/html/While.html
-share/doc/gri/html/Viewing.html
-share/doc/gri/html/Variables.html
-share/doc/gri/html/Text.html
-share/doc/gri/html/TSDiagram.html
-share/doc/gri/html/System.html
-share/doc/gri/html/Synonyms.html
-share/doc/gri/html/Superuser.html
-share/doc/gri/html/State.html
-share/doc/gri/html/Sprintf.html
-share/doc/gri/html/Smooth.html
-share/doc/gri/html/Skip.html
-share/doc/gri/html/SimpleExample.html
-share/doc/gri/html/Show.html
-share/doc/gri/html/Set.html
-share/doc/gri/html/RunningMeans.html
-share/doc/gri/html/Rpnfunction.html
-share/doc/gri/html/Rewind.html
-share/doc/gri/html/ReversePolishMath.html
-share/doc/gri/html/Return.html
-share/doc/gri/html/ResourceFile.html
-share/doc/gri/html/Resize.html
-share/doc/gri/html/Rescale.html
-share/doc/gri/html/Reorder.html
-share/doc/gri/html/Regress.html
-share/doc/gri/html/Read.html
-share/doc/gri/html/Quit.html
-share/doc/gri/html/Query.html
-share/doc/gri/html/Pwd.html
-share/doc/gri/html/Programming.html
-share/doc/gri/html/PostScript.html
-share/doc/gri/html/Polygons.html
-share/doc/gri/html/PDFDiagram.html
-share/doc/gri/html/OverviewSystemTools.html
-share/doc/gri/html/OperatingSystem.html
-share/doc/gri/html/Open.html
-share/doc/gri/html/Newsgroup.html
-share/doc/gri/html/Newpage.html
-share/doc/gri/html/Newfeatures.html
-share/doc/gri/html/NewCommands2.html
-share/doc/gri/html/NewCommands1.html
-share/doc/gri/html/New.html
-share/doc/gri/html/Mathematics.html
-share/doc/gri/html/Mask.html
-share/doc/gri/html/Ls.html
-share/doc/gri/html/Loops.html
-share/doc/gri/html/List.html
-share/doc/gri/html/License.html
-share/doc/gri/html/LibraryFiles.html
-share/doc/gri/html/Legend.html
-share/doc/gri/html/InvokingGri.html
-share/doc/gri/html/Introduction.html
-share/doc/gri/html/Interpolate.html
-share/doc/gri/html/Insert.html
-share/doc/gri/html/Input.html
-share/doc/gri/html/ImageWithContours.html
-share/doc/gri/html/ImageExt.html
-share/doc/gri/html/ImageExample.html
-share/doc/gri/html/Image.html
-share/doc/gri/html/Ignore.html
-share/doc/gri/html/IfStatements.html
-share/doc/gri/html/If.html
-share/doc/gri/html/Hints.html
-share/doc/gri/html/Help.html
-share/doc/gri/html/Heal.html
-share/doc/gri/html/GetEnv.html
-share/doc/gri/html/GeneralIssues.html
-share/doc/gri/html/Flip.html
-share/doc/gri/html/Filter.html
-share/doc/gri/html/Fig2Gri.html
-share/doc/gri/html/FancyPlot.html
-share/doc/gri/html/FancyExample.html
-share/doc/gri/html/FEM.html
-share/doc/gri/html/Extras.html
-share/doc/gri/html/Expecting.html
-share/doc/gri/html/Examples.html
-share/doc/gri/html/Evolution.html
-share/doc/gri/html/ErrorMessages.html
-share/doc/gri/html/Emacs.html
-share/doc/gri/html/Draw.html
-share/doc/gri/html/Delete.html
-share/doc/gri/html/DiscussionGroup.html
-share/doc/gri/html/Differentiate.html
-share/doc/gri/html/Defaults.html
-share/doc/gri/html/Debugging.html
-share/doc/gri/html/Debug.html
-share/doc/gri/html/Data.html
-share/doc/gri/html/Create.html
-share/doc/gri/html/Convert.html
-share/doc/gri/html/ContouringExample.html
-share/doc/gri/html/Contour.html
-share/doc/gri/html/ConceptIndex.html
-share/doc/gri/html/CommandsOverview.html
-share/doc/gri/html/Commands.html
-share/doc/gri/html/CommandSyntax.html
-share/doc/gri/html/Color.html
-share/doc/gri/html/Close.html
-share/doc/gri/html/Cd.html
-share/doc/gri/html/Bugs.html
-share/doc/gri/html/BoxPlots.html
-share/doc/gri/html/Acknowledgments.html
-share/doc/gri/html/index.html
-share/gri/startup.msg
-share/gri/gri.cmd
+bin/gri-2.10.1
+share/gri/2.10.1/startup.msg
+share/gri/2.10.1/gri.cmd
+share/gri/2.10.1/logo.dat
+%%PORTDOCS%%share/gri/doc/html/resources/top_banner.gif
+%%PORTDOCS%%share/gri/doc/html/resources/symbols.gif
+%%PORTDOCS%%share/gri/doc/html/resources/sm_bg.gif
+%%PORTDOCS%%share/gri/doc/html/resources/pixel.gif
+%%PORTDOCS%%share/gri/doc/html/resources/math_symbols.gif
+%%PORTDOCS%%share/gri/doc/html/resources/bottom_banner.gif
+%%PORTDOCS%%share/gri/doc/html/tst_suite/tst_var_syn.html
+%%PORTDOCS%%share/gri/doc/html/tst_suite/tst_rpn.html
+%%PORTDOCS%%share/gri/doc/html/tst_suite/tst_control.html
+%%PORTDOCS%%share/gri/doc/html/tst_suite/tst_IO.html
+%%PORTDOCS%%share/gri/doc/html/FEM-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example9.png
+%%PORTDOCS%%share/gri/doc/html/example9-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example8.png
+%%PORTDOCS%%share/gri/doc/html/example8-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example7.png
+%%PORTDOCS%%share/gri/doc/html/example7-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example6histogram.png
+%%PORTDOCS%%share/gri/doc/html/example6histogram-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example6color.png
+%%PORTDOCS%%share/gri/doc/html/example6color-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example6.png
+%%PORTDOCS%%share/gri/doc/html/example6-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example5.png
+%%PORTDOCS%%share/gri/doc/html/example5-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example4.png
+%%PORTDOCS%%share/gri/doc/html/example4-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example3.png
+%%PORTDOCS%%share/gri/doc/html/example3-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example2.png
+%%PORTDOCS%%share/gri/doc/html/example2-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example13.png
+%%PORTDOCS%%share/gri/doc/html/example13-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example12.png
+%%PORTDOCS%%share/gri/doc/html/example12-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example11.png
+%%PORTDOCS%%share/gri/doc/html/example11-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example10color.png
+%%PORTDOCS%%share/gri/doc/html/example10color-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example10.png
+%%PORTDOCS%%share/gri/doc/html/example10-tiny.png
+%%PORTDOCS%%share/gri/doc/html/example1.png
+%%PORTDOCS%%share/gri/doc/html/example1-tiny.png
+%%PORTDOCS%%share/gri/doc/html/FEM.png
+%%PORTDOCS%%share/gri/doc/html/logo.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-1-tiny.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-4-tiny.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-3.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-3-tiny.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-2.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-2-tiny.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-1.png
+%%PORTDOCS%%share/gri/doc/html/screenshots/gri-screenshot-4.png
+%%PORTDOCS%%share/gri/doc/html/AboutGriMode.html
+%%PORTDOCS%%share/gri/doc/html/precompiled-unix.html
+%%PORTDOCS%%share/gri/doc/html/os2-install.html
+%%PORTDOCS%%share/gri/doc/html/msdos-install.html
+%%PORTDOCS%%share/gri/doc/html/mac-install.html
+%%PORTDOCS%%share/gri/doc/html/logo.html
+%%PORTDOCS%%share/gri/doc/html/linux-install.html
+%%PORTDOCS%%share/gri/doc/html/index.html
+%%PORTDOCS%%share/gri/doc/html/example9.html
+%%PORTDOCS%%share/gri/doc/html/example8.html
+%%PORTDOCS%%share/gri/doc/html/example7.html
+%%PORTDOCS%%share/gri/doc/html/example6histogram.html
+%%PORTDOCS%%share/gri/doc/html/example6color.html
+%%PORTDOCS%%share/gri/doc/html/example6.html
+%%PORTDOCS%%share/gri/doc/html/example5.html
+%%PORTDOCS%%share/gri/doc/html/example4.html
+%%PORTDOCS%%share/gri/doc/html/example3.html
+%%PORTDOCS%%share/gri/doc/html/example2.html
+%%PORTDOCS%%share/gri/doc/html/example13.html
+%%PORTDOCS%%share/gri/doc/html/example12.html
+%%PORTDOCS%%share/gri/doc/html/example11.html
+%%PORTDOCS%%share/gri/doc/html/example10color.html
+%%PORTDOCS%%share/gri/doc/html/example10.html
+%%PORTDOCS%%share/gri/doc/html/example1.html
+%%PORTDOCS%%share/gri/doc/html/X-Y.html
+%%PORTDOCS%%share/gri/doc/html/Write.html
+%%PORTDOCS%%share/gri/doc/html/While.html
+%%PORTDOCS%%share/gri/doc/html/Version_2_8.html
+%%PORTDOCS%%share/gri/doc/html/Version_2_6.html
+%%PORTDOCS%%share/gri/doc/html/Version_2_4.html
+%%PORTDOCS%%share/gri/doc/html/Version_2_2.html
+%%PORTDOCS%%share/gri/doc/html/Version_2_10.html
+%%PORTDOCS%%share/gri/doc/html/Variables.html
+%%PORTDOCS%%share/gri/doc/html/UnstableStream.html
+%%PORTDOCS%%share/gri/doc/html/Unlink.html
+%%PORTDOCS%%share/gri/doc/html/Unix-install.html
+%%PORTDOCS%%share/gri/doc/html/UnaryOperators.html
+%%PORTDOCS%%share/gri/doc/html/Text.html
+%%PORTDOCS%%share/gri/doc/html/TestSuite.html
+%%PORTDOCS%%share/gri/doc/html/TertiaryOperators.html
+%%PORTDOCS%%share/gri/doc/html/TSDiagram.html
+%%PORTDOCS%%share/gri/doc/html/SystemTools.html
+%%PORTDOCS%%share/gri/doc/html/System.html
+%%PORTDOCS%%share/gri/doc/html/Synonyms.html
+%%PORTDOCS%%share/gri/doc/html/Superuser.html
+%%PORTDOCS%%share/gri/doc/html/State.html
+%%PORTDOCS%%share/gri/doc/html/StackOperators.html
+%%PORTDOCS%%share/gri/doc/html/StableStream.html
+%%PORTDOCS%%share/gri/doc/html/Sprintf.html
+%%PORTDOCS%%share/gri/doc/html/Source.html
+%%PORTDOCS%%share/gri/doc/html/SolitaryOperators.html
+%%PORTDOCS%%share/gri/doc/html/Smooth.html
+%%PORTDOCS%%share/gri/doc/html/Sleep.html
+%%PORTDOCS%%share/gri/doc/html/Skip.html
+%%PORTDOCS%%share/gri/doc/html/SimpleNewCommand.html
+%%PORTDOCS%%share/gri/doc/html/SimpleExampleRevisited.html
+%%PORTDOCS%%share/gri/doc/html/SimpleExample.html
+%%PORTDOCS%%share/gri/doc/html/Show.html
+%%PORTDOCS%%share/gri/doc/html/Set.html
+%%PORTDOCS%%share/gri/doc/html/ScreenShot4.html
+%%PORTDOCS%%share/gri/doc/html/Ls.html
+%%PORTDOCS%%share/gri/doc/html/ScreenShot3.html
+%%PORTDOCS%%share/gri/doc/html/ScreenShot2.html
+%%PORTDOCS%%share/gri/doc/html/ScreenShot1.html
+%%PORTDOCS%%share/gri/doc/html/RunningMeans.html
+%%PORTDOCS%%share/gri/doc/html/Rpnfunction.html
+%%PORTDOCS%%share/gri/doc/html/RpnFunction.html
+%%PORTDOCS%%share/gri/doc/html/Rewind.html
+%%PORTDOCS%%share/gri/doc/html/ReversePolishMath.html
+%%PORTDOCS%%share/gri/doc/html/Return.html
+%%PORTDOCS%%share/gri/doc/html/ResourceFile.html
+%%PORTDOCS%%share/gri/doc/html/Resize.html
+%%PORTDOCS%%share/gri/doc/html/Rescale.html
+%%PORTDOCS%%share/gri/doc/html/ReportingBugs.html
+%%PORTDOCS%%share/gri/doc/html/Reorder.html
+%%PORTDOCS%%share/gri/doc/html/Regress.html
+%%PORTDOCS%%share/gri/doc/html/Read.html
+%%PORTDOCS%%share/gri/doc/html/RPNexamples.html
+%%PORTDOCS%%share/gri/doc/html/Quit.html
+%%PORTDOCS%%share/gri/doc/html/Query.html
+%%PORTDOCS%%share/gri/doc/html/Pwd.html
+%%PORTDOCS%%share/gri/doc/html/If.html
+%%PORTDOCS%%share/gri/doc/html/PurposeOfSynonyms.html
+%%PORTDOCS%%share/gri/doc/html/Programming.html
+%%PORTDOCS%%share/gri/doc/html/PostScript.html
+%%PORTDOCS%%share/gri/doc/html/Polygons.html
+%%PORTDOCS%%share/gri/doc/html/PlottingSeveralColumns.html
+%%PORTDOCS%%share/gri/doc/html/Plans.html
+%%PORTDOCS%%share/gri/doc/html/PenColor.html
+%%PORTDOCS%%share/gri/doc/html/ParsingSynonyms.html
+%%PORTDOCS%%share/gri/doc/html/PDFDiagram.html
+%%PORTDOCS%%share/gri/doc/html/OperatingSystem.html
+%%PORTDOCS%%share/gri/doc/html/Open.html
+%%PORTDOCS%%share/gri/doc/html/OnlineHelp.html
+%%PORTDOCS%%share/gri/doc/html/NonEnglishText.html
+%%PORTDOCS%%share/gri/doc/html/Newpage.html
+%%PORTDOCS%%share/gri/doc/html/NewCommands.html
+%%PORTDOCS%%share/gri/doc/html/New.html
+%%PORTDOCS%%share/gri/doc/html/MissingValues.html
+%%PORTDOCS%%share/gri/doc/html/Mathematics.html
+%%PORTDOCS%%share/gri/doc/html/MathematicalText.html
+%%PORTDOCS%%share/gri/doc/html/Mask.html
+%%PORTDOCS%%share/gri/doc/html/ManipulatingColumns.html
+%%PORTDOCS%%share/gri/doc/html/MajorGriModeCommands.html
+%%PORTDOCS%%share/gri/doc/html/Loops.html
+%%PORTDOCS%%share/gri/doc/html/LongCommandLines.html
+%%PORTDOCS%%share/gri/doc/html/LogAndLinearAxes.html
+%%PORTDOCS%%share/gri/doc/html/ListOfGriCommands.html
+%%PORTDOCS%%share/gri/doc/html/List.html
+%%PORTDOCS%%share/gri/doc/html/License.html
+%%PORTDOCS%%share/gri/doc/html/Legend.html
+%%PORTDOCS%%share/gri/doc/html/KnownBugs.html
+%%PORTDOCS%%share/gri/doc/html/KillingBugs.html
+%%PORTDOCS%%share/gri/doc/html/InvokingGri.html
+%%PORTDOCS%%share/gri/doc/html/Introduction.html
+%%PORTDOCS%%share/gri/doc/html/Interpolate.html
+%%PORTDOCS%%share/gri/doc/html/InstallingGriMode.html
+%%PORTDOCS%%share/gri/doc/html/Installation.html
+%%PORTDOCS%%share/gri/doc/html/Insert.html
+%%PORTDOCS%%share/gri/doc/html/Input.html
+%%PORTDOCS%%share/gri/doc/html/Images.html
+%%PORTDOCS%%share/gri/doc/html/ImageWithContours.html
+%%PORTDOCS%%share/gri/doc/html/ImageExample.html
+%%PORTDOCS%%share/gri/doc/html/IgnoringColumns.html
+%%PORTDOCS%%share/gri/doc/html/Ignore.html
+%%PORTDOCS%%share/gri/doc/html/IfStatements.html
+%%PORTDOCS%%share/gri/doc/html/History.html
+%%PORTDOCS%%share/gri/doc/html/Hints.html
+%%PORTDOCS%%share/gri/doc/html/Help.html
+%%PORTDOCS%%share/gri/doc/html/Heal.html
+%%PORTDOCS%%share/gri/doc/html/HandlingHeaders.html
+%%PORTDOCS%%share/gri/doc/html/HandlingData.html
+%%PORTDOCS%%share/gri/doc/html/Group.html
+%%PORTDOCS%%share/gri/doc/html/GriModeUserInterface.html
+%%PORTDOCS%%share/gri/doc/html/GriModeUserCommands.html
+%%PORTDOCS%%share/gri/doc/html/GriModeScreenshots.html
+%%PORTDOCS%%share/gri/doc/html/GriModeEditing.html
+%%PORTDOCS%%share/gri/doc/html/GriModeCompletions2.html
+%%PORTDOCS%%share/gri/doc/html/GetEnv.html
+%%PORTDOCS%%share/gri/doc/html/GriModeCompletions.html
+%%PORTDOCS%%share/gri/doc/html/GriModeCompletionVarSyn.html
+%%PORTDOCS%%share/gri/doc/html/GriModeCommandNames.html
+%%PORTDOCS%%share/gri/doc/html/GriModeCodeFragments.html
+%%PORTDOCS%%share/gri/doc/html/GriInThePress.html
+%%PORTDOCS%%share/gri/doc/html/GettingMoreControl.html
+%%PORTDOCS%%share/gri/doc/html/Fonts.html
+%%PORTDOCS%%share/gri/doc/html/Flip.html
+%%PORTDOCS%%share/gri/doc/html/Filter.html
+%%PORTDOCS%%share/gri/doc/html/FancyPlot.html
+%%PORTDOCS%%share/gri/doc/html/FEM.html
+%%PORTDOCS%%share/gri/doc/html/FAQ.html
+%%PORTDOCS%%share/gri/doc/html/Extras.html
+%%PORTDOCS%%share/gri/doc/html/Expecting.html
+%%PORTDOCS%%share/gri/doc/html/Examples.html
+%%PORTDOCS%%share/gri/doc/html/ErrorMessages.html
+%%PORTDOCS%%share/gri/doc/html/Environment.html
+%%PORTDOCS%%share/gri/doc/html/EndGroup.html
+%%PORTDOCS%%share/gri/doc/html/EmbeddedSynonyms.html
+%%PORTDOCS%%share/gri/doc/html/EmacsFeatures.html
+%%PORTDOCS%%share/gri/doc/html/Emacs5.html
+%%PORTDOCS%%share/gri/doc/html/Emacs4.html
+%%PORTDOCS%%share/gri/doc/html/Emacs.html
+%%PORTDOCS%%share/gri/doc/html/Draw.html
+%%PORTDOCS%%share/gri/doc/html/DiscussionGroup.html
+%%PORTDOCS%%share/gri/doc/html/Differentiate.html
+%%PORTDOCS%%share/gri/doc/html/Development_Version.html
+%%PORTDOCS%%share/gri/doc/html/DeprecatedCommands.html
+%%PORTDOCS%%share/gri/doc/html/Delete.html
+%%PORTDOCS%%share/gri/doc/html/Defaults.html
+%%PORTDOCS%%share/gri/doc/html/Debugging.html
+%%PORTDOCS%%share/gri/doc/html/Debug.html
+%%PORTDOCS%%share/gri/doc/html/Create.html
+%%PORTDOCS%%share/gri/doc/html/Convert.html
+%%PORTDOCS%%share/gri/doc/html/ContouringExample.html
+%%PORTDOCS%%share/gri/doc/html/ContourPlots.html
+%%PORTDOCS%%share/gri/doc/html/ConceptIndex.html
+%%PORTDOCS%%share/gri/doc/html/ComplicatedNewCommand.html
+%%PORTDOCS%%share/gri/doc/html/Close.html
+%%PORTDOCS%%share/gri/doc/html/CommandsOverview.html
+%%PORTDOCS%%share/gri/doc/html/Commands.html
+%%PORTDOCS%%share/gri/doc/html/CommandSyntax.html
+%%PORTDOCS%%share/gri/doc/html/CommandIndex.html
+%%PORTDOCS%%share/gri/doc/html/CombiningColumns.html
+%%PORTDOCS%%share/gri/doc/html/ColumnAlgebra.html
+%%PORTDOCS%%share/gri/doc/html/ChangeableCommandArguments.html
+%%PORTDOCS%%share/gri/doc/html/Cd.html
+%%PORTDOCS%%share/gri/doc/html/BuiltinIndex.html
+%%PORTDOCS%%share/gri/doc/html/Bugs.html
+%%PORTDOCS%%share/gri/doc/html/BoxPlots.html
+%%PORTDOCS%%share/gri/doc/html/BinaryOperators.html
+%%PORTDOCS%%share/gri/doc/html/Beos-install.html
+%%PORTDOCS%%share/gri/doc/html/AxisScaling.html
+%%PORTDOCS%%share/gri/doc/html/AxisRange.html
+%%PORTDOCS%%share/gri/doc/html/AxisPosition.html
+%%PORTDOCS%%share/gri/doc/html/AxisLength.html
+%%PORTDOCS%%share/gri/doc/html/AxisLabels.html
+%%PORTDOCS%%share/gri/doc/html/Assert.html
+%%PORTDOCS%%share/gri/doc/html/Archiving.html
+%%PORTDOCS%%share/gri/doc/html/AdjustingCharacterPosition.html
+%%PORTDOCS%%share/gri/doc/html/Acknowledgments.html
+%%PORTDOCS%%share/gri/doc/html/uncompiled-unix.html
+%%PORTDOCS%%share/gri/doc/html/examples
+%%PORTDOCS%%share/gri/doc/examples/model.nodes
+%%PORTDOCS%%share/gri/doc/examples/model.elements
+%%PORTDOCS%%share/gri/doc/examples/example1.dat
+%%PORTDOCS%%share/gri/doc/examples/example9a.dat
+%%PORTDOCS%%share/gri/doc/examples/example8b.dat
+%%PORTDOCS%%share/gri/doc/examples/example8a.dat
+%%PORTDOCS%%share/gri/doc/examples/example7g.dat
+%%PORTDOCS%%share/gri/doc/examples/example7f.dat
+%%PORTDOCS%%share/gri/doc/examples/example7e.dat
+%%PORTDOCS%%share/gri/doc/examples/example7d.dat
+%%PORTDOCS%%share/gri/doc/examples/example7c.dat
+%%PORTDOCS%%share/gri/doc/examples/example7b.dat
+%%PORTDOCS%%share/gri/doc/examples/example7a.dat
+%%PORTDOCS%%share/gri/doc/examples/example6mask.dat
+%%PORTDOCS%%share/gri/doc/examples/example6image.dat
+%%PORTDOCS%%share/gri/doc/examples/example5.dat
+%%PORTDOCS%%share/gri/doc/examples/example13.dat
+%%PORTDOCS%%share/gri/doc/examples/example12.dat
+%%PORTDOCS%%share/gri/doc/examples/example11.dat
+%%PORTDOCS%%share/gri/doc/examples/example10.dat
+%%PORTDOCS%%share/gri/doc/examples/example9b.dat
+%%PORTDOCS%%share/gri/doc/examples/FEM.gri
+%%PORTDOCS%%share/gri/doc/examples/example9.gri
+%%PORTDOCS%%share/gri/doc/examples/example8.gri
+%%PORTDOCS%%share/gri/doc/examples/example7.gri
+%%PORTDOCS%%share/gri/doc/examples/example6histogram.gri
+%%PORTDOCS%%share/gri/doc/examples/example6color.gri
+%%PORTDOCS%%share/gri/doc/examples/example6.gri
+%%PORTDOCS%%share/gri/doc/examples/example5.gri
+%%PORTDOCS%%share/gri/doc/examples/example4.gri
+%%PORTDOCS%%share/gri/doc/examples/example3.gri
+%%PORTDOCS%%share/gri/doc/examples/example2.gri
+%%PORTDOCS%%share/gri/doc/examples/example13.gri
+%%PORTDOCS%%share/gri/doc/examples/example12.gri
+%%PORTDOCS%%share/gri/doc/examples/example11.gri
+%%PORTDOCS%%share/gri/doc/examples/example10color.gri
+%%PORTDOCS%%share/gri/doc/examples/example10.gri
+%%PORTDOCS%%share/gri/doc/examples/example1.gri
+%%PORTDOCS%%share/gri/doc/examples/logo.gri
+%%PORTDOCS%%share/gri/doc/examples/FEM.ps
+%%PORTDOCS%%share/gri/doc/examples/example9.ps
+%%PORTDOCS%%share/gri/doc/examples/logo.ps
+%%PORTDOCS%%share/gri/doc/examples/example8.ps
+%%PORTDOCS%%share/gri/doc/examples/example7.ps
+%%PORTDOCS%%share/gri/doc/examples/example6histogram.ps
+%%PORTDOCS%%share/gri/doc/examples/example6color.ps
+%%PORTDOCS%%share/gri/doc/examples/example6.ps
+%%PORTDOCS%%share/gri/doc/examples/example5.ps
+%%PORTDOCS%%share/gri/doc/examples/example4.ps
+%%PORTDOCS%%share/gri/doc/examples/example3.ps
+%%PORTDOCS%%share/gri/doc/examples/example2.ps
+%%PORTDOCS%%share/gri/doc/examples/example13.ps
+%%PORTDOCS%%share/gri/doc/examples/example12.ps
+%%PORTDOCS%%share/gri/doc/examples/example11.ps
+%%PORTDOCS%%share/gri/doc/examples/example10color.ps
+%%PORTDOCS%%share/gri/doc/examples/example10.ps
+%%PORTDOCS%%share/gri/doc/examples/example1.ps
+%%PORTDOCS%%share/gri/doc/examples/FEM.pl
+%%PORTDOCS%%@dirrm share/gri/doc/html/resources
+%%PORTDOCS%%@dirrm share/gri/doc/html/tst_suite
+%%PORTDOCS%%@dirrm share/gri/doc/html/screenshots
+%%PORTDOCS%%@dirrm share/gri/doc/html
+%%PORTDOCS%%@dirrm share/gri/doc/examples
+%%PORTDOCS%%@dirrm share/gri/doc
+@dirrm share/gri/2.10.1
 @dirrm share/gri
-@dirrm share/doc/gri/html/examples
-@dirrm share/doc/gri/html/resources
-@dirrm share/doc/gri/html
-@dirrm share/doc/gri
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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