From owner-cvs-ports@FreeBSD.ORG Wed Apr 26 18:53:13 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B5116A402; Wed, 26 Apr 2006 18:53:13 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F5A43D4C; Wed, 26 Apr 2006 18:53:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3QIrC0D062477; Wed, 26 Apr 2006 18:53:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3QIrC0e062471; Wed, 26 Apr 2006 18:53:12 GMT (envelope-from pav) Message-Id: <200604261853.k3QIrC0e062471@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 26 Apr 2006 18:53:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/ldapvi Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2006 18:53:13 -0000 pav 2006-04-26 18:53:12 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/ldapvi Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.769 +1 -0 ports/sysutils/Makefile 1.1 +45 -0 ports/sysutils/ldapvi/Makefile (new) 1.1 +6 -0 ports/sysutils/ldapvi/distinfo (new) 1.1 +16 -0 ports/sysutils/ldapvi/pkg-descr (new)