[23783] trunk/dports/editors/vim-app

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 16:07:49 PDT 2007


Revision: 23783
          http://trac.macosforge.org/projects/macports/changeset/23783
Author:   pipping at macports.org
Date:     2007-04-09 16:07:49 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
maintainer update:
 * changed description
 * added experimental variants +guitab and +macatsui

Modified Paths:
--------------
    trunk/dports/editors/vim-app/Portfile
    trunk/dports/editors/vim-app/files/checksums_dist

Modified: trunk/dports/editors/vim-app/Portfile
===================================================================
--- trunk/dports/editors/vim-app/Portfile	2007-04-09 23:05:19 UTC (rev 23782)
+++ trunk/dports/editors/vim-app/Portfile	2007-04-09 23:07:49 UTC (rev 23783)
@@ -9,9 +9,9 @@
 revision            0
 categories          editors
 maintainers         raimue at codingfarm.de
-description         Vi "workalike" with many additional features
-long_description    Vim is a virtually compatible, extremely \
-                      enhanced version of the vi editor.
+description         Vim.app is a GUI version of the famous editor vim.
+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.
 homepage            http://www.vim.org/
 platforms           darwin freebsd
 
@@ -50,9 +50,9 @@
 
 # create list of locations for source, extras, patches from serverList
 foreach server ${serverList} {
-        lappend master_sites ${server}unix/:vim
-            lappend master_sites ${server}extra/:extra
-                lappend patch_sites ${server}patches/${vim_version}
+    lappend master_sites ${server}unix/:vim
+    lappend master_sites ${server}extra/:extra
+    lappend patch_sites ${server}patches/${vim_version}
 }
 master_sites-append \
     http://www.douglas.stebila.ca/files/code/vim/app/:app_aqua \
@@ -137,6 +137,26 @@
     }
 }
 
+# vim-app specific, experimental variants.
+# Since the patches may overlap, only ONE of these 
+# can be installed at a time.
+
+# macatsui: better antialising (experimental)
+# see http://wiki.macvim.org/wiki/VimPatches/ATSUI
+variant macatsui conflicts guitab {
+    patch_sites-append macports:.:macatsui
+    patchfiles-append  atsui.patch_mod:macatsui
+}
+
+# guitab: use a drawer for tabs (experimental)
+# see http://wiki.macvim.org/wiki/VimPatches/GuiTab
+variant guitab conflicts macatsui {
+   patch_sites-append  macports:.:guitab
+   patchfiles-append   guitab.v7.diff:guitab
+}
+
+# general vim variants
+
 variant big                     { configure.args-append --with-features=big }
 variant huge                    { configure.args-append --with-features=huge }
 variant multibyte               { configure.args-append --enable-multibyte }

Modified: trunk/dports/editors/vim-app/files/checksums_dist
===================================================================
--- trunk/dports/editors/vim-app/files/checksums_dist	2007-04-09 23:05:19 UTC (rev 23782)
+++ trunk/dports/editors/vim-app/files/checksums_dist	2007-04-09 23:07:49 UTC (rev 23783)
@@ -3,5 +3,7 @@
                     vim-7.0-extra.tar.gz sha1 101a3b82b26cd16ca48e2b4a5e4acfc6041abd1e \
                     vim-7.0-lang.tar.gz sha1 3db6b0004d213490cc00d361835e7a7c685adb52 \
                     app-bm.tar.gz md5 418b9e615a34ae5aad918f5c5a694a44 \
-                    doc.tar.gz md5 692f7874fc617162d0fe110daf39a98a
+                    doc.tar.gz md5 692f7874fc617162d0fe110daf39a98a \
+                    atsui.patch_mod md5 acac0030ce69f14f3c52ce345dadd54b \
+                    guitab.v7.diff md5 5fe4f1765ff824b634d71b58bcdf34bf
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070409/8f67b0e1/attachment.html


More information about the macports-changes mailing list