X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) by lists.alpinelinux.org (Postfix) with ESMTP id EFF805C4E4D for ; Wed, 7 Feb 2018 12:39:23 +0000 (GMT) Received: by mail-qk0-f171.google.com with SMTP id n188so839351qkn.11 for ; Wed, 07 Feb 2018 04:39:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=ICtdpg5pm0pyhJqjpRqSAPE+y0QgFqhQthlng8FnF50=; b=hES96a9l7bwTfwCseExpxNmrT9Pm5ujtu6nWkd9e+NusIY5Ac7+f+ZJnw5QO3jA6ku peDMPlZA+hVF0xn4Kb+h3uLiuxeG6Cqfx+hYgqL48eiwhsInIrXkcCDfZ41+59ZdcCgq k+/VzX3n8iuGgRvuLqj2KpcCB1F5zqXnGXhJaZVkU2pS3/pNRg7s57S4yyUoOpfgaRKB 4bn0gErYD5m6Ggoiu+ARSc+6n6cq7ecHNfvUgeBUJgd1S/lJhC70ExUbDyCLgAXIKWTM +tirJhSaTGA0bNu+unRvflLvg/pbEWNp4kBLeliiX9AvXCeMpqKD55YeYaK8bNWZU37Z 6P+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=ICtdpg5pm0pyhJqjpRqSAPE+y0QgFqhQthlng8FnF50=; b=Vg9f7O4hEDg0jlpxXTUaXcd/tzh7srsMXnRK73sVeio/SQMy3G2xJ4s0A95WFd+2IJ ALeM9sfkIjXi18ab1qoi3a8hYZ3kthS/pQnxmxYEgq5mBVmVDfVeUsMZg2vnXDEiv2gG gz3ePEhQYUO26HOhrn/YBPf7DPV/8Igi/lyF4udiAv9U2SX+l/KW0Y4L0pErc/RmeW/t iEwVXQzxspovbKFOXhI6EX/pM3/ikcasf49n7YY1OtfuTQBGF4pDDdjXjRaWwxGvnQhm MHTNEt21wvxsvgMi2sp2t4g8RH7AtFbjSFJIWv15n+8/ziUZBgYPKRSZyTMT4HGTviGo HCBg== X-Gm-Message-State: APf1xPDE3v3/fm9hfYq/CzTK0ULHW/dOJULevQspU8AobDokFTBbBJWU 85WjD3SrHb3inr7uRcJqsLvmn+kMxCYTl1UhqZd1kw== X-Google-Smtp-Source: AH8x22456VTKJy3MTsfrbY8a6GCfBs3J9vX8Sq2ueLBd3W85U7TYxzVGtUgUQfnh+mc2A63RK8cYvvtGf/LDOVsCwTY= X-Received: by 10.55.46.194 with SMTP id u185mr1303477qkh.47.1518007163381; Wed, 07 Feb 2018 04:39:23 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.12.149.67 with HTTP; Wed, 7 Feb 2018 04:39:23 -0800 (PST) In-Reply-To: <20180207103053.GA26602@e460.lan> References: <20180207103053.GA26602@e460.lan> From: Lucas Ramage Date: Wed, 7 Feb 2018 07:39:23 -0500 Message-ID: Subject: Re: [alpine-devel] Total Packages To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="001a114f4180bd6d6005649e9579" --001a114f4180bd6d6005649e9579 Content-Type: text/plain; charset="UTF-8" Awesome. I wasn't completely off. Thanks, On Wed, Feb 7, 2018 at 5:30 AM, Svyatoslav Mishyn < svyatoslav.mishyn@gmail.com> wrote: > Hi, > > (Tue, 06 Feb 20:51) Lucas Ramage: > > I am trying to find the total number of packages in the aports tree. > > > > These are my results, > > - main (2031) > > - community (1157) > > - testing (1294) > > - non-free (9) > > - unmaintained (39) > > > > Here is what I attempted, > > > > $ for repo in main community testing non-free unmaintained; do > > > find $repo -maxdepth 2 -type d | wc -l > > > done > > > > I then subtracted one from each because it is including the directory > > itself. > > > > Does that seem reasonable? > > I searched against name APKBUILD, and results almost identical (only > main -1): > > /home/juef/alpine/aports: for repo in main community testing non-free > unmaintained; do > > printf "%-15s%d\n" "$repo:" "$((find $repo -name APKBUILD) | wc -l)" > > done > main: 2030 > community: 1157 > testing: 1294 > non-free: 9 > unmaintained: 39 > > > -- > https://www.juef.space/ > -- [image: Visit online journal] *Lucas Ramage* / Software Engineer ramage.lucas@openmailbox.org / (941) 404-6794 *PGP Fingerprint* / Learn More EAE7 45DF 818D 4948 DDA7 0F44 F52A 5A96 7B9B 6FB7 *Visit online journal* http://lramage94.github.io [image: Github] [image: Linkedin] --001a114f4180bd6d6005649e9579 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Awesome. I wasn't completely off.

Thanks,

On Wed, Feb 7, 2018 at 5:30= AM, Svyatoslav Mishyn <svyatoslav.mishyn@gmail.com> wrote:
Hi,

(Tue, 06 Feb 20:51) Lucas Ramage:
> I am trying to find the total number of packages in t= he aports tree.
>
> These are my results,
> - main (2031)
> - community (1157)
> - testing (1294)
> - non-free (9)
> - unmaintained (39)
>
> Here is what I attempted,
>
>=C2=A0 =C2=A0 =C2=A0$ for repo in main community testing non-free unmai= ntained; do
>=C2=A0 =C2=A0 =C2=A0>=C2=A0 find $repo -maxdepth 2 -type d | wc -l >=C2=A0 =C2=A0 =C2=A0> done
>
> I then subtracted one from each because it is including the directory<= br> > itself.
>
> Does that seem reasonable?

I searched against name APKBUILD, and results almost identical (only=
main -1):

/home/juef/alpine/aports: for repo in main community testing non-free unmai= ntained; do
> printf "%-15s%d\n" "$repo:" "$((find $repo -n= ame APKBUILD) | wc -l)"
> done
main:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 2030
community:=C2=A0 =C2=A0 =C2=A01157
testing:=C2=A0 =C2=A0 =C2=A0 =C2=A01294
non-free:=C2=A0 =C2=A0 =C2=A0 9
unmaintained:=C2=A0 39


--
ht= tps://www.juef.space/



--

3D"Visit

Luc= as Ramage=C2=A0/ Software Engineer
ramage.lucas@= openmailbox.org=C2=A0/ (941) 404-6794

<= b>PGP Fingerprint=C2=A0/=C2=A0Learn More
EAE7 45DF 818D 4948 D= DA7 0F44 F52A 5A96 7B9B 6FB7

Visit o= nline journal
http://lramage94.github.io

3D"Github"=C2=A03D"Linkedin"

--001a114f4180bd6d6005649e9579-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---