From owner-svn-ports-head@FreeBSD.ORG Mon Feb 4 12:45:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 88E5E780; Mon, 4 Feb 2013 12:45:25 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9EF19D0; Mon, 4 Feb 2013 12:45:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r14CjP1E032143; Mon, 4 Feb 2013 12:45:25 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r14CjNvp032127; Mon, 4 Feb 2013 12:45:23 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201302041245.r14CjNvp032127@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 4 Feb 2013 12:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311608 - in head: devel devel/libkgapi sysutils sysutils/kcm-polkit-kde X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 12:45:25 -0000 Author: makc Date: Mon Feb 4 12:45:22 2013 New Revision: 311608 URL: http://svnweb.freebsd.org/changeset/ports/311608 Log: Add more ports that should have been committed along with last KDE update. Noticed by: beat Pointyhat to: me Added: head/devel/libkgapi/ head/devel/libkgapi/Makefile (contents, props changed) head/devel/libkgapi/distinfo (contents, props changed) head/devel/libkgapi/pkg-descr (contents, props changed) head/devel/libkgapi/pkg-plist (contents, props changed) head/sysutils/kcm-polkit-kde/ head/sysutils/kcm-polkit-kde/Makefile (contents, props changed) head/sysutils/kcm-polkit-kde/distinfo (contents, props changed) head/sysutils/kcm-polkit-kde/pkg-descr (contents, props changed) head/sysutils/kcm-polkit-kde/pkg-plist (contents, props changed) Modified: head/devel/Makefile head/sysutils/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 4 12:40:56 2013 (r311607) +++ head/devel/Makefile Mon Feb 4 12:45:22 2013 (r311608) @@ -992,6 +992,7 @@ SUBDIR += libixp SUBDIR += libjson++ SUBDIR += libk8055 + SUBDIR += libkgapi SUBDIR += libkolab SUBDIR += liblas SUBDIR += liblcfg Added: head/devel/libkgapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libkgapi/Makefile Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= libkgapi +PORTVERSION= 0.4.4 +CATEGORIES= devel kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/libkgapi/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE-based library for accessing various Google services + +LICENSE= GPLv2 + +LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson + +CONFLICTS= akonadi-google-0.* + +MAKE_JOBS_SAFE= yes +USE_BZIP2= yes +USE_CMAKE= yes +USE_KDE4= automoc4 kdelibs kdeprefix kdehier pimlibs +USE_LDCONFIG= yes +USE_QT4= corelib network webkit xml \ + qmake_build moc_build rcc_build uic_build + +pre-configure: + ${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_INSTALL_DIR}/libdata/' \ + ${WRKSRC}/libkgapi/CMakeLists.txt + +.include Added: head/devel/libkgapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libkgapi/distinfo Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,2 @@ +SHA256 (KDE/libkgapi-0.4.4.tar.bz2) = 2decce55e5872dc3f5de6b227bb03de8649d0890f6754126595e4b1a93548bb1 +SIZE (KDE/libkgapi-0.4.4.tar.bz2) = 50992 Added: head/devel/libkgapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libkgapi/pkg-descr Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,4 @@ +LibKGAPI is a KDE-based library for accessing various Google services +via their public API. + +WWW: http://progdan.cz/category/akonadi-google/ Added: head/devel/libkgapi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libkgapi/pkg-plist Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,37 @@ +include/libkgapi/accessmanager.h +include/libkgapi/account.h +include/libkgapi/auth.h +include/libkgapi/common.h +include/libkgapi/fetchlistjob.h +include/libkgapi/libkgapi_export.h +include/libkgapi/object.h +include/libkgapi/objects/accountinfo.h +include/libkgapi/objects/calendar.h +include/libkgapi/objects/contact.h +include/libkgapi/objects/contactsgroup.h +include/libkgapi/objects/event.h +include/libkgapi/objects/task.h +include/libkgapi/objects/tasklist.h +include/libkgapi/reply.h +include/libkgapi/request.h +include/libkgapi/service.h +include/libkgapi/services/accountinfo.h +include/libkgapi/services/calendar.h +include/libkgapi/services/contacts.h +include/libkgapi/services/tasks.h +include/libkgapi/ui/accountscombo.h +include/libkgapi/ui/authwidget.h +lib/cmake/LibKGAPI/LibKGAPIConfig.cmake +lib/cmake/LibKGAPI/LibKGAPIConfigVersion.cmake +lib/cmake/LibKGAPI/LibKGAPITargetsWithPrefix-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LibKGAPI/LibKGAPITargetsWithPrefix.cmake +lib/libkgapi.so +lib/libkgapi.so.0 +lib/libkgapi.so.0.4.4 +libdata/pkgconfig/libkgapi.pc +@dirrm lib/cmake/LibKGAPI +@dirrmtry lib/cmake +@dirrm include/libkgapi/ui +@dirrm include/libkgapi/services +@dirrm include/libkgapi/objects +@dirrm include/libkgapi Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Feb 4 12:40:56 2013 (r311607) +++ head/sysutils/Makefile Mon Feb 4 12:45:22 2013 (r311608) @@ -420,6 +420,7 @@ SUBDIR += k3b SUBDIR += k3b-kde4 SUBDIR += k8temp + SUBDIR += kcm-polkit-kde SUBDIR += kcpuload SUBDIR += kdeadmin3 SUBDIR += kdeadmin4 Added: head/sysutils/kcm-polkit-kde/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/kcm-polkit-kde/Makefile Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= polkit-kde +DISTVERSION= 0.0-${PORTDATE} +CATEGORIES= sysutils kde +MASTER_SITES= LOCAL/avilla +PKGNAMEPREFIX= kcm- +DISTNAME= ${PORTNAME}-kcmodules-1-${PORTDATE} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Polkit-KDE configuration module + +LIB_DEPENDS= polkit-qt-agent-1:${PORTSDIR}/sysutils/polkit-qt +RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde + +USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_PKGCONFIG= build +USE_QT4= dbus xml moc_build qmake_build rcc_build uic_build +USE_BZIP2= yes +USE_CMAKE= yes +USE_GMAKE= yes +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-kcmodules-1 + +PORTDATE= 20121008 + +post-patch: + ${REINPLACE_CMD} -e 's,/usr,${KDE4_PREFIX},' \ + -e 's,/etc,${KDE4_PREFIX}/etc,' \ + ${WRKSRC}/helper/polkitkde1helper.cpp \ + ${WRKSRC}/polkitactions/ActionWidget.cpp \ + ${WRKSRC}/polkitconfig/kcmpolkitconfig.cpp + +.include Added: head/sysutils/kcm-polkit-kde/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/kcm-polkit-kde/distinfo Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,2 @@ +SHA256 (polkit-kde-kcmodules-1-20121008.tar.bz2) = ee530c8d70666f5d78bbad0095e01691e219a597ade3054c5e2adad99a47a72a +SIZE (polkit-kde-kcmodules-1-20121008.tar.bz2) = 67582 Added: head/sysutils/kcm-polkit-kde/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/kcm-polkit-kde/pkg-descr Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,4 @@ +KDE configuration module which allows administrators to change +Polkit settings. + +WWW: http://projects.kde.org/projects/extragear/base/polkit-kde-kcmodules-1 Added: head/sysutils/kcm-polkit-kde/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/kcm-polkit-kde/pkg-plist Mon Feb 4 12:45:22 2013 (r311608) @@ -0,0 +1,12 @@ +etc/dbus-1/system.d/org.kde.polkitkde1.helper.conf +lib/kde4/kcm_polkitactions.so +lib/kde4/kcm_polkitconfig.so +lib/kde4/libexec/polkitkde1helper +lib/libpolkitkdekcmodulesprivate.so +lib/libpolkitkdekcmodulesprivate.so.0 +lib/libpolkitkdekcmodulesprivate.so.0.1.0 +share/dbus-1/system-services/org.kde.polkitkde1.helper.service +share/kde4/services/kcm_polkitactions.desktop +share/kde4/services/kcm_polkitconfig.desktop +share/kde4/services/settings-system-policies.desktop +share/polkit-1/actions/org.kde.polkitkde1.policy