From owner-svn-ports-all@FreeBSD.ORG Mon Feb 4 01:34:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 28C76BF2; Mon, 4 Feb 2013 01:34:44 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 10220391; Mon, 4 Feb 2013 01:34:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r141Yh5K025069; Mon, 4 Feb 2013 01:34:43 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r141YgXP025061; Mon, 4 Feb 2013 01:34:42 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201302040134.r141YgXP025061@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Mon, 4 Feb 2013 01:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311535 - in head/math: . octave-forge-database X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:34:44 -0000 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 +# $FreeBSD$ + +PORTNAME= octave-forge-database +PORTVERSION= 2.0.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= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +#USE_AUTOTOOLS= autoconf +GNU_CONFIGURE= yes +USE_PGSQL= yes +ALL_TARGET= + +.include +.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 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 @@ +@comment This file intentionally left empty