home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sources / 2555 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.5 KB  |  80 lines

  1. Newsgroups: alt.sources
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!munnari.oz.au!manuel.anu.edu.au!csc.canberra.edu.au!pandonia!jan
  3. From: jan@pandonia.canberra.edu.au (Jan Newmarch)
  4. Subject: X11/Motif file manager
  5. Message-ID: <1992Nov19.052117.25405@csc.canberra.edu.au>
  6. Sender: news@csc.canberra.edu.au
  7. Organization: University of Canberra
  8. Date: Thu, 19 Nov 92 05:21:17 GMT
  9. Lines: 69
  10.  
  11.  
  12.  
  13.  
  14.     
  15.         
  16.                      XmFm - An X11/Motif File Manager
  17.  
  18.  
  19. Description:
  20.     xmfm is a file manager that shows files as icons in panes.
  21.     It divides the display of a directory into three areas,
  22.     executable files, directories and ordinary files to distinguish
  23.     between them.  When a file is selected a range of actions can
  24.     be performed on it. This is configurable on a per user basis.
  25.     xmfm also allows arbitrary programs to be run from within it.
  26.  
  27. Author
  28.     Jan Newmarch, Information Science and Engineering,
  29.     University of Canberra. email: jan@ise.canberra.edu.au
  30.  
  31. Availability
  32.     Posted to alt.sources 19 Nov 92 as 17 shar files.
  33.     To retrieve it save all 17 parts and edit out any
  34.     news headers. Then for each part in turn run a shell e.g.:
  35.         sh part.01
  36.         sh part.02
  37.         ...    
  38.     If you are using a newsreader such as nn, select all the files
  39.     and type
  40.         :unshar
  41.  
  42.     The latest version is available for anonymous ftp from
  43.     csc.canberra.edu.au (137.92.1.1) as /pub/motif/xmfm.tar.*.Z
  44.  
  45. Platforms
  46.     This has only been tested on a Sun Sparcstation. It compiles
  47.     under gcc and cc.  It requires Motif 1.1 or Motif 1.2.
  48.  
  49. Building:
  50.     In most instances, it should be sufficient to type
  51.         xmkmf
  52.         make
  53.         make install
  54.         make install.man
  55.     You may want to change some of the DEFINES flags. A list
  56.     of these is given in the file DEFINES. You may also wish
  57.     to change the compiler options. Make these changes in the
  58.     Imakefile before running xmkmf.
  59.  
  60. Copyright
  61.     This program is distributed as free software under the GNU
  62.     license. Some parts of this system are subject to other
  63.     licensing conditions. 
  64.  
  65.     The files rdd.h and rdd.c were written by Roger Reynolds.
  66.     "Written by Roger Reynolds.  You may freely use/redistribute the
  67.     RDD library."
  68.  
  69.     The directory manager routines are from the Free Widget Foundation.
  70.     The files are DirMgr.[ch], Directory.[ch], RegExp.[ch]. I
  71.     cannot find a statement of conditions.
  72.  
  73.     The bitmaps are from Edward Groenendaal's xdtm. I cannot find
  74.     a statement of conditions.
  75. --
  76. +----------------------+---+
  77.   Jan Newmarch, Information Science and Engineering,
  78.   University of Canberra, PO Box 1, Belconnen, Act 2616
  79.   Australia. Tel: (Aust) 6-2012422. Fax: (Aust) 6-2015041
  80.