From owner-svn-src-all@FreeBSD.ORG Wed Dec 28 23:03:37 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEB4910657A1; Wed, 28 Dec 2011 23:03:37 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5457B8FC14; Wed, 28 Dec 2011 23:03:37 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id pBSN3ajX024945 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 29 Dec 2011 00:03:36 +0100 (CET) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1325113416; bh=Fqu/uRfwj+SLVnK3vrlqSnW6YwzP26RpcSgGw6xRLJY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=LPzvz3pyurNx3cFHpe1ZkhPbRz9QovLFFPJ7Xp950wrIRGyARU6tf4C269L9h8W6h e3/AZw2bNLBsUgxkyPhaqdNc/k1Tekzg3hfqUXaT89e4o0p4CTD1wGf2Y45g1lcsbt LzH7sQLBFOWXICYbkwiSVoxAA0fDrFKF5eicBmSw= Date: Thu, 29 Dec 2011 00:03:36 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Doug Barton Message-ID: <20111228230336.GI83814@acme.spoerlein.net> Mail-Followup-To: Ulrich =?utf-8?B?U3DDtnJsZWlu?= , Doug Barton , Mark Linimon , Xin LI , src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org References: <201112260907.pBQ979X4098221@svn.freebsd.org> <4EF83AF4.9010108@FreeBSD.org> <20111228154049.GD83814@acme.spoerlein.net> <20111228211133.GA2731@lonesome.com> <20111228225206.GG83814@acme.spoerlein.net> <4EFB9F77.7060309@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4EFB9F77.7060309@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, Mark Linimon , svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Xin LI Subject: Re: svn commit: r228896 - head/contrib/netcat X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 23:03:38 -0000 On Wed, 2011-12-28 at 15:00:07 -0800, Doug Barton wrote: > On 12/28/2011 14:52, Ulrich Spörlein wrote: > > > We have > > > > http://wiki.freebsd.org/ContribSoftware > > > > that tries to track the state of anything upstream in src. > > I've been maintaining BIND in the base for 9 1/2 years, and never knew > about that page ... the wiki is a good tool for some things, but IMO > this kind of information needs to be in the src tree where it is easily > available, archived for the future, etc. Agreed. It would make branching that information a whole lot easier! Any good ideas on how to implement this? It could be as simple as having all that information in /CONTRIB or something, similar to UPDATING or MAINTAINERS. Uli