1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/octave-forge-octave_zstd: New port.

-  The octave_zstd package provides functions for compress and
   decompress about ZSTD format.
This commit is contained in:
Stephen Montgomery-Smith 2024-11-16 22:13:49 -06:00
parent d573476502
commit f6a70039bf
4 changed files with 39 additions and 0 deletions

View File

@ -624,6 +624,7 @@
SUBDIR += octave-forge-oct2mat
SUBDIR += octave-forge-octave-pool
SUBDIR += octave-forge-octave_tar
SUBDIR += octave-forge-octave_zstd
SUBDIR += octave-forge-octclip
SUBDIR += octave-forge-octproj
SUBDIR += octave-forge-odbc

View File

@ -0,0 +1,26 @@
PORTNAME= octave-forge-octave_zstd
DISTVERSION= 1.0.1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/octave_tar.tar.gz:math/octave-forge-octave_tar
USES= octave
USE_GITHUB= yes
GH_ACCOUNT= CNOCTAVE
GH_PROJECT= octave_zstd
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
GNU_CONFIGURE= yes
post-extract:
${CHMOD} +x ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1731568274
SHA256 (octave-forge/CNOCTAVE-octave_zstd-1.0.1_GH0.tar.gz) = 29a138cdfd544fa031455ab2ce358b6221fd6151709c94091161fc137c2a8b2c
SIZE (octave-forge/CNOCTAVE-octave_zstd-1.0.1_GH0.tar.gz) = 702266

View File

@ -0,0 +1,9 @@
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is octave_zstd.
The octave_zstd package provides functions for compress and decompress about
ZSTD format.