]> git.pld-linux.org Git - packages/grace.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:38 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grace.perl.patch -> 1.2
    xmgrace -> 1.2

grace.perl.patch [deleted file]
xmgrace [deleted file]

diff --git a/grace.perl.patch b/grace.perl.patch
deleted file mode 100644 (file)
index 26f4cc7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- grace-5.0.0/auxiliary/fdf2fit.orig Wed Jul 15 08:45:44 1998
-+++ grace-5.0.0/auxiliary/fdf2fit      Wed Jul 15 08:46:14 1998
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- # fdf2fit - script to convert Origin-4 .fdf fit parameter files to ACE/gr's
- # Version 0.3
- # Author Yu. V. Ralchenko <fnralch@plasma-gate.weizmann.ac.il>
diff --git a/xmgrace b/xmgrace
deleted file mode 100644 (file)
index 860772d..0000000
--- a/xmgrace
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/perl
-
-use File::Basename;
-
-$grhome =$ENV{GRACE_HOME};
-$grhome ="/usr/X11R6/lib/X11/grace" if "$grhome" eq "";
-$dynamic = "$grhome" . "/bin/xmgrace.dynamic";
-$semistatic = "$grhome" . "/bin/xmgrace.semistatic";
-$basename = basename($0);
-if (-x "$dynamic") {
-    exec $dynamic $basename, @ARGV;
-} elsif (-x "$semistatic") {
-    exec $semistatic $basename, @ARGV;
-} else {
-    die "ERROR: Can't find any grace executable in $grhome/bin\n";
-}
This page took 0.046986 seconds and 4 git commands to generate.