From owner-freebsd-ports@FreeBSD.ORG Thu Dec 10 21:23:57 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06CD910657BB for ; Thu, 10 Dec 2009 21:23:57 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) by mx1.freebsd.org (Postfix) with ESMTP id 106F78FC14 for ; Thu, 10 Dec 2009 21:23:52 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.3/8.14.3) with ESMTP id nBALMbR0023809; Thu, 10 Dec 2009 15:22:37 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.3/8.14.3/Submit) id nBALMbMq023808; Thu, 10 Dec 2009 15:22:37 -0600 (CST) (envelope-from brooks) Date: Thu, 10 Dec 2009 15:22:37 -0600 From: Brooks Davis To: Eitan Adler Message-ID: <20091210212237.GC23550@lor.one-eyed-alien.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2/5bycvrmDh4d1IB" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Thu, 10 Dec 2009 15:22:37 -0600 (CST) Cc: freebsd-ports@freebsd.org Subject: Re: [RFC] Tools/ script for automatically making a tar out of svn sources 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: Thu, 10 Dec 2009 21:23:57 -0000 --2/5bycvrmDh4d1IB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 09, 2009 at 10:27:58PM +0200, Eitan Adler wrote: > The attached script is designed to work with the 20+ ports that > currently have to resort to hacks to automatically figure out the head > version, checkout from svn, make a tar file, and then upload the file > to freefall. >=20 > It is based on some my earlier work/proposals > (http://wiki.freebsd.org/EitanAdler/ports-svn) to put this directly > into ports.*.mk. While that proposal was rejected by a large part of > the community making a simple standard script to put into Tools was > suggested by a few people as a better solution and one more likely to > get accepted by the community and portmgr. >=20 > This port requires that three values be defined in the ports Makefile. > Of these two are already defined for most of the ports that use the > hacks mentioned above. > USE_SCM=3D"svn" is required as I plan on including support for other > common SCMs that might be used in the ports collection already (git > and cvs come to mind) > SVN_REV=3D12345 is required unless you use the "-h" option which gets > the version from head > SVN_URL=3Dsvn://goo.com/svn_repo - this is where the source is fetched fr= om. >=20 > If I could get any comments (1) on the script in particular and (2) if > the approach I'm taking now is better than the one I tried a few weeks > ago (see wiki page) it would be really good. I don't see the script. -- Brooks --2/5bycvrmDh4d1IB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFLIWacXY6L6fI4GtQRAn5sAKClMt69YEhsG0G7HiP5CXKwQ4U0wgCgpacF uYWRU7ksYwW5mZUPKeQ1pkI= =6VA4 -----END PGP SIGNATURE----- --2/5bycvrmDh4d1IB--