1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- New port math/octave-forge-zeromq.

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 zeromq.

 ZeroMQ bindings for GNU Octave.
This commit is contained in:
Stephen Montgomery-Smith 2016-02-27 23:39:12 +00:00
parent 7574761856
commit c9c8cc6fea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409699
4 changed files with 44 additions and 0 deletions

View File

@ -394,6 +394,7 @@
SUBDIR += octave-forge-video
SUBDIR += octave-forge-xraylib
SUBDIR += octave-forge-zenity
SUBDIR += octave-forge-zeromq
SUBDIR += ogdf
SUBDIR += oleo
SUBDIR += open-axiom

View File

@ -0,0 +1,31 @@
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
# $FreeBSD$
PORTNAME= octave-forge-zeromq
PORTVERSION= 1.0.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
LIB_DEPENDS+= libzmq.so:${PORTSDIR}/net/libzmq4
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (octave-forge/zeromq-1.0.0.tar.gz) = 12bf21970f6d6eb11a923ddb307b22611abe8e6dbc8289ff695c73c8ecdd64d6
SIZE (octave-forge/zeromq-1.0.0.tar.gz) = 56744

View 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 zeromq.
ZeroMQ bindings for GNU Octave.
WWW: http://octave.sourceforge.net/