Himerge 0.21 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Himerge 0.21 (Default branch)
# 1  
Old 05-19-2008
Himerge 0.21 (Default branch)

ImageHimerge is a GUI for emerge (Gentoo's Portagesystem) written in Haskell using gtk2hs. The mainidea is to simplify browsing the entire portagetree, and allow running the most basic and commonoptions from the emerge command. It also offersseveral handy tools, like global and local useflags browsers, inspired by UFED (the Gentoo LinuxUSE flags editor). It also uses eix (a smallutility for searching ebuilds with indexing forfast results) as a back-end command to showpackage information in HTML/CSS format, so you canaccess a package's Web site for a quick glance.License: GNU General Public License (GPL)Changes:
Now the package queue pop-up menu can also be launched with the shortcut-key sequence "Ctrl+RightArrow". Himerge now will check for all the required binaries and files needed to run at the start. The package information from the mozembed window has been improved, it now only shows the exact package information when selecting the package from the package version view. A new queue operation "depclean" was added. This queue option will show all the packages that are not associated with explicitly installed packages.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
texthint(1)							   User Commands						       texthint(1)

NAME
texthint - Interactive Helium Haskell interpreter SYNOPSIS
texthint [ file ] DESCRIPTION
texthint is a simple Haskell interpreter which uses helium compiler to compile Haskell code to Lazy Virtual Machine instructions which are executed by lvmrun. It takes a file name as optional argument which then is compiled using helium and the functions defined in the file can be used in the interpreter. ENVIRONMENT
texthint uses the same environment variables as lvm which is used to execute the Haskell code. LVMPATH The search path for lvm files (same as -P option). The default is: ".:/usr/lib/helium/lib" LVMOPTIONS The default options for the lvm. The default is: "" LVMDLLPATH Extra search path for shared (dynamic link) libraries (.so). The default is: "" COPYRIGHT
(C) 1999,2001 Daan Leijen <daan@cs.uu.nl> (C) Bastiaan Heerden <bastiaan@cs.uu.nl> This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as pub- lished by the Free Software Foundation. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA SEE ALSO
helium(1), lvmrun(1) AUTHOR
This manual page was written by Arjan Oosting <arjanoosting@home> for the Debian system and is also licensed under the terms of the GNU General Public License version 2. Lazy Virtual Machine interpreter December 2006 texthint(1)