From owner-freebsd-ports@FreeBSD.ORG Mon Jan 4 17:41:53 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFD9A106568B for ; Mon, 4 Jan 2010 17:41:53 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 6120E8FC13 for ; Mon, 4 Jan 2010 17:41:53 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 19so78085fgg.13 for ; Mon, 04 Jan 2010 09:41:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=EoFAzu2PXbtwkJUG80IZrR/nbGV3p2vRMC8knBDP8X0=; b=rc/fJt0jFMwM14YkVsgH+qwccHNFZao4f580oEm7X4ThsoEjT61O1CAytdPEEq6w5i iB24xDUbXe8CuayTIewm7Jl8XxMFtyutj42hzhE8GGfGOaoJSN4odoiubfMoGLnOnxSN 0yDG3KZYn36SGQKzAJBOoos0TRjyzItdgwXLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=N3Xuk1nKp2E61SKLeJ+ljCLYCdlV5WFBpLqqmDYZ3cHxQeH7BBhYSw/gkU7ezmE1oO ft56Vvd+/Qmmxqis3bzLTszk4HMoFPe3utFSB43VCn7Fhr1Zy9lcoVjrpzRb8ABeEspM x0EiTsOCfmkDHRdPR3NXTtVCiLZ6iQRdPXbnw= Received: by 10.87.73.4 with SMTP id a4mr7639805fgl.76.1262626907056; Mon, 04 Jan 2010 09:41:47 -0800 (PST) Received: from darklight.org.ru ([213.132.76.16]) by mx.google.com with ESMTPS id e3sm51802561fga.16.2010.01.04.09.41.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 Jan 2010 09:41:46 -0800 (PST) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.3/8.14.3) with ESMTP id o04HfhbX005963; Mon, 4 Jan 2010 20:41:43 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.3/8.14.3/Submit) id o04HfhdZ005962; Mon, 4 Jan 2010 20:41:43 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 4 Jan 2010 20:41:43 +0300 From: Yuri Pankov To: Steve Franks Message-ID: <20100104174142.GA4030@darklight.org.ru> References: <539c60b91001040906n4868dbccub329f54ce7ae32b3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539c60b91001040906n4868dbccub329f54ce7ae32b3@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: looking for port to clone that pulls code from git repo 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: Mon, 04 Jan 2010 17:41:54 -0000 On Mon, Jan 04, 2010 at 10:06:57AM -0700, Steve Franks wrote: > I've got a project to port that doesn't do releases, just puts out the > git. I know we've got alot of ports that pull strait from cvs or svn, > is there a good corresponding example for git? > > Thanks, > Steve I'm not sure if we really have ports that are built from direct cvs/svn checkout, but you could look at x11-drivers/xf86-video-nouveau/Makefile, which has target to create tarball from git. HTH, Yuri