• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revisiondacbd8b2c1092b3b515309a4b0702c8b529484ec (tree)
Time2009-04-11 10:58:11
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

macvim 20090410

Change Summary

Incremental Difference

--- a/PortIndex
+++ b/PortIndex
@@ -5,7 +5,7 @@ variants universal variant_desc {universal {Build for multiple architectures}} p
55 fmdiff 751
66 portdir devel/fmdiff description {Wrapper scripts for FileMerge} platforms darwin name fmdiff version 7819 categories devel homepage http://ssel.vub.ac.be/ssel/internal:fmdiff revision 0 epoch 0 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.}
77 macvim 824
8-variants {perl python ruby tcl cscope standalone gdb universal} variant_desc {perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} standalone {Enable standalonize} gdb {Enable GDB integration} universal {Build for multiple architectures}} 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 name macvim depends_lib {port:cmigemo port:gettext port:libiconv port:ncurses} maintainers nomaintainer 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.} version 20090408 categories editors revision 0
8+variants {perl python ruby tcl cscope standalone gdb universal} variant_desc {perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} standalone {Enable standalonize} gdb {Enable GDB integration} universal {Build for multiple architectures}} 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 name macvim depends_lib {port:cmigemo port:gettext port:libiconv port:ncurses} maintainers nomaintainer 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.} version 20090410 categories editors revision 0
99 vim-app 901
1010 variants {xim perl python ruby tcl cscope darwin_ppc gdb aqua cocoa universal} depends_build {bin:gnutar:gnutar bin:grep:grep bin:7za:p7zip} variant_desc {xim {Build with support for X Input Method} perl {Enable Perl scripting} python {Enable Python scripting} ruby {Enable Ruby scripting} tcl {Enable Tcl scripting} cscope {Enable source code browsing with cscope} gdb {Enable GDB integration} universal {Build for multiple architectures}} 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 name vim-app depends_lib {port:ncurses port:gettext port:libiconv port:ctags} maintainers nomaintainer 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.} categories editors version 7.2.147 revision 2
1111 zsh-devel 1112
--- a/Readme.txt
+++ b/Readme.txt
@@ -2,5 +2,5 @@
22 ctags @5.7j1_0 (active)
33 fmdiff @7819_0 (active)
44 iTerm @0.9.6_20090410 (active)
5- macvim @20090408_0+cscope+gdb+ruby+standalone+universal (active)
5+ macvim @20090410_0+cscope+gdb+ruby+standalone+universal (active)
66 zsh-devel @4.3.9_1+cjk+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 20090408
5+version 20090410
66 revision 0
77 categories editors
88 platforms darwin
@@ -16,7 +16,7 @@ set gittag ${version}
1616 distname KaoriYa-${gittag}
1717 use_zip yes
1818 checksums \
19- ${distname}.zip sha1 c7363405f51909c0398f603244a9be9285c0709e
19+ ${distname}.zip sha1 f1e7e9b89792db5a4d92f191ae80bb2418303ff0
2020 master_sites \
2121 "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
2222 worksrcdir KaoriYa/src
@@ -89,9 +89,9 @@ set runtimePath "${appPath}/Resources/vim/runtime"
8989 destroot {
9090 file copy ${worksrcpath}/MacVim/build/${xcodeconfig}/MacVim.app ${destroot}${applications_dir}
9191 xinstall -m 755 ${worksrcpath}/MacVim/mvim ${destroot}${prefix}/bin
92- xinstall -d 755 ${runtimePath}/lang/ja/LC_MESSAGES
93- xinstall -m 644 ${worksrcpath}/po/ja.mo \
94- ${runtimePath}/lang/ja/LC_MESSAGES/vim.mo
92+ xinstall -d 755 ${runtimePath}/lang/ja_JP.UTF-8/LC_MESSAGES
93+ xinstall -m 644 ${worksrcpath}/po/ja_JP.UTF-8.mo \
94+ ${runtimePath}/lang/ja_JP.UTF-8/LC_MESSAGES/vim.mo
9595 file copy ${prefix}/share/migemo/tools/migemo.vim \
9696 ${runtimePath}/plugin/migemo.vim
9797 }
Show on old repository browser