- 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:
Stephen Montgomery-Smith 2012-11-20 22:57:13 +00:00
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

View file

@ -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

View 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>

View 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

View 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/

View file

@ -0,0 +1 @@
@comment This file intentionally left empty