diff options
author | shell <shell@pkgsrc.org> | 2003-01-31 11:14:46 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2003-01-31 11:14:46 +0000 |
commit | 5027ee50304dc233049b124735f5958316deb71b (patch) | |
tree | 37ad42b59116a77c38f9cb28c0903b1e3b1675b7 /databases | |
parent | 209bb3036c0e186b0d00917b14e8fa9c9770592a (diff) | |
download | pkgsrc-5027ee50304dc233049b124735f5958316deb71b.tar.gz |
Updated to p5-perl-ldap-0.2701
Changes :
* contrib/tklkup:
- Corrected default numbers for gui height and width.
- Corrected error in gui height and width geometry initialization.
* contrib/dot.tklkup:
- Corrected default numbers for width and height.
* contrib/tklkup:
- Corrected an error in the rootDse subroutine.
* contrib/tklkup:
- Removed one of the mainwindow update commands in the schema display
section, it was interfering with the automatic window sizing on
window creation.
* contrib/tklkup:
- Replaced width and height test values with correct values.
* contrib/tklkup:
- Moved position of process message window.
- Added main window height and width options.
- Added busy indicator.
Please see ChangeLog for more.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-perl-ldap/DESCR | 15 | ||||
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-perl-ldap/distinfo | 6 |
3 files changed, 13 insertions, 12 deletions
diff --git a/databases/p5-perl-ldap/DESCR b/databases/p5-perl-ldap/DESCR index 6e456fe9baf..8f9fa0046e0 100644 --- a/databases/p5-perl-ldap/DESCR +++ b/databases/p5-perl-ldap/DESCR @@ -1,12 +1,13 @@ -The perl-ldap distribution is a collection of perl modules which provide an -object orientated interface to LDAP servers. +The perl-ldap distribution is a collection of perl modules which +provide an object orientated interface to LDAP servers. The perl-ldap distribution has several advantages: * By using the perl object interface the perl-ldap modules provide - programmers with an interface which allows complex searches of LDAP - directories with only a small amount of code. + programmers with an interface which allows complex searches of + LDAP directories with only a small amount of code. - * All the perl-ldap modules are written entirely in perl, which means that - the library is truly cross-platform compatible. No C or XS extension are - used so no C compiler is needed to install the modules. + * All the perl-ldap modules are written entirely in perl, which + means that the library is truly cross-platform compatible. No C + or XS extension are used so no C compiler is needed to install + the modules. diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index ecf30534bca..21c42cb85a1 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2002/10/27 20:48:56 seb Exp $ +# $NetBSD: Makefile,v 1.17 2003/01/31 11:14:46 shell Exp $ # -DISTNAME= perl-ldap-0.25 +DISTNAME= perl-ldap-0.2701 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= pldap CATEGORIES= databases net devel perl5 diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo index 730896a78ad..c20b74e0900 100644 --- a/databases/p5-perl-ldap/distinfo +++ b/databases/p5-perl-ldap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/11/28 21:16:13 kleink Exp $ +$NetBSD: distinfo,v 1.5 2003/01/31 11:14:46 shell Exp $ -SHA1 (perl-ldap-0.25.tar.gz) = 1594a87e386bc257dd0d4060bc3bf179f22748ff -Size (perl-ldap-0.25.tar.gz) = 256330 bytes +SHA1 (perl-ldap-0.2701.tar.gz) = d8d391c2cdb43281f840136c9669190c94a5c4c2 +Size (perl-ldap-0.2701.tar.gz) = 202429 bytes |