コミットメタ情報

リビジョン17ffb0ab400fd36fe85d62b58381f2a77f0059fa (tree)
日時2009-10-02 11:07:10
作者Kazuki Sakamoto <sakamoto@splh...>
コミッターKazuki Sakamoto

ログメッセージ

macvim 20091002

変更サマリ

差分

--- a/PortIndex
+++ b/PortIndex
@@ -7,7 +7,7 @@ variants universal depends_build {port:autoconf port:automake port:libtool} port
77 fmdiff 781
88 portdir devel/fmdiff description {Wrapper scripts for FileMerge} depends_fetch port:subversion homepage http://ssel.vub.ac.be/ssel/internal:fmdiff epoch 0 platforms darwin name fmdiff maintainers nomaintainer@macports.org long_description {Apple's Developer Tools for Mac OS X include FileMerge, a graphical tool to compare and merge files. FileMerge can be much handier to use, unfortunately, it doesn't integrate with Subversion straightforwardly. It can be opened from the command line with the opendiff command, but its interface differs from that of diff and diff3. It returns immediately (i.e. it forks and does not block) and it expects different arguments. Some wrapper scripts are thus required to call FileMerge from Subversion.} categories devel version 7819 revision 0
99 macvim 563
10-variants {perl python ruby tcl cscope standalone universal} portdir editors/macvim description {MacVim is a port of the text editor Vim to Mac OS X.} homepage http://code.google.com/p/macvim-kaoriya/ epoch 0 platforms darwin depends_lib {port:cmigemo port:gettext port:libiconv port:ncurses} name macvim long_description {MacVim supports multiple windows with tabbed editing and a host of other features. MacVim brings you the full power of Vim to Mac OS X.} maintainers nomaintainer depends_extract bin:unzip:unzip categories editors version 20090928 revision 0
10+variants {perl python ruby tcl cscope standalone universal} portdir editors/macvim description {MacVim is a port of the text editor Vim to Mac OS X.} homepage http://code.google.com/p/macvim-kaoriya/ epoch 0 platforms darwin depends_lib {port:cmigemo port:gettext port:libiconv port:ncurses} name macvim long_description {MacVim supports multiple windows with tabbed editing and a host of other features. MacVim brings you the full power of Vim to Mac OS X.} maintainers nomaintainer depends_extract bin:unzip:unzip categories editors version 20091002 revision 0
1111 vim-app 601
1212 variants {xim perl python ruby tcl cscope darwin_ppc gdb aqua cocoa universal} depends_build {bin:gnutar:gnutar bin:grep:grep bin:7za:p7zip} portdir editors/vim-app description {Vim.app is a GUI version of the famous editor vim.} homepage http://www.vim.org/ epoch 0 platforms darwin depends_lib {port:ncurses port:gettext port:libiconv port:ctags} name vim-app long_description {This port provides Vim.app, a GUI version of the famous editor vim. Vim is a highly configurable text editor built to enable efficient text editing.} maintainers nomaintainer categories editors version 7.2.147 revision 2
1313 vim-cocoa 476
--- a/Readme.txt
+++ b/Readme.txt
@@ -2,7 +2,7 @@
22 cmigemo @1.3c_8+universal+utf8 (active)
33 ctags-objc-ja @20090508_0+universal (active)
44 iTerm @0.9.6_20090916 (active)
5- macvim @20090928_0+cscope+perl+python+ruby+standalone+universal (active)
5+ macvim @20091002_0+cscope+perl+python+ruby+standalone+universal (active)
66 stone @2.3e_0+ssl (active)
77 vimproc @20090909_0+universal (active)
88 zsh-devel @4.3.10_0+cjk+doc+examples+mp_completion+pcre (active)
--- a/editors/macvim/Portfile
+++ b/editors/macvim/Portfile
@@ -2,7 +2,7 @@
22 PortSystem 1.0
33
44 name macvim
5-version 20090928
5+version 20091002
66 revision 0
77 categories editors
88 platforms darwin
@@ -15,8 +15,8 @@ homepage http://code.google.com/p/macvim-kaoriya/
1515 set gittag ${version}
1616 distname KaoriYa-${gittag}
1717 use_zip yes
18-checksums \
19- ${distname}.zip sha1 ff55a63c0fe854b6447df0b0990c363640d0a26a
18+checksums ${distname}.zip sha1 \
19+ f93d33980fad4d4bc2d4bd124dcfa033fb5bddda
2020 master_sites \
2121 "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
2222 worksrcdir KaoriYa/src
@@ -28,10 +28,7 @@ depends_lib port:cmigemo \
2828 port:ncurses
2929
3030 configure.pre_args --prefix=${applications_dir}
31-configure.args --enable-gui=macvim \
32- --without-x \
33- --disable-gpm \
34- --with-features=huge \
31+configure.args --with-features=huge \
3532 --enable-multibyte \
3633 --enable-netbeans \
3734 --with-tlib=ncurses
@@ -39,12 +36,9 @@ configure.cppflags -I${prefix}/include
3936 configure.ldflags -L${prefix}/lib
4037
4138 if {[variant_isset universal]} {
42- configure.compiler gcc-4.0
4339 set macosx_deployment_target 10.5
44- configure.args-append --with-mac-arch=both
45- set xcodeconfig Universal
46-} else {
47- set xcodeconfig Release
40+ configure.args-append --with-macarchs="${universal_archs}" \
41+ --with-macsdk="${macosx_deployment_target}"
4842 }
4943
5044 use_parallel_build yes
@@ -59,7 +53,6 @@ variant python description {Enable Python scripting} {
5953 }
6054 variant ruby description {Enable Ruby scripting} {
6155 configure.args-append --enable-rubyinterp
62- configure.env-append ARCHFLAGS="-L${prefix}/lib"
6356 depends_lib-append bin:ruby:ruby
6457 }
6558 variant tcl description {Enable Tcl scripting} {
@@ -76,16 +69,11 @@ post-patch {
7669 ${worksrcpath}/MacVim/mvim
7770 }
7871
79-post-build {
80- system "cd ${worksrcpath}/po; make ja_JP.UTF-8.mo"
81- system "cd ${worksrcpath}/MacVim; xcodebuild -configuration ${xcodeconfig}"
82-}
83-
8472 set appPath "${destroot}${applications_dir}/MacVim.app/Contents"
8573 set runtimePath "${appPath}/Resources/vim/runtime"
8674
8775 destroot {
88- file copy ${worksrcpath}/MacVim/build/${xcodeconfig}/MacVim.app ${destroot}${applications_dir}
76+ file copy ${worksrcpath}/MacVim/build/Release/MacVim.app ${destroot}${applications_dir}
8977 xinstall -m 755 ${worksrcpath}/MacVim/mvim ${destroot}${prefix}/bin
9078 xinstall -d 755 ${runtimePath}/lang/ja_JP.UTF-8/LC_MESSAGES
9179 xinstall -m 644 ${worksrcpath}/po/ja_JP.UTF-8.mo \
旧リポジトリブラウザで表示