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
DH_HASKELL_SHLIBDEPS(1) 				 Haskell devscripts documentation				   DH_HASKELL_SHLIBDEPS(1)

NAME
dh_haskell_shlibdeps - calculates Haskell external dependencies on Cabalized libraries SYNOPSIS
dh_haskell_depends [debhelper options] [-Xpackage] [--exclude=package] [file ...] DESCRIPTION
dh_haskell_shlibdeps is a debhelper program that helps with calculating external dependencies for building Haskell libraries. It automates building libraries for the different supported Haskell systems in Debian. This script writes the debian/$package.substvars file, including in it the shlibs:Depends variable. So, to use this package, include in the Depends: field in debian/control ${shlibs:Depends}. BUGS
hugs and ghc are the only supported targets at the moment. Cabal does not yet support nhc98. SEE ALSO
dh_haskell_depends(1) dh_haskell_provides(1) debhelper(7) AUTHOR
Marco TA~Xlio Gontijo e Silva <marcot@debian.org> Based on ideas in mk-haskell-depends by Martin SjA~Xgren <sjogren@debian.org> Haskell devscripts 0.8.12 2011-01-15 DH_HASKELL_SHLIBDEPS(1)