6039 FreshPorts -- sysutils/ldapvi
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ldapvi 1.7_3 sysutils on this many watch lists=4 search for ports that depend on this port
A tool to update LDAP entries with a text editor
Maintained by: sbz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 Apr 2006 18:58:04
Also Listed In: net
License: GPLv2


ldapvi is tool to update LDAP entries with a text editor.

It is:
# Written in C.
# Reasonably fast and small. The ldapvi client needs about as much time for
  receiving entries as the OpenLDAP server needs to sends them, which should be
  fast enough.
# Shows a summary of changes before committing them. Details of the changes can
  be previewed in LDIF format.
# Uses an LDIF-like format in the editor (which should be easier to use
  interactively than standard LDIF).
# Can rename entries.
# Does not give up easily. On error, you can edit the file again or rebind to
  the server and try again.

WWW: http://www.lichteblau.com/ldapvi.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
Required To Run:
  1. devel/gio-fam-backend
Required Libraries:
  1. devel/popt
  2. converters/libiconv
  3. net/openldap24-client
  4. devel/glib20
  5. devel/pcre
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/ldapvi/ && make install clean
To add the package: pkg_add -r ldapvi


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sbz/
  10. http://www.lichteblau.com/download/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 18:25:25
Original commit files touched by this commit  1.7_3
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
10 Jul 2012 11:22:59
Original commit files touched by this commit  1.7_3
sbz search for other commits by this committer
- Fix build with clang [1]
- Add LICENSE
- Make portlint happy

PR:             ports/168838
Submitted by:   Oliver Hartmann <ohartman at zedat.fu-berlin.de> [1]
Approved by:    myself (maintainer)
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.7_3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
19 Mar 2011 12:38:54
Original commit files touched by this commit  1.7_3
miwi search for other commits by this committer
- Get Rid MD5 support
18 Mar 2011 10:04:54
Original commit files touched by this commit  1.7_3
sbz search for other commits by this committer
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
25 Feb 2011 01:32:18
Original commit files touched by this commit  1.7_3
delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
19 May 2009 12:00:49
Original commit files touched by this commit  1.7_2
jadawin search for other commits by this committer
- Submitter take maintainership.

PR:             ports/134703
Submitted by:   Sofian brabez <sbrabez _AT_ gmail.com>
12 May 2009 22:32:29
Original commit files touched by this commit  1.7_2
linimon search for other commits by this committer
Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.
05 Jan 2009 19:04:45
Original commit files touched by this commit  1.7_2
delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
06 Jun 2008 14:03:26
Original commit files touched by this commit  1.7_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
24 Jul 2007 15:10:14
Original commit files touched by this commit  1.7
rafan search for other commits by this committer
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
  in bsd.port.mk.

Tested with:    my tinderbox on i386 6
Approved by:    portmgr
22 Jul 2007 01:09:58
Original commit files touched by this commit  1.7
pav search for other commits by this committer
- Update to 1.7

PR:             ports/114601
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:    Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
26 Apr 2006 18:53:12
Original commit files touched by this commit  1.5
pav search for other commits by this committer
ldapvi is tool to update LDAP entries with a text editor.

It is:
# Written in C.
# Reasonably fast and small. The ldapvi client needs about as much time for
  receiving entries as the OpenLDAP server needs to sends them, which should be
  fast enough.
# Shows a summary of changes before committing them. Details of the changes can
  be previewed in LDIF format.
# Uses an LDIF-like format in the editor (which should be easier to use
  interactively than standard LDIF).
# Can rename entries.
# Does not give up easily. On error, you can edit the file again or rebind to
  the server and try again.

WWW: http://www.lichteblau.com/ldapvi.html

PR:             ports/96255
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>

Number of commits found: 13

282f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0