Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

gentoo-0.9.22-1 RPM for i386

From Contribs

Name: gentoo Distribution: Freshmeat RPMs
Version: 0.9.22 Vendor: Emil Brink <emil@obsession.se>
Release: 1 Build date: Tue Jan 12 16:51:07 1999
Group: X11/Utilities Build host: desktop.infohwy.com
Size: 1139087 Source RPM: gentoo-0.9.22-1.src.rpm
Packager: Ryan Weaver <ryanw@infohwy.com>
Url: http://www.obsession.se/gentoo
Summary: gentoo is a Gtk+ file manager for Linux.
gentoo is a file manager for Linux written from scratch in pure C. It
uses the GTK+ toolkit for all of its interface needs. gentoo provides
100% GUI configurability; no need to edit config files by hand and re-
start the program. gentoo supports identifying the type of various
files (using extension, regular expressions, and/or the 'file' command),
and can display files of different types with different colors and icons.
	gentoo borrows some of its look and feel from the classic Amiga
file manager "Directory OPUS"(TM) (written by Jonathan Potter).

Provides

Requires

Copyright

GPL

Changelog

* Wed Jan 13 1999 Ryan Weaver <ryanw@infohwy.com>
  [gentoo-0.9.22-1]
  - Installing new manpage now
  - Fixes in 0.9.22
  - Added display of current line and percentage to text viewer.
  - Added a GTK+ widget name ("cstPreview") to the CList used to
    preview panes in the File Styles config page.
  - The textviewer now doesn't get all confused (and crash) if you
    are mean enough to close it while its Goto dialog is open.
  - Added Search capabilities to the textviewer. Might not be the
    most intuitive search function you have ever used, but seems to
    work. For more information about how to use it, check out
    "docs/scratch/search_howto.txt".
  - The dirpane position history now works even better, especially
    for cases where files have disappeared (right after Delete).
  - Clicking the little "H"-button (to toggle "Hide Allowed?") now
    also activates the pane. Makes it less confusing.
  - The "IQSize" dirpane column type now also has an option not
    to show the filesystem size for directories, just like the
    regular "Size" has. The "Blocks" content doesn't, though.
  - Modified the File Types config so that now when you click Add,
    the new type appears just below the currently selected one. If
    there's no selection, it appears next-to-last. The list redrawing
    is (still) pretty much broken; I blame GTK+ for that...
  - Changed order of things done at startup, so now it is possible
    to specify a GTK+ RC path of "~". This used to fail.
  - Added a "run_file" user command example, since many (2) people
    have asked how to define one of those... Was it so hard? :^)
  - Added the command-line option "--no-rc" which causes gentoo to
    skip loading its config file (.gentoorc). For reasons of
    symmetry, I also added the "--no-gtkrc" flag, which does the
    obvious thing.
  - Inspired by the man-page written by Josip Rodin (maintainer of
    the Debian Linux package of gentoo), I finally do 'man 7 man'
    and write up one of my own. You can find it in "docs/gentoo.1x".
  - Replaced the ".." label on the DirParent-button (left of path
    entry widget in panes) with a specially crafted icon. Might
    be clearer in meaning and easier to spot.
  - Added a File Type (and Style) for Perl source code...
  - Moved the XPM files that are compiled into the program into
    their own directory (graphics/) so they're less in my way. :)
* Thu Jan 07 1999 Ryan Weaver <ryanw@infohwy.com>
  [gentoo-0.9.21-1]
  - Fixes in 0.9.21
  - Fixed a huge bug in the creation of the default button rows. The
    same row was added twice to a list, causing great confusion in
    the memory management routines when attempting to free it...
  - The Type configuration page now shows the icon as well as the
    name of the corresponding Style. Looks kind'a neat. :^)
  - Added an option to blank out the "Size" column for directories,
    until you run GetSize on them. The option is in the column-
    specific dialog (click "Edit" with the Size-column selected on
    the Dir Pane config tab).
  - If a config change caused the dirpanes to rebuild, they would
    lose the indication of which was current. Fixed.
  - The Mode-column now also shows type and the setuid, setgid and
    sticky bits, using (I think) the same format as GNU ls. This
    format is highly magic. Because of the way in which gentoo currently
    treats links, they will never be shown as links by Mode. Sorry.
  - Oh, darn. It seems that I accidentally disabled all {}-codes in
    0.9.20. Major oops. Fixed.
  - The vertical position memory for dirpanes had somehow stopped
    working (I didn't touch it, I promise!) too. Fixed that as well.
    That is really a fragile kludge, but I like it so much that I'll
    try and keep it...
  - Added some glitz to the text viewing window used by the ViewText
    and ViewHex commands. A few of the buttons are ghosted out; these
    have not been implemented yet (left in to show what's coming).
  - The overwrite-confirmation requester (and all other dialogs using
    the same underlying code) is now automatically raised, which should
    reduce confusion between it and e.g. the progress reporting window.
  - Replaced the HTML documentation with a version that is sanctioned
    by one of Obsession's web-professionals (<ulf@obsession.se>). It
    sure has the looks, but the content is still outdated. :( Sorry.
* Tue Jan 05 1999 Ryan Weaver <ryanw@infohwy.com>
  [gentoo-0.9.20-1]
  - Fixes in 0.9.20
  - Removed -Wsign-compare from the CFLAGS, since it's not supported
    on older (2.7.x, I believe) versions of gcc. It seems I'm not the
    last person to upgrade (I'm now running 2.8.1)... ;^)
  - The cfg_buttons.c module didn't compile on Red Hat systems. Of
    course, 0.9.19 was released without testing on RH first. :(
  - Made sure "gentoo.h" is included first in all modules, which is
    really a must.
  - Added inclusion of <stdlib.h> to some places, where it was
    obviously needed. As usual, I don't have any problems at all with
    this, but users running RH indeed have... Hm.
  - Updated the icons/ directory with Johan's latest creations. You
    can find more at <http:/http://www.dsv.su.se/~j-hanson/>.
  - Um... Thought I found a race-condition bug in the command-running
    code, but couldn't find it before it magically disappeared. :(
  - Possibly fixed a bug that has been here since the first release,
    making gentoo have problems with empty directories. It turns out
    that the implementation of realloc() I have on my system doesn't
    work as the man-page says it should. :(
  - The Copy command (and therefore, indirectly, parts of the CopyAs,
    Clone, Move and MoveAs commands) now always checks the size of a
    file before starting to copy it. It used to rely on the value in
    the pane, which is not always up to date. The new size, if any,
    will *not* appear in the pane. It will just be silently used. If
    you don't like this, create user command wrappers for each of these
    commands that first does a DirRescan, then runs the command in
    question (e.g. Copy).
  - Wrote up a short tutorial/howto on how to define user commands.
    You can find it in docs/scratch/command_howto.txt. Cleaned up
    the docs/scratch directory while I was at it.
  - The user command parser now has rudimentary support for quoting
    portions of the definition. Use double quotes. Quotes override
    everything, so you can't use {}-codes inside quoted portions. :(
* Sun Dec 20 1998 Ryan Weaver <ryanw@infohwy.com>
  [gentoo-0.9.18-1]
  - Fixes in 0.9.18
    * Capitalized A Couple Of Words in the selection dialog...
    * Example config now understands PDF files (and you can view them,
      if you have AcroRead installed).
    * Fixed a bug in the directory history, where it could sometimes
      set the pane vertical position from random data on newly entered
      directories! Yuck. Reported by Johan Hanson, the icon wiz.
    * Added recognition of JPEG images to the config...
    * Now uses the latest version of Johan's icon package, in icons/.
      Check out those new image-icons! Also uses the "Bad.xpm" icon
      as the built-in icon for load-failure (in "icon_failed.xpm").
    * Removed the explicit priority field from file types. The
      priority is now simply taken from the type's list position. Added
      up and down arrows in config page for easy adjustment. Makes the
      handling of types more consistent with other things, but loses the
      automatic sorting...
    * Implemented a per-pane adjustable configuration flag, that controls
      whether the pane cares about file hiding or not. Connected this to
      another "secret" keyboard shortcut: try pressing 'h'...
    * Tidied up the command interface to the configuration window, and
      added a "ConfigureSave" command in the process. Don't hold your
      breath for a loader, though...
    * Added true GTK+ widget names to the pane column lists. Now the
      supplied GTK+ RC file only sets the fonts there, rather than in
      ALL CLists. Neat. Updated README.gtkrc accordingly.
    * Changed the order of the config pages somewhat, making them some-
      what more logical (or something).
    * Fixed a potential memory-leak when deleting types, and also made
      it select a new current type after deleting, which is nice.
    * The children.c module now uses the POSIXly correct API for dealing
      with signals. Since POSIX signals are supposedly reliable, this
      might work better. Some testing on Solaris actually seems to
      support this theory, too. Good.
    * The output capture window no longer opens before there's some-
      thing to show. This has the interesting (?) side effect that if
      there is no output, it never shows up at all, which is nice.
    * The GTK+ Text widget used by gentoo now has a name, which allows
      you to control its look through the GTK+ RC file. See example.
    * Removed the progress reporting for the Delete command, since I
      really didn't like the way it behaved (I'm surprised nobody has
      complained).
    * The command selection dialog (used by the Run command and when
      setting up actions) now remembers collapsed/expanded states for
      its two subtrees. No saving, though.
    * Added a Zip-disk size template to the Split command.
    * Fixed the UnselectFirst command, which didn't refresh correctly.
    * Improved the behaviour of the vertical position history when the
      number of rows in pane changes drastically. Not good, but better.
    * Polished up my str_snprintf() implementation... Safe (& shiny) now.
    * When capturing output, the viewing position of the widget is now
      forced to the top when output ends, rather than being random.
    * Changed the wording in the quit-confirm dialog slightly. :)
    * Changed the implementation of the ViewText command; it can now
      be used to look at files in the /proc filesystem (at least on
      Linux). Avoid kcore, though...
    * Added a ViewHex command, which (slowly) renders hex dumps.
    * Added a default value for the GTK+ RC path compile-time symbol.
    * Fixed a bug: fileutil.c thought that root could execute any file,
      regardless of x-flag.
* Thu Dec 10 1998 Ryan Weaver <ryanw@infohwy.com>
  [gentoo-0.9.17-2]
  - Fixed URL in RPM Header. (Thanx to all that noticed and mentioned
  	this to me.)
* Wed Dec 09 1998 Ryan Weaver <ryanw@infohwy.com>
  [gentoo-0.9.17-1]
  - First RPM
  - Fixes for 0.9.17
    * Damn! I hadn't tried to compile 0.9.16 on SunOS *before*
      releasing it, so of course it didn't compile. A quick fix, but
      incredibly stupid.
    * Damn again! I must have overwritten my "glib.h" at home with
      a 1.1.x version, or some such, because a couple of functions
      in the "dirhistory.c" module were defined with types from 1.1.x.

Files

/usr/bin/gentoo
/usr/doc/gentoo-0.9.22
/usr/doc/gentoo-0.9.22/BUGS
/usr/doc/gentoo-0.9.22/COPYING
/usr/doc/gentoo-0.9.22/FIXES
/usr/doc/gentoo-0.9.22/INSTALL
/usr/doc/gentoo-0.9.22/README
/usr/doc/gentoo-0.9.22/README.gtkrc
/usr/doc/gentoo-0.9.22/docs
/usr/doc/gentoo-0.9.22/docs/acks.html
/usr/doc/gentoo-0.9.22/docs/buttons.html
/usr/doc/gentoo-0.9.22/docs/columns.html
/usr/doc/gentoo-0.9.22/docs/commands.html
/usr/doc/gentoo-0.9.22/docs/config
/usr/doc/gentoo-0.9.22/docs/config/cfg_dirpane.html
/usr/doc/gentoo-0.9.22/docs/config/cfg_gui.html
/usr/doc/gentoo-0.9.22/docs/config/cfg_styles.html
/usr/doc/gentoo-0.9.22/docs/config/cfg_types.html
/usr/doc/gentoo-0.9.22/docs/config/gentoorc.html
/usr/doc/gentoo-0.9.22/docs/config/index.html
/usr/doc/gentoo-0.9.22/docs/config/template.html
/usr/doc/gentoo-0.9.22/docs/contribute.html
/usr/doc/gentoo-0.9.22/docs/dirpanes.html
/usr/doc/gentoo-0.9.22/docs/gentoo.1x
/usr/doc/gentoo-0.9.22/docs/gentoo.1x.bak
/usr/doc/gentoo-0.9.22/docs/gentoo.css
/usr/doc/gentoo-0.9.22/docs/gpl.html
/usr/doc/gentoo-0.9.22/docs/history.html
/usr/doc/gentoo-0.9.22/docs/images
/usr/doc/gentoo-0.9.22/docs/images/bullet.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_dirpane.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_gui.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_styles.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_styles2.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_styles3.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_types.gif
/usr/doc/gentoo-0.9.22/docs/images/cfg_types2.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_chmod.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_dialog.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_inp1.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_inp2.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_inp3.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_inp4.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_inp5.gif
/usr/doc/gentoo-0.9.22/docs/images/cmd_selectre.gif
/usr/doc/gentoo-0.9.22/docs/images/colsel.jpeg
/usr/doc/gentoo-0.9.22/docs/images/columnedit.gif
/usr/doc/gentoo-0.9.22/docs/images/gentoo_logo.gif
/usr/doc/gentoo-0.9.22/docs/images/gentoo_logo_g.gif
/usr/doc/gentoo-0.9.22/docs/images/gentoo_logo_g_small.gif
/usr/doc/gentoo-0.9.22/docs/images/gentoo_logo_small.gif
/usr/doc/gentoo-0.9.22/docs/images/gentoo_logo_text.gif
/usr/doc/gentoo-0.9.22/docs/images/iconsel.gif
/usr/doc/gentoo-0.9.22/docs/images/layout.gif
/usr/doc/gentoo-0.9.22/docs/images/od__logo_small.gif
/usr/doc/gentoo-0.9.22/docs/images/popupmenu.gif
/usr/doc/gentoo-0.9.22/docs/images/popupmenu2.gif
/usr/doc/gentoo-0.9.22/docs/images/status_error.gif
/usr/doc/gentoo-0.9.22/docs/images/style_tree.gif
/usr/doc/gentoo-0.9.22/docs/images/stylesel.gif
/usr/doc/gentoo-0.9.22/docs/images/tone.gif
/usr/doc/gentoo-0.9.22/docs/images/tone2.gif
/usr/doc/gentoo-0.9.22/docs/images/tone3.gif
/usr/doc/gentoo-0.9.22/docs/index.html
/usr/doc/gentoo-0.9.22/docs/intro.html
/usr/doc/gentoo-0.9.22/docs/layout.html
/usr/doc/gentoo-0.9.22/docs/menus.html
/usr/doc/gentoo-0.9.22/docs/misc.html
/usr/doc/gentoo-0.9.22/docs/porting
/usr/doc/gentoo-0.9.22/docs/porting/README
/usr/doc/gentoo-0.9.22/docs/porting/patch.txt
/usr/doc/gentoo-0.9.22/docs/porting/problems.txt
/usr/doc/gentoo-0.9.22/docs/quick.html
/usr/doc/gentoo-0.9.22/docs/relnotes.html
/usr/doc/gentoo-0.9.22/docs/scratch
/usr/doc/gentoo-0.9.22/docs/scratch/README
/usr/doc/gentoo-0.9.22/docs/scratch/command_howto.txt
/usr/doc/gentoo-0.9.22/docs/scratch/commands.txt
/usr/doc/gentoo-0.9.22/docs/scratch/filetypes.txt
/usr/doc/gentoo-0.9.22/docs/scratch/outline.txt
/usr/doc/gentoo-0.9.22/docs/scratch/search_howto.txt
/usr/doc/gentoo-0.9.22/docs/status.html
/usr/doc/gentoo-0.9.22/docs/styles.html
/usr/doc/gentoo-0.9.22/docs/template.html
/usr/doc/gentoo-0.9.22/docs/template_toc.html
/usr/doc/gentoo-0.9.22/docs/types.html
/usr/doc/gentoo-0.9.22/docs/usage.html
/usr/doc/gentoo-0.9.22/gentoogtkrc-example
/usr/doc/gentoo-0.9.22/gentoorc-example
/usr/lib/gentoo
/usr/lib/gentoo/gentoorc
/usr/lib/gentoo/gentoorc-example
/usr/lib/gentoo/icons
/usr/lib/gentoo/icons/Amiga.xpm
/usr/lib/gentoo/icons/Apple.xpm
/usr/lib/gentoo/icons/BSD.xpm
/usr/lib/gentoo/icons/Bad.xpm
/usr/lib/gentoo/icons/CDROM.xpm
/usr/lib/gentoo/icons/COPYING
/usr/lib/gentoo/icons/Card.xpm
/usr/lib/gentoo/icons/Database.xpm
/usr/lib/gentoo/icons/Directory.xpm
/usr/lib/gentoo/icons/Directory2.xpm
/usr/lib/gentoo/icons/Document.xpm
/usr/lib/gentoo/icons/Executable.xpm
/usr/lib/gentoo/icons/FIFO.xpm
/usr/lib/gentoo/icons/Floppy.xpm
/usr/lib/gentoo/icons/Font.xpm
/usr/lib/gentoo/icons/GNUstep.xpm
/usr/lib/gentoo/icons/Harddrive.xpm
/usr/lib/gentoo/icons/Keymap.xpm
/usr/lib/gentoo/icons/Lego.xpm
/usr/lib/gentoo/icons/License.xpm
/usr/lib/gentoo/icons/Linux.xpm
/usr/lib/gentoo/icons/Makefile.xpm
/usr/lib/gentoo/icons/Mixer.xpm
/usr/lib/gentoo/icons/Mouse.xpm
/usr/lib/gentoo/icons/Mouse2.xpm
/usr/lib/gentoo/icons/NetAmiga.xpm
/usr/lib/gentoo/icons/NetApple.xpm
/usr/lib/gentoo/icons/NetHD.xpm
/usr/lib/gentoo/icons/NetSGI.xpm
/usr/lib/gentoo/icons/NetSun.xpm
/usr/lib/gentoo/icons/NetWindows.xpm
/usr/lib/gentoo/icons/Package.xpm
/usr/lib/gentoo/icons/Package2.xpm
/usr/lib/gentoo/icons/Port.xpm
/usr/lib/gentoo/icons/Port2.xpm
/usr/lib/gentoo/icons/Printer.xpm
/usr/lib/gentoo/icons/README
/usr/lib/gentoo/icons/Readme.xpm
/usr/lib/gentoo/icons/SCSI.xpm
/usr/lib/gentoo/icons/Source.xpm
/usr/lib/gentoo/icons/Speaker.xpm
/usr/lib/gentoo/icons/Speaker2.xpm
/usr/lib/gentoo/icons/Tape.xpm
/usr/lib/gentoo/icons/Windows.xpm
/usr/lib/gentoo/icons/aiff.xpm
/usr/lib/gentoo/icons/au.xpm
/usr/lib/gentoo/icons/avi.xpm
/usr/lib/gentoo/icons/bmp.xpm
/usr/lib/gentoo/icons/bmp2.xpm
/usr/lib/gentoo/icons/c.xpm
/usr/lib/gentoo/icons/class.xpm
/usr/lib/gentoo/icons/conf.xpm
/usr/lib/gentoo/icons/core.xpm
/usr/lib/gentoo/icons/deb.xpm
/usr/lib/gentoo/icons/eps.xpm
/usr/lib/gentoo/icons/exe.xpm
/usr/lib/gentoo/icons/gif.xpm
/usr/lib/gentoo/icons/gif2.xpm
/usr/lib/gentoo/icons/h.xpm
/usr/lib/gentoo/icons/html.xpm
/usr/lib/gentoo/icons/html2.xpm
/usr/lib/gentoo/icons/iff.xpm
/usr/lib/gentoo/icons/iff2.xpm
/usr/lib/gentoo/icons/java.xpm
/usr/lib/gentoo/icons/jpeg.xpm
/usr/lib/gentoo/icons/jpeg2.xpm
/usr/lib/gentoo/icons/log.xpm
/usr/lib/gentoo/icons/man.xpm
/usr/lib/gentoo/icons/midi.xpm
/usr/lib/gentoo/icons/mod.xpm
/usr/lib/gentoo/icons/mov.xpm
/usr/lib/gentoo/icons/mov2.xpm
/usr/lib/gentoo/icons/mp3.xpm
/usr/lib/gentoo/icons/mpeg.xpm
/usr/lib/gentoo/icons/o.xpm
/usr/lib/gentoo/icons/pcx.xpm
/usr/lib/gentoo/icons/pcx2.xpm
/usr/lib/gentoo/icons/pdb.xpm
/usr/lib/gentoo/icons/pdf.xpm
/usr/lib/gentoo/icons/pl.xpm
/usr/lib/gentoo/icons/png.xpm
/usr/lib/gentoo/icons/png2.xpm
/usr/lib/gentoo/icons/prc.xpm
/usr/lib/gentoo/icons/ps.xpm
/usr/lib/gentoo/icons/ra.xpm
/usr/lib/gentoo/icons/rom.xpm
/usr/lib/gentoo/icons/rpm.xpm
/usr/lib/gentoo/icons/sh.xpm
/usr/lib/gentoo/icons/so.xpm
/usr/lib/gentoo/icons/targa.xpm
/usr/lib/gentoo/icons/targa2.xpm
/usr/lib/gentoo/icons/tex.xpm
/usr/lib/gentoo/icons/tiff.xpm
/usr/lib/gentoo/icons/tiff2.xpm
/usr/lib/gentoo/icons/txt.xpm
/usr/lib/gentoo/icons/wav.xpm
/usr/lib/gentoo/icons/xbm.xpm
/usr/lib/gentoo/icons/xbm2.xpm
/usr/lib/gentoo/icons/xcf.xpm
/usr/lib/gentoo/icons/xpm.xpm
/usr/lib/gentoo/icons/xpm2.xpm
/usr/man/man1/gentoo.1x


Generated by rpm2html 1.0

root@localhost, Thu May 27 10:01:31 1999