diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-11-20 22:57:13 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-11-20 22:57:13 +0000 |
commit | 2d5fd949f7afbfc657d942cebb1b8d61515cefeb (patch) | |
tree | 21dd204906da63495d25f5201dbf180bebd44ef8 /math/octave-forge-cgi | |
parent | 2200d5fd0caf9b7c0e15154d312070581a4c492d (diff) | |
download | ports-2d5fd949f7afbfc657d942cebb1b8d61515cefeb.tar.gz ports-2d5fd949f7afbfc657d942cebb1b8d61515cefeb.zip |
Notes
Diffstat (limited to 'math/octave-forge-cgi')
-rw-r--r-- | math/octave-forge-cgi/Makefile | 26 | ||||
-rw-r--r-- | math/octave-forge-cgi/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-cgi/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-cgi/pkg-plist | 1 |
4 files changed, 39 insertions, 0 deletions
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 |