[119902] trunk/dports/science/seqan/Portfile

mf2k at macports.org mf2k at macports.org
Fri May 9 12:07:46 PDT 2014


Revision: 119902
          https://trac.macports.org/changeset/119902
Author:   mf2k at macports.org
Date:     2014-05-09 12:07:46 -0700 (Fri, 09 May 2014)
Log Message:
-----------
seqan: Update to version 1.4.1. Update maintainers. (#43072)

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

Modified: trunk/dports/science/seqan/Portfile
===================================================================
--- trunk/dports/science/seqan/Portfile	2014-05-09 19:01:44 UTC (rev 119901)
+++ trunk/dports/science/seqan/Portfile	2014-05-09 19:07:46 UTC (rev 119902)
@@ -4,43 +4,33 @@
 PortSystem          1.0
 
 name                seqan
-version             1.3.1
-# 1 stealth update has occurred, see dist_subdir
+version             1.4.1
 categories          science
 platforms           darwin
+supported_archs     noarch
 
 license             BSD
-maintainers         fu-berlin.de:david.weese \
-                    fu-berlin.de:knut.reinert
+maintainers         fu-berlin.de:david.weese
 
-description         C++ Sequence Analysis Library
+description         SeqAn - The 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.
+                    focus on biological data.
 
 homepage            http://www.seqan.de
 
+master_sites        http://packages.seqan.de/${name}-library
+use_bzip2           yes
+distname            ${name}-library-${version}
+checksums           rmd160  e2fe1284943c170e9c098202e286b550fd151238 \
+                    sha256  50f0d29f3526723225c64bfb76c0598256afc08c2c6c4f343e6345b1d453894f
 
-depends_build
-depends_lib         port:cmake port:python27
+use_configure       no
 
-master_sites        http://ftp.seqan.de/releases
-use_zip             yes
-dist_subdir         ${name}/${version}_1
+build {}
 
-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
-
+destroot {
+    file copy ${worksrcpath}/include/seqan ${destroot}${prefix}/include
+    file copy ${worksrcpath}/share/doc ${destroot}${prefix}/share
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140509/1db4d7fc/attachment.html>


More information about the macports-changes mailing list