[79316] trunk/dports/science/EMBOSS/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 8 19:19:56 PDT 2011


Revision: 79316
          http://trac.macports.org/changeset/79316
Author:   ryandesign at macports.org
Date:     2011-06-08 19:19:55 -0700 (Wed, 08 Jun 2011)
Log Message:
-----------
EMBOSS: adjust whitespace, add modeline

Modified Paths:
--------------
    trunk/dports/science/EMBOSS/Portfile

Modified: trunk/dports/science/EMBOSS/Portfile
===================================================================
--- trunk/dports/science/EMBOSS/Portfile	2011-06-09 02:17:24 UTC (rev 79315)
+++ trunk/dports/science/EMBOSS/Portfile	2011-06-09 02:19:55 UTC (rev 79316)
@@ -1,35 +1,40 @@
+# -*- 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
+PortSystem          1.0
 
-name            EMBOSS
-version         6.2.0
-revision        2
-categories      science
-platforms       darwin
-maintainers     gmail.com:mike.thon
-description     Molecular Biology software analysis package
+name                EMBOSS
+version             6.2.0
+revision            2
+categories          science
+platforms           darwin
+maintainers         gmail.com:mike.thon
+
+description         Molecular Biology software analysis package
+
 long_description    EMBOSS is a free Open Source software analysis package \
                     specially developed for the needs of the molecular biology user \
                     community. The software automatically copes with data \
                     in a variety of formats and even allows transparent \
                     retrieval of sequence data from the web.
-homepage        http://emboss.sourceforge.net
-master_sites    ftp://emboss.open-bio.org/pub/EMBOSS/ \
-                ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/
 
+homepage            http://emboss.sourceforge.net
+
+master_sites        ftp://emboss.open-bio.org/pub/EMBOSS/ \
+                    ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/
+
 checksums           md5     2e2937dd0493814ca0f64981f4c79319 \
                     sha1    e6862a9d026347b68bafedab075b01f852fab6d5 \
                     rmd160  e31965af8e7c9aa583012b4dba47e6458cd2d139
 
-depends_lib     port:xorg-libX11 \
-                port:jpeg \
-                port:libiconv \
-                port:expat \
-                port:freetype \
-                port:libpng
+depends_lib         port:xorg-libX11 \
+                    port:jpeg \
+                    port:libiconv \
+                    port:expat \
+                    port:freetype \
+                    port:libpng
 
-configure.args  --includedir=${prefix}/include/emboss
+configure.args      --includedir=${prefix}/include/emboss
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110608/503d755d/attachment-0001.html>


More information about the macports-changes mailing list