[99691] trunk/dports/kde

nicos at macports.org nicos at macports.org
Wed Nov 14 04:46:47 PST 2012


Revision: 99691
          https://trac.macports.org/changeset/99691
Author:   nicos at macports.org
Date:     2012-11-14 04:46:47 -0800 (Wed, 14 Nov 2012)
Log Message:
-----------
nepomuk-core: new port

Added Paths:
-----------
    trunk/dports/kde/nepomuk-core/
    trunk/dports/kde/nepomuk-core/Portfile
    trunk/dports/kde/nepomuk-core/files/
    trunk/dports/kde/nepomuk-core/files/Info.plist.template
    trunk/dports/kde/nepomuk-core/files/patch-CMakeLists.diff

Added: trunk/dports/kde/nepomuk-core/Portfile
===================================================================
--- trunk/dports/kde/nepomuk-core/Portfile	                        (rev 0)
+++ trunk/dports/kde/nepomuk-core/Portfile	2012-11-14 12:46:47 UTC (rev 99691)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           kde4   1.1
+
+name                nepomuk-core
+version             4.9.3
+categories          kde kde4
+maintainers         nicos openmaintainer
+license             GPL-2+ LGPL-2.1+
+description         Nepomuk-core contains the Semantik Desktop core libraries.
+long_description    ${description}  This includes central services like file \
+                    indexing, file system monitoring, query, and of course storage, \
+                    as well as the corresponding client libraries.
+platforms           darwin
+homepage            http://www.kde.org
+master_sites        kde:stable/${version}/src/
+use_xz              yes
+checksums           rmd160  3ac346d61caa46a37352205c5788f70eb6f1b3a0 \
+                    sha256  ed77fc2e8ae65441697957e69058002b316788d8413ef0ba470479dbeafb19c4
+
+#Suppressing autotests from build, as they don't compile
+patchfiles          patch-CMakeLists.diff
+
+depends_lib-append  port:kdelibs4
+
+pre-configure {
+    #Adding missing Info.plist.template file in 4.9.3
+    copy ${filespath}/Info.plist.template ${worksrcpath}/Info.plist.template
+}
+
+livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)


Property changes on: trunk/dports/kde/nepomuk-core/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/kde/nepomuk-core/files/Info.plist.template
===================================================================
--- trunk/dports/kde/nepomuk-core/files/Info.plist.template	                        (rev 0)
+++ trunk/dports/kde/nepomuk-core/files/Info.plist.template	2012-11-14 12:46:47 UTC (rev 99691)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleExecutable</key>
+    <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
+    <key>CFBundleGetInfoString</key>
+    <string>${MACOSX_BUNDLE_INFO_STRING}</string>
+    <key>CFBundleIconFile</key>
+    <string>${MACOSX_BUNDLE_ICON_FILE}</string>
+    <key>CFBundleIdentifier</key>
+    <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundleLongVersionString</key>
+    <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
+    <key>CFBundleName</key>
+    <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleShortVersionString</key>
+    <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
+    <key>CFBundleVersion</key>
+    <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
+    <key>CSResourcesFileMapped</key>
+    <true/>
+    <key>LSRequiresCarbon</key>
+    <true/>
+    <key>LSUIElement</key>
+    <string>1</string>
+    <key>NSHumanReadableCopyright</key>
+    <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
+</dict>
+</plist>
\ No newline at end of file

Added: trunk/dports/kde/nepomuk-core/files/patch-CMakeLists.diff
===================================================================
--- trunk/dports/kde/nepomuk-core/files/patch-CMakeLists.diff	                        (rev 0)
+++ trunk/dports/kde/nepomuk-core/files/patch-CMakeLists.diff	2012-11-14 12:46:47 UTC (rev 99691)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2012-08-13 18:38:39.000000000 +0900
++++ CMakeLists.txt	2012-11-11 22:19:06.000000000 +0900
+@@ -69,7 +69,7 @@
+ add_subdirectory(removed-services)
+ add_subdirectory(includes)
+ add_subdirectory(tests)
+-add_subdirectory(autotests)
++#add_subdirectory(autotests)
+ 
+ macro_display_feature_log()
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121114/bbffa63e/attachment-0001.html>


More information about the macports-changes mailing list