diff options
author | rh <rh@pkgsrc.org> | 2000-10-15 18:07:07 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-15 18:07:07 +0000 |
commit | a19f1c8be11741202805e5bcca8047566407987f (patch) | |
tree | 6e3a961e2f50c3ba0ff42ca404babb0c6f879bae /databases/gq | |
parent | 0cdd702da72211fa294f56d418bbde8de0f2f02b (diff) | |
download | pkgsrc-a19f1c8be11741202805e5bcca8047566407987f.tar.gz |
Initial import of gq-0.3.0, a GTK-based LDAP client
Diffstat (limited to 'databases/gq')
-rw-r--r-- | databases/gq/Makefile | 19 | ||||
-rw-r--r-- | databases/gq/files/md5 | 3 | ||||
-rw-r--r-- | databases/gq/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/gq/pkg/DESCR | 13 | ||||
-rw-r--r-- | databases/gq/pkg/PLIST | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile new file mode 100644 index 00000000000..a6ed2289904 --- /dev/null +++ b/databases/gq/Makefile @@ -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" diff --git a/databases/gq/files/md5 b/databases/gq/files/md5 new file mode 100644 index 00000000000..bd0de0b91ac --- /dev/null +++ b/databases/gq/files/md5 @@ -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 diff --git a/databases/gq/pkg/COMMENT b/databases/gq/pkg/COMMENT new file mode 100644 index 00000000000..0e5f0fb74e9 --- /dev/null +++ b/databases/gq/pkg/COMMENT @@ -0,0 +1 @@ +GTK-based LDAP client diff --git a/databases/gq/pkg/DESCR b/databases/gq/pkg/DESCR new file mode 100644 index 00000000000..bd076f51fa5 --- /dev/null +++ b/databases/gq/pkg/DESCR @@ -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) diff --git a/databases/gq/pkg/PLIST b/databases/gq/pkg/PLIST new file mode 100644 index 00000000000..be2afbfb3b6 --- /dev/null +++ b/databases/gq/pkg/PLIST @@ -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 |