From owner-cvs-ports@FreeBSD.ORG Sun Feb 17 11:12:05 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A77EA16A421; Sun, 17 Feb 2008 11:12:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9615513C45B; Sun, 17 Feb 2008 11:12:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1HBC5qb090004; Sun, 17 Feb 2008 11:12:05 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1HBC5A9090003; Sun, 17 Feb 2008 11:12:05 GMT (envelope-from miwi) Message-Id: <200802171112.m1HBC5A9090003@repoman.freebsd.org> From: Martin Wilke Date: Sun, 17 Feb 2008 11:12:05 +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/net Makefile ports/net/p5-Net-LDAP-LDAPhash Makefile distinfo pkg-descr pkg-plist 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: Sun, 17 Feb 2008 11:12:05 -0000 miwi 2008-02-17 11:12:05 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-LDAP-LDAPhash Makefile distinfo pkg-descr pkg-plist Log: This takes from a search and turns it into a hash. The returned has is in the following format. {DN}{ldap}{attribute}[array of values for this attribute] The reason for the {ldap} is to allow for other values and the like to be tagged onto a hash for a DN that are unrelated to LDAP. This function does not make any attempt to check if the search succedded or not. WWW: http://search.cpan.org/dist/Net-LDAP-LDAPhash/ PR: ports/120589 Submitted by: Zane C, Bowers Revision Changes Path 1.1966 +1 -0 ports/net/Makefile 1.1 +21 -0 ports/net/p5-Net-LDAP-LDAPhash/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-LDAP-LDAPhash/distinfo (new) 1.1 +13 -0 ports/net/p5-Net-LDAP-LDAPhash/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-LDAP-LDAPhash/pkg-plist (new)