diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-11-10 02:39:56 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2024-11-10 02:39:56 +0000 |
commit | e99e1f42051aa941df1456d51f682ab75a63e9d7 (patch) | |
tree | b4a3ac4292ebbef3b6bee75e21c775d3760b54a8 | |
parent | 93e8e4e54bcd5cf4f403bf38d2e02cef443f4e3f (diff) |
math/octave-forge-octave_tar: New port.
The octave_tar package provides functions for pack and unpack about tar
format.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-octave_tar/Makefile | 22 | ||||
-rw-r--r-- | math/octave-forge-octave_tar/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-octave_tar/pkg-descr | 9 |
4 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f8856007cf80..c890d43e5d44 100644 --- a/math/Makefile +++ b/math/Makefile @@ -623,6 +623,7 @@ SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-oct2mat SUBDIR += octave-forge-octave-pool + SUBDIR += octave-forge-octave_tar SUBDIR += octave-forge-octclip SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odbc diff --git a/math/octave-forge-octave_tar/Makefile b/math/octave-forge-octave_tar/Makefile new file mode 100644 index 000000000000..f483dab63c62 --- /dev/null +++ b/math/octave-forge-octave_tar/Makefile @@ -0,0 +1,22 @@ +PORTNAME= octave-forge-octave_tar +DISTVERSION= 1.0.0 +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 + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= CNOCTAVE +GH_PROJECT= octave_tar + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +NO_ARCH= yes +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-octave_tar/distinfo b/math/octave-forge-octave_tar/distinfo new file mode 100644 index 000000000000..817f9287f5af --- /dev/null +++ b/math/octave-forge-octave_tar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1731111988 +SHA256 (octave-forge/CNOCTAVE-octave_tar-1.0.0_GH0.tar.gz) = e4b334b593ecbaecb53f8bdcf3fdc2c198f60596b332eeaceac907ccc3ce7bbf +SIZE (octave-forge/CNOCTAVE-octave_tar-1.0.0_GH0.tar.gz) = 654829 diff --git a/math/octave-forge-octave_tar/pkg-descr b/math/octave-forge-octave_tar/pkg-descr new file mode 100644 index 000000000000..f3d3dc25d1bc --- /dev/null +++ b/math/octave-forge-octave_tar/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_tar. + + The octave_tar package provides functions for pack and unpack about tar +format. |