From owner-freebsd-questions Wed Jun 11 07:10:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA25042 for questions-outgoing; Wed, 11 Jun 1997 07:10:51 -0700 (PDT) Received: from mail.EUnet.hu (www.eunet.hu [193.225.28.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25032 for ; Wed, 11 Jun 1997 07:10:46 -0700 (PDT) Received: by mail.EUnet.hu, id QAA03308; Wed, 11 Jun 1997 16:10:36 +0200 Received: (from zgabor@localhost) by CoDe.hu (8.7.5/8.7.3) id NAA00541; Wed, 11 Jun 1997 13:50:24 +0200 (MET DST) From: Zahemszky Gabor Message-Id: <199706111150.NAA00541@CoDe.hu> Subject: Re: motif for FreeBSD To: freebsd-questions@freebsd.org (FreeBSD questions) Date: Wed, 11 Jun 1997 13:50:24 +0200 (MET DST) Cc: jgrosch@xsvr1.cup.hp.com In-Reply-To: <9706101808.ZM24592@xsvr1.cup.hp.com> from "Josef C. Grosch Contra" at "Jun 10, 97 06:08:08 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Jun 10, 4:08pm, Samani Darius wrote: > > Subject: motif for FreeBSD > > > > > > Could you please let me know where I can get motif for FreeBSD ? > > > > > > thanks much, > > > > --darius > >-- End of excerpt from Samani Darius > > Real Motif, as in the licensed, is available from Xi Graphics, > http://www.xinside.com. There is a clone being developed. It's called Mootiff. > But it is not ready for prime-time. You are wrong. Mootiff is another commercial product, on 2.2.1 with Linux-emu, I have a working version of the Linux version of it. (Well, I didn't tested it too, but mwm is working.) Gabor -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"