mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- New port: octave-forge-cgi.
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 cgi, which provides a common gatway interface for Octave. Feature safe: yes
This commit is contained in:
parent
2200d5fd0c
commit
2d5fd949f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307605
5 changed files with 40 additions and 0 deletions
|
@ -270,6 +270,7 @@
|
|||
SUBDIR += octave-forge-base
|
||||
SUBDIR += octave-forge-bim
|
||||
SUBDIR += octave-forge-bioinfo
|
||||
SUBDIR += octave-forge-cgi
|
||||
SUBDIR += octave-forge-civil-engineering
|
||||
SUBDIR += octave-forge-communications
|
||||
SUBDIR += octave-forge-control
|
||||
|
|
26
math/octave-forge-cgi/Makefile
Normal file
26
math/octave-forge-cgi/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Stephen Montgomery-Smith <stephen@FreeBSd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-cgi
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${OCTAVE_PKGNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||
do-build:
|
||||
@${DO_NADA}
|
||||
|
||||
post-build:
|
||||
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
|
||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
math/octave-forge-cgi/distinfo
Normal file
2
math/octave-forge-cgi/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (octave-forge/cgi-0.1.0.tar.gz) = 5a112be973673da0c0811ea3f2a89e5517112a45fcf8b893b63569e378bb89f5
|
||||
SIZE (octave-forge/cgi-0.1.0.tar.gz) = 9258
|
10
math/octave-forge-cgi/pkg-descr
Normal file
10
math/octave-forge-cgi/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
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 cgi.
|
||||
|
||||
Common Gatway Interface for Octave.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-cgi/pkg-plist
Normal file
1
math/octave-forge-cgi/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Add table
Reference in a new issue