git: 27b811b04613 - main - math/octave-forge-drafting: New port.
Stephen Montgomery-Smith <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=27b811b04613c4d094eee982412a08114db2f6eb commit 27b811b04613c4d094eee982412a08114db2f6eb Author: Stephen Montgomery-Smith <[email protected]> AuthorDate: 2026-08-18 15:44:08 +0000 Commit: Stephen Montgomery-Smith <[email protected]> CommitDate: 2026-08-18 15:44:08 +0000 math/octave-forge-drafting: New port. Geometry, CAD Input/Output and Technical Drawing for octave. --- math/Makefile | 1 + math/octave-forge-drafting/Makefile | 23 +++++++++++++++++++++++ math/octave-forge-drafting/distinfo | 3 +++ math/octave-forge-drafting/pkg-descr | 8 ++++++++ 4 files changed, 35 insertions(+) diff --git a/math/Makefile b/math/Makefile index 6ec2043a9037..8f23580cb59b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -585,6 +585,7 @@ SUBDIR += octave-forge-dicom SUBDIR += octave-forge-divand SUBDIR += octave-forge-doctest + SUBDIR += octave-forge-drafting SUBDIR += octave-forge-dsppack SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-fda diff --git a/math/octave-forge-drafting/Makefile b/math/octave-forge-drafting/Makefile new file mode 100644 index 000000000000..c46da6fefad5 --- /dev/null +++ b/math/octave-forge-drafting/Makefile @@ -0,0 +1,23 @@ +PORTNAME= octave-forge-drafting +DISTVERSIONPREFIX= release- +DISTVERSION= 0.1.0 +CATEGORIES= math + +MAINTAINER= [email protected] +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= pr0m1th3as +GH_PROJECT= ${OCTAVE_PKGNAME} + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} + +NO_ARCH= yes +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-drafting/distinfo b/math/octave-forge-drafting/distinfo new file mode 100644 index 000000000000..ded2b32d3dfc --- /dev/null +++ b/math/octave-forge-drafting/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1787067294 +SHA256 (octave-forge/pr0m1th3as-drafting-release-0.1.0_GH0.tar.gz) = bae9e6742c42535978b8dd2cb434244d0358c30032fce1098087b1896ce48e8a +SIZE (octave-forge/pr0m1th3as-drafting-release-0.1.0_GH0.tar.gz) = 142138 diff --git a/math/octave-forge-drafting/pkg-descr b/math/octave-forge-drafting/pkg-descr new file mode 100644 index 000000000000..49edf0f7ea0c --- /dev/null +++ b/math/octave-forge-drafting/pkg-descr @@ -0,0 +1,8 @@ +The octave-forge package is the result of The GNU Octave Repository 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 drafting. + + Geometry, CAD Input/Output and Technical Drawing.