From owner-svn-ports-all@FreeBSD.ORG Wed Oct 15 14:36:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2790BB3; Wed, 15 Oct 2014 14:36:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A3009F23; Wed, 15 Oct 2014 14:36:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FEachc075440; Wed, 15 Oct 2014 14:36:38 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9FEabtv075435; Wed, 15 Oct 2014 14:36:37 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201410151436.s9FEabtv075435@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Wed, 15 Oct 2014 14:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370925 - in head/deskutils: . homerun 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.18-1 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, 15 Oct 2014 14:36:38 -0000 Author: kmoore Date: Wed Oct 15 14:36:36 2014 New Revision: 370925 URL: https://svnweb.freebsd.org/changeset/ports/370925 QAT: https://qat.redports.org/buildarchive/r370925/ Log: Homerun is a fullscreen launcher with content organized in tabs. A tab is composed of several "sources". A source can provide one or more sections to a tab. Homerun comes with a few built-in sources, but custom sources can be written using libhomerun. WWW: https://userbase.kde.org/Homerun Submitted by: Yuri Momotiuk Added: head/deskutils/homerun/ head/deskutils/homerun/Makefile (contents, props changed) head/deskutils/homerun/distinfo (contents, props changed) head/deskutils/homerun/pkg-descr (contents, props changed) head/deskutils/homerun/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Oct 15 14:10:17 2014 (r370924) +++ head/deskutils/Makefile Wed Oct 15 14:36:36 2014 (r370925) @@ -86,6 +86,7 @@ SUBDIR += hamster-applet SUBDIR += hebcal SUBDIR += helpviewer + SUBDIR += homerun SUBDIR += horde-groupware SUBDIR += horde-kronolith SUBDIR += horde-mnemo Added: head/deskutils/homerun/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/homerun/Makefile Wed Oct 15 14:36:36 2014 (r370925) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= homerun +PORTVERSION= 0.2.3 +CATEGORIES= deskutils +MASTER_SITES= http://download.kde.org/unstable/homerun/src/ + +MAINTAINER= yurkis@gmail.com +COMMENT= Homerun is a fullscreen launcher with content organized in tabs. + +USES= cmake tar:bzip2 +USE_KDE4= kdehier kdelibs kdeprefix automoc4 workspace +USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui +USE_XORG= x11 +CMAKE_ARGS+= -DROOT_PREFIX:PATH=${STAGEDIR} + +.include Added: head/deskutils/homerun/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/homerun/distinfo Wed Oct 15 14:36:36 2014 (r370925) @@ -0,0 +1,2 @@ +SHA256 (homerun-0.2.3.tar.bz2) = a6278c69ebcfa50efcbc6a472dc1e8d61a38c9413d771cfb6c51448a4d267657 +SIZE (homerun-0.2.3.tar.bz2) = 164800 Added: head/deskutils/homerun/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/homerun/pkg-descr Wed Oct 15 14:36:36 2014 (r370925) @@ -0,0 +1,7 @@ +Homerun is a fullscreen launcher with content organized in tabs. +A tab is composed of several "sources". A source can provide one +or more sections to a tab. Homerun comes with a few built-in sources, +but custom sources can be written using libhomerun. + +WWW: https://userbase.kde.org/Homerun + Added: head/deskutils/homerun/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/homerun/pkg-plist Wed Oct 15 14:36:36 2014 (r370925) @@ -0,0 +1,86 @@ +bin/homerunviewer +lib/libhomerun.so.0.0.0 +lib/libhomerun.so.0 +lib/libhomerun.so +lib/cmake/Homerun/HomerunTargets.cmake +lib/cmake/Homerun/HomerunTargets-release.cmake +lib/cmake/Homerun/HomerunConfig.cmake +lib/cmake/Homerun/HomerunConfigVersion.cmake +lib/kde4/plasma_applet_homerunlauncher.so +include/homerun/abstractsource.h +include/homerun/actionlist.h +include/homerun/homerun_export.h +include/homerun/libhomerun_config.h +include/homerun/pathmodel.h +include/homerun/sourceconfigurationwidget.h +lib/kde4/imports/org/kde/homerun/components/libcomponentsplugin.so +lib/kde4/imports/org/kde/homerun/components/private/IconLoader.qml +lib/kde4/imports/org/kde/homerun/components/private/TabGroup.js +lib/kde4/imports/org/kde/homerun/components/Label.qml +lib/kde4/imports/org/kde/homerun/components/TabGroup.qml +lib/kde4/imports/org/kde/homerun/components/TabBar.qml +lib/kde4/imports/org/kde/homerun/components/qmldir +lib/kde4/imports/org/kde/homerun/components/TabButton.qml +lib/kde4/imports/org/kde/homerun/fixes/libfixesplugin.so +lib/kde4/imports/org/kde/homerun/fixes/TextField.qml +lib/kde4/imports/org/kde/homerun/fixes/qmldir +lib/kde4/imports/org/kde/homerun/fixes/private/TextFieldFocus.qml +share/config/homerunrc +share/kde4/services/homerunviewer.desktop +share/kde4/servicetypes/homerun-source.desktop +share/kde4/services/plasma-applet-homerunlauncher.desktop +share/icons/hicolor/22x22/apps/homerun.png +share/icons/hicolor/128x128/apps/homerun.png +share/icons/hicolor/32x32/apps/homerun.png +share/icons/hicolor/48x48/apps/homerun.png +share/icons/hicolor/16x16/apps/homerun.png +share/icons/hicolor/64x64/apps/homerun.png +share/icons/hicolor/scalable/apps/homerun.svgz +share/apps/plasma/plasmoids/org.kde.homerun/contents/config/main.xml +share/apps/plasma/plasmoids/org.kde.homerun/contents/code/LayoutManager.js +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/ActionMenu.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabSideButton.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/AvailableSourceItem.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/LogText.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabContent.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/ResultsView.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/Page.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/config.ui +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/SlidingContainer.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/Result.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/TabContentInternal.js +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/SourceItem.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/DebugRectangle.qml +share/apps/plasma/plasmoids/org.kde.homerun/contents/ui/KeyboardUtils.js +share/apps/plasma/plasmoids/org.kde.homerun/metadata.desktop +share/kde4/services/plasma-applet-homerun.desktop +lib/kde4/homerun_source_recentdocuments.so +share/kde4/services/homerun-source-recentdocuments.desktop +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/pa/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.homerun.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.homerun.mo