Date: Sat, 27 Feb 2016 23:39:12 +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: r409699 - in head/math: . octave-forge-zeromq Message-ID: <201602272339.u1RNdC5S084152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sat Feb 27 23:39:12 2016 New Revision: 409699 URL: https://svnweb.freebsd.org/changeset/ports/409699 Log: - 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. Added: head/math/octave-forge-zeromq/ head/math/octave-forge-zeromq/Makefile (contents, props changed) head/math/octave-forge-zeromq/distinfo (contents, props changed) head/math/octave-forge-zeromq/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Feb 27 23:29:40 2016 (r409698) +++ head/math/Makefile Sat Feb 27 23:39:12 2016 (r409699) @@ -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 Added: head/math/octave-forge-zeromq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-zeromq/Makefile Sat Feb 27 23:39:12 2016 (r409699) @@ -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> Added: head/math/octave-forge-zeromq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-zeromq/distinfo Sat Feb 27 23:39:12 2016 (r409699) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/zeromq-1.0.0.tar.gz) = 12bf21970f6d6eb11a923ddb307b22611abe8e6dbc8289ff695c73c8ecdd64d6 +SIZE (octave-forge/zeromq-1.0.0.tar.gz) = 56744 Added: head/math/octave-forge-zeromq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-zeromq/pkg-descr Sat Feb 27 23:39:12 2016 (r409699) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602272339.u1RNdC5S084152>