Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 00:27:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554430 - in head/science: . segyio
Message-ID:  <202011080027.0A80RIpd072429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Nov  8 00:27:18 2020
New Revision: 554430
URL: https://svnweb.freebsd.org/changeset/ports/554430

Log:
  New port: science/segyio: Library to interact with SEG-Y & Seismic Unix formatted seismic data

Added:
  head/science/segyio/
  head/science/segyio/Makefile   (contents, props changed)
  head/science/segyio/distinfo   (contents, props changed)
  head/science/segyio/pkg-descr   (contents, props changed)
  head/science/segyio/pkg-plist   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Sun Nov  8 00:20:52 2020	(r554429)
+++ head/science/Makefile	Sun Nov  8 00:27:18 2020	(r554430)
@@ -307,6 +307,7 @@
     SUBDIR += rubygem-ruby-dcl
     SUBDIR += rubygem-ruby-netcdf
     SUBDIR += scidavis
+    SUBDIR += segyio
     SUBDIR += siesta
     SUBDIR += sigrok-cli
     SUBDIR += sigrok-firmware

Added: head/science/segyio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/segyio/Makefile	Sun Nov  8 00:27:18 2020	(r554430)
@@ -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>

Added: head/science/segyio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/segyio/distinfo	Sun Nov  8 00:27:18 2020	(r554430)
@@ -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

Added: head/science/segyio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/segyio/pkg-descr	Sun Nov  8 00:27:18 2020	(r554430)
@@ -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

Added: head/science/segyio/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/segyio/pkg-plist	Sun Nov  8 00:27:18 2020	(r554430)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011080027.0A80RIpd072429>