GTK-based LDAP client; from olivier.lemaire@IDEALX.com
This commit is contained in:
parent
daf017492f
commit
1b509b4d30
30
databases/gq/Makefile
Normal file
30
databases/gq/Makefile
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/19 20:45:55 jakob Exp $
|
||||||
|
|
||||||
|
COMMENT= "GTK-based LDAP client"
|
||||||
|
|
||||||
|
VERSION= 0.4.0
|
||||||
|
DISTNAME= gq-${VERSION}
|
||||||
|
PKGNAME= ${DISTNAME}
|
||||||
|
CATEGORIES= databases
|
||||||
|
NEED_VERSION= 1.451
|
||||||
|
|
||||||
|
MASTER_SITES= http://biot.com/gq/download/
|
||||||
|
|
||||||
|
HOMEPAGE= http://www.biot.com/gq/
|
||||||
|
|
||||||
|
MAINTAINER= Olivier Lemaire <olem@IDEALX.org>
|
||||||
|
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
USE_X11= Yes
|
||||||
|
|
||||||
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||||
|
ldap::databases/openldap
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= gnu
|
||||||
|
CONFIGURE_ARGS+= --with-ldap-prefix=${LOCALBASE}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
databases/gq/files/md5
Normal file
3
databases/gq/files/md5
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1
|
||||||
|
RMD160 (gq-0.4.0.tar.gz) = d7532b1fe22f29502b453b548197d76c50fd4902
|
||||||
|
SHA1 (gq-0.4.0.tar.gz) = a0d6085217d01ed4d9490e2296746fe97e712080
|
16
databases/gq/patches/patch-Makefile.in
Normal file
16
databases/gq/patches/patch-Makefile.in
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
$OpenBSD: patch-Makefile.in,v 1.1.1.1 2001/09/19 20:45:55 jakob Exp $
|
||||||
|
|
||||||
|
--- Makefile.in.orig Tue Feb 20 03:24:25 2001
|
||||||
|
+++ Makefile.in Wed Sep 19 22:40:34 2001
|
||||||
|
@@ -26,7 +26,10 @@ datadir = @datadir@
|
||||||
|
sysconfdir = @sysconfdir@
|
||||||
|
sharedstatedir = @sharedstatedir@
|
||||||
|
localstatedir = @localstatedir@
|
||||||
|
-libdir = @libdir@
|
||||||
|
+# as OpenLDAP port place all headers and libs in the same place...
|
||||||
|
+# we need this awful patch...
|
||||||
|
+#libdir = @libdir@
|
||||||
|
+libdir = @includedir@
|
||||||
|
infodir = @infodir@
|
||||||
|
mandir = @mandir@
|
||||||
|
includedir = @includedir@
|
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.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
WWW: ${HOMEPAGE}
|
8
databases/gq/pkg/PLIST
Normal file
8
databases/gq/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/19 20:45:55 jakob 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
|
Loading…
Reference in New Issue
Block a user