From owner-freebsd-ports@freebsd.org Wed May 22 12:35:27 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C17B15AAF07 for ; Wed, 22 May 2019 12:35:27 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B224D83839 for ; Wed, 22 May 2019 12:35:20 +0000 (UTC) (envelope-from ml@netfence.it) Received: from guardian.ventu (89-97-212-98.ip19.fastwebnet.it [89.97.212.98]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id x4MCZ7Y4068105 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 22 May 2019 14:35:08 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host 89-97-212-98.ip19.fastwebnet.it [89.97.212.98] claimed to be guardian.ventu Subject: Re: replacement for lang/phantomjs [deprecated] To: freebsd-ports@freebsd.org References: <20190522103350.GF72200@home.opsec.eu> <4ce01c7a-8b78-c2bb-5784-2d920648e31b@multiplay.co.uk> <236f1a92-6550-a67c-6870-8aa8e17ec496@quip.cz> From: Andrea Venturoli Message-ID: <0aa6907a-8f3e-e537-391e-abd2941572fc@netfence.it> Date: Wed, 22 May 2019 14:35:08 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <236f1a92-6550-a67c-6870-8aa8e17ec496@quip.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.83 X-Rspamd-Queue-Id: B224D83839 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-3.84 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; HAS_XAW(0.00)[]; MX_GOOD(-0.01)[mailserver.netfence.it]; NEURAL_HAM_SHORT(-0.64)[-0.643,0]; DMARC_NA(0.00)[netfence.it]; IP_SCORE(-0.89)[ip: (-2.66), ipnet: 2.44.0.0/16(-1.33), asn: 30722(-0.52), country: IT(0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Wed, 22 May 2019 12:35:27 -0000 On 2019-05-22 14:29, Miroslav Lachman wrote: > Steven Hartland wrote on 2019/05/22 13:56: >> Pretty sure chrome has a headless mode now, perhaps you could use that. > > The last time I tried chrome headless it was so big beast (for headless > servers) that I abandoned it. True, but I'm using it nonetheless. > Build time in my poudriere was about 33 hours 8 hours here, but only if I use a single core for it... > and so many dependencies I don't want to install in headless I agree again... love it or leave it, however. > So I hope there is still some chance to find something lighter > than headless chrome. Firefox should work (although it's only a little lighter then Chromium), but I was not able to make it work at first try, so I gave up. bye av.