Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2012 22:57:13 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307605 - in head/math: . octave-forge-cgi
Message-ID:  <201211202257.qAKMvDv2009135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Tue Nov 20 22:57:13 2012
New Revision: 307605
URL: http://svnweb.freebsd.org/changeset/ports/307605

Log:
  - 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

Added:
  head/math/octave-forge-cgi/
  head/math/octave-forge-cgi/Makefile   (contents, props changed)
  head/math/octave-forge-cgi/distinfo   (contents, props changed)
  head/math/octave-forge-cgi/pkg-descr   (contents, props changed)
  head/math/octave-forge-cgi/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Nov 20 22:31:40 2012	(r307604)
+++ head/math/Makefile	Tue Nov 20 22:57:13 2012	(r307605)
@@ -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

Added: head/math/octave-forge-cgi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-cgi/Makefile	Tue Nov 20 22:57:13 2012	(r307605)
@@ -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>

Added: head/math/octave-forge-cgi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-cgi/distinfo	Tue Nov 20 22:57:13 2012	(r307605)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/cgi-0.1.0.tar.gz) = 5a112be973673da0c0811ea3f2a89e5517112a45fcf8b893b63569e378bb89f5
+SIZE (octave-forge/cgi-0.1.0.tar.gz) = 9258

Added: head/math/octave-forge-cgi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-cgi/pkg-descr	Tue Nov 20 22:57:13 2012	(r307605)
@@ -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/

Added: head/math/octave-forge-cgi/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-cgi/pkg-plist	Tue Nov 20 22:57:13 2012	(r307605)
@@ -0,0 +1 @@
+@comment This file intentionally left empty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211202257.qAKMvDv2009135>