From owner-freebsd-ports@FreeBSD.ORG Wed Oct 11 21:24:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8914216A494 for ; Wed, 11 Oct 2006 21:24:33 +0000 (UTC) (envelope-from peter@pean.org) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD17B43D78 for ; Wed, 11 Oct 2006 21:24:31 +0000 (GMT) (envelope-from peter@pean.org) Received: from ironport2.bredband.com ([195.54.107.84] [195.54.107.84]) by mxfep01.bredband.com with ESMTP id <20061011212430.TIHA12417.mxfep01.bredband.com@ironport2.bredband.com> for ; Wed, 11 Oct 2006 23:24:30 +0200 Received: from c-35da72d5.07-172-73746f44.cust.bredbandsbolaget.se (HELO [192.168.1.24]) ([213.114.218.53]) by ironport2.bredband.com with ESMTP; 11 Oct 2006 23:24:30 +0200 Message-ID: <452D6101.8020201@pean.org> Date: Wed, 11 Oct 2006 23:24:17 +0200 From: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: porting forks.pm X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 21:24:33 -0000 Hi all, I'm trying to create a port for the first time and it is a perl-script... I've created an Makefile and all the steps in "3.4 Testing the port" works out well. But there is one problem, the ports has a RUN_DEPEND. forks.pm, this module doesnt seem to be in the ports collection, of course I could make a port for this one too but I dont really understand how to find out if the deps of forks.pm are in the collection or not. So, what I'm asking for is some help to port forks.pm to the collection. I would really appreciate that. All files can be found at http://bbb.pean.org/junk/npretty/ And the forks module: http://search.cpan.org/~rybskej/forks-0.20/lib/forks.pm