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:
parent
d573476502
commit
f6a70039bf
@ -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
|
||||
|
26
math/octave-forge-octave_zstd/Makefile
Normal file
26
math/octave-forge-octave_zstd/Makefile
Normal 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>
|
3
math/octave-forge-octave_zstd/distinfo
Normal file
3
math/octave-forge-octave_zstd/distinfo
Normal 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
|
9
math/octave-forge-octave_zstd/pkg-descr
Normal file
9
math/octave-forge-octave_zstd/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user