update to 0.6.0
- fix dependencies - project is hosted at sourceforge now - some cleanup from Sebastian Stark < stark at daasi dot de > MAINTAINER unreachable
This commit is contained in:
parent
283e9fc04c
commit
ae8e267857
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/12/29 19:37:52 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2003/04/01 20:30:05 sturm Exp $
|
||||
|
||||
COMMENT= "GTK-based LDAP client"
|
||||
|
||||
VERSION= 0.5.0
|
||||
VERSION= 0.6.0
|
||||
DISTNAME= gq-${VERSION}
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqclient/}
|
||||
|
||||
HOMEPAGE= http://biot.com/gq/
|
||||
|
||||
MAINTAINER= Olivier Lemaire <olem@IDEALX.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -21,7 +21,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
USE_X11= Yes
|
||||
|
||||
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
|
||||
ldap,lber::databases/openldap
|
||||
ldap,lber::databases/openldap \
|
||||
gdk_pixbuf::graphics/gdk-pixbuf
|
||||
|
||||
MODULES= iconv
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-ldap-prefix=${LOCALBASE}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gq-0.5.0.tar.gz) = d127dbbb1ab8b02fb057f908d7b72c54
|
||||
RMD160 (gq-0.5.0.tar.gz) = c203fdb48c2b67592b343b26d733363a771ada22
|
||||
SHA1 (gq-0.5.0.tar.gz) = a376d132203214e4fd37647eaf245d10760f771a
|
||||
MD5 (gq-0.6.0.tar.gz) = 8b77859a42d220e689f7c81f58afe94b
|
||||
RMD160 (gq-0.6.0.tar.gz) = da3ba2effd28ba7889d007c656e89f96a4aafac5
|
||||
SHA1 (gq-0.6.0.tar.gz) = 23c0d839f83f69931b30c33f500ca8d697d651ed
|
||||
|
@ -1,13 +1,17 @@
|
||||
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
|
||||
|
||||
* 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
|
||||
* Supports LDAP syntaxes and special attributes by presenting them in a custom
|
||||
way. Currently there are custom "displaytypes" for jpegPhoto, userPassword
|
||||
and X509 certificates and CRLs.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/03/21 01:17:41 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/04/01 20:30:05 sturm Exp $
|
||||
bin/gq
|
||||
share/gnome/apps/Internet/gq.desktop
|
||||
share/locale/de/LC_MESSAGES/gq.mo
|
||||
share/pixmaps/gq/bomb.xpm
|
||||
share/pixmaps/gq/line.xpm
|
||||
share/pixmaps/gq/logo.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user