aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-02 15:58:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-02 15:58:39 +0800
commit2084d8455ea178299d22abcf005f59b63d25fe32 (patch)
tree3809d04725805bfd9dba9d42bc65ab8c50f89d17 /devel
parent759becbd9a56637e7b572ad1215a88872b63bd57 (diff)
downloadfreebsd-ports-gnome-2084d8455ea178299d22abcf005f59b63d25fe32.tar.gz
freebsd-ports-gnome-2084d8455ea178299d22abcf005f59b63d25fe32.tar.zst
freebsd-ports-gnome-2084d8455ea178299d22abcf005f59b63d25fe32.zip
- 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>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ntopng-zmq/Makefile28
-rw-r--r--devel/ntopng-zmq/distinfo2
-rw-r--r--devel/ntopng-zmq/pkg-descr4
-rw-r--r--devel/ntopng-zmq/pkg-plist7
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 01861e297f3e..e8cc22d78a90 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1274,6 +1274,7 @@
SUBDIR += noweb
SUBDIR += npth
SUBDIR += nspr
+ SUBDIR += ntopng-zmq
SUBDIR += nxt-python
SUBDIR += obby
SUBDIR += obfuscatejs
diff --git a/devel/ntopng-zmq/Makefile b/devel/ntopng-zmq/Makefile
new file mode 100644
index 000000000000..c8fa2c1075c7
--- /dev/null
+++ b/devel/ntopng-zmq/Makefile
@@ -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>
diff --git a/devel/ntopng-zmq/distinfo b/devel/ntopng-zmq/distinfo
new file mode 100644
index 000000000000..f7cbd069d3fd
--- /dev/null
+++ b/devel/ntopng-zmq/distinfo
@@ -0,0 +1,2 @@
+SHA256 (zeromq-3.2.3.tar.gz) = e134c1aaf829dd77bca9dc0fa199ba31095a581bd0d3dda5fc59523b9f401238
+SIZE (zeromq-3.2.3.tar.gz) = 2072758
diff --git a/devel/ntopng-zmq/pkg-descr b/devel/ntopng-zmq/pkg-descr
new file mode 100644
index 000000000000..94666c4d85a3
--- /dev/null
+++ b/devel/ntopng-zmq/pkg-descr
@@ -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/
diff --git a/devel/ntopng-zmq/pkg-plist b/devel/ntopng-zmq/pkg-plist
new file mode 100644
index 000000000000..e91894a983cb
--- /dev/null
+++ b/devel/ntopng-zmq/pkg-plist
@@ -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