mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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.
This commit is contained in:
parent
e8f6ba8750
commit
0d52d5a90e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311535
@ -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
|
||||
|
33
math/octave-forge-database/Makefile
Normal file
33
math/octave-forge-database/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# Created by: Stephen Montgomery-Smith <stephen@FreeBSd.org>
|
||||
# $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 <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>
|
2
math/octave-forge-database/distinfo
Normal file
2
math/octave-forge-database/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (octave-forge/database-2.0.0.tar.gz) = 28768fbcba7f9581ca730c0a389097f16e064b4d264f34d5fce54da655a0cf80
|
||||
SIZE (octave-forge/database-2.0.0.tar.gz) = 75074
|
10
math/octave-forge-database/pkg-descr
Normal file
10
math/octave-forge-database/pkg-descr
Normal file
@ -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/
|
1
math/octave-forge-database/pkg-plist
Normal file
1
math/octave-forge-database/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user