From ef1b3d107105075700da0844ac072acae2de7726 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 8 Feb 2009 20:23:45 +0000 Subject: The KDE FreeBSD team is proud to announce the release of KDE 4.2.0 for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release notes can be found at: http://kde.org/announcements/4.2/index.php. New supported languages include Arabic, Icelandic, Basque, Hebrew, Romanian, Tajik and several Indian languages (Bengali India, Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in this part of Asia. New ports for KDE 4.2.0: arabic/kde4-l10n Arabic hebrew/kde4-l10n Hebrew misc/kde4-l10n-bn_IN Bengali (India) misc/kde4-l10n-eu Basque misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies. --- sysutils/policykit-kde/Makefile | 31 +++++++++++ sysutils/policykit-kde/distinfo | 3 ++ sysutils/policykit-kde/files/patch-CMakeLists.txt | 11 ++++ sysutils/policykit-kde/pkg-descr | 3 ++ sysutils/policykit-kde/pkg-plist | 65 +++++++++++++++++++++++ 5 files changed, 113 insertions(+) create mode 100644 sysutils/policykit-kde/Makefile create mode 100644 sysutils/policykit-kde/distinfo create mode 100644 sysutils/policykit-kde/files/patch-CMakeLists.txt create mode 100644 sysutils/policykit-kde/pkg-descr create mode 100644 sysutils/policykit-kde/pkg-plist (limited to 'sysutils/policykit-kde') diff --git a/sysutils/policykit-kde/Makefile b/sysutils/policykit-kde/Makefile new file mode 100644 index 000000000000..ecc650d5e6cc --- /dev/null +++ b/sysutils/policykit-kde/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: PolicyKit-kde +# Date created: 2009-02-03 +# Whom: David Naylor +# +# $FreeBSD$ +# + +PORTNAME= PolicyKit-kde +PORTVERSION= ${EXTRA_VER} +CATEGORIES= sysutils kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear +DIST_SUBDIR= KDE/extragear + +MAINTAINER= kde@FreeBSD.org +COMMENT= PolicyKit manager for KDE + +LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_KDE4= kdelibs kdeprefix automoc4 +USE_LDCONFIG= yes +USE_QT_VER= 4 +QT_COMPONENTS= corelib dbus gui network svg xml \ + qmake_build moc_build rcc_build uic_build +USE_CMAKE= yes + +EXTRA_VER= 4.2.0 + +.include diff --git a/sysutils/policykit-kde/distinfo b/sysutils/policykit-kde/distinfo new file mode 100644 index 000000000000..b7f03b51a838 --- /dev/null +++ b/sysutils/policykit-kde/distinfo @@ -0,0 +1,3 @@ +MD5 (KDE/extragear/PolicyKit-kde-4.2.0.tar.bz2) = e3bc0669e5a61549d12a66af31dd81b6 +SHA256 (KDE/extragear/PolicyKit-kde-4.2.0.tar.bz2) = ded03e4f353df95a1f28c21344f99674ed1853560d0f9113f0f3c0a7a7f5524f +SIZE (KDE/extragear/PolicyKit-kde-4.2.0.tar.bz2) = 86743 diff --git a/sysutils/policykit-kde/files/patch-CMakeLists.txt b/sysutils/policykit-kde/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..0a638e66fdf5 --- /dev/null +++ b/sysutils/policykit-kde/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt~ 2009-02-03 19:54:33.000000000 +0200 ++++ CMakeLists.txt 2009-02-03 19:53:40.000000000 +0200 +@@ -19,6 +19,8 @@ + polkit-qt/ + ) + ++ link_directories(${POLKIT_LIBRARY_DIR} ${POLKITDBUS_LIBRARY_DIRS} ${POLKITGRANT_LIBRARY_DIRS}) ++ + add_subdirectory(manager) + add_subdirectory(services) + add_subdirectory(authorization) diff --git a/sysutils/policykit-kde/pkg-descr b/sysutils/policykit-kde/pkg-descr new file mode 100644 index 000000000000..c12b263c3099 --- /dev/null +++ b/sysutils/policykit-kde/pkg-descr @@ -0,0 +1,3 @@ +KDE frontend to PolicyKit. + +WWW: http://www.kde.org/ diff --git a/sysutils/policykit-kde/pkg-plist b/sysutils/policykit-kde/pkg-plist new file mode 100644 index 000000000000..4df434eb944f --- /dev/null +++ b/sysutils/policykit-kde/pkg-plist @@ -0,0 +1,65 @@ +bin/polkit-kde-authorization +lib/kde4/kcm_pkk_authorization.so +lib/kde4/libexec/polkit-kde-manager +lib/libpolkit_qt.so +lib/libpolkit_qt.so.5 +lib/libpolkit_qt.so.5.0.1 +lib/libpolkitkdeprivate.so +lib/libpolkitkdeprivate.so.5 +lib/libpolkitkdeprivate.so.5.0.1 +share/dbus-1/services/kde-org.freedesktop.PolicyKit.AuthenticationAgent.service +share/dbus-1/services/org.kde.PolicyKit.service +share/kde4/services/kcm_pkk_authorization.desktop +share/locale/ar/LC_MESSAGES/policykit-kde.mo +share/locale/ar/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/cs/LC_MESSAGES/policykit-kde.mo +share/locale/cs/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/de/LC_MESSAGES/policykit-kde.mo +share/locale/de/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/el/LC_MESSAGES/policykit-kde.mo +share/locale/el/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/es/LC_MESSAGES/policykit-kde.mo +share/locale/es/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/et/LC_MESSAGES/policykit-kde.mo +share/locale/fr/LC_MESSAGES/policykit-kde.mo +share/locale/fr/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/ga/LC_MESSAGES/policykit-kde.mo +share/locale/ga/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/gl/LC_MESSAGES/policykit-kde.mo +share/locale/gl/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/ja/LC_MESSAGES/policykit-kde.mo +share/locale/ja/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/km/LC_MESSAGES/policykit-kde.mo +share/locale/km/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/ku/LC_MESSAGES/policykit-kde.mo +share/locale/lt/LC_MESSAGES/policykit-kde.mo +share/locale/lt/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/lv/LC_MESSAGES/policykit-kde.mo +share/locale/lv/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/nb/LC_MESSAGES/policykit-kde.mo +share/locale/nb/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/nds/LC_MESSAGES/policykit-kde.mo +share/locale/nds/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/nl/LC_MESSAGES/policykit-kde.mo +share/locale/nl/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/nn/LC_MESSAGES/policykit-kde.mo +share/locale/nn/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/pa/LC_MESSAGES/policykit-kde.mo +share/locale/pa/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/pl/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/pt/LC_MESSAGES/policykit-kde.mo +share/locale/pt/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/pt_BR/LC_MESSAGES/policykit-kde.mo +share/locale/pt_BR/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/ro/LC_MESSAGES/policykit-kde.mo +share/locale/ro/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/sr/LC_MESSAGES/policykit-kde.mo +share/locale/sr/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/sv/LC_MESSAGES/policykit-kde.mo +share/locale/sv/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/tr/LC_MESSAGES/policykit-kde.mo +share/locale/tr/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/uk/LC_MESSAGES/policykit-kde.mo +share/locale/uk/LC_MESSAGES/polkit-kde-authorization.mo +share/locale/zh_TW/LC_MESSAGES/policykit-kde.mo +share/locale/zh_TW/LC_MESSAGES/polkit-kde-authorization.mo -- cgit v1.2.3