X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f10.google.com (mail-ew0-f10.google.com [209.85.219.10]) by lists.alpinelinux.org (Postfix) with ESMTP id 76BC9170000BA for ; Tue, 20 Jan 2009 10:46:28 +0000 (UTC) Received: by ewy3 with SMTP id 3so1742143ewy.1 for ; Tue, 20 Jan 2009 02:46:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=TMGFDj9icVYvOX868VwfKdSlrknewmXeJgVq/arybIE=; b=F0W6oDjv/Vtg8UbLCpTEk+2GSCOkZvwak/0UhVJVVfB3ZbOKrebXiE1ee+g8SEIkwV XbjOOqBQDBHjHgsXSFMiKi2F+yUxgFawDcqdGy33MHY0+qqcAyYrGehpk8hWXESGQUVH 9oOtbDDREzAwB0ipygwC3YpyiT+vHIMhczoKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=f/DFXbItvjl9VG5hxbOIl9kZxtapuFFoakn3zwARrcGcOfic4eZbGMTFPhETc7hwC0 zh4sf9wfA+FEXBz2npAzAWEXk/2WO/0TslLo86KyRzzYeC1ugpdmgjSXx0MyS3eqkL36 KVV+A3GD/BCVDIKNROxcQ9g99wkPOB0nul8/w= Received: by 10.210.92.11 with SMTP id p11mr8469706ebb.24.1232448387861; Tue, 20 Jan 2009 02:46:27 -0800 (PST) Received: from ?10.254.3.100? (xdsl-83-150-94-239.nebulazone.fi [83.150.94.239]) by mx.google.com with ESMTPS id 1sm11360439nfv.9.2009.01.20.02.46.26 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Jan 2009 02:46:27 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4975AB80.9020902@iki.fi> Date: Tue, 20 Jan 2009 12:46:24 +0200 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Thunderbird 2.0.0.19 (X11/20090105) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Natanael Copa CC: Alpine-devel Subject: Re: [alpine-devel] rename the APKBUILDs References: <1232447481.1947.52.camel@nc> In-Reply-To: <1232447481.1947.52.camel@nc> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Natanael Copa wrote: > You might have seen patches with new "aports" for new build tree on this > list and there will come more of that. > > I would like to rename the APKBUILD to soemthing with .sh extension to > get the syntax higlight from vim. APKBUILD is also kinda hard to type > fast too. > > So I would like to ask everyone: Ok if i break the entire tree (again) > and rename all APKBUILD to ABUILD.sh? > > Is this name ok for everyone? We coudl use small letters to: abuild.sh > but its nice when the abuild are clearly different the the rest of the > files in a dir listing. It is not a shell script to be ran as-is, instead it's something used by abuild, so I'd rather not have it .sh extension. Otherwise it's confusing. How about adding #! line at start, usually editors recognize those and can give syntax highlighting with those. Or add an editor specific configuration option to auto highlight files that are named APKBUILD. I'm not all against renaming them. But syntax highlighting is not a good reason for that, IMHO. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---