From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 18:42:06 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 55FAC16A4CE for ; Thu, 4 Nov 2004 18:42:06 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF7643D41 for ; Thu, 4 Nov 2004 18:42:04 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so300380rng for ; Thu, 04 Nov 2004 10:42:04 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dEqUsRCilTXzDBwDbGtsrEadfsV0vzrychvNo4sxsU3wvyUctisaUi1fXddctYaZT9gtEWN3JmCoRT7ET9EFtmKMeHV45CXgS8IL6gH9M8q3lTYO89kJGcez3FC6+eg3tu0f6L7lAg9Pl5JUq/tTjBLtxY+V0ArOSLy0yLA1sc0= Received: by 10.38.161.59 with SMTP id j59mr188040rne; Thu, 04 Nov 2004 10:42:03 -0800 (PST) Received: by 10.38.22.79 with HTTP; Thu, 4 Nov 2004 10:42:03 -0800 (PST) Message-ID: Date: Thu, 4 Nov 2004 13:42:03 -0500 From: Danny To: Matthew Seaman , Danny , questions@freebsd.org In-Reply-To: <20041104173037.GA7719@happy-idiot-talk.infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041104173037.GA7719@happy-idiot-talk.infracaninophile.co.uk> Subject: Re: 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 18:42:06 -0000 On Thu, 4 Nov 2004 17:30:37 +0000, Matthew Seaman wrote: > The convention is that a perl module Foo::Bar when turned into a port, > is called p5-Foo-Bar. This applies to the vast majority of perl > module ports: however there are some, largely historical exceptions > (and those usually don't obey the standard module naming conventions > on CPAN either). Examples of exceptions are: www/p5-libwww, > biology/p5-bioperl, p5-Nysql-modules and various other p5-lib > ports. Useful information, thank you. > On the specific question of Net::LDAP, the port you want is one of the > exceptions: net/p5-perl-ldap. I found that but doing: > > % make search name=ldap > > which turned up a couple of likely suspects. A quick check of the > pkg-plist confirmed that it was the right module: > > % less /usr/ports/net/p5-perl-ldap/pkg-plist > > Looking at the pkg-plist and pkg-descr file is usually enough to tell > you what you need to know when looking for the appropriate port. Works for me. Case closed. Thank you Dan and Matthew. ...D