Date: Sat, 8 Aug 2020 08:25:27 +0900 From: Tatsuki Makino <tatsuki_makino@hotmail.com> To: Andrea Brancatelli <abrancatelli@schema31.it>, Steve Wills <swills@freebsd.org> Cc: "ports@FreeBSD.org" <ports@freebsd.org> Subject: Re: [HEADS UP] Planned deprecation of portsnap Message-ID: <SL2PR06MB322534BE4A59B0A20EE9E936FA490@SL2PR06MB3225.apcprd06.prod.outlook.com> In-Reply-To: <b6c769082b830a6006003e176ce9e59d@schema31.it> References: <b920d0e6-72d3-b37c-e57e-6d027292e8db@FreeBSD.org> <b6c769082b830a6006003e176ce9e59d@schema31.it>
next in thread | previous in thread | raw e-mail | index | archive | help
By the way, there was a REFUSE directive in /etc/portsnap.conf, wasn't there? Isn't this a db space saver? Or, rename the current fetch command to fetch-all. Then the fetch command will be modified to download only where it is needed based on the dependency graph. portsnap fetch # <- download Mk/*, INDEX-1? and result of pkg info -oqa portsnap extract # install it to /usr/ports make -C /usr/ports/ search "name=git-[0-9]" # find a git. -> Path: /usr/ports/devel/git portsnap fetch devel/git # download the git-related stuff. ftp/curl, lang/p5-Error, textproc/rubygem-asciidoctor, ... security/p5-Authen-SASL, security/p5-IO-Socket-SSL portsnap extract # Add a git-related tree.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SL2PR06MB322534BE4A59B0A20EE9E936FA490>