From owner-cvs-all@FreeBSD.ORG Fri Jul 20 05:26:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE85416A418; Fri, 20 Jul 2007 05:26:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDD7F13C49D; Fri, 20 Jul 2007 05:26:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6K5QZ3p016132; Fri, 20 Jul 2007 05:26:35 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6K5QZt9016131; Fri, 20 Jul 2007 05:26:35 GMT (envelope-from rafan) Message-Id: <200707200526.l6K5QZt9016131@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 20 Jul 2007 05:26:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/qstardict Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 05:26:35 -0000 rafan 2007-07-20 05:26:35 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/qstardict Makefile distinfo pkg-descr pkg-message pkg-plist Log: QStarDict is a StarDict clone written with using Qt4. The user interface is similar to StarDict. Main features * Full support of StarDict dictionaries * Working in system tray * Scanning mouse selection and showing popup window with translation of selected word WWW: http://qstardict.ylsoftware.com/ Note that it is a GPLv3 software. PR: ports/114556 Submitted by: Yinghong.Liu Revision Changes Path 1.1157 +1 -0 ports/textproc/Makefile 1.1 +53 -0 ports/textproc/qstardict/Makefile (new) 1.1 +3 -0 ports/textproc/qstardict/distinfo (new) 1.1 +10 -0 ports/textproc/qstardict/pkg-descr (new) 1.1 +11 -0 ports/textproc/qstardict/pkg-message (new) 1.1 +8 -0 ports/textproc/qstardict/pkg-plist (new)