From owner-freebsd-ports@freebsd.org Fri Apr 17 16:51:20 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FBFF2C0DAF for ; Fri, 17 Apr 2020 16:51:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 493htw05xxz4GFn for ; Fri, 17 Apr 2020 16:51:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0162E2C0DAE; Fri, 17 Apr 2020 16:51:20 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0127F2C0DAD for ; Fri, 17 Apr 2020 16:51:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 493htv4BWwz4GFf for ; Fri, 17 Apr 2020 16:51:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from yv.noip.me (c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 03HGpInI026847 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 17 Apr 2020 09:51:18 -0700 (PDT) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-73-189-35-76.hsd1.ca.comcast.net [73.189.35.76] claimed to be yv.noip.me Subject: Re: New feature suggestion: print-gh-tuple: Print GH_TUPLE corresponding to submodules of a GitHub repository ${GH_ACCOUNT}/${GH_PROJECT} To: "ports@freebsd.org" References: <33f61c4f-2351-ffac-54c8-6fe1708d0f14@rawbw.com> From: Yuri Message-ID: Date: Fri, 17 Apr 2020 09:51:17 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 493htv4BWwz4GFf X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.93)[-0.931,0]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/20, country:US]; NEURAL_HAM_LONG(-0.99)[-0.985,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2020 16:51:20 -0000 On 2020-04-17 00:37, Mateusz Piotrowski wrote: > Great idea! I've done something similar for x11/ly. It's great to > possibly have something more general and available through out the > whole ports tree. Thanks! This particular project (ly) is a bad example because it uses some GitHub extension, git itself doesn't find submodules there: 'git submodule status' fails on it, and 'git clone --recurse-submodules' doesn't clone submodules. Yuri