From owner-cvs-ports@FreeBSD.ORG Sun Oct 11 07:08:11 2009 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 BFA51106566B; Sun, 11 Oct 2009 07:08:11 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF28F8FC13; Sun, 11 Oct 2009 07:08:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9B78B75074758; Sun, 11 Oct 2009 07:08:11 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9B78Bv5074757; Sun, 11 Oct 2009 07:08:11 GMT (envelope-from wen) Message-Id: <200910110708.n9B78Bv5074757@repoman.freebsd.org> From: Wen Heping Date: Sun, 11 Oct 2009 07:08:11 +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-Server 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, 11 Oct 2009 07:08:11 -0000 wen 2009-10-11 07:08:11 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-LDAP-Server Makefile distinfo pkg-descr pkg-plist Log: Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the methods you need (see below). Then you just instantiate your subclass and call its handle method to establish a connection with the client. WWW: http://search.cpan.org/dist/Net-LDAP-Server/ Approved by: miwi(mentor) Revision Changes Path 1.2142 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/p5-Net-LDAP-Server/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-LDAP-Server/distinfo (new) 1.1 +6 -0 ports/net/p5-Net-LDAP-Server/pkg-descr (new) 1.1 +7 -0 ports/net/p5-Net-LDAP-Server/pkg-plist (new)