diff --git a/math/octave-forge-mysql/Makefile b/math/octave-forge-mysql/Makefile new file mode 100644 index 000000000000..a5efe3d17320 --- /dev/null +++ b/math/octave-forge-mysql/Makefile @@ -0,0 +1,22 @@ +DISTVERSIONPREFIX= v +PORTNAME= octave-forge-mysql +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 autoreconf pkgconfig mysql +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-mysql + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +GNU_CONFIGURE= yes + +.include diff --git a/math/octave-forge-mysql/distinfo b/math/octave-forge-mysql/distinfo new file mode 100644 index 000000000000..c0d8820b92bc --- /dev/null +++ b/math/octave-forge-mysql/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1779577926 +SHA256 (octave-forge/gnu-octave-octave-mysql-v0.0.1_GH0.tar.gz) = 3e5d26368dbd5af6a0847be0da8aca5dd67fa956889ce1569d9e5251bde959ec +SIZE (octave-forge/gnu-octave-octave-mysql-v0.0.1_GH0.tar.gz) = 71696 diff --git a/math/octave-forge-mysql/pkg-descr b/math/octave-forge-mysql/pkg-descr new file mode 100644 index 000000000000..aada9a7b167f --- /dev/null +++ b/math/octave-forge-mysql/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 octave-mysql. + + Basic Octave implementation of the MySQL toolkit.