X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by lists.alpinelinux.org (Postfix) with ESMTP id E3E54170000BA for ; Thu, 22 Jan 2009 15:00:46 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so555297eyf.13 for ; Thu, 22 Jan 2009 07:00:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=/pjkxsgWEku0S71vRcere2SKjhaSWg3EbgrjgqNDato=; b=rrgvCm80KAlCpDiLbdBgj30u+OR4W/VKFTeR4J6qSqGOfssAHjnViD2pf7xwvas/Wg 9S0n5tekYUaw1xbebtUr+TMRvhotHlz233Qc946mz0MipZKeGlblHICt3rUDGysKo3nz nHsHdotRx7DnDtKgrkaZhVGuvcTj4Nva1rj4o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=o418G7vk6lzwxu/mqocFoYtmOCBlvW+e4P81H+lFAH3A0E3Bl0haJcaiLczQUFmECb +blaRN6tBdpy7SFKd6cU7RWohUBaaAI7FGod9LFfNckQFrPnZRUu3LLr3wl98SxY0pyx 6sjFCaxgPXoq7sYELZBWQOPNh+E8jm2wfcryQ= Received: by 10.210.119.5 with SMTP id r5mr11185ebc.89.1232636445230; Thu, 22 Jan 2009 07:00:45 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 7sm4585115eyb.31.2009.01.22.07.00.43 (version=SSLv3 cipher=RC4-MD5); Thu, 22 Jan 2009 07:00:44 -0800 (PST) Subject: Re: [alpine-devel] rename the APKBUILDs From: Natanael Copa To: Timo =?ISO-8859-1?Q?Ter=E4s?= Cc: Alpine-devel In-Reply-To: <4975AB80.9020902@iki.fi> References: <1232447481.1947.52.camel@nc> <4975AB80.9020902@iki.fi> Content-Type: text/plain; charset="iso-8859-1" Date: Thu, 22 Jan 2009 16:00:39 +0100 Message-Id: <1232636439.3880.6.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: quoted-printable On Tue, 2009-01-20 at 12:46 +0200, Timo Ter=E4s wrote: > 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. > >=20 > > 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. > >=20 > > So I would like to ask everyone: Ok if i break the entire tree (again) > > and rename all APKBUILD to ABUILD.sh? > >=20 > > 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. >=20 > 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. ok. yes. i was thinking that they are shell include files. Sometimes you find php include files called .php. but yes... will most likely confuse. > How about adding #! line at start, usually editors recognize those > and can give syntax highlighting with those.=20 this is actually pretty cool, but im not really sure how to implement that without writing a small C wrapper. I think it is simpler to source them like we do today. > Or add an editor specific > configuration option to auto highlight files that are named APKBUILD. Carlo found some fancy vim line that would turn on syntax highlight so that part is working now. > I'm not all against renaming them. But syntax highlighting is not a > good reason for that, IMHO. How about rename them to ABUILD? shorter to type, better connection to the 'abuild' script and package. Is it worth it at this stage? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---