Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20619 10447126-35f2-4685-b0cf-6dd780d3921fearly
Alejandro Mery
18 years ago
2 changed files with 54 additions and 0 deletions
@ -0,0 +1,22 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../ldapvi/ldapvi.conf |
||||
# Copyright (C) 2007 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if pkginstalled gnutls; then |
||||
# openssl is the default, but we prefer gnutls if possible |
||||
var_append confopt ' ' --with-libcrypto=gnutls |
||||
fi |
||||
|
||||
pkgprefix -t openldap |
||||
var_append GCC_WRAPPER_APPEND ' ' "-L ${root}$( pkgprefix libdir openldap )" |
||||
|
@ -0,0 +1,32 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../ldapvi/ldapvi.desc |
||||
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A tool to perform an LDAP search and update results using a text editor |
||||
|
||||
[T] Ldapvi allows a user to perform an LDAP search and update results using |
||||
[T] a text editor. |
||||
|
||||
[U] http://www.lichteblau.com/ldapvi/ |
||||
|
||||
[A] David Lichteblau <dave-freshmeat@lichteblau.com> |
||||
[M] Alejandro Mery <amery@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 1.6 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 1738481192 ldapvi-1.6.tar.gz http://www.lichteblau.com/download/ |
Loading…
Reference in new issue