svn commit: r311535 - in head/math: . octave-forge-database
Stephen Montgomery-Smith
stephen at FreeBSD.org
Mon Feb 4 01:34:44 UTC 2013
Author: stephen
Date: Mon Feb 4 01:34:42 2013
New Revision: 311535
URL: http://svnweb.freebsd.org/changeset/ports/311535
Log:
- New port math/octave-forge-database.
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 database: interface to SQL databases, currently only postgresql using
libpq.
Added:
head/math/octave-forge-database/
head/math/octave-forge-database/Makefile (contents, props changed)
head/math/octave-forge-database/distinfo (contents, props changed)
head/math/octave-forge-database/pkg-descr (contents, props changed)
head/math/octave-forge-database/pkg-plist (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Mon Feb 4 01:23:33 2013 (r311534)
+++ head/math/Makefile Mon Feb 4 01:34:42 2013 (r311535)
@@ -280,6 +280,7 @@
SUBDIR += octave-forge-communications
SUBDIR += octave-forge-control
SUBDIR += octave-forge-data-smoothing
+ SUBDIR += octave-forge-database
SUBDIR += octave-forge-dataframe
SUBDIR += octave-forge-dicom
SUBDIR += octave-forge-econometrics
Added: head/math/octave-forge-database/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/octave-forge-database/Makefile Mon Feb 4 01:34:42 2013 (r311535)
@@ -0,0 +1,33 @@
+# Created by: Stephen Montgomery-Smith <stephen at FreeBSd.org>
+# $FreeBSD$
+
+PORTNAME= octave-forge-database
+PORTVERSION= 2.0.0
+CATEGORIES= math
+
+MAINTAINER= stephen at 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= ${DISTNAME}
+
+WRKSRC= ${WRKDIR}/${OCTSRC}/src
+
+#USE_AUTOTOOLS= autoconf
+GNU_CONFIGURE= yes
+USE_PGSQL= yes
+ALL_TARGET=
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+
+post-build:
+ ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
+
+post-patch:
+ ${REINPLACE_CMD} 's#postgresql/##' ${WRKSRC}/*
+ ${REINPLACE_CMD} 's#endian.h#sys/endian.h#' ${WRKSRC}/*
+
+.include <bsd.port.post.mk>
Added: head/math/octave-forge-database/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/octave-forge-database/distinfo Mon Feb 4 01:34:42 2013 (r311535)
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/database-2.0.0.tar.gz) = 28768fbcba7f9581ca730c0a389097f16e064b4d264f34d5fce54da655a0cf80
+SIZE (octave-forge/database-2.0.0.tar.gz) = 75074
Added: head/math/octave-forge-database/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/octave-forge-database/pkg-descr Mon Feb 4 01:34:42 2013 (r311535)
@@ -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 database.
+
+ Interface to SQL databases, currently only postgresql using libpq.
+
+WWW: http://octave.sourceforge.net/
Added: head/math/octave-forge-database/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/octave-forge-database/pkg-plist Mon Feb 4 01:34:42 2013 (r311535)
@@ -0,0 +1 @@
+ at comment This file intentionally left empty
More information about the svn-ports-head
mailing list