Bug 96255 - New port: sysutils/ldapvi
Summary: New port: sysutils/ldapvi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 12:50 UTC by Joerg Pulz
Modified: 2006-04-26 19:54 UTC (History)
1 user (show)

See Also:


Attachments
ldapvi.shar (2.77 KB, text/plain)
2006-04-24 12:50 UTC, Joerg Pulz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Pulz 2006-04-24 12:50:13 UTC
	ldapvi - is a tool to update LDAP entries on the fly with a text editor

	from pkg-descr
	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.

	The port respects WANT_OPENLDAP_SASL, an additional patch will be
	applied to the source to get sasl functionality.
	This behavior can be disabled be specifying WITHOUT_SASL, as there is
	no command line option to use simple binds to an OpenLDAP server when
	the SASL-patch is used.
	The library dependecies will still be correct.

	Tested on:	RELENG_6_1 i386, amd64, ia64, sparc64
			CURRENT i386, amd64

Fix: - extract the shell archive adn add everything to CVS
	- add "SUBDIR += ldapvi" to sysutils/Makefile
	- add "ldapvi	ports/sysutils/ldapvi" to CVSROOT-ports/modules
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-26 19:54:10 UTC
State Changed
From-To: open->closed

New port added, thank you!