From owner-freebsd-ports@freebsd.org Mon Feb 24 17:20:55 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 4CE6923BD18 for ; Mon, 24 Feb 2020 17:20:55 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward500o.mail.yandex.net (forward500o.mail.yandex.net [37.140.190.195]) (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 48R83T34Kxz44BM for ; Mon, 24 Feb 2020 17:20:53 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from mxback15o.mail.yandex.net (mxback15o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::66]) by forward500o.mail.yandex.net (Yandex) with ESMTP id 98C236027F; Mon, 24 Feb 2020 20:20:49 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback15o.mail.yandex.net (mxback/Yandex) with ESMTP id 242UKnVUPS-Km8GH5Ta; Mon, 24 Feb 2020 20:20:49 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1582564849; bh=07R32Fao1/zvVygdMfUIatnBndeCJ1ARWKFWUu84L10=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=Z1lei8rAVz+phDJawrwW0OFlHOmS2sEULvLXOyss8GxBoapmwJXEn8lSRfq/Sf1q7 i8M58gmofeQx9fci4w/easGBJYN4y/ThDgBFVBM7T4K5oU7jhy9xE8EKfqtQFjeF+3 avqz8WKXuqfXV1nAkosntQa2XV3Fb6l6SwC90ouk= Received: by myt2-a7d7570d35ff.qloud-c.yandex.net with HTTP; Mon, 24 Feb 2020 20:20:48 +0300 From: Ruslan Mahmatkhanov To: Chris Ross , "freebsd-ports@freebsd.org" In-Reply-To: <511E2F3A-EC92-43D0-AB97-83F821DFAFA7@distal.com> References: <511E2F3A-EC92-43D0-AB97-83F821DFAFA7@distal.com> Subject: Re: Deluge port for FreeBSD MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 24 Feb 2020 20:20:48 +0300 Message-Id: <8525381582564848@myt2-a7d7570d35ff.qloud-c.yandex.net> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Rspamd-Queue-Id: 48R83T34Kxz44BM X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yandex.ru header.s=mail header.b=Z1lei8rA; dmarc=pass (policy=none) header.from=yandex.ru; spf=pass (mx1.freebsd.org: domain of cvs-src@yandex.ru designates 37.140.190.195 as permitted sender) smtp.mailfrom=cvs-src@yandex.ru X-Spamd-Result: default: False [-0.60 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(0.00)[+ip4:37.140.128.0/18]; FREEMAIL_FROM(0.00)[yandex.ru]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[yandex.ru:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(0.00)[yandex.ru,none]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_IN_DNSWL_LOW(-0.10)[195.190.140.37.list.dnswl.org : 127.0.5.1]; ASN(0.00)[asn:13238, ipnet:37.140.128.0/18, country:RU]; FREEMAIL_ENVFROM(0.00)[yandex.ru]; DWL_DNSWL_NONE(0.00)[yandex.ru.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(0.00)[yandex.ru:s=mail]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[freebsd]; URIBL_GREY(1.50)[sendgrid.net.multi.uribl.com]; MIME_GOOD(-0.10)[text/plain]; BAD_REP_POLICIES(0.10)[]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(0.00)[ipnet: 37.140.128.0/18(-4.87), asn: 13238(-3.83), country: RU(0.01)] 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: Mon, 24 Feb 2020 17:20:55 -0000 Hello. I'm holding deluge2 port, that is supposed to work and that needs testing before pushing to ports tree. But as far I understand there is still no working python binding for libtorrent-rasterbar. I can't test w/o it. 24.02.2020, 19:25, "Chris Ross" : > Hello all. Deluge 2.0 was created last year, using python3. I had been waiting for a new deluge2 port to be added, but now see that there is still not one, and the older deluge 1.3.15 has been deprecated because it uses EOL'd python27. > > https://u13739864.ct.sendgrid.net/ls/click?upn=NK1UM1m88Y-2BE3GDttDA4-2B3fqjRJC5obnVcxBoDcVoxzMpqQ5fXed7CIe-2BZ9zBquSgpV9kT30uAqWmsOEueNQ0A-3D-3DGmIa_9P-2FllkRu-2FgTZT7WocElCz837oGdJ-2B6luy3Bd6fimbL3hTyzkfScBrUZCuZUQZxKZUtc79JL-2B0lHQcwbTZoXEeIdUwUsZpOzVH30kx1-2FnK2BtKYoEvpACa64FcprVnGtU2e9L1gzy-2BUhOf8GprFRoBQo8xIlzRWft9BaD8CxCDC1wR7yZkyOcDmb-2F9UgY4jke-2BEwJ18Myl3U25VrhVe8KTzYeb02I3PF8nGJ3q0it1ks-3D > > Ruslan, as the maintainer of the prior port, any possibility you could put together a new port for deluge2? Myself and another tested getting it running on FreeBSD 12 last year, so it's known compatible. > > https://u13739864.ct.sendgrid.net/ls/click?upn=NK1UM1m88Y-2BE3GDttDA4-2BwlxOo-2FihJSFnPbu5Az7R876WPbQ9QyFOmGgDze3zWWMpO7d-2FIlxFxh1tB1u4GzDSLsDaMmPix-2BurwC1hoK14A8-3DOSw2_9P-2FllkRu-2FgTZT7WocElCz837oGdJ-2B6luy3Bd6fimbL3hTyzkfScBrUZCuZUQZxKZm1ctgbVOOGgXQ6KdrsNsKqXUJtWdFeoqrrWlBn-2BlHq0EVJXlQH4lAuXbE5vV0MIcgQSNTFdLVw5ugoMItmgCxCy7WTGsYNpD-2FH0VvZp7bN45K6-2FD7-2FizKLkAr6TWz6q4-2FeersOVVGJZ4m-2BM9K-2BiJzddANltTFKtdN-2F7Uk0uowb8-3D > > Thanks all. > >                   - Chris -- Regards, Ruslan