Index: head/science/py-gsd/Makefile =================================================================== --- head/science/py-gsd/Makefile (revision 542823) +++ head/science/py-gsd/Makefile (revision 542824) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= gsd DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 +DISTVERSION= 2.1.2 CATEGORIES= science python MASTER_SITES= http://glotzerlab.engin.umich.edu/Downloads/gsd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= GSD (General Simulation Data) file format for Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} BUILD_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= distutils cython autoplist .include Index: head/science/py-gsd/distinfo =================================================================== --- head/science/py-gsd/distinfo (revision 542823) +++ head/science/py-gsd/distinfo (revision 542824) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578023096 -SHA256 (gsd-v1.10.0.tar.gz) = 6c121775106ee9073787fd3ea7c5608710f62a041d5e82b171247b057410aec3 -SIZE (gsd-v1.10.0.tar.gz) = 86383 +TIMESTAMP = 1595377767 +SHA256 (gsd-v2.1.2.tar.gz) = d6f7aaa095f347fab882062098313eff08a7302182815ab7b546ee2dc5c7d4f6 +SIZE (gsd-v2.1.2.tar.gz) = 108588 Index: head/science/py-gsd/pkg-descr =================================================================== --- head/science/py-gsd/pkg-descr (revision 542823) +++ head/science/py-gsd/pkg-descr (revision 542824) @@ -1,22 +1,22 @@ A library to read and write GSD (General Simulation Data) file format. The package also contains a python module that reads and writes hoomd schema gsd files with an easy to use syntax. Features: * Efficiently store many frames of data from simulation runs. * High performance file read and write. * Support arbitrary chunks of data in each frame (position, orientation, type, etc...). * Append frames to an existing file with a monotonically increasing frame number. * Resilient to job kills. * Variable number of named chunks in each frame. * Variable size of chunks in each frame. * Each chunk identifies data type. * Common use cases: NxM arrays in double, float, int, char types. * Generic use case: binary blob of N bytes. * Easy to integrate into other tools with python, or a C API (< 1k lines). * Fast random access to frames. -WWW: https://bitbucket.org/glotzer/gsd +WWW: https://bitbucket.org/glotzer/gsd/wiki/Home