diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-11-17 04:13:49 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-11-17 04:13:49 +0000 |
| commit | f6a70039bf20e3b988b6a285548c287d7dce3a21 (patch) | |
| tree | f0274da8aec5f076f17cb15a96c623fc5b5f63ca | |
| parent | d573476502226b4af270f4b9182a03c0899ee095 (diff) | |
math/octave-forge-octave_zstd: New port.
- The octave_zstd package provides functions for compress and
decompress about ZSTD format.
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-octave_zstd/Makefile | 26 | ||||
| -rw-r--r-- | math/octave-forge-octave_zstd/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-octave_zstd/pkg-descr | 9 |
4 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c890d43e5d44..f19f19df3499 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/octave-forge-octave_zstd/Makefile b/math/octave-forge-octave_zstd/Makefile new file mode 100644 index 000000000000..a2f54626862e --- /dev/null +++ b/math/octave-forge-octave_zstd/Makefile @@ -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> diff --git a/math/octave-forge-octave_zstd/distinfo b/math/octave-forge-octave_zstd/distinfo new file mode 100644 index 000000000000..69b1e18acc27 --- /dev/null +++ b/math/octave-forge-octave_zstd/distinfo @@ -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 diff --git a/math/octave-forge-octave_zstd/pkg-descr b/math/octave-forge-octave_zstd/pkg-descr new file mode 100644 index 000000000000..6a1f4a05cd9e --- /dev/null +++ b/math/octave-forge-octave_zstd/pkg-descr @@ -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. |
