From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 13:37:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D2A106564A; Wed, 12 Sep 2012 13:37:58 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBB78FC0A; Wed, 12 Sep 2012 13:37:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CDbwiL078122; Wed, 12 Sep 2012 13:37:58 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CDbwfw078116; Wed, 12 Sep 2012 13:37:58 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209121337.q8CDbwfw078116@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 12 Sep 2012 13:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304147 - in head/deskutils: . plasma-applet-qstardict X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Sep 2012 13:37:58 -0000 Author: makc Date: Wed Sep 12 13:37:57 2012 New Revision: 304147 URL: http://svn.freebsd.org/changeset/ports/304147 Log: Add new port deskutils/plasma-applet-qstardict: Dictionary plasmoid for KDE from QStarDict authors. WWW: http://qstardict.ylsoftware.com Added: head/deskutils/plasma-applet-qstardict/ head/deskutils/plasma-applet-qstardict/Makefile (contents, props changed) head/deskutils/plasma-applet-qstardict/distinfo (contents, props changed) head/deskutils/plasma-applet-qstardict/pkg-descr (contents, props changed) head/deskutils/plasma-applet-qstardict/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Sep 12 13:36:38 2012 (r304146) +++ head/deskutils/Makefile Wed Sep 12 13:37:57 2012 (r304147) @@ -207,6 +207,7 @@ SUBDIR += plasma-applet-fancytasks SUBDIR += plasma-applet-panelspacer SUBDIR += plasma-applet-playwolf + SUBDIR += plasma-applet-qstardict SUBDIR += plasma-applet-serverstatuswidget SUBDIR += plasma-applet-simpleweatherforecast SUBDIR += plasma-applet-teacooker Added: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/Makefile Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= qstardict +PORTVERSION= 1.0.1 +CATEGORIES= deskutils textproc kde +MASTER_SITES= http://qstardict.ylsoftware.com/files/ +PKGNAMEPREFIX= plasma-applet- + +MAINTAINER= makc@FreeBSD.org +COMMENT= Dictionary plasma applet for KDE + +RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:${PORTSDIR}/textproc/qstardict + +USE_BZIP2= yes +USE_CMAKE= yes +USE_QT4= qmake_build uic_build moc_build rcc_build +USE_KDE4= automoc4 kdeprefix kdelibs +CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma +MAKE_JOBS_SAFE= yes + +QSTARDICT_PLUGIN_PATH= ${LOCALBASE}/lib/qstardict/plugins + +post-patch: + ${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \ + ${WRKSRC}/kdeplasma/dataengine/config.h.cmake + +.include Added: head/deskutils/plasma-applet-qstardict/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/distinfo Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,2 @@ +SHA256 (qstardict-1.0.1.tar.bz2) = b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f +SIZE (qstardict-1.0.1.tar.bz2) = 565098 Added: head/deskutils/plasma-applet-qstardict/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/pkg-descr Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,3 @@ +Dictionary plasmoid for KDE from QStarDict authors. + +WWW: http://qstardict.ylsoftware.com Added: head/deskutils/plasma-applet-qstardict/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/pkg-plist Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,4 @@ +lib/kde4/plasma_applet_qstardict.so +lib/kde4/plasma_engine_qstardict.so +share/kde4/services/plasma-dataengine-qstardict.desktop +share/kde4/services/plasma-qstardict-default.desktop