Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
$NetBSD: patch-ac,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
--- Tests/run.sh.orig
+++ Tests/run.sh
@@ -6,16 +6,16 @@
#
# program location
-PLOTMTV="../Bin/plotmtv"
+PLOTMTV="plotmtv"
# Use this to test color postscript
-#PLOTMTV="../Bin/plotmtv -scale 0.5 -colorps"
+#PLOTMTV="plotmtv -scale 0.5 -colorps"
# Use this to test 3D postscript and the scale factor
-#PLOTMTV="../Bin/plotmtv -3D -scale 0.8"
+#PLOTMTV="plotmtv -3D -scale 0.8"
# Use this to generate lots of postscript files (without prompting)
-#PLOTMTV="../Bin/plotmtv -noxplot -print"
+#PLOTMTV="plotmtv -noxplot -print"
# do each test-case one-by-one, prompting for input
ALLPLOT=0