From owner-svn-ports-head@freebsd.org Sat Feb 27 23:39:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3F01AB65B0; Sat, 27 Feb 2016 23:39:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB7A4178E; Sat, 27 Feb 2016 23:39:13 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RNdCEB084157; Sat, 27 Feb 2016 23:39:12 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RNdC5S084152; Sat, 27 Feb 2016 23:39:12 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201602272339.u1RNdC5S084152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 27 Feb 2016 23:39:12 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2016 23:39:14 -0000 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 +# $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 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/