From owner-freebsd-questions@FreeBSD.ORG Mon May 5 01:04:28 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 437EB10656A9 for ; Mon, 5 May 2008 01:04:28 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9CA8FC14 for ; Mon, 5 May 2008 01:04:27 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 3C7F41055FC; Sun, 4 May 2008 21:04:20 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 04 May 2008 21:04:20 -0400 X-Sasl-enc: +TA3VEYeymefP6boNz7jctUQR6Czyv9DRjFqvu50xvkg 1209949459 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id C1EE427BCF; Sun, 4 May 2008 21:04:19 -0400 (EDT) Message-Id: <01D4EA31-B4DE-447B-99A4-6EC6970CC656@goldmark.org> From: Jeffrey Goldberg To: "sahil@tandon.net" In-Reply-To: <20080504165937.GA14899@shepherd> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 4 May 2008 20:04:18 -0500 References: <20080503232156.GB13074@shepherd> <20080504162307.GK92161@amilo.cenkes.org> <20080504165937.GA14899@shepherd> X-Mailer: Apple Mail (2.919.2) Cc: questions@freebsd.org Subject: Re: Installing PERL modules from CPAN (instead of ports) 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: Mon, 05 May 2008 01:04:28 -0000 On May 4, 2008, at 11:59 AM, Sahil Tandon wrote: >> Yes, making a new port is the easiest way to install something >> from CPAN. > > I do prefer to keep everything organized in ports, so I created my > first port: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123382 > > Let's hope I didn't totally mess it up. :-) I found myself in an identical position and did the same thing (created a port for the first time) for Lchown. I suspect that now that I've overcome the initial barrier, I will be submitting more ports. And I might even remember to attach the .shar file to my PR next time. Cheers, -j