From eb0b333d06585f3ea3e060b37c78969ea44fdc60 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 30 Jun 2012 22:19:56 +0000 Subject: x86 solaris git-svn-id: svn://tug.org/texlive/trunk@26935 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/mipsel-linux/xasy | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) mode change 100755 => 120000 Master/bin/mipsel-linux/xasy (limited to 'Master/bin/mipsel-linux') diff --git a/Master/bin/mipsel-linux/xasy b/Master/bin/mipsel-linux/xasy deleted file mode 100755 index ffca16a1e2d..00000000000 --- a/Master/bin/mipsel-linux/xasy +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/env python -########################################################################### -# -# xasy implements a graphical interface for Asymptote. -# -# -# Author: Orest Shardt -# Created: June 29, 2007 -# -############################################################################ - -import getopt,sys,signal -from Tkinter import * -import xasyMainWin - -signal.signal(signal.SIGINT,signal.SIG_IGN) - -root = Tk() -mag = 1.0 -try: - opts,args = getopt.getopt(sys.argv[1:],"x:") - if(len(opts)>=1): - mag = float(opts[0][1]) -except: - print "Invalid arguments." - print "Usage: xasy.py [-x magnification] [filename]" - sys.exit(1) -if(mag <= 0.0): - print "Magnification must be positive." - sys.exit(1) -if(len(args)>=1): - app = xasyMainWin.xasyMainWin(root,args[0],mag) -else: - app = xasyMainWin.xasyMainWin(root,magnification=mag) -root.mainloop() diff --git a/Master/bin/mipsel-linux/xasy b/Master/bin/mipsel-linux/xasy new file mode 120000 index 00000000000..06b216f0df2 --- /dev/null +++ b/Master/bin/mipsel-linux/xasy @@ -0,0 +1 @@ +../../texmf/asymptote/GUI/xasy.py \ No newline at end of file -- cgit v1.2.3