Revision: 149826 https://trac.macports.org/changeset/149826 Author: raimue@macports.org Date: 2016-07-01 08:12:05 -0700 (Fri, 01 Jul 2016) Log Message: ----------- science/xdrfile: New port, a library for reading GROMACS trr and xtc files, closes #51610 Added Paths: ----------- trunk/dports/science/xdrfile/ trunk/dports/science/xdrfile/Portfile Added: trunk/dports/science/xdrfile/Portfile =================================================================== --- trunk/dports/science/xdrfile/Portfile (rev 0) +++ trunk/dports/science/xdrfile/Portfile 2016-07-01 15:12:05 UTC (rev 149826) @@ -0,0 +1,26 @@ +# -*- 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 xdrfile +version 1.1.4 +categories science math +license BSD +maintainers gmail.com:giovanni.bussi openmaintainer +description Allows to read GROMACS trr and xtc files. +long_description This library allows to read GROMACS trr and xtc files and also to \ + convert from one format to another. \ + The library itself is offered under the BSD license, which means you are free \ + to incorporate it any way you want in other libraries or executables, no \ + matter what the final license is. + +platforms darwin + +homepage http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library +master_sites ftp://ftp.gromacs.org/pub/contrib + +checksums rmd160 2a58dc9eba7c587e5b4653faace7782104898ac5 \ + sha256 e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022 + +configure.args-append --enable-shared Property changes on: trunk/dports/science/xdrfile/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native