From owner-freebsd-questions@FreeBSD.ORG Tue Jul 6 00:15:49 2010 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 B3313106566B for ; Tue, 6 Jul 2010 00:15:49 +0000 (UTC) (envelope-from steve@ipv6canada.com) Received: from smtp.ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 32B368FC17 for ; Tue, 6 Jul 2010 00:15:49 +0000 (UTC) Received: (qmail 76518 invoked by uid 89); 6 Jul 2010 00:17:13 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 6 Jul 2010 00:17:13 -0000 Message-ID: <4C3275BB.3070308@ipv6canada.com> Date: Mon, 05 Jul 2010 20:15:55 -0400 From: Steve Bertrand User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: Fbsd8 References: <4C326CB5.9050905@a1poweruser.com> In-Reply-To: <4C326CB5.9050905@a1poweruser.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "questions@freebsd.org" Subject: Re: best open source site for Bourne .sh development project? 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: Tue, 06 Jul 2010 00:15:49 -0000 On 2010.07.05 19:37, Fbsd8 wrote: > I developing a jailed environment application in Bourne script. Looking > for recommends for a open source web site to join and add my code to so > others may participate. The site needs to be able to host the code to be > used as the download location for a freebsd port, and not be terminated > when the project becomes dormant. If you know that the project may become dormant, ensure that the README says so. You may be best going over to github: http://github.org Please don't introduce anything into the ports system for which you have obsolete as a pre-conceived notion, and/or you have no intention in supporting long-term. Steve