Hi I would like to contribute and maintain the 'gq' package:
o http://gq-project.org/ (Homepage) o http://dfn.dl.sourceforge.net/sourceforge/gqclient/gq-1.2.2.tar.gz (Download location) The package can be found in the following distros: o http://packages.debian.org/etch/gq o http://packages.ubuntu.com/edgy/source/gq Here is the setup.hint file: sdesc: "Interactive graphical LDAP browser" ldesc: "GQ is a GTK+ LDAP client and browser utility. It can be used for searching a LDAP directory as well as browsing it using a tree view. Furthermore, it lets you inspect the LDAP schema a server is using." category: Gnome Net requires: cygwin desktop-file-utils gnome-keyring gtk2-x11-runtime libgcrypt libglade2 libintl8 libopenldap2_3_0 openssl shared-mime-info -------------------------------- cut here ------------------------------------ #!/bin/bash mkdir gq cd gq wget http://volkerzell.de/cygwin/ITP/gq/setup.hint wget http://volkerzell.de/cygwin/ITP/gq/gq-1.2.2-1-src.tar.bz2 wget http://volkerzell.de/cygwin/ITP/gq/gq-1.2.2-1.tar.bz2 -------------------------------- cut here ------------------------------------ Ciao Volker