From owner-freebsd-ports@FreeBSD.ORG Mon Mar 4 12:20:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9073C95D; Mon, 4 Mar 2013 12:20:03 +0000 (UTC) (envelope-from ruM1cRO@yandex.ru) Received: from forward18.mail.yandex.net (forward18.mail.yandex.net [IPv6:2a02:6b8:0:1402::3]) by mx1.freebsd.org (Postfix) with ESMTP id DF2F7159C; Mon, 4 Mar 2013 12:20:02 +0000 (UTC) Received: from web20g.yandex.ru (web20g.yandex.ru [95.108.253.229]) by forward18.mail.yandex.net (Yandex) with ESMTP id 4CC821781912; Mon, 4 Mar 2013 16:20:01 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web20g.yandex.ru (Yandex) with ESMTP id B6B426A2803F; Mon, 4 Mar 2013 16:20:00 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1362399601; bh=zIz1eYVdaBq3Q8mKt4jAZG2mF1PSJMGEj6IBbUEtmoc=; h=From:To:Cc:Subject:Date; b=jAXHidoS38amwi9UNI5kHzGGGPde1dguor0Mebcw7qm5E6GTcqiLqO8OgBG+vusFB 7oz+Poh5i/IcJiGltUGgsZuVxAABcQhtaDHyAjDQAnFhgTkAkKOO35ia7X8kyumnaG meMV0Jyu17qvzAuI0ad7hq2Q23FEViQKkIiiVyHs= Received: from m1cro.park.rambler.ru (m1cro.park.rambler.ru [81.19.91.77]) by web20g.yandex.ru with HTTP; Mon, 04 Mar 2013 16:20:00 +0400 From: Ilya Envelope-From: ruM1cRO@yandex.ru To: "freebsd-ports@freebsd.org" Subject: Dialog4ports ready for testing. MIME-Version: 1.0 Message-Id: <691251362399600@web20g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 04 Mar 2013 16:20:00 +0400 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: "bapt@freebsd.org" , Eitan Adler , Alexey Dokuchaev X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 12:20:03 -0000 Hi Folks, New dialog4ports ready for testing and we need you! :) What we already have: - Check/Radio button, - Pretty delimiter, - Finding lines for first symbol, - Dynamic width/height size(for default width = 80), - Full compatibility :) Screenshot: http://m1cro.tk/dialog4ports/d4p.png What will be added: - Help box with f1 and ctrl+e hotkeys(in progress), - Smart selection. How you can test it? If you have FreeBSD > 9 you just need: - Download: fetch https://bitbucket.org/m1cro/d4p/get/55f145017b25.zip or take it from https://bitbucket.org/m1cro/d4p tag: alphatesting - Unzip: tar -zxvf 55f145017b25.zip - Build and install: make && make install - Apply patch on Mk: fetch -qo- http://m1cro.tk/dialog4ports/bsd.port.mk-newdialog.diff | patch -d /usr/ports/Mk (don't forget do a backup :)) - and start using it ;) If your Freebsd < 9: - you need install devel/cdialog - all other steps from FreeBSD > 9 ;) If you found bug/issue/have a problem: - Please write to me: rum1cro@yandex.ru - or write to me in irc: efnet #bsdports/#d4p M1cRO - or create issue in repository: https://bitbucket.org/m1cro/d4p/issues?status=new&status=open I'll be happy for all response! Have a nice day ;) -- With Best Regards, Ilya A. Arkhipov