Revision: 87412 http://trac.macports.org/changeset/87412 Author: ryandesign@macports.org Date: 2011-11-19 23:41:13 -0800 (Sat, 19 Nov 2011) Log Message: ----------- tagainijisho: new port, version 0.9.2; see #32140 Added Paths: ----------- trunk/dports/aqua/tagainijisho/ trunk/dports/aqua/tagainijisho/Portfile trunk/dports/aqua/tagainijisho/files/ trunk/dports/aqua/tagainijisho/files/patch-CMakeLists.txt.diff trunk/dports/aqua/tagainijisho/files/patch-pack-CMakeLists.txt.diff Added: trunk/dports/aqua/tagainijisho/Portfile =================================================================== --- trunk/dports/aqua/tagainijisho/Portfile (rev 0) +++ trunk/dports/aqua/tagainijisho/Portfile 2011-11-20 07:41:13 UTC (rev 87412) @@ -0,0 +1,40 @@ +# -*- 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 cmake 1.0 + +name tagainijisho +version 0.9.2 +license GPL-3+ +categories aqua education japanese +platforms darwin +maintainers strasweb.fr:rudloff openmaintainer + +description A free Japanese dictionary and study assistant + +long_description Tagaini Jisho is a free, open-source Japanese \ + dictionary and kanji lookup tool that is available \ + for Windows, Mac OS X and Linux and aims at \ + becoming your Japanese study assistant. It allows \ + you to quickly search for entries and mark those \ + that you wish to study, along with tags and \ + personal notes. \ + It also let you train entries you are studying \ + and follows your progression in remembering them. \ + Finally, it makes it easy to review entries you \ + did not remember by listing them on screen \ + or printing them on a small booklet. + +homepage http://www.tagaini.net/ +master_sites http://cloud.github.com/downloads/Gnurou/${name}/ + +checksums rmd160 9e4919ec055e1532a72f236302bca6b3dade80b8 \ + sha256 fbdcbdf3674eb3ce04cd85679b20a65ba767942dcdaa0565024b5e93723bc92d + +depends_lib port:qt4-mac + +patchfiles patch-CMakeLists.txt.diff \ + patch-pack-CMakeLists.txt.diff + +configure.pre_args -DCMAKE_INSTALL_PREFIX=${applications_dir} Property changes on: trunk/dports/aqua/tagainijisho/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/aqua/tagainijisho/files/patch-CMakeLists.txt.diff =================================================================== --- trunk/dports/aqua/tagainijisho/files/patch-CMakeLists.txt.diff (rev 0) +++ trunk/dports/aqua/tagainijisho/files/patch-CMakeLists.txt.diff 2011-11-20 07:41:13 UTC (rev 87412) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2011-11-19 14:28:36.000000000 +0100 ++++ CMakeLists.txt 2011-11-19 14:59:43.000000000 +0100 +@@ -31,8 +31,6 @@ + # 64 bits Intel binary with 10.6 compatibility + if(APPLE) + set(CMAKE_OSX_ARCHITECTURES "${ARCHS_STANDARD_64_BIT}") +- set(CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.6.sdk) +- set(CMAKE_OSX_DEPLOYMENT_TARGET 10.6) + set(CMAKE_PREFIX_PATH "${CMAKE_OSX_SYSROOT}/usr") + set(CMAKE_FRAMEWORK_PATH "${CMAKE_OSX_SYSROOT}/Library/Frameworks:${CMAKE_OSX_SYSROOT}/System/") + set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -sectcreate __TEXT __info_plist ${CMAKE_BINARY_DIR}/src/gui/Tagaini\\ Jisho.app/Contents/Info.plist") Added: trunk/dports/aqua/tagainijisho/files/patch-pack-CMakeLists.txt.diff =================================================================== --- trunk/dports/aqua/tagainijisho/files/patch-pack-CMakeLists.txt.diff (rev 0) +++ trunk/dports/aqua/tagainijisho/files/patch-pack-CMakeLists.txt.diff 2011-11-20 07:41:13 UTC (rev 87412) @@ -0,0 +1,11 @@ +--- pack/CMakeLists.txt.orig 2011-11-17 16:21:18.000000000 +0100 ++++ pack/CMakeLists.txt 2011-11-19 17:52:15.000000000 +0100 +@@ -72,7 +72,7 @@ + install(CODE " + file(GLOB_RECURSE QTPLUGINS \"\${CMAKE_INSTALL_PREFIX}/${EXE_DIR}/plugins/*${CMAKE_SHARED_LIBRARY_SUFFIX}\") + include(BundleUtilities) +- fixup_bundle(\"${APPS}\" \"${QTPLUGINS}\" \"${QT_LIBRARY_DIRS}\")" COMPONENT Runtime) ++ " COMPONENT Runtime) + else(APPLE) + set(CPACK_PACKAGE_NAME "tagainijisho") + set(ROOT_DIR share/tagainijisho)
participants (1)
-
ryandesign@macports.org