[133489] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon Mar 2 21:35:41 PST 2015


Revision: 133489
          https://trac.macports.org/changeset/133489
Author:   ryandesign at macports.org
Date:     2015-03-02 21:35:40 -0800 (Mon, 02 Mar 2015)
Log Message:
-----------
htslib: new port, version 1.2.1 (#46883)

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

Added: trunk/dports/science/htslib/Portfile
===================================================================
--- trunk/dports/science/htslib/Portfile	                        (rev 0)
+++ trunk/dports/science/htslib/Portfile	2015-03-03 05:35:40 UTC (rev 133489)
@@ -0,0 +1,35 @@
+# -*- 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
+PortGroup               github 1.0
+
+github.setup            samtools htslib 1.2.1
+categories              science
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 MIT BSD
+
+description             C library for accessing SAM, CRAM, VCF, BCF and other \
+                        file formats used for high-throughput sequencing data
+
+long_description        HTSlib is an implementation of a unified C library for \
+                        accessing common file formats, such as SAM, CRAM, VCF \
+                        and BCF, used for high-throughput sequencing data. It \
+                        is the core library used by SAMtools and BCFtools.
+
+checksums               rmd160  573b5a4fce05ec485110ab6206ddbc38d55f4798 \
+                        sha256  bddb1372b9215b32e0f21d8394bab859c57cb00324a8dc06775cdac5b4d662b0
+
+homepage                http://www.htslib.org/
+github.tarball_from     releases
+use_bzip2               yes
+
+depends_lib             port:zlib
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        LICENSE NEWS README \
+        ${destroot}${prefix}/share/doc/${name}
+}


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


More information about the macports-changes mailing list