From owner-freebsd-questions@FreeBSD.ORG Fri Aug 11 00:04:55 2006 Return-Path: X-Original-To: FreeBSD-Questions@freebsd.org 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 9EC0816A4DA for ; Fri, 11 Aug 2006 00:04:55 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay3.av-mx.com (relay3.av-mx.com [137.118.16.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9CE43D45 for ; Fri, 11 Aug 2006 00:04:54 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.60] (HELO mx2.av-mx.com) by relay3.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 360871333 for FreeBSD-Questions@freebsd.org; Thu, 10 Aug 2006 20:04:55 -0400 Received: (qmail 12572 invoked from network); 11 Aug 2006 00:04:53 -0000 Received: from dsl25232.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.113.232) by 0 with SMTP; 11 Aug 2006 00:04:53 -0000 X-CLIENT-IP: 216.227.113.232 X-CLIENT-HOST: dsl25232.ywave.com Message-ID: <44DBC9A4.6080000@ywave.com> Date: Thu, 10 Aug 2006 17:04:52 -0700 From: Micah User-Agent: Thunderbird 1.5.0.5 (X11/20060730) MIME-Version: 1.0 To: Kevin@RawFedDogs.net References: <20060810213800.GA20653@RawFedDogs.net> In-Reply-To: <20060810213800.GA20653@RawFedDogs.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-Questions@freebsd.org Subject: Re: Searching Ports - possible problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 00:04:55 -0000 Kevin Monceaux wrote: > Fellow FreeBSD Enthusiasts, > > While researching a couple of "Searching For Ports" tips to send to a fellow > new FreeBSD user I noticed an anomaly. The port in question was mod_php5. > One would expect searching for mod_php via the search form on the ports web > page or "make search name='mod_php'" in /usr/ports to list mod_php4 and > mod_php5. Neither show up. Where do the name and keywords for ports come > from? > > > > > Kevin > http://www.RawFedDogs.net > http://www.WacoAgilityGroup.org > Bruceville, TX > See /usr/ports/UPDATING, specifically the entry for 20060801. Seems mod_php is part of php now. Do a make config in lang/phpX to see it. HTH, Micah