Skip to content

Commit

Permalink
science/libgetar: New port: Library to read and write GEneric Traject…
Browse files Browse the repository at this point in the history
…ory ARchives
  • Loading branch information
yurivict committed Jun 27, 2022
1 parent 64b2298 commit e5b105c
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions science/Makefile
Expand Up @@ -133,6 +133,7 @@
SUBDIR += libecpint
SUBDIR += libefp
SUBDIR += libgeodecomp
SUBDIR += libgetar
SUBDIR += libghemical
SUBDIR += libgridxc
SUBDIR += libint
Expand Down
19 changes: 19 additions & 0 deletions science/libgetar/Makefile
@@ -0,0 +1,19 @@
PORTNAME= libgetar
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.3
CATEGORIES= science # physics

MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to read and write GEneric Trajectory ARchives

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake

USE_GITHUB= yes
GH_ACCOUNT= glotzerlab

CMAKE_ON= LIBGETAR_SHARED

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions science/libgetar/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1656349194
SHA256 (glotzerlab-libgetar-v1.1.3_GH0.tar.gz) = 04ec2e9107920018771e43e8db3b53970e39fb6006c821f6fdb30b658eab43ba
SIZE (glotzerlab-libgetar-v1.1.3_GH0.tar.gz) = 2603015
5 changes: 5 additions & 0 deletions science/libgetar/pkg-descr
@@ -0,0 +1,5 @@
libgetar is a library to read and write GEneric Trajectory ARchives,
a binary data format designed for efficient, extensible storage of
trajectory data.

WWW: https://github.com/glotzerlab/libgetar
11 changes: 11 additions & 0 deletions science/libgetar/pkg-plist
@@ -0,0 +1,11 @@
include/getar/Archive.hpp
include/getar/DirArchive.hpp
include/getar/GTAR.hpp
include/getar/Record.hpp
include/getar/SharedArray.hpp
include/getar/SqliteArchive.hpp
include/getar/TarArchive.hpp
include/getar/ZipArchive.hpp
include/getar/miniz.h
include/getar/sqlite3.h
lib/libgetar.so

0 comments on commit e5b105c

Please sign in to comment.