mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
New port: science/segyio: Library to interact with SEG-Y & Seismic Unix formatted seismic data
This commit is contained in:
parent
cfefb5268f
commit
5bff019cae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554430
@ -307,6 +307,7 @@
|
||||
SUBDIR += rubygem-ruby-dcl
|
||||
SUBDIR += rubygem-ruby-netcdf
|
||||
SUBDIR += scidavis
|
||||
SUBDIR += segyio
|
||||
SUBDIR += siesta
|
||||
SUBDIR += sigrok-cli
|
||||
SUBDIR += sigrok-firmware
|
||||
|
22
science/segyio/Makefile
Normal file
22
science/segyio/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= segyio
|
||||
DISTVERSION= 1.9.3
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Library to interact with SEG-Y & Seismic Unix formatted seismic data
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/License.md
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= equinor
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= BUILD_PYTHON
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/segyio/distinfo
Normal file
3
science/segyio/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1604794877
|
||||
SHA256 (equinor-segyio-1.9.3_GH0.tar.gz) = 4692463c8f37cb0010f6368c765b63ede5232e11c330529d1bc9f977902409a6
|
||||
SIZE (equinor-segyio-1.9.3_GH0.tar.gz) = 3873797
|
7
science/segyio/pkg-descr
Normal file
7
science/segyio/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Segyio is a small LGPL licensed C library for easy interaction with SEG-Y and
|
||||
Seismic Unix formatted seismic data, with language bindings for Python and
|
||||
Matlab. Segyio is an attempt to create an easy-to-use, embeddable,
|
||||
community-oriented library for seismic applications. Features are added as they
|
||||
are needed; suggestions and contributions of all kinds are very welcome.
|
||||
|
||||
WWW: https://github.com/equinor/segyio
|
13
science/segyio/pkg-plist
Normal file
13
science/segyio/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/segyio-catb
|
||||
bin/segyio-cath
|
||||
bin/segyio-catr
|
||||
bin/segyio-crop
|
||||
include/segyio/segy.h
|
||||
lib/libsegyio.so
|
||||
lib/libsegyio.so.0
|
||||
man/man1/segyio-catb.1.gz
|
||||
man/man1/segyio-cath.1.gz
|
||||
man/man1/segyio-catr.1.gz
|
||||
man/man1/segyio-crop.1.gz
|
||||
%%DATADIR%%/cmake/segyio-config-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
%%DATADIR%%/cmake/segyio-config.cmake
|
Loading…
Reference in New Issue
Block a user