[87888] trunk/dports/editors/yudit/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 10 16:25:02 PST 2011


Revision: 87888
          http://trac.macports.org/changeset/87888
Author:   ryandesign at macports.org
Date:     2011-12-10 16:25:02 -0800 (Sat, 10 Dec 2011)
Log Message:
-----------
yudit: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/editors/yudit/Portfile

Modified: trunk/dports/editors/yudit/Portfile
===================================================================
--- trunk/dports/editors/yudit/Portfile	2011-12-11 00:22:59 UTC (rev 87887)
+++ trunk/dports/editors/yudit/Portfile	2011-12-11 00:25:02 UTC (rev 87888)
@@ -1,27 +1,32 @@
+# -*- 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
-name             yudit
+PortSystem          1.0
+
+name                yudit
 version             2.9.2
-categories       editors
-maintainers      nomaintainer
-description      unicode text editor for X
-long_description \
-    Yudit is a unicode text editor for the X Window System. It can do \
-    TrueType font rendering, printing, transliterated keyboard input \
-    and handwriting recognition with no dependencies on external \
-    engines. Its conversion utilities can convert text between various \
-    encodings. Keyboard input maps can also act like text converters. \
-    There is no need for a pre-installed multi-lingual environment. \
-    Menus are translated into many languages.
-homepage         http://www.yudit.org/
-platforms        darwin
+categories          editors
+platforms           darwin
+maintainers         nomaintainer
+
+description         unicode text editor for X
+
+long_description    Yudit is a unicode text editor for the X Window System. \
+                    It can do TrueType font rendering, printing, \
+                    transliterated keyboard input and handwriting recognition \
+                    with no dependencies on external engines. Its conversion \
+                    utilities can convert text between various encodings. \
+                    Keyboard input maps can also act like text converters. \
+                    There is no need for a pre-installed multi-lingual \
+                    environment. Menus are translated into many languages.
+
+homepage            http://www.yudit.org/
 master_sites        ${homepage}download/
 use_bzip2           yes
 
 checksums           rmd160  e7eb90573ab830856442ef3ab206cb6c5a05b038 \
                     sha256  2971bb4e036162adf46a636576f4507ad83172147661b9a76fd8d5edf67d7931
 
-depends_lib      port:xorg-libX11
+depends_lib         port:xorg-libX11
 
 use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111210/4f02490d/attachment-0001.html>


More information about the macports-changes mailing list