summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2012-11-20 22:57:13 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2012-11-20 22:57:13 +0000
commit2d5fd949f7afbfc657d942cebb1b8d61515cefeb (patch)
tree21dd204906da63495d25f5201dbf180bebd44ef8 /math
parentThis is a simple tool that dumps System V shared memory segments, files and (diff)
- 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
Notes
Notes: svn path=/head/; revision=307605
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-cgi/Makefile26
-rw-r--r--math/octave-forge-cgi/distinfo2
-rw-r--r--math/octave-forge-cgi/pkg-descr10
-rw-r--r--math/octave-forge-cgi/pkg-plist1
5 files changed, 40 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index ca499b88a007..33f890738f1c 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/octave-forge-cgi/Makefile b/math/octave-forge-cgi/Makefile
new file mode 100644
index 000000000000..86f2df92a90a
--- /dev/null
+++ b/math/octave-forge-cgi/Makefile
@@ -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>
diff --git a/math/octave-forge-cgi/distinfo b/math/octave-forge-cgi/distinfo
new file mode 100644
index 000000000000..08565a7b4623
--- /dev/null
+++ b/math/octave-forge-cgi/distinfo
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/cgi-0.1.0.tar.gz) = 5a112be973673da0c0811ea3f2a89e5517112a45fcf8b893b63569e378bb89f5
+SIZE (octave-forge/cgi-0.1.0.tar.gz) = 9258
diff --git a/math/octave-forge-cgi/pkg-descr b/math/octave-forge-cgi/pkg-descr
new file mode 100644
index 000000000000..cb545e8b98f7
--- /dev/null
+++ b/math/octave-forge-cgi/pkg-descr
@@ -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/
diff --git a/math/octave-forge-cgi/pkg-plist b/math/octave-forge-cgi/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-cgi/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty