From owner-svn-ports-all@freebsd.org Mon Nov 7 11:23:45 2016 Return-Path: Delivered-To: svn-ports-all@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 21948C3486E; Mon, 7 Nov 2016 11:23:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 D31A4CB8; Mon, 7 Nov 2016 11:23:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7BNhJT098954; Mon, 7 Nov 2016 11:23:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7BNhAm098950; Mon, 7 Nov 2016 11:23:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071123.uA7BNhAm098950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 11:23:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425607 - in head/textproc/qstardict: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 11:23:45 -0000 Author: amdmi3 Date: Mon Nov 7 11:23:43 2016 New Revision: 425607 URL: https://svnweb.freebsd.org/changeset/ports/425607 Log: - Add LICENSE - Add missing depends - Cosmetic fixes - Regenerate patches Added: head/textproc/qstardict/files/patch-plugins_stardict_lib.cpp - copied, changed from r425606, head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp head/textproc/qstardict/files/patch-plugins_stardict_mapfile.hpp - copied, changed from r425606, head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Deleted: head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Modified: head/textproc/qstardict/Makefile head/textproc/qstardict/files/patch-qstardict.pri head/textproc/qstardict/pkg-message Modified: head/textproc/qstardict/Makefile ============================================================================== --- head/textproc/qstardict/Makefile Mon Nov 7 11:08:41 2016 (r425606) +++ head/textproc/qstardict/Makefile Mon Nov 7 11:23:43 2016 (r425607) @@ -9,15 +9,20 @@ MASTER_SITES= http://qstardict.ylsoftwar MAINTAINER= ports@FreeBSD.org COMMENT= Qt 4 based dictionary program (stardict clone) +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= dos2unix pkgconfig qmake tar:bzip2 -USE_QT4= gui network xml uic_build moc_build rcc_build +USE_QT4= corelib gui network xml uic_build moc_build rcc_build +USE_GNOME= glib20 +USE_XORG= x11 DOS2UNIX_FILES= qstardict.pri # Path to dictionaries installed by stardict-* ports DICPATH= ${LOCALBASE}/share/stardict/dic OPTIONS_DEFINE= DBUS DOCS NLS -OPTIONS_DEFAULT:= ${OPTIONS_DEFINE} +OPTIONS_DEFAULT=DBUS OPTIONS_SUB= yes DBUS_USE= QT4=dbus @@ -33,7 +38,7 @@ post-patch: ${WRKSRC}/plugins/stardict/stardict.cpp post-patch-DOCS-off: - ${REINPLACE_CMD} -e "/^INSTALLS/s|docs||g" \ + @${REINPLACE_CMD} -e "/^INSTALLS/s|docs||g" \ ${WRKSRC}/qstardict.pro .include Copied and modified: head/textproc/qstardict/files/patch-plugins_stardict_lib.cpp (from r425606, head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp) ============================================================================== --- head/textproc/qstardict/files/patch-plugins__stardict__lib.cpp Mon Nov 7 11:08:41 2016 (r425606, copy source) +++ head/textproc/qstardict/files/patch-plugins_stardict_lib.cpp Mon Nov 7 11:23:43 2016 (r425607) @@ -1,5 +1,5 @@ ---- ./plugins/stardict/lib.cpp.orig 2011-12-05 12:40:49.000000000 +0000 -+++ ./plugins/stardict/lib.cpp 2013-12-09 11:22:18.738921230 +0000 +--- plugins/stardict/lib.cpp.orig 2011-12-05 12:40:49 UTC ++++ plugins/stardict/lib.cpp @@ -9,6 +9,7 @@ #include #include Copied and modified: head/textproc/qstardict/files/patch-plugins_stardict_mapfile.hpp (from r425606, head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp) ============================================================================== --- head/textproc/qstardict/files/patch-plugins__stardict__mapfile.hpp Mon Nov 7 11:08:41 2016 (r425606, copy source) +++ head/textproc/qstardict/files/patch-plugins_stardict_mapfile.hpp Mon Nov 7 11:23:43 2016 (r425607) @@ -1,5 +1,5 @@ ---- ./plugins/stardict/mapfile.hpp.orig 2011-12-05 12:40:49.000000000 +0000 -+++ ./plugins/stardict/mapfile.hpp 2013-12-07 17:36:45.942541049 +0000 +--- plugins/stardict/mapfile.hpp.orig 2011-12-05 12:40:49 UTC ++++ plugins/stardict/mapfile.hpp @@ -9,6 +9,7 @@ # include # include Modified: head/textproc/qstardict/files/patch-qstardict.pri ============================================================================== --- head/textproc/qstardict/files/patch-qstardict.pri Mon Nov 7 11:08:41 2016 (r425606) +++ head/textproc/qstardict/files/patch-qstardict.pri Mon Nov 7 11:23:43 2016 (r425607) @@ -1,6 +1,6 @@ ---- ./qstardict.pri.orig 2009-02-03 21:36:16.000000000 +0300 -+++ ./qstardict.pri 2009-02-05 10:24:18.000000000 +0300 -@@ -44,7 +44,6 @@ +--- qstardict.pri.orig 2016-11-07 11:15:01 UTC ++++ qstardict.pri +@@ -49,7 +49,6 @@ win32 { } unix:DEFINES += HAVE_MMAP Modified: head/textproc/qstardict/pkg-message ============================================================================== --- head/textproc/qstardict/pkg-message Mon Nov 7 11:08:41 2016 (r425606) +++ head/textproc/qstardict/pkg-message Mon Nov 7 11:23:43 2016 (r425607) @@ -2,9 +2,9 @@ QStarDict can support for StarDict dictionaries. You can install some dictionaries for StarDict(QStarDict): - chinese/stardict2-dict-zh_CN Simplified Chinese - English - chinese/stardict2-dict-zh_TW Traditional Chinese - English - japanese/stardict2-dict-ja Japanese - English + chinese/stardict2-dict-zh_CN Simplified Chinese - English + chinese/stardict2-dict-zh_TW Traditional Chinese - English + japanese/stardict2-dict-ja Japanese - English textproc/stardict2-dictd_mova Dictionaries from www.mova.org textproc/stardict2-quick Dictionaries from Quick for StarDict =======================================================================