New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79316


Ignore:
Timestamp:
06/08/11 19:19:55 (4 years ago)
Author:
ryandesign@…
Message:

EMBOSS: adjust whitespace, add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/EMBOSS/Portfile

    r79313 r79316  
     1# -*- 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 
    12# $Id$ 
    23 
    3 PortSystem      1.0 
     4PortSystem          1.0 
    45 
    5 name            EMBOSS 
    6 version         6.2.0 
    7 revision        2 
    8 categories      science 
    9 platforms       darwin 
    10 maintainers     gmail.com:mike.thon 
    11 description     Molecular Biology software analysis package 
     6name                EMBOSS 
     7version             6.2.0 
     8revision            2 
     9categories          science 
     10platforms           darwin 
     11maintainers         gmail.com:mike.thon 
     12 
     13description         Molecular Biology software analysis package 
     14 
    1215long_description    EMBOSS is a free Open Source software analysis package \ 
    1316                    specially developed for the needs of the molecular biology user \ 
     
    1518                    in a variety of formats and even allows transparent \ 
    1619                    retrieval of sequence data from the web. 
    17 homepage        http://emboss.sourceforge.net 
    18 master_sites    ftp://emboss.open-bio.org/pub/EMBOSS/ \ 
    19                 ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/ 
     20 
     21homepage            http://emboss.sourceforge.net 
     22 
     23master_sites        ftp://emboss.open-bio.org/pub/EMBOSS/ \ 
     24                    ftp://emboss.open-bio.org/pub/EMBOSS/old/${version}/ 
    2025 
    2126checksums           md5     2e2937dd0493814ca0f64981f4c79319 \ 
     
    2328                    rmd160  e31965af8e7c9aa583012b4dba47e6458cd2d139 
    2429 
    25 depends_lib     port:xorg-libX11 \ 
    26                 port:jpeg \ 
    27                 port:libiconv \ 
    28                 port:expat \ 
    29                 port:freetype \ 
    30                 port:libpng 
     30depends_lib         port:xorg-libX11 \ 
     31                    port:jpeg \ 
     32                    port:libiconv \ 
     33                    port:expat \ 
     34                    port:freetype \ 
     35                    port:libpng 
    3136 
    32 configure.args  --includedir=${prefix}/include/emboss 
     37configure.args      --includedir=${prefix}/include/emboss 
    3338 
    3439livecheck.type      regex 
Note: See TracChangeset for help on using the changeset viewer.