Wed Mar 7 16:29:45 2012 UTC ()
Changes 2.12.23:
Bug-fix release.


(adam)
diff -r1.39 -r1.40 pkgsrc/graphics/gri/Makefile
diff -r1.10 -r1.11 pkgsrc/graphics/gri/PLIST
diff -r1.8 -r1.9 pkgsrc/graphics/gri/distinfo
diff -r1.3 -r1.4 pkgsrc/graphics/gri/patches/patch-aa
diff -r1.3 -r1.4 pkgsrc/graphics/gri/patches/patch-ab
diff -r1.3 -r1.4 pkgsrc/graphics/gri/patches/patch-ac
diff -r1.5 -r0 pkgsrc/graphics/gri/patches/patch-ag

cvs diff -r1.39 -r1.40 pkgsrc/graphics/gri/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gri/Makefile 2012/03/05 17:21:13 1.39
+++ pkgsrc/graphics/gri/Makefile 2012/03/07 16:29:45 1.40
@@ -1,28 +1,31 @@ @@ -1,28 +1,31 @@
1# $NetBSD: Makefile,v 1.39 2012/03/05 17:21:13 minskim Exp $ 1# $NetBSD: Makefile,v 1.40 2012/03/07 16:29:45 adam Exp $
2 2
3DISTNAME= gri-2.12.18 3DISTNAME= gri-2.12.23
4PKGREVISION= 3 4CATEGORIES= graphics
5CATEGORIES= graphics 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gri/}
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gri/} 6
7 7MAINTAINER= pkgsrc-users@NetBSD.org
8MAINTAINER= pkgsrc-users@NetBSD.org 8HOMEPAGE= http://gri.sourceforge.net/
9HOMEPAGE= http://gri.sourceforge.net/ 9COMMENT= Language for scientific graphics applications
10COMMENT= Language for scientific graphics applications 10LICENSE= gnu-gpl-v3
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick 14BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
15BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 15BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
16BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex 16BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
17 17
18GNU_CONFIGURE= yes 
19USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
20USE_TOOLS+= gmake gs:run makeinfo perl 19USE_TOOLS+= aclocal autoconf automake gmake gs:run makeinfo perl
 20GNU_CONFIGURE= yes
21REPLACE_PERL+= src/gri_merge src/gri_unpage 21REPLACE_PERL+= src/gri_merge src/gri_unpage
22INFO_FILES= # PLIST 22INFO_FILES= yes
23INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PKGINFODIR=${PKGINFODIR:Q} 23INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} PKGINFODIR=${PKGINFODIR}
 24
 25pre-configure:
 26 cd ${WRKSRC} && aclocal && autoconf
24 27
25.include "../../devel/netcdf/buildlink3.mk" 28.include "../../devel/netcdf/buildlink3.mk"
26.include "../../devel/readline/buildlink3.mk" 
27.include "../../devel/popt/buildlink3.mk" 29.include "../../devel/popt/buildlink3.mk"
 30.include "../../devel/readline/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/graphics/gri/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gri/PLIST 2009/06/14 20:05:42 1.10
+++ pkgsrc/graphics/gri/PLIST 2012/03/07 16:29:45 1.11
@@ -1,297 +1,297 @@ @@ -1,297 +1,297 @@
1@comment $NetBSD: PLIST,v 1.10 2009/06/14 20:05:42 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.11 2012/03/07 16:29:45 adam Exp $
2bin/gri 2bin/gri
3bin/gri_merge 3bin/gri_merge
4bin/gri_unpage 4bin/gri_unpage
5info/gri.info 5info/gri.info
6info/gri.info-1 6info/gri.info-1
7info/gri.info-2 7info/gri.info-2
8info/gri.info-3 8info/gri.info-3
9man/man1/gri.1 9man/man1/gri.1
10man/man1/gri_merge.1 10man/man1/gri_merge.1
11man/man1/gri_unpage.1 11man/man1/gri_unpage.1
12share/doc/gri/cmdrefcard.ps 12share/doc/gri/cmdrefcard.ps
 13share/doc/gri/html/AboutGriMode.html
 14share/doc/gri/html/Acknowledgments.html
 15share/doc/gri/html/AdjustingCharacterPosition.html
 16share/doc/gri/html/Archiving.html
 17share/doc/gri/html/Assert.html
 18share/doc/gri/html/AxisLabels.html
 19share/doc/gri/html/AxisLength.html
 20share/doc/gri/html/AxisPosition.html
 21share/doc/gri/html/AxisRange.html
 22share/doc/gri/html/AxisScaling.html
 23share/doc/gri/html/Beos-install.html
 24share/doc/gri/html/BinaryOperators.html
 25share/doc/gri/html/BoxPlots.html
 26share/doc/gri/html/Bugs.html
 27share/doc/gri/html/BuiltinIndex.html
 28share/doc/gri/html/Cd.html
 29share/doc/gri/html/ChangeableCommandArguments.html
 30share/doc/gri/html/Close.html
 31share/doc/gri/html/ColumnAlgebra.html
 32share/doc/gri/html/CombiningColumns.html
 33share/doc/gri/html/CommandIndex.html
 34share/doc/gri/html/CommandSyntax.html
 35share/doc/gri/html/Commands.html
 36share/doc/gri/html/CommandsOverview.html
 37share/doc/gri/html/ComplicatedNewCommand.html
 38share/doc/gri/html/ConceptIndex.html
 39share/doc/gri/html/ContourPlots.html
 40share/doc/gri/html/ContouringExample.html
 41share/doc/gri/html/Convert.html
 42share/doc/gri/html/Create.html
 43share/doc/gri/html/Debug.html
 44share/doc/gri/html/Debugging.html
 45share/doc/gri/html/Defaults.html
 46share/doc/gri/html/Delete.html
 47share/doc/gri/html/DeprecatedCommands.html
 48share/doc/gri/html/Development_Version.html
 49share/doc/gri/html/Differentiate.html
 50share/doc/gri/html/DiscussionGroup.html
 51share/doc/gri/html/Draw.html
 52share/doc/gri/html/Emacs.html
 53share/doc/gri/html/Emacs4.html
 54share/doc/gri/html/Emacs5.html
 55share/doc/gri/html/EmacsFeatures.html
 56share/doc/gri/html/EmbeddedSynonyms.html
 57share/doc/gri/html/EndGroup.html
 58share/doc/gri/html/Environment.html
 59share/doc/gri/html/ErrorMessages.html
 60share/doc/gri/html/Examples.html
 61share/doc/gri/html/Expecting.html
 62share/doc/gri/html/Extras.html
 63share/doc/gri/html/FAQ.html
 64share/doc/gri/html/FEM-tiny.png
 65share/doc/gri/html/FEM.gri
 66share/doc/gri/html/FEM.html
 67share/doc/gri/html/FEM.png
 68share/doc/gri/html/FancyPlot.html
 69share/doc/gri/html/Filter.html
 70share/doc/gri/html/Flip.html
 71share/doc/gri/html/Fonts.html
 72share/doc/gri/html/GetEnv.html
 73share/doc/gri/html/GettingMoreControl.html
 74share/doc/gri/html/GriInThePress.html
 75share/doc/gri/html/GriModeCodeFragments.html
 76share/doc/gri/html/GriModeCommandNames.html
 77share/doc/gri/html/GriModeCompletionVarSyn.html
 78share/doc/gri/html/GriModeCompletions.html
 79share/doc/gri/html/GriModeCompletions2.html
 80share/doc/gri/html/GriModeEditing.html
 81share/doc/gri/html/GriModeScreenshots.html
 82share/doc/gri/html/GriModeUserCommands.html
 83share/doc/gri/html/GriModeUserInterface.html
 84share/doc/gri/html/Group.html
 85share/doc/gri/html/HandlingData.html
 86share/doc/gri/html/HandlingHeaders.html
 87share/doc/gri/html/Heal.html
 88share/doc/gri/html/Help.html
 89share/doc/gri/html/Hints.html
 90share/doc/gri/html/History.html
 91share/doc/gri/html/If.html
 92share/doc/gri/html/IfStatements.html
 93share/doc/gri/html/Ignore.html
 94share/doc/gri/html/IgnoringColumns.html
 95share/doc/gri/html/ImageExample.html
 96share/doc/gri/html/ImageWithContours.html
 97share/doc/gri/html/Images.html
 98share/doc/gri/html/Input.html
 99share/doc/gri/html/Insert.html
 100share/doc/gri/html/Installation.html
 101share/doc/gri/html/InstallingGriMode.html
 102share/doc/gri/html/Interpolate.html
 103share/doc/gri/html/Introduction.html
 104share/doc/gri/html/InvokingGri.html
 105share/doc/gri/html/KillingBugs.html
 106share/doc/gri/html/KnownBugs.html
 107share/doc/gri/html/Legend.html
 108share/doc/gri/html/License.html
 109share/doc/gri/html/List.html
 110share/doc/gri/html/ListOfGriCommands.html
 111share/doc/gri/html/LogAndLinearAxes.html
 112share/doc/gri/html/LongCommandLines.html
 113share/doc/gri/html/Loops.html
 114share/doc/gri/html/Ls.html
 115share/doc/gri/html/MajorGriModeCommands.html
 116share/doc/gri/html/ManipulatingColumns.html
 117share/doc/gri/html/Mask.html
 118share/doc/gri/html/MathematicalText.html
 119share/doc/gri/html/Mathematics.html
 120share/doc/gri/html/MissingValues.html
 121share/doc/gri/html/New.html
 122share/doc/gri/html/NewCommands.html
 123share/doc/gri/html/Newpage.html
 124share/doc/gri/html/NonEnglishText.html
 125share/doc/gri/html/OnlineHelp.html
 126share/doc/gri/html/Open.html
 127share/doc/gri/html/OperatingSystem.html
 128share/doc/gri/html/PDFDiagram.html
 129share/doc/gri/html/ParsingSynonyms.html
 130share/doc/gri/html/PenColor.html
 131share/doc/gri/html/Plans.html
 132share/doc/gri/html/PlottingSeveralColumns.html
 133share/doc/gri/html/Polygons.html
 134share/doc/gri/html/PostScript.html
 135share/doc/gri/html/Programming.html
 136share/doc/gri/html/PurposeOfSynonyms.html
 137share/doc/gri/html/Pwd.html
 138share/doc/gri/html/Query.html
 139share/doc/gri/html/Quit.html
 140share/doc/gri/html/RPNexamples.html
 141share/doc/gri/html/Read.html
 142share/doc/gri/html/Regress.html
 143share/doc/gri/html/Reorder.html
 144share/doc/gri/html/ReportingBugs.html
 145share/doc/gri/html/Rescale.html
 146share/doc/gri/html/Resize.html
 147share/doc/gri/html/ResourceFile.html
 148share/doc/gri/html/Return.html
 149share/doc/gri/html/ReversePolishMath.html
 150share/doc/gri/html/Rewind.html
 151share/doc/gri/html/RpnFunction.html
 152share/doc/gri/html/Rpnfunction.html
 153share/doc/gri/html/RunningMeans.html
 154share/doc/gri/html/ScreenShot1.html
 155share/doc/gri/html/ScreenShot2.html
 156share/doc/gri/html/ScreenShot3.html
 157share/doc/gri/html/ScreenShot4.html
 158share/doc/gri/html/Set.html
 159share/doc/gri/html/Show.html
 160share/doc/gri/html/SimpleExample.html
 161share/doc/gri/html/SimpleExampleRevisited.html
 162share/doc/gri/html/SimpleNewCommand.html
 163share/doc/gri/html/Skip.html
 164share/doc/gri/html/Sleep.html
 165share/doc/gri/html/Smooth.html
 166share/doc/gri/html/SolitaryOperators.html
 167share/doc/gri/html/Source.html
 168share/doc/gri/html/Sprintf.html
 169share/doc/gri/html/StableStream.html
 170share/doc/gri/html/StackOperators.html
 171share/doc/gri/html/State.html
 172share/doc/gri/html/Superuser.html
 173share/doc/gri/html/Synonyms.html
 174share/doc/gri/html/System.html
 175share/doc/gri/html/SystemTools.html
 176share/doc/gri/html/TSDiagram.html
 177share/doc/gri/html/TertiaryOperators.html
 178share/doc/gri/html/TestSuite.html
 179share/doc/gri/html/Text.html
 180share/doc/gri/html/UnaryOperators.html
 181share/doc/gri/html/Unix-install.html
 182share/doc/gri/html/Unlink.html
 183share/doc/gri/html/UnstableStream.html
 184share/doc/gri/html/Variables.html
 185share/doc/gri/html/Version_2_10.html
 186share/doc/gri/html/Version_2_12.html
 187share/doc/gri/html/Version_2_2.html
 188share/doc/gri/html/Version_2_4.html
 189share/doc/gri/html/Version_2_6.html
 190share/doc/gri/html/Version_2_8.html
 191share/doc/gri/html/While.html
 192share/doc/gri/html/Write.html
 193share/doc/gri/html/X-Y.html
 194share/doc/gri/html/example1-tiny.png
 195share/doc/gri/html/example1.gri
 196share/doc/gri/html/example1.html
 197share/doc/gri/html/example1.png
 198share/doc/gri/html/example10-tiny.png
 199share/doc/gri/html/example10.gri
 200share/doc/gri/html/example10.html
 201share/doc/gri/html/example10.png
 202share/doc/gri/html/example10color-tiny.png
 203share/doc/gri/html/example10color.gri
 204share/doc/gri/html/example10color.html
 205share/doc/gri/html/example10color.png
 206share/doc/gri/html/example11-tiny.png
 207share/doc/gri/html/example11.gri
 208share/doc/gri/html/example11.html
 209share/doc/gri/html/example11.png
 210share/doc/gri/html/example12-tiny.png
 211share/doc/gri/html/example12.gri
 212share/doc/gri/html/example12.html
 213share/doc/gri/html/example12.png
 214share/doc/gri/html/example13-tiny.png
 215share/doc/gri/html/example13.gri
 216share/doc/gri/html/example13.html
 217share/doc/gri/html/example13.png
 218share/doc/gri/html/example2-tiny.png
 219share/doc/gri/html/example2.gri
 220share/doc/gri/html/example2.html
 221share/doc/gri/html/example2.png
 222share/doc/gri/html/example3-tiny.png
 223share/doc/gri/html/example3.gri
 224share/doc/gri/html/example3.html
 225share/doc/gri/html/example3.png
 226share/doc/gri/html/example4-tiny.png
 227share/doc/gri/html/example4.gri
 228share/doc/gri/html/example4.html
 229share/doc/gri/html/example4.png
 230share/doc/gri/html/example5-tiny.png
 231share/doc/gri/html/example5.gri
 232share/doc/gri/html/example5.html
 233share/doc/gri/html/example5.png
 234share/doc/gri/html/example6-tiny.png
 235share/doc/gri/html/example6.gri
 236share/doc/gri/html/example6.html
 237share/doc/gri/html/example6.png
 238share/doc/gri/html/example6histogram-tiny.png
 239share/doc/gri/html/example6histogram.gri
 240share/doc/gri/html/example6histogram.html
 241share/doc/gri/html/example6histogram.png
 242share/doc/gri/html/example7-tiny.png
 243share/doc/gri/html/example7.gri
 244share/doc/gri/html/example7.html
 245share/doc/gri/html/example7.png
 246share/doc/gri/html/example8-tiny.png
 247share/doc/gri/html/example8.gri
 248share/doc/gri/html/example8.html
 249share/doc/gri/html/example8.png
 250share/doc/gri/html/example9-tiny.png
 251share/doc/gri/html/example9.gri
 252share/doc/gri/html/example9.html
 253share/doc/gri/html/example9.png
 254share/doc/gri/html/examples
 255share/doc/gri/html/index.html
 256share/doc/gri/html/linux-install.html
 257share/doc/gri/html/logo.gri
 258share/doc/gri/html/logo.html
 259share/doc/gri/html/logo.png
 260share/doc/gri/html/mac-install.html
 261share/doc/gri/html/msdos-install.html
 262share/doc/gri/html/os2-install.html
 263share/doc/gri/html/precompiled-unix.html
 264share/doc/gri/html/resources/bottom_banner.gif
 265share/doc/gri/html/resources/math_symbols.gif
 266share/doc/gri/html/resources/pixel.gif
 267share/doc/gri/html/resources/sm_bg.gif
 268share/doc/gri/html/resources/symbols.gif
 269share/doc/gri/html/resources/top_banner.gif
 270share/doc/gri/html/screenshots/gri-screenshot-1-tiny.png
 271share/doc/gri/html/screenshots/gri-screenshot-1.png
 272share/doc/gri/html/screenshots/gri-screenshot-2-tiny.png
 273share/doc/gri/html/screenshots/gri-screenshot-2.png
 274share/doc/gri/html/screenshots/gri-screenshot-3-tiny.png
 275share/doc/gri/html/screenshots/gri-screenshot-3.png
 276share/doc/gri/html/screenshots/gri-screenshot-4-tiny.png
 277share/doc/gri/html/screenshots/gri-screenshot-4.png
 278share/doc/gri/html/tst_suite/tst_IO.html
 279share/doc/gri/html/tst_suite/tst_control.html
 280share/doc/gri/html/tst_suite/tst_rpn.html
 281share/doc/gri/html/tst_suite/tst_var_syn.html
 282share/doc/gri/html/uncompiled-unix.html
13share/doc/gri/license.txt 283share/doc/gri/license.txt
14share/doc/gri/refcard.ps 284share/doc/gri/refcard.ps
15share/doc/html/gri/AboutGriMode.html 
16share/doc/html/gri/Acknowledgments.html 
17share/doc/html/gri/AdjustingCharacterPosition.html 
18share/doc/html/gri/Archiving.html 
19share/doc/html/gri/Assert.html 
20share/doc/html/gri/AxisLabels.html 
21share/doc/html/gri/AxisLength.html 
22share/doc/html/gri/AxisPosition.html 
23share/doc/html/gri/AxisRange.html 
24share/doc/html/gri/AxisScaling.html 
25share/doc/html/gri/Beos-install.html 
26share/doc/html/gri/BinaryOperators.html 
27share/doc/html/gri/BoxPlots.html 
28share/doc/html/gri/Bugs.html 
29share/doc/html/gri/BuiltinIndex.html 
30share/doc/html/gri/Cd.html 
31share/doc/html/gri/ChangeableCommandArguments.html 
32share/doc/html/gri/Close.html 
33share/doc/html/gri/ColumnAlgebra.html 
34share/doc/html/gri/CombiningColumns.html 
35share/doc/html/gri/CommandIndex.html 
36share/doc/html/gri/CommandSyntax.html 
37share/doc/html/gri/Commands.html 
38share/doc/html/gri/CommandsOverview.html 
39share/doc/html/gri/ComplicatedNewCommand.html 
40share/doc/html/gri/ConceptIndex.html 
41share/doc/html/gri/ContourPlots.html 
42share/doc/html/gri/ContouringExample.html 
43share/doc/html/gri/Convert.html 
44share/doc/html/gri/Create.html 
45share/doc/html/gri/Debug.html 
46share/doc/html/gri/Debugging.html 
47share/doc/html/gri/Defaults.html 
48share/doc/html/gri/Delete.html 
49share/doc/html/gri/DeprecatedCommands.html 
50share/doc/html/gri/Development_Version.html 
51share/doc/html/gri/Differentiate.html 
52share/doc/html/gri/DiscussionGroup.html 
53share/doc/html/gri/Draw.html 
54share/doc/html/gri/Emacs.html 
55share/doc/html/gri/Emacs4.html 
56share/doc/html/gri/Emacs5.html 
57share/doc/html/gri/EmacsFeatures.html 
58share/doc/html/gri/EmbeddedSynonyms.html 
59share/doc/html/gri/EndGroup.html 
60share/doc/html/gri/Environment.html 
61share/doc/html/gri/ErrorMessages.html 
62share/doc/html/gri/Examples.html 
63share/doc/html/gri/Expecting.html 
64share/doc/html/gri/Extras.html 
65share/doc/html/gri/FAQ.html 
66share/doc/html/gri/FEM-tiny.png 
67share/doc/html/gri/FEM.html 
68share/doc/html/gri/FEM.png 
69share/doc/html/gri/FancyPlot.html 
70share/doc/html/gri/Filter.html 
71share/doc/html/gri/Flip.html 
72share/doc/html/gri/Fonts.html 
73share/doc/html/gri/GetEnv.html 
74share/doc/html/gri/GettingMoreControl.html 
75share/doc/html/gri/GriInThePress.html 
76share/doc/html/gri/GriModeCodeFragments.html 
77share/doc/html/gri/GriModeCommandNames.html 
78share/doc/html/gri/GriModeCompletionVarSyn.html 
79share/doc/html/gri/GriModeCompletions.html 
80share/doc/html/gri/GriModeCompletions2.html 
81share/doc/html/gri/GriModeEditing.html 
82share/doc/html/gri/GriModeScreenshots.html 
83share/doc/html/gri/GriModeUserCommands.html 
84share/doc/html/gri/GriModeUserInterface.html 
85share/doc/html/gri/Group.html 
86share/doc/html/gri/HandlingData.html 
87share/doc/html/gri/HandlingHeaders.html 
88share/doc/html/gri/Heal.html 
89share/doc/html/gri/Help.html 
90share/doc/html/gri/Hints.html 
91share/doc/html/gri/History.html 
92share/doc/html/gri/If.html 
93share/doc/html/gri/IfStatements.html 
94share/doc/html/gri/Ignore.html 
95share/doc/html/gri/IgnoringColumns.html 
96share/doc/html/gri/ImageExample.html 
97share/doc/html/gri/ImageWithContours.html 
98share/doc/html/gri/Images.html 
99share/doc/html/gri/Input.html 
100share/doc/html/gri/Insert.html 
101share/doc/html/gri/Installation.html 
102share/doc/html/gri/InstallingGriMode.html 
103share/doc/html/gri/Interpolate.html 
104share/doc/html/gri/Introduction.html 
105share/doc/html/gri/InvokingGri.html 
106share/doc/html/gri/KillingBugs.html 
107share/doc/html/gri/KnownBugs.html 
108share/doc/html/gri/Legend.html 
109share/doc/html/gri/License.html 
110share/doc/html/gri/List.html 
111share/doc/html/gri/ListOfGriCommands.html 
112share/doc/html/gri/LogAndLinearAxes.html 
113share/doc/html/gri/LongCommandLines.html 
114share/doc/html/gri/Loops.html 
115share/doc/html/gri/Ls.html 
116share/doc/html/gri/MajorGriModeCommands.html 
117share/doc/html/gri/ManipulatingColumns.html 
118share/doc/html/gri/Mask.html 
119share/doc/html/gri/MathematicalText.html 
120share/doc/html/gri/Mathematics.html 
121share/doc/html/gri/MissingValues.html 
122share/doc/html/gri/New.html 
123share/doc/html/gri/NewCommands.html 
124share/doc/html/gri/Newpage.html 
125share/doc/html/gri/NonEnglishText.html 
126share/doc/html/gri/OnlineHelp.html 
127share/doc/html/gri/Open.html 
128share/doc/html/gri/OperatingSystem.html 
129share/doc/html/gri/PDFDiagram.html 
130share/doc/html/gri/ParsingSynonyms.html 
131share/doc/html/gri/PenColor.html 
132share/doc/html/gri/Plans.html 
133share/doc/html/gri/PlottingSeveralColumns.html 
134share/doc/html/gri/Polygons.html 
135share/doc/html/gri/PostScript.html 
136share/doc/html/gri/Programming.html 
137share/doc/html/gri/PurposeOfSynonyms.html 
138share/doc/html/gri/Pwd.html 
139share/doc/html/gri/Query.html 
140share/doc/html/gri/Quit.html 
141share/doc/html/gri/RPNexamples.html 
142share/doc/html/gri/Read.html 
143share/doc/html/gri/Regress.html 
144share/doc/html/gri/Reorder.html 
145share/doc/html/gri/ReportingBugs.html 
146share/doc/html/gri/Rescale.html 
147share/doc/html/gri/Resize.html 
148share/doc/html/gri/ResourceFile.html 
149share/doc/html/gri/Return.html 
150share/doc/html/gri/ReversePolishMath.html 
151share/doc/html/gri/Rewind.html 
152share/doc/html/gri/RpnFunction.html 
153share/doc/html/gri/Rpnfunction.html 
154share/doc/html/gri/RunningMeans.html 
155share/doc/html/gri/ScreenShot1.html 
156share/doc/html/gri/ScreenShot2.html 
157share/doc/html/gri/ScreenShot3.html 
158share/doc/html/gri/ScreenShot4.html 
159share/doc/html/gri/Set.html 
160share/doc/html/gri/Show.html 
161share/doc/html/gri/SimpleExample.html 
162share/doc/html/gri/SimpleExampleRevisited.html 
163share/doc/html/gri/SimpleNewCommand.html 
164share/doc/html/gri/Skip.html 
165share/doc/html/gri/Sleep.html 
166share/doc/html/gri/Smooth.html 
167share/doc/html/gri/SolitaryOperators.html 
168share/doc/html/gri/Source.html 
169share/doc/html/gri/Sprintf.html 
170share/doc/html/gri/StableStream.html 
171share/doc/html/gri/StackOperators.html 
172share/doc/html/gri/State.html 
173share/doc/html/gri/Superuser.html 
174share/doc/html/gri/Synonyms.html 
175share/doc/html/gri/System.html 
176share/doc/html/gri/SystemTools.html 
177share/doc/html/gri/TSDiagram.html 
178share/doc/html/gri/TertiaryOperators.html 
179share/doc/html/gri/TestSuite.html 
180share/doc/html/gri/Text.html 
181share/doc/html/gri/UnaryOperators.html 
182share/doc/html/gri/Unix-install.html 
183share/doc/html/gri/Unlink.html 
184share/doc/html/gri/UnstableStream.html 
185share/doc/html/gri/Variables.html 
186share/doc/html/gri/Version_2_10.html 
187share/doc/html/gri/Version_2_12.html 
188share/doc/html/gri/Version_2_2.html 
189share/doc/html/gri/Version_2_4.html 
190share/doc/html/gri/Version_2_6.html 
191share/doc/html/gri/Version_2_8.html 
192share/doc/html/gri/While.html 
193share/doc/html/gri/Write.html 
194share/doc/html/gri/X-Y.html 
195share/doc/html/gri/example1-tiny.png 
196share/doc/html/gri/example1.html 
197share/doc/html/gri/example1.png 
198share/doc/html/gri/example10-tiny.png 
199share/doc/html/gri/example10.html 
200share/doc/html/gri/example10.png 
201share/doc/html/gri/example10color-tiny.png 
202share/doc/html/gri/example10color.html 
203share/doc/html/gri/example10color.png 
204share/doc/html/gri/example11-tiny.png 
205share/doc/html/gri/example11.html 
206share/doc/html/gri/example11.png 
207share/doc/html/gri/example12-tiny.png 
208share/doc/html/gri/example12.html 
209share/doc/html/gri/example12.png 
210share/doc/html/gri/example13-tiny.png 
211share/doc/html/gri/example13.html 
212share/doc/html/gri/example13.png 
213share/doc/html/gri/example2-tiny.png 
214share/doc/html/gri/example2.html 
215share/doc/html/gri/example2.png 
216share/doc/html/gri/example3-tiny.png 
217share/doc/html/gri/example3.html 
218share/doc/html/gri/example3.png 
219share/doc/html/gri/example4-tiny.png 
220share/doc/html/gri/example4.html 
221share/doc/html/gri/example4.png 
222share/doc/html/gri/example5-tiny.png 
223share/doc/html/gri/example5.html 
224share/doc/html/gri/example5.png 
225share/doc/html/gri/example6-tiny.png 
226share/doc/html/gri/example6.html 
227share/doc/html/gri/example6.png 
228share/doc/html/gri/example6histogram-tiny.png 
229share/doc/html/gri/example6histogram.html 
230share/doc/html/gri/example6histogram.png 
231share/doc/html/gri/example7-tiny.png 
232share/doc/html/gri/example7.html 
233share/doc/html/gri/example7.png 
234share/doc/html/gri/example8-tiny.png 
235share/doc/html/gri/example8.html 
236share/doc/html/gri/example8.png 
237share/doc/html/gri/example9-tiny.png 
238share/doc/html/gri/example9.html 
239share/doc/html/gri/example9.png 
240share/doc/html/gri/FEM.gri 
241share/doc/html/gri/example1.gri 
242share/doc/html/gri/example10.gri 
243share/doc/html/gri/example10color.gri 
244share/doc/html/gri/example11.gri 
245share/doc/html/gri/example12.gri 
246share/doc/html/gri/example13.gri 
247share/doc/html/gri/example2.gri 
248share/doc/html/gri/example3.gri 
249share/doc/html/gri/example4.gri 
250share/doc/html/gri/example5.gri 
251share/doc/html/gri/example6.gri 
252share/doc/html/gri/example6histogram.gri 
253share/doc/html/gri/example7.gri 
254share/doc/html/gri/example8.gri 
255share/doc/html/gri/example9.gri 
256share/doc/html/gri/logo.gri 
257share/doc/html/gri/examples 
258share/doc/html/gri/index.html 
259share/doc/html/gri/linux-install.html 
260share/doc/html/gri/logo.html 
261share/doc/html/gri/logo.png 
262share/doc/html/gri/mac-install.html 
263share/doc/html/gri/msdos-install.html 
264share/doc/html/gri/os2-install.html 
265share/doc/html/gri/precompiled-unix.html 
266share/doc/html/gri/resources/bottom_banner.gif 
267share/doc/html/gri/resources/math_symbols.gif 
268share/doc/html/gri/resources/pixel.gif 
269share/doc/html/gri/resources/sm_bg.gif 
270share/doc/html/gri/resources/symbols.gif 
271share/doc/html/gri/resources/top_banner.gif 
272share/doc/html/gri/screenshots/gri-screenshot-1-tiny.png 
273share/doc/html/gri/screenshots/gri-screenshot-1.png 
274share/doc/html/gri/screenshots/gri-screenshot-2-tiny.png 
275share/doc/html/gri/screenshots/gri-screenshot-2.png 
276share/doc/html/gri/screenshots/gri-screenshot-3-tiny.png 
277share/doc/html/gri/screenshots/gri-screenshot-3.png 
278share/doc/html/gri/screenshots/gri-screenshot-4-tiny.png 
279share/doc/html/gri/screenshots/gri-screenshot-4.png 
280share/doc/html/gri/tst_suite/tst_IO.html 
281share/doc/html/gri/tst_suite/tst_control.html 
282share/doc/html/gri/tst_suite/tst_rpn.html 
283share/doc/html/gri/tst_suite/tst_var_syn.html 
284share/doc/html/gri/uncompiled-unix.html 
285share/emacs/site-lisp/gri-mode.el 285share/emacs/site-lisp/gri-mode.el
286share/examples/gri/FEM.gri 286share/examples/gri/FEM.gri
287share/examples/gri/FEM.pl 287share/examples/gri/FEM.pl
288share/examples/gri/example1.dat 288share/examples/gri/example1.dat
289share/examples/gri/example1.gri 289share/examples/gri/example1.gri
290share/examples/gri/example1.ps 290share/examples/gri/example1.ps
291share/examples/gri/example10.dat 291share/examples/gri/example10.dat
292share/examples/gri/example10.gri 292share/examples/gri/example10.gri
293share/examples/gri/example10.ps 293share/examples/gri/example10.ps
294share/examples/gri/example10color.gri 294share/examples/gri/example10color.gri
295share/examples/gri/example10color.ps 295share/examples/gri/example10color.ps
296share/examples/gri/example11.dat 296share/examples/gri/example11.dat
297share/examples/gri/example11.gri 297share/examples/gri/example11.gri
@@ -329,14 +329,15 @@ share/examples/gri/example7g.dat @@ -329,14 +329,15 @@ share/examples/gri/example7g.dat
329share/examples/gri/example8.gri 329share/examples/gri/example8.gri
330share/examples/gri/example8.ps 330share/examples/gri/example8.ps
331share/examples/gri/example8a.dat 331share/examples/gri/example8a.dat
332share/examples/gri/example8b.dat 332share/examples/gri/example8b.dat
333share/examples/gri/example9.gri 333share/examples/gri/example9.gri
334share/examples/gri/example9.ps 334share/examples/gri/example9.ps
335share/examples/gri/example9a.dat 335share/examples/gri/example9a.dat
336share/examples/gri/example9b.dat 336share/examples/gri/example9b.dat
337share/examples/gri/logo.gri 337share/examples/gri/logo.gri
338share/examples/gri/model.elements 338share/examples/gri/model.elements
339share/examples/gri/model.nodes 339share/examples/gri/model.nodes
340share/gri/gri.cmd 340share/gri/gri.cmd
341share/gri/logo.dat 341share/gri/logo.dat
 342share/gri/rgb.txt
342share/gri/startup.msg 343share/gri/startup.msg

cvs diff -r1.8 -r1.9 pkgsrc/graphics/gri/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gri/distinfo 2008/09/16 22:47:41 1.8
+++ pkgsrc/graphics/gri/distinfo 2012/03/07 16:29:45 1.9
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1$NetBSD: distinfo,v 1.8 2008/09/16 22:47:41 dholland Exp $ 1$NetBSD: distinfo,v 1.9 2012/03/07 16:29:45 adam Exp $
2 2
3SHA1 (gri-2.12.18.tar.gz) = 978f7ebcff13bbc830b90a5d58b01acbf0321057 3SHA1 (gri-2.12.23.tar.gz) = 75856cc100040da28ba7d667e12301293e7dd5a5
4RMD160 (gri-2.12.18.tar.gz) = fbf66ac8c40010749c40ed96bf5f6b0086cfa0e9 4RMD160 (gri-2.12.23.tar.gz) = 9cd7861c88f7db0ec9a23e9cc2a2971a9d763842
5Size (gri-2.12.18.tar.gz) = 1672471 bytes 5Size (gri-2.12.23.tar.gz) = 1668587 bytes
6SHA1 (patch-aa) = 8c328a245d8c56785a0e749ce77bea70232605c8 6SHA1 (patch-aa) = bce867b76177e0625e36f7dead764cce9ba8cb6f
7SHA1 (patch-ab) = 184f8a1e87436e20bfc97e6a3d85c312300e4cd0 7SHA1 (patch-ab) = a6bfac5aa9d3dd1228a35d31900e3b553a293552
8SHA1 (patch-ac) = b5bf77c1e0c94b8dd5eaef28890e1b7e7972ece2 8SHA1 (patch-ac) = c4552643d14c32ff3539daf9193565077c2eb583
9SHA1 (patch-ae) = f3f25302a8893b3cbe23f909ffd5c8a2782c5b1f 9SHA1 (patch-ae) = f3f25302a8893b3cbe23f909ffd5c8a2782c5b1f
10SHA1 (patch-ag) = 5980890ff8dd23dd259b79a5de2e3148dde383fa 

cvs diff -r1.3 -r1.4 pkgsrc/graphics/gri/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/graphics/gri/patches/patch-aa 2008/09/04 06:43:06 1.3
+++ pkgsrc/graphics/gri/patches/patch-aa 2012/03/07 16:29:45 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-aa,v 1.3 2008/09/04 06:43:06 dholland Exp $ 1$NetBSD: patch-aa,v 1.4 2012/03/07 16:29:45 adam Exp $
2 2
3--- configure.ac~ 2008-03-16 10:18:52.000000000 -0400 3--- configure.ac.orig 2008-03-16 10:18:52.000000000 -0400
4+++ configure.ac 2008-09-04 01:45:01.000000000 -0400 4+++ configure.ac 2008-09-04 01:45:01.000000000 -0400
5@@ -302,28 +302,13 @@ GRI_DETERMINE_ENDIAN 5@@ -302,28 +302,13 @@ GRI_DETERMINE_ENDIAN
6  6
7 AC_CHECK_HEADERS(unistd.h) 7 AC_CHECK_HEADERS(unistd.h)
8  8
9- 9-
10-dnl Check for netcdf library. It might be in one of several places, 10-dnl Check for netcdf library. It might be in one of several places,
11-dnl so check several locations, reporting the location if found. 11-dnl so check several locations, reporting the location if found.
12-define(CHECK_FOR_NETCDF, [ 12-define(CHECK_FOR_NETCDF, [
13- AC_MSG_CHECKING(for netcdf library) 13- AC_MSG_CHECKING(for netcdf library)
14- for d in /opt/netcdf /usr/local /usr; do 14- for d in /opt/netcdf /usr/local /usr; do
15- if test -f $d/include/netcdf.h; then 15- if test -f $d/include/netcdf.h; then
16- AM_CXXFLAGS="$AM_CXXFLAGS -I$d/include" 16- AM_CXXFLAGS="$AM_CXXFLAGS -I$d/include"

cvs diff -r1.3 -r1.4 pkgsrc/graphics/gri/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/graphics/gri/patches/patch-ab 2008/09/04 06:43:06 1.3
+++ pkgsrc/graphics/gri/patches/patch-ab 2012/03/07 16:29:45 1.4
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1$NetBSD: patch-ab,v 1.3 2008/09/04 06:43:06 dholland Exp $ 1$NetBSD: patch-ab,v 1.4 2012/03/07 16:29:45 adam Exp $
2 2
3--- src/Makefile.in~ 2008-05-29 07:56:19.000000000 -0400 3--- src/Makefile.in.orig 2011-07-06 14:09:14.000000000 +0000
4+++ src/Makefile.in 2008-09-04 01:39:29.000000000 -0400 4+++ src/Makefile.in
5@@ -785,18 +785,18 @@ startup.msg-tmp: $(the_startup_file) 5@@ -785,18 +785,18 @@ startup.msg-tmp: $(the_startup_file)
6 all-local: gri.cmd startup.msg-tmp 6 all-local: gri.cmd startup.msg-tmp
7  7
8 install-exec-local: 8 install-exec-local:
9- mkdir -m 755 -p $(DESTDIR)$(prefix)/bin 9- mkdir -m 755 -p $(DESTDIR)$(prefix)/bin
10+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(prefix)/bin 10+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(prefix)/bin
11 $(INSTALL_SCRIPT) $(srcdir)/gri_unpage $(DESTDIR)$(prefix)/bin/gri_unpage 11 $(INSTALL_SCRIPT) $(srcdir)/gri_unpage $(DESTDIR)$(prefix)/bin/gri_unpage
12 $(INSTALL_SCRIPT) $(srcdir)/gri_merge $(DESTDIR)$(prefix)/bin/gri_merge 12 $(INSTALL_SCRIPT) $(srcdir)/gri_merge $(DESTDIR)$(prefix)/bin/gri_merge
13  13
14 install-data-local: 14 install-data-local:
15-@OS_IS_FINK_TRUE@ mkdir -m 755 -p $(DESTDIR)$(prefix)/share/emacs/site-lisp 15-@OS_IS_FINK_TRUE@ mkdir -m 755 -p $(DESTDIR)$(prefix)/share/emacs/site-lisp
16+@OS_IS_FINK_TRUE@ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/emacs/site-lisp 16+@OS_IS_FINK_TRUE@ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/emacs/site-lisp
17 @OS_IS_FINK_TRUE@ $(INSTALL_DATA) $(srcdir)/gri-mode.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri-mode.el 17 @OS_IS_FINK_TRUE@ $(INSTALL_DATA) $(srcdir)/gri-mode.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri-mode.el
18-@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_TRUE@ mkdir -m 755 -p $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri 18-@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_TRUE@ mkdir -m 755 -p $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri
19+@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_TRUE@ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri 19+@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_TRUE@ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri
20 @OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_TRUE@ $(INSTALL_DATA) $(srcdir)/gri-mode.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri/gri-mode.el 20 @OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_TRUE@ $(INSTALL_DATA) $(srcdir)/gri-mode.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri/gri-mode.el
21-@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@ mkdir -m 755 -p $(DESTDIR)$(prefix)/share/emacs/site-lisp 21-@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@ mkdir -m 755 -p $(DESTDIR)$(prefix)/share/emacs/site-lisp
22+@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/emacs/site-lisp 22+@OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/emacs/site-lisp
23 @OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@ $(INSTALL_DATA) $(srcdir)/gri-mode.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri-mode.el 23 @OS_IS_FINK_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@ $(INSTALL_DATA) $(srcdir)/gri-mode.el $(DESTDIR)$(prefix)/share/emacs/site-lisp/gri-mode.el
24- mkdir -m 755 -p $(DESTDIR)$(prefix)/share/gri 24- mkdir -m 755 -p $(DESTDIR)$(prefix)/share/gri
25+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/gri 25+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(prefix)/share/gri
26 $(INSTALL_DATA) startup.msg-tmp $(DESTDIR)$(prefix)/share/gri/startup.msg 26 $(INSTALL_DATA) startup.msg-tmp $(DESTDIR)$(prefix)/share/gri/startup.msg
27 $(INSTALL_DATA) gri.cmd $(DESTDIR)$(prefix)/share/gri/gri.cmd 27 $(INSTALL_DATA) gri.cmd $(DESTDIR)$(prefix)/share/gri/gri.cmd
28 $(INSTALL_DATA) logo.dat $(DESTDIR)$(prefix)/share/gri/logo.dat 28 $(INSTALL_DATA) rgb.txt $(DESTDIR)$(prefix)/share/gri/rgb.txt

cvs diff -r1.3 -r1.4 pkgsrc/graphics/gri/patches/patch-ac (expand / switch to unified diff)

--- pkgsrc/graphics/gri/patches/patch-ac 2008/09/16 22:47:41 1.3
+++ pkgsrc/graphics/gri/patches/patch-ac 2012/03/07 16:29:45 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-ac,v 1.3 2008/09/16 22:47:41 dholland Exp $ 1$NetBSD: patch-ac,v 1.4 2012/03/07 16:29:45 adam Exp $
2 2
3--- doc/Makefile.in.orig 2008-09-08 12:35:24.000000000 -0400 3--- doc/Makefile.in.orig 2011-07-06 14:09:14.000000000 +0000
4+++ doc/Makefile.in 2008-09-16 18:35:52.000000000 -0400 4+++ doc/Makefile.in
5@@ -179,31 +179,13 @@ target_alias = @target_alias@ 5@@ -179,31 +179,13 @@ target_alias = @target_alias@
6 top_builddir = @top_builddir@ 6 top_builddir = @top_builddir@
7 top_srcdir = @top_srcdir@ 7 top_srcdir = @top_srcdir@
8 info_TEXINFOS = gri.texi 8 info_TEXINFOS = gri.texi
9-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1 9-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1
10-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/man/man1 10-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/man/man1
11-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1 11-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1
12-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1 12-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1
13-@OS_IS_LINUX_REDHAT_TRUE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1 13-@OS_IS_LINUX_REDHAT_TRUE@MAN_DIR = $(DESTDIR)$(prefix)/share/man/man1
14-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/share/info 14-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/share/info
15-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/info 15-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/info
16-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/share/info 16-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/share/info
17-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/share/info 17-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@INFO_DIR = $(DESTDIR)$(prefix)/share/info
@@ -25,46 +25,46 @@ $NetBSD: patch-ac,v 1.3 2008/09/16 22:47 @@ -25,46 +25,46 @@ $NetBSD: patch-ac,v 1.3 2008/09/16 22:47
25-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@HTML_DIR = $(DOC_DIR)/html 25-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@HTML_DIR = $(DOC_DIR)/html
26-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@HTML_DIR = $(DOC_DIR)/html 26-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@HTML_DIR = $(DOC_DIR)/html
27-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@HTML_DIR = $(DOC_DIR)/html 27-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@HTML_DIR = $(DOC_DIR)/html
28-@OS_IS_LINUX_REDHAT_TRUE@HTML_DIR = $(DOC_DIR)/html 28-@OS_IS_LINUX_REDHAT_TRUE@HTML_DIR = $(DOC_DIR)/html
29-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DOC_DIR)/examples 29-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_FALSE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DOC_DIR)/examples
30-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DESTDIR)$(prefix)/share/examples/gri 30-@OS_IS_FINK_FALSE@@OS_IS_FREEBSD_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DESTDIR)$(prefix)/share/examples/gri
31-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DOC_DIR)/examples 31-@OS_IS_FINK_TRUE@@OS_IS_LINUX_DEBIAN_FALSE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DOC_DIR)/examples
32-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DOC_DIR)/examples 32-@OS_IS_LINUX_DEBIAN_TRUE@@OS_IS_LINUX_REDHAT_FALSE@EXAMPLES_DIR = $(DOC_DIR)/examples
33-@OS_IS_LINUX_REDHAT_TRUE@EXAMPLES_DIR = $(DOC_DIR)/examples 33-@OS_IS_LINUX_REDHAT_TRUE@EXAMPLES_DIR = $(DOC_DIR)/examples
34+ 34+
35+MAN_DIR=$(DESTDIR)$(prefix)/${PKGMANDIR}/man1 35+MAN_DIR=$(DESTDIR)$(prefix)/${PKGMANDIR}/man1
36+INFO_DIR=$(DESTDIR)$(prefix)/${PKGINFODIR} 36+INFO_DIR=$(DESTDIR)$(prefix)/${PKGINFODIR}
37+DOC_DIR=$(DESTDIR)$(prefix)/share/doc/gri 37+DOC_DIR=$(DESTDIR)$(prefix)/share/doc/gri
38+HTML_DIR=$(DESTDIR)$(prefix)/share/doc/html/gri 38+HTML_DIR=$(DESTDIR)$(prefix)/share/doc/gri/html
39+EXAMPLES_DIR=$(DESTDIR)$(prefix)/share/examples/gri 39+EXAMPLES_DIR=$(DESTDIR)$(prefix)/share/examples/gri
40+ 40+
41 RM = rm -f 41 RM = rm -f
42 # REFCARD = refcard 42 # REFCARD = refcard
43 # CMD_REFCARD = cmdrefcard 43 # CMD_REFCARD = cmdrefcard
44@@ -822,7 +804,7 @@ html-install: 44@@ -822,7 +804,7 @@ html-install:
45 $(INSTALL_DATA) $(srcdir)/examples/*.gri $(EXAMPLES_DIR) 45 $(INSTALL_DATA) $(srcdir)/examples/*.gri $(EXAMPLES_DIR)
46 $(INSTALL_DATA) $(srcdir)/examples/e*.ps $(EXAMPLES_DIR) 46 $(INSTALL_DATA) $(srcdir)/examples/e*.ps $(EXAMPLES_DIR)
47 $(INSTALL_SCRIPT) $(srcdir)/examples/FEM.pl $(EXAMPLES_DIR) 47 $(INSTALL_SCRIPT) $(srcdir)/examples/FEM.pl $(EXAMPLES_DIR)
48- (cd $(HTML_DIR); rm -rf examples ; ln -sf ../examples) 48- (cd $(HTML_DIR); rm -rf examples ; ln -sf ../examples)
49+ (cd $(HTML_DIR); rm -rf examples ; ln -sf ../../../examples/gri examples) 49+ (cd $(HTML_DIR); rm -rf examples ; ln -sf ../../../examples/gri examples)
50  50
51 # Sun Jun 8 11:40:52 UTC 2003 [Dan Kelley] 51 # Sun Jun 8 11:40:52 UTC 2003 [Dan Kelley]
52 # This is commented-out because it's not used. Later it will be deleted. 52 # This is commented-out because it's not used. Later it will be deleted.
53@@ -898,7 +880,7 @@ install-data-local: 53@@ -900,7 +882,7 @@ install-data-local:
54 # This is handled by gri.spec [2003-may-31 Dan Kelley] 54 # This is handled by gri.spec [2003-may-31 Dan Kelley]
55 @OS_IS_LINUX_REDHAT_FALSE@ $(INSTALL_DATA) refcard.ps $(DOC_DIR) 55 @OS_IS_LINUX_REDHAT_FALSE@ $(INSTALL_DATA) refcard.ps $(DOC_DIR)
56 @OS_IS_LINUX_REDHAT_FALSE@ $(INSTALL_DATA) cmdrefcard.ps $(DOC_DIR) 56 @OS_IS_LINUX_REDHAT_FALSE@ $(INSTALL_DATA) cmdrefcard.ps $(DOC_DIR)
57- mkdir -m 755 -p $(MAN_DIR) 57- mkdir -m 755 -p $(MAN_DIR)
58+ $(MKDIR_P) $(MAN_DIR) 58+ $(MKDIR_P) $(MAN_DIR)
59 cat $(srcdir)/../doc/$(gri_manpage_name) | sed -e s,VERSION,${PACKAGE_VERSION}, > tmp 59 cat $(srcdir)/../doc/$(gri_manpage_name) | sed -e s,VERSION,${PACKAGE_VERSION}, > tmp
60 $(INSTALL_DATA) tmp $(MAN_DIR)/gri.1 60 $(INSTALL_DATA) tmp $(MAN_DIR)/gri.1
61 $(RM) tmp 61 $(RM) tmp
62@@ -906,7 +888,7 @@ install-data-local: 62@@ -908,7 +890,7 @@ install-data-local:
63 # they are supposed to go, at least on linux/redhat systems [2003-jun-8 Dan Kelley] 63 # they are supposed to go, at least on linux/redhat systems [2003-jun-8 Dan Kelley]
64 $(INSTALL_DATA) $(srcdir)/../doc/gri_merge.1-skel $(MAN_DIR)/gri_merge.1 64 $(INSTALL_DATA) $(srcdir)/../doc/gri_merge.1-skel $(MAN_DIR)/gri_merge.1
65 $(INSTALL_DATA) $(srcdir)/../doc/gri_unpage.1-skel $(MAN_DIR)/gri_unpage.1 65 $(INSTALL_DATA) $(srcdir)/../doc/gri_unpage.1-skel $(MAN_DIR)/gri_unpage.1
66- mkdir -m 755 -p $(INFO_DIR) 66- mkdir -m 755 -p $(INFO_DIR)
67+ $(MKDIR_P) $(INFO_DIR) 67+ $(MKDIR_P) $(INFO_DIR)
68 echo "INSTALLING INTO INFO_DIR WHICH IS [$(INFO_DIR)]" 68 echo "INSTALLING INTO INFO_DIR WHICH IS [$(INFO_DIR)]"
69 @OS_IS_FINK_FALSE@ $(INSTALL_DATA) $(srcdir)/../doc/gri.info* $(INFO_DIR) 69 @OS_IS_FINK_FALSE@ $(INSTALL_DATA) $(srcdir)/../doc/gri.info* $(INFO_DIR)
70 @OS_IS_FINK_TRUE@ @echo "DEBUG: The OS is fink" 70 @OS_IS_FINK_TRUE@ @echo "DEBUG: The OS is fink"

File Deleted: pkgsrc/graphics/gri/patches/Attic/patch-ag