[145024] trunk/dports/textproc/enchant/Portfile

raimue at macports.org raimue at macports.org
Sat Jan 23 15:27:14 PST 2016


Revision: 145024
          https://trac.macports.org/changeset/145024
Author:   raimue at macports.org
Date:     2016-01-23 15:27:14 -0800 (Sat, 23 Jan 2016)
Log Message:
-----------
textproc/enchant:
Whitespace cleanup, tabs to spaces, order options

Modified Paths:
--------------
    trunk/dports/textproc/enchant/Portfile

Modified: trunk/dports/textproc/enchant/Portfile
===================================================================
--- trunk/dports/textproc/enchant/Portfile	2016-01-23 23:25:28 UTC (rev 145023)
+++ trunk/dports/textproc/enchant/Portfile	2016-01-23 23:27:14 UTC (rev 145024)
@@ -1,44 +1,45 @@
 # $Id$
 
-PortSystem  1.0
+PortSystem          1.0
 
-name		enchant
-version		1.6.0
-revision	3
-categories	textproc devel
-maintainers	nomaintainer
-description	Spellchecker wrapping library
-homepage        http://www.abisource.com/enchant/
-platforms	darwin
-license         LGPL-2.1+
+name                enchant
+version             1.6.0
+revision            3
+categories          textproc devel
+platforms           darwin
+license             LGPL-2.1+
+maintainers         nomaintainer
 
-long_description    On the surface, Enchant appears to be a generic spell checking library.\
-                    You can request dictionaries from it, ask if a word is correctly spelled,\
-                    get corrections for a misspelled word, etc. but all it really does is to \
-                    provide a uniform wrapper over several popular spell checking libraries \
-                    including aspell, ispell and AppleSpell.
-                   
-master_sites    http://www.abisource.com/downloads/${name}/${version}/
+description         Spellchecker wrapping library
+long_description \
+    On the surface, Enchant appears to be a generic spell checking library. \
+    You can request dictionaries from it, ask if a word is correctly spelled, \
+    get corrections for a misspelled word, etc. but all it really does is to \
+    provide a uniform wrapper over several popular spell checking libraries \
+    including aspell, ispell and AppleSpell.
 
+homepage            http://www.abisource.com/enchant/
+master_sites        http://www.abisource.com/downloads/${name}/${version}/
+
 checksums           md5     de11011aff801dc61042828041fb59c7 \
                     sha1    321f9cf0abfa1937401676ce60976d8779c39536 \
                     rmd160  a992034355bb36b9acabdbd400c9f4a3b996cce6
 
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:aspell \
-                port:hunspell
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:aspell \
+                    port:hunspell
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
 # at least one aspell and/or hunspell dictionary must be installed
 
-depends_run	port:aspell-dict-en
+depends_run         port:aspell-dict-en
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --with-myspell-dir=${prefix}/share/hunspell
+configure.args      --with-myspell-dir=${prefix}/share/hunspell
 
-livecheck.type  regex
-livecheck.url  http://www.abisource.com/downloads/${name}/
-livecheck.regex {"(\d+(?:\.\d+)*)/"}
+livecheck.type      regex
+livecheck.url       http://www.abisource.com/downloads/${name}/
+livecheck.regex     {"(\d+(?:\.\d+)*)/"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160123/7a5862fd/attachment.html>


More information about the macports-changes mailing list