diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-09-02 05:58:00 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2023-09-02 05:58:00 +0000 |
| commit | 5e0273c3f70ae1bbc1aa76338e38daebc117a5c3 (patch) | |
| tree | be9c2863681d257d9010fcf1274153ea087c749f | |
| parent | e37ff92fbb87a821ae7a7d585d3bb0a4ef5e4fcd (diff) | |
math/octave-forge-prompt: New port.
A powerlevel10k-like prompt for octave.
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-prompt/Makefile | 22 | ||||
| -rw-r--r-- | math/octave-forge-prompt/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-prompt/pkg-descr | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9e1c33f35056..3da53b1b3ab5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -622,6 +622,7 @@ SUBDIR += octave-forge-pkg-octave-doc SUBDIR += octave-forge-plot SUBDIR += octave-forge-ponchon-savarit + SUBDIR += octave-forge-prompt SUBDIR += octave-forge-psychrometrics SUBDIR += octave-forge-pythonic SUBDIR += octave-forge-quaternion diff --git a/math/octave-forge-prompt/Makefile b/math/octave-forge-prompt/Makefile new file mode 100644 index 000000000000..62cafe7420e1 --- /dev/null +++ b/math/octave-forge-prompt/Makefile @@ -0,0 +1,22 @@ +PORTNAME= octave-forge-prompt +DISTVERSION= 0.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 + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= prompt + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSIONPREFIX}${DISTVERSION} + +NO_ARCH= yes +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-prompt/distinfo b/math/octave-forge-prompt/distinfo new file mode 100644 index 000000000000..fbfc38ed8ae9 --- /dev/null +++ b/math/octave-forge-prompt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1693633790 +SHA256 (octave-forge/gnu-octave-prompt-0.0.1_GH0.tar.gz) = c8b3b471d177ebb5e078e69518ca832f55e5c0b5661f798d31e985f40a81966a +SIZE (octave-forge/gnu-octave-prompt-0.0.1_GH0.tar.gz) = 16740 diff --git a/math/octave-forge-prompt/pkg-descr b/math/octave-forge-prompt/pkg-descr new file mode 100644 index 000000000000..589a9eacc012 --- /dev/null +++ b/math/octave-forge-prompt/pkg-descr @@ -0,0 +1,8 @@ +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 prompt. + + A powerlevel10k-like prompt for octave. |
