From owner-freebsd-ports@freebsd.org Tue Nov 10 10:29:37 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD06A2B52E for ; Tue, 10 Nov 2015 10:29:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCB0A1BAF for ; Tue, 10 Nov 2015 10:29:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pasz6 with SMTP id z6so237956701pas.2 for ; Tue, 10 Nov 2015 02:29:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=SzxA/Se5nJRdQv36XfTFhhOTSzzT0y+/oagd5e17jDI=; b=ve1hZK0VAQKNCpAtytRMflj6IV0X6C8vkMHPbLrQpuW1nRYggfYVhhPJfRtlGVYmda MIfP6M74WK/lYWchQ4fKavNR3Em/RF1wB1F5zTqGl5ztWPs/ym4GFNsUHJa2wAisr8qV YyZEspPef4Aot/us9zJNHl9+Jq5aLqCdYPp/e2T203nevfgo0f3InmpL+1Hdvr3+4iHo lrojIUh0LepcwFMUrTBMmz89MNNIlUHrf012NMIPGz/+FijWfOq6QWyowVOz4S6NoKfr DGjuzJHF9to1MY0yVE8ErxjFlzITySqw2o6vpnOiZZHgkBNwAnugE8hcrErtK+uZuL6U mC1A== X-Received: by 10.66.185.6 with SMTP id ey6mr4474929pac.70.1447151377238; Tue, 10 Nov 2015 02:29:37 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:7d16:8357:a5e4:2525? (2001-44b8-31ae-7b01-7d16-8357-a5e4-2525.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:7d16:8357:a5e4:2525]) by smtp.gmail.com with ESMTPSA id bn1sm3309235pad.17.2015.11.10.02.29.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 02:29:36 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: Suggestion for FreeBSD ports - Autokey References: <5641BB01.5010404@peercorpstrust.org> To: PeerCorps Trust Fund , freebsd-ports@freebsd.org From: Kubilay Kocak Message-ID: <5641C70A.4070709@FreeBSD.org> Date: Tue, 10 Nov 2015 21:29:30 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <5641BB01.5010404@peercorpstrust.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 10:29:38 -0000 On 10/11/2015 8:38 PM, PeerCorps Trust Fund wrote: > Hi All, > > One extremely useful keyboard automation utility that has existed for Linux for quite some time has been Autokey: https://code.google.com/p/autokey/ > > I am not sure how suggesting ports works, but I'd like to suggest this one for inclusion. > Hi Mike, It looks like an updated verion of autokey (ported to Python 3) exists here: https://github.com/guoci/autokey-py3 It's also available in PyPI as: https://pypi.python.org/pypi/autokey-py3 This means it should be `pip install`able and that it should be pretty easy to create a port for. If you can provide confirmation that it functions on FreeBSD as is (via pip install) I'd be happy to look at creating a port for it. You can find me and other FreeBSD/Python folks on IRC: #freebsd-python @ freenode See you there! ./koobs