[76626] trunk/dports/textproc/aspell-dict-en/Portfile

l2g at macports.org l2g at macports.org
Wed Mar 2 19:18:10 PST 2011


Revision: 76626
          http://trac.macports.org/changeset/76626
Author:   l2g at macports.org
Date:     2011-03-02 19:18:09 -0800 (Wed, 02 Mar 2011)
Log Message:
-----------
aspell-dict-en: Add modeline and clean up whitespace

Modified Paths:
--------------
    trunk/dports/textproc/aspell-dict-en/Portfile

Modified: trunk/dports/textproc/aspell-dict-en/Portfile
===================================================================
--- trunk/dports/textproc/aspell-dict-en/Portfile	2011-03-03 03:07:20 UTC (rev 76625)
+++ trunk/dports/textproc/aspell-dict-en/Portfile	2011-03-03 03:18:09 UTC (rev 76626)
@@ -1,30 +1,34 @@
+# -*- 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		aspell-dict-en
-version		6.0
-categories	textproc
-maintainers	nomaintainer
-description	English dictionary for aspell
-homepage	http://aspell.net/
-platforms	darwin
+PortSystem          1.0
+
+name                aspell-dict-en
+version             6.0
+categories          textproc
+maintainers         nomaintainer
+description         English dictionary for aspell
+homepage            http://aspell.net/
+platforms           darwin
 universal_variant   no
 
-long_description Aspell with English dictionary.
+long_description    Aspell with English dictionary.
 
-master_sites	gnu:aspell/dict/en
+master_sites        gnu:aspell/dict/en
 
-distname	aspell6-en-${version}-0
-checksums	md5 16449e0a266e1ecc526b2f3cd39d4bc2
+distname            aspell6-en-${version}-0
+checksums           md5 16449e0a266e1ecc526b2f3cd39d4bc2
 
-use_bzip2	yes
+use_bzip2           yes
 
-depends_build	bin:aspell:aspell
+depends_build       bin:aspell:aspell
 
-configure	{ system "cd ${worksrcpath} && ./configure \
-		    --vars ASPELL=${prefix}/bin/aspell \
-		    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" }
+configure   {
+    system "cd ${worksrcpath} && ./configure \
+    --vars ASPELL=${prefix}/bin/aspell \
+    WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress"
+}
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnu.org/gnu/aspell/dict/0index.html
-livecheck.regex {aspell[0-9]*-en-([0-9\.]+)-[0-9]+\.tar\.bz2}
+livecheck.type      regex
+livecheck.url       http://ftp.gnu.org/gnu/aspell/dict/0index.html
+livecheck.regex     {aspell[0-9]*-en-([0-9\.]+)-[0-9]+\.tar\.bz2}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110302/5f2ed884/attachment.html>


More information about the macports-changes mailing list