コミットメタ情報

リビジョンdc064a6444db80f32c980ee50f466c671451ac2b (tree)
日時2009-12-25 05:49:47
作者Kazuki Sakamoto <sakamoto@splh...>
コミッターKazuki Sakamoto

ログメッセージ

macvim 20091225

変更サマリ

差分

--- a/PortIndex
+++ b/PortIndex
@@ -7,13 +7,13 @@ 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 20091113 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 20091225 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
1414 depends_build bin:cmake:cmake portdir editors/vim-cocoa description {Vim.app is a Cocoa version of the famous editor vim.} homepage http://github.com/jjgod/vim-cocoa/ epoch 0 platforms darwin name vim-cocoa maintainers nomaintainer long_description {This port provides Vim.app, a Cocoa version of the famous editor vim. Vim is a highly configurable text editor built to enable efficient text editing.} depends_extract bin:unzip:unzip categories editors version 0.3 revision 0
1515 vimproc 337
16-variants universal portdir editors/vimproc description {Interactive command execution in Vim.} homepage http://github.com/Shougo/vimproc/ epoch 0 platforms darwin name vimproc long_description {Interactive command execution in Vim.} maintainers nomaintainer depends_extract bin:unzip:unzip categories editors version 20090909 revision 0
16+variants universal portdir editors/vimproc description {Interactive command execution in Vim.} homepage http://github.com/Shougo/vimproc/ epoch 0 platforms darwin name vimproc long_description {Interactive command execution in Vim.} maintainers nomaintainer depends_extract bin:unzip:unzip categories editors version 20091217 revision 0
1717 stone 393
1818 variants ssl portdir net/stone description {a TCP/IP repeater in the application layer} homepage http://www.nanno.org/sengoku/stone/ epoch 0 platforms darwin name stone maintainers nomaintainer long_description {Stone is a TCP/IP repeater in the application layer. It repeats TCP and UDP from inside to outside of a firewall, or from outside to inside.} categories net version 2.3e revision 0
1919 zsh-devel 764
--- 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_20091006 (active)
5- macvim @20091113_0+cscope+perl+python+ruby+standalone+universal (active)
5+ macvim @20091225_0+cscope+perl+python+ruby+standalone+universal (active)
66 stone @2.3e_0+ssl (active)
7- vimproc @20090909_0+universal (active)
7+ vimproc @20091217_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 20091113
5+version 20091225
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 ${distname}.zip sha1 \
19- 179768d47a4c31267321924073a3b0f767d0bfa1
19+ b2065222a1136d288e14a701e1d874802990098c
2020 master_sites \
2121 "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
2222 worksrcdir KaoriYa/src
@@ -100,7 +100,7 @@ variant standalone description {Enable standalonize} {
100100 # vimproc
101101 set vimprocPath ${prefix}/share/vimproc/autoload
102102 file copy ${vimprocPath}/proc.so ${runtimePath}/autoload
103- file copy ${vimprocPath}/proc.vim ${runtimePath}/autoload
103+ file copy ${vimprocPath}/vimproc.vim ${runtimePath}/autoload
104104
105105 # clewn
106106 file copy ${prefix}/bin/clewn ${appPath}/MacOS
旧リポジトリブラウザで表示