diff options
author | xtraeme <xtraeme> | 2003-09-04 12:57:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-04 12:57:24 +0000 |
commit | fbb4b121c1a60da3f001cff31f459cf7901ff3f8 (patch) | |
tree | f77d063b6bdfb671d18e92134c0fd96ca7775ff4 /databases/gq | |
parent | 01d5a14179d56a503f1918c516b2bd6f5dc6f0a9 (diff) | |
download | pkgsrc-fbb4b121c1a60da3f001cff31f459cf7901ff3f8.tar.gz |
Update to 0.6.0
Changes:
GQ has a lot of new features, including
* SASL support (Maurice Massar <massar@unix-ag.uni-kl.de>)
* Correct(!) support for userPassword including SSHA and SMD5 encryption.
* I18N support (if you want to contribute please read README.NLS) including
a rough german translation
* Support for graphical jpegPhoto display (requires gdk-pixbuf to work)
* Support to to view X509 certificates and X509 certificate revocation
lists (CRLs)
* Drag and drop support in browse mode (must be enabled using
--enable-browser-dnd), this feature is possibly dangerous if used without
thought, but it is GREAT if you need it ;-)
* Supports the OpenLDAP experimental client cache. (must be enabled using
--enable-cache)
* Lots of other small bugfixes/enhancements
Diffstat (limited to 'databases/gq')
-rw-r--r-- | databases/gq/Makefile | 24 | ||||
-rw-r--r-- | databases/gq/PLIST | 3 | ||||
-rw-r--r-- | databases/gq/distinfo | 6 |
3 files changed, 21 insertions, 12 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile index 614c529e22a..9b13bd4eb02 100644 --- a/databases/gq/Makefile +++ b/databases/gq/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:28:09 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/04 12:57:24 xtraeme Exp $ # -DISTNAME= gq-0.3.0 -PKGREVISION= 3 +DISTNAME= gq-0.6.0 CATEGORIES= databases net MASTER_SITES= http://biot.com/gq/download/ \ ${MASTER_SITE_SOURCEFORGE:=gqclient/} @@ -11,13 +10,22 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://biot.com/gq/ COMMENT= GTK-based LDAP client -DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs +BUILD_USES_MSGFMT= yes +DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs -USE_BUILDLINK2= YES -USE_X11= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= yes +USE_X11= yes +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +LIBS+= -ldes +CONFIGURE_ARGS+= --enable-browser-dnd +CONFIGURE_ARGS+= --with-ssl-prefix=${BUILDLINK_PREFIX.openssl} +CONFIGURE_ARGS+= --enable-cache + +.include "../../graphics/gdk-pixbuf/buildlink2.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../databases/openldap/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" - +.include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/gq/PLIST b/databases/gq/PLIST index 58739d0ee51..6b4721969fb 100644 --- a/databases/gq/PLIST +++ b/databases/gq/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:43 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/04 12:57:24 xtraeme Exp $ bin/gq share/gnome/apps/Internet/gq.desktop +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gq.mo share/pixmaps/gq/bomb.xpm share/pixmaps/gq/line.xpm share/pixmaps/gq/logo.xpm diff --git a/databases/gq/distinfo b/databases/gq/distinfo index d11958ed1bb..0fde7986074 100644 --- a/databases/gq/distinfo +++ b/databases/gq/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 16:10:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/09/04 12:57:24 xtraeme Exp $ -SHA1 (gq-0.3.0.tar.gz) = 2febab573554ee07876f6d46fe5a17ef0e39c45a -Size (gq-0.3.0.tar.gz) = 124421 bytes +SHA1 (gq-0.6.0.tar.gz) = 23c0d839f83f69931b30c33f500ca8d697d651ed +Size (gq-0.6.0.tar.gz) = 296812 bytes |