From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by sourceware.org (Postfix) with ESMTPS id A2A443857827 for ; Sat, 12 Dec 2020 06:37:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A2A443857827 Received: by mail-il1-x130.google.com with SMTP id b8so10896071ila.13 for ; Fri, 11 Dec 2020 22:37:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=/2S0JsxlxTlyzAOrf6Is7c2DIuoWXSdA6L5wpWrMY7o=; b=BDD9pP74psz1+e6F7qdfzB/e0Atpa155BRGFtMzdk+dNLVNwKVBl3K3OTkm4pwQMDT PXObxxCJdX5kr1lH4GeBqgOccpvws7veroW9hBn7iFIjGZyAG5RIpi+Ra5hQYniTs3+3 9ncGTWaO8mupQgpkkzZuWcYXifO/cEEl2eNf8v+FAEcGcfxUjLXCl0jVXnQs9ik3uXy0 A70GCG0OY6E7YvYXa7FVLwLLQN94NbZM9+KykjUAY/dZ6289WUxyAESTobiGA7QSsHum y23ESQJufRYccyI/FIrRmDZ1NV4xufsXXLxplxgBGsQM6WoErRyzLjrFjvsrg5BAWdoI GH/w== X-Gm-Message-State: AOAM530hAmX9eTvWNRRjVhGhVlx1g5cwnhXQL9R2+5gAxZv5twwj2Kl6 IpKgUbcFiDIaC2cmkqzs9JXDhxVjiTH4sOZOccyluEDqtCvBdg== X-Google-Smtp-Source: ABdhPJxu6MZ1peeedMWUMgTh/qGALvcG2r7OR3Yzi/rTFWxwVB3g1T4M5mX+n3Kv9tBdjy2OYJFUokT8O/3QsWdn/Ic= X-Received: by 2002:a05:6e02:c32:: with SMTP id q18mr21409236ilg.203.1607755056762; Fri, 11 Dec 2020 22:37:36 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Daisuke Fujimura Date: Sat, 12 Dec 2020 15:37:00 +0900 Message-ID: Subject: Re: [ITP] no-more-secrets 0.3.3 To: cygwin-apps@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, KAM_SHORT, LIKELY_SPAM_BODY, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2020 06:37:39 -0000 Thank you for your approval. On Fri, Dec 11, 2020 at 11:51 PM Ken Brown via Cygwin-apps wrote: > > > > On 12/1/2020 7:46 AM, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > Can anyone please review it? > > > > On Sat, Nov 14, 2020 at 5:35 AM Daisuke Fujimura wrote: > >> > >> Hello, > >> > >> [ITP] A new package proposal: no-more-secrets > >> > >> - no-more-secrets > >> > >> ==== > >> > >> SUMMARY: Recreation of the decrypting text effect from the 1992 movie Sneakers > >> HOMEPAGE: https://github.com/bartobri/no-more-secrets > >> SRC_URL: https://github.com/bartobri/no-more-secrets/archive/v0.3.3.tar.gz > >> LICENSE: GNU General Public License v3.0 > >> > >> ==== > >> > >> Corresponding Linux/Unix packages are searched: > >> - https://repology.org/project/no-more-secrets/versions > >> > >> Cygport, packages and logs: > >> - https://yacp.osdn.jp/itp/no-more-secrets/ > >> > >> CI (playground): > >> - https://cygwin.com/cgi-bin2/jobs.cgi?id=1254 > >> - https://ci.appveyor.com/project/cygwin/scallywag/builds/36302294 > >> > >> Prototype: > >> - https://github.com/fd00/yacp/tree/f5018e37cc3b6e82f55fd59cef4414fc1ee19856/no-more-secrets > >> > >> ==== > >> > >> Since these programs require keystrokes, we tested them manually, as > >> shown below. > >> > >> ``` > >> $ cd ${B} > >> $ ./bin/nms.exe -a < LICENSE > >> $ ./bin/sneakers.exe > >> ``` > > GTG. > > Ken