Initial import of gq-0.3.0, a GTK-based LDAP client
This commit is contained in:
parent
0cdd702da7
commit
a19f1c8be1
5 changed files with 45 additions and 0 deletions
19
databases/gq/Makefile
Normal file
19
databases/gq/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 18:07:07 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gq-0.3.0
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= http://biot.com/gq/download/ \
|
||||
http://download.sourceforge.net/gqclient/
|
||||
|
||||
MAINTAINER= rh@netbsd.org
|
||||
HOMEPAGE= http://biot.com/gq/
|
||||
|
||||
DEPENDS+= openldap>=1.2.11:../../databases/openldap
|
||||
DEPENDS+= gtk+>=1.2.8:../../x11/gtk
|
||||
|
||||
USE_X11BASE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
databases/gq/files/md5
Normal file
3
databases/gq/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/10/15 18:07:07 rh Exp $
|
||||
|
||||
MD5 (gq-0.3.0.tar.gz) = bab7703de4013ba3678bd37765e8bd60
|
1
databases/gq/pkg/COMMENT
Normal file
1
databases/gq/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
GTK-based LDAP client
|
13
databases/gq/pkg/DESCR
Normal file
13
databases/gq/pkg/DESCR
Normal file
|
@ -0,0 +1,13 @@
|
|||
GQ is a GTK-based LDAP client that enables you to search and browse any LDAP
|
||||
V2- or V3-compliant server (OpenLDAP, Novell, Netscape, etc.). With sufficient
|
||||
permissions, you can also add, edit, and delete entries.
|
||||
|
||||
Features include:
|
||||
* LDAP browser
|
||||
* LDAP V3 Schema browser
|
||||
* Template builder
|
||||
* Export subtree or whole server to LDIF
|
||||
* Use any number of servers
|
||||
* Search based on single argument or LDAP filter
|
||||
* Edit and delete entries Add entries using an existing entry,
|
||||
or based on your own template)
|
9
databases/gq/pkg/PLIST
Normal file
9
databases/gq/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 18:07:07 rh Exp $
|
||||
bin/gq
|
||||
share/gnome/apps/Internet/gq.desktop
|
||||
share/pixmaps/gq/bomb.xpm
|
||||
share/pixmaps/gq/line.xpm
|
||||
share/pixmaps/gq/logo.xpm
|
||||
share/pixmaps/gq/textarea.xpm
|
||||
share/pixmaps/gq/warning.xpm
|
||||
@dirrm share/pixmaps/gq
|
Loading…
Reference in a new issue