[90784] trunk/dports/science

snc at macports.org snc at macports.org
Wed Mar 14 09:19:32 PDT 2012


Revision: 90784
          https://trac.macports.org/changeset/90784
Author:   snc at macports.org
Date:     2012-03-14 09:19:31 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
seqan: create 1.3.1, #31429

Added Paths:
-----------
    trunk/dports/science/seqan/
    trunk/dports/science/seqan/Portfile

Added: trunk/dports/science/seqan/Portfile
===================================================================
--- trunk/dports/science/seqan/Portfile	                        (rev 0)
+++ trunk/dports/science/seqan/Portfile	2012-03-14 16:19:31 UTC (rev 90784)
@@ -0,0 +1,46 @@
+# -*- 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                seqan
+version             1.3.1
+# 1 stealth update has occurred, see dist_subdir
+categories          science
+platforms           darwin
+
+license             BSD
+maintainers         fu-berlin.de:david.weese \
+                    fu-berlin.de:knut.reinert
+
+description         C++ Sequence Analysis Library
+
+long_description    SeqAn is an open source C++ library of efficient algorithms \
+                    and data structures for the analysis of sequences with the \
+                    focus on biological data. The library is licensed under the \
+                    3-clause BSD license except the applications which are GPL.
+
+homepage            http://www.seqan.de
+
+
+depends_build
+depends_lib         port:cmake port:python27
+
+master_sites        http://ftp.seqan.de/releases
+use_zip             yes
+dist_subdir         ${name}/${version}_1
+
+checksums           rmd160  cf19b391de789ec525d3b1e8164cf76a291beba6 \
+                    sha256  87eebe73ace9ada2f4664a768ae212d4acc5fb3ce87702709c3d15bf2d153aeb
+
+configure.dir       ${worksrcpath}/cmake
+configure.ccache    no
+configure.cmd       cmake
+configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix} \
+                    -DCMAKE_VERBOSE_MAKEFILE=ON \
+                    -DCMAKE_BUILD_TYPE=Release \
+                    -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
+
+
+build.dir           ${worksrcpath}/cmake
+


Property changes on: trunk/dports/science/seqan/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/12aa91a5/attachment.html>


More information about the macports-changes mailing list