From owner-svn-ports-all@FreeBSD.ORG Fri Oct 17 18:51: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 3576735F; Fri, 17 Oct 2014 18:51:38 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A69E6E56; Fri, 17 Oct 2014 18:51:37 +0000 (UTC) Received: from host-62-63-83-26.rev.as20985.net [62.63.83.26:9202] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id s9HIq4Np001255 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 17 Oct 2014 22:52:04 +0400 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host host-62-63-83-26.rev.as20985.net [62.63.83.26] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Kris Moore Subject: Re: svn commit: r370925 - in head/deskutils: . homerun Date: Fri, 17 Oct 2014 18:51:30 +0000 Message-ID: <3258947.JIyEQJOWIn@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.2 (FreeBSD/9.3-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201410151436.s9FEabtv075435@svn.freebsd.org> References: <201410151436.s9FEabtv075435@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, yurkis@gmail.com, ports-committers@freebsd.org 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: Fri, 17 Oct 2014 18:51:38 -0000 Hi, this port needs more attention. On Wed, 15 Oct 2014 14:36:37 +0000Wed Oct 15 14:36:36 2014 Kris Moore wrote: > 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/ MASTER_SITES= KDE/unstable/${PORTNAME}/src/ > + > +MAINTAINER= yurkis@gmail.com > +COMMENT= Homerun is a fullscreen launcher with content organized in tabs. Comment shouldn't start with "foo is a" and should end without a period. btw, portlint warns about this. > + > +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} Does it make any effect? > +.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 What kind of tool was used to create this plist? I'm not aware of any that produces unsorted list. The reason to keep plist sorted is to reduce meaningless repo churn on updates and to make real changes clear. I've fixed all of above plus a couple of other problems with this port: http://people.freebsd.org/~makc/patches/homerun.diff Similar fixes are required for deskutils/kdeconnect.