[98026] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Sun Sep 23 00:08:00 PDT 2012


Revision: 98026
          http://trac.macports.org//changeset/98026
Author:   ryandesign at macports.org
Date:     2012-09-23 00:08:00 -0700 (Sun, 23 Sep 2012)
Log Message:
-----------
openslide: new port, version 3.3.0 (#36285)

Added Paths:
-----------
    trunk/dports/graphics/openslide/
    trunk/dports/graphics/openslide/Portfile

Added: trunk/dports/graphics/openslide/Portfile
===================================================================
--- trunk/dports/graphics/openslide/Portfile	                        (rev 0)
+++ trunk/dports/graphics/openslide/Portfile	2012-09-23 07:08:00 UTC (rev 98026)
@@ -0,0 +1,59 @@
+# -*- 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        openslide openslide 3.3.0 v
+categories          graphics
+platforms           darwin
+license             LGPL-2.1
+maintainers         backtick.net:bgilbert
+
+description         A C library for reading virtual slides.
+
+long_description    OpenSlide is a C library that provides a simple \
+                    interface for reading whole-slide images, also known as \
+                    virtual slides, which are high-resolution images used in \
+                    digital pathology.  These images can occupy tens of \
+                    gigabytes when uncompressed, and so cannot be easily \
+                    read using standard tools or libraries, which are \
+                    designed for images that can be comfortably uncompressed \
+                    into RAM.  Whole-slide images are typically \
+                    multi-resolution\; OpenSlide allows reading a small \
+                    amount of image data at the resolution closest to a \
+                    desired zoom level.  OpenSlide can read slides in the \
+                    Aperio (.svs or .tif), \
+                    Hamamatsu (.vms or .vmu), \
+                    Leica (.scn), \
+                    MIRAX (.mrxs), \
+                    Trestle (.tif), \
+                    and generic tiled TIFF (.tif) formats.
+
+homepage            http://openslide.org/
+github.tarball_from downloads
+use_xz              yes
+
+checksums           rmd160  3321e4a47721eddad8ffbd26c38d3ba419ed2b50 \
+                    sha256  3b932e5b476b4d864d618929302343b90eb3d58a2805e11d311d5d7901a06ac2
+
+depends_lib         port:libpng \
+                    port:jpeg \
+                    port:tiff \
+                    port:openjpeg \
+                    port:libxml2 \
+                    path:lib/pkgconfig/cairo.pc:cairo \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGELOG.txt \
+        CONTRIBUTING.txt \
+        LICENSE.txt \
+        README.txt \
+        TODO.txt \
+        lgpl-2.1.txt \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/graphics/openslide/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/20120923/6d458b9f/attachment.html>


More information about the macports-changes mailing list