Date: Mon, 2 Dec 2013 07:58:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335454 - in head/devel: . ntopng-zmq Message-ID: <201312020758.rB27wdpB013229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Dec 2 07:58:39 2013 New Revision: 335454 URL: http://svnweb.freebsd.org/changeset/ports/335454 Log: - Add ntopng-zmq 3.2.3 An open source message queue optimised for performance. This version is older than upstream and specific to ntopng. WWW: http://www.zeromq.org/ PR: ports/184180 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/devel/ntopng-zmq/ head/devel/ntopng-zmq/Makefile (contents, props changed) head/devel/ntopng-zmq/distinfo (contents, props changed) head/devel/ntopng-zmq/pkg-descr (contents, props changed) head/devel/ntopng-zmq/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Dec 2 07:16:31 2013 (r335453) +++ head/devel/Makefile Mon Dec 2 07:58:39 2013 (r335454) @@ -1274,6 +1274,7 @@ SUBDIR += noweb SUBDIR += npth SUBDIR += nspr + SUBDIR += ntopng-zmq SUBDIR += nxt-python SUBDIR += obby SUBDIR += obfuscatejs Added: head/devel/ntopng-zmq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ntopng-zmq/Makefile Mon Dec 2 07:58:39 2013 (r335454) @@ -0,0 +1,28 @@ +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> +# $FreeBSD$ + +PORTNAME= zmq +PORTVERSION= 3.2.3 +CATEGORIES= devel net +MASTER_SITES= http://download.zeromq.org/ +PKGNAMEPREFIX= ntopng- +DISTNAME= zeromq-${DISTVERSION} + +MAINTAINER= 5u623l20@gmail.com +COMMENT= NTOPNG specific ZMQ library + +LICENSE= LGPL3 + +CONFIGURE_ARGS= --disable-silent-rules --without-documentation +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes +USE_GCC= any +USE_LDCONFIG= yes +USES= pathfix + +CONFLICTS= zmq-[0-9]* + +post-patch: + @${REINPLACE_CMD} 's/tests//' ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> Added: head/devel/ntopng-zmq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ntopng-zmq/distinfo Mon Dec 2 07:58:39 2013 (r335454) @@ -0,0 +1,2 @@ +SHA256 (zeromq-3.2.3.tar.gz) = e134c1aaf829dd77bca9dc0fa199ba31095a581bd0d3dda5fc59523b9f401238 +SIZE (zeromq-3.2.3.tar.gz) = 2072758 Added: head/devel/ntopng-zmq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ntopng-zmq/pkg-descr Mon Dec 2 07:58:39 2013 (r335454) @@ -0,0 +1,4 @@ +An open source message queue optimised for performance. +This version is older than upstream and specific to ntopng. + +WWW: http://www.zeromq.org/ Added: head/devel/ntopng-zmq/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ntopng-zmq/pkg-plist Mon Dec 2 07:58:39 2013 (r335454) @@ -0,0 +1,7 @@ +include/zmq.h +include/zmq_utils.h +lib/libzmq.a +lib/libzmq.la +lib/libzmq.so +lib/libzmq.so.3 +libdata/pkgconfig/libzmq.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312020758.rB27wdpB013229>