From owner-freebsd-ports@freebsd.org Wed May 22 12:29:28 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 BD30215AAB6F for ; Wed, 22 May 2019 12:29:28 +0000 (UTC) (envelope-from SRS0=kf1c=TW=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73725832C0; Wed, 22 May 2019 12:29:27 +0000 (UTC) (envelope-from SRS0=kf1c=TW=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id E32B028422; Wed, 22 May 2019 14:29:24 +0200 (CEST) Received: from illbsd.quip.test (ip-62-24-92-232.net.upcbroadband.cz [62.24.92.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 0E41F28416; Wed, 22 May 2019 14:29:24 +0200 (CEST) Subject: Re: replacement for lang/phantomjs [deprecated] To: Steven Hartland , dangerwillrobinsondanger@gmail.com, Kurt Jaeger Cc: freebsd-ports@freebsd.org References: <20190522103350.GF72200@home.opsec.eu> <4ce01c7a-8b78-c2bb-5784-2d920648e31b@multiplay.co.uk> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <236f1a92-6550-a67c-6870-8aa8e17ec496@quip.cz> Date: Wed, 22 May 2019 14:29:28 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 In-Reply-To: <4ce01c7a-8b78-c2bb-5784-2d920648e31b@multiplay.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 73725832C0 X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.13 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; IP_SCORE(0.97)[ip: (0.62), ipnet: 94.124.104.0/21(0.31), asn: 42000(3.85), country: CZ(0.08)]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[quip.cz]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.97)[0.972,0]; MX_GOOD(-0.01)[cached: elsa.codelab.cz]; NEURAL_SPAM_LONG(1.00)[1.000,0]; RCVD_IN_DNSWL_NONE(0.00)[4.105.124.94.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=kf1c=TW=quip.cz=000.fbsd@elsa.codelab.cz]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=kf1c=TW=quip.cz=000.fbsd@elsa.codelab.cz]; MID_RHS_MATCH_FROM(0.00)[] 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:29:28 -0000 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. Build time in my poudriere was about 33 hours and so many dependencies I don't want to install in headless machines. So I hope there is still some chance to find something lighter than headless chrome. Miroslav Lachman