From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 17:12:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1802416A4CE for ; Thu, 4 Nov 2004 17:12:01 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974B543D48 for ; Thu, 4 Nov 2004 17:12:00 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so284744rng for ; Thu, 04 Nov 2004 09:11:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=T5sqtybaJOShUYrKcykTu399lWcgrPNkC9H1pRzAL3QPnNFkuyTX4WVI4q1/fT8JY7RtPxsmJlMJpdwMG22Q3A1S3JkP/QOb9ekEbQRwV8+wdZ95oHn8F/FYyRSSna0CO51h7dAxOKpV/dN9g8I4Rs2ZZbYHto2IrtkFPpYc7W8= Received: by 10.38.218.39 with SMTP id q39mr696927rng; Thu, 04 Nov 2004 09:11:56 -0800 (PST) Received: by 10.38.22.79 with HTTP; Thu, 4 Nov 2004 09:11:56 -0800 (PST) Message-ID: Date: Thu, 4 Nov 2004 12:11:56 -0500 From: Danny To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: How to check if one can install Net::LDAP via the ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 17:12:01 -0000 I ran the following command from /usr/ports mx1# make search key="net::ldap" Port: p5-ResourcePool-Resource-Net-LDAP-1.0002 Path: /usr/ports/net/p5-ResourcePool-Resource-Net-LDAP Info: A ResourcePool wrapper for Net::LDAP Maint: erwin@FreeBSD.org B-deps: p5-Authen-SASL-2.07 p5-Convert-ASN1-0.18 p5-Digest-1.06 p5-Digest-MD5-2.33 p5-IO-Socket-SSL-0.95 p5-MIME-Base64-3.01 p5-Net-SSLeay-1.23 p5-ResourcePool-1.0103 p5-Storable-2.09 p5-URI-1.30 p5-XML-SAX-Base-1.04 p5-perl-ldap-0.30 R-deps: p5-Authen-SASL-2.07 p5-Convert-ASN1-0.18 p5-Digest-1.06 p5-Digest-MD5-2.33 p5-IO-Socket-SSL-0.95 p5-MIME-Base64-3.01 p5-Net-SSLeay-1.23 p5-ResourcePool-1.0103 p5-Storable-2.09 p5-URI-1.30 p5-XML-SAX-Base-1.04 p5-perl-ldap-0.30 But, I do not think this is what I am looking for - referencing: http://www-personal.umich.edu/~malth/gaptuning/postfix/ Anyway, what's the best way to search for a Perl module in the ports, such as Net::LDAP, and if I can't find it, what would Plan B, be? Thank you, ...D