aboutsummaryrefslogtreecommitdiff
path: root/net/libzmq4/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* net/libzmq4: Update to 4.1.5, Add MANPAGES optionKubilay Kocak2016-08-111-54/+54
| | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (4.1.5) - Update pkg-plist accordingly (library minor version bump) - Update MASTER_SITES (upstream moved to GitHub releases) - Add MANPAGES option and dependencies (xmlto/asciidoc (sorry!) as they now need to be built. Add OPTIONS_SUB and update pkg-plist accordingly - Re-patch configure after minor updates since 4.1.4 - Sort pkg-plist PR: 211306 (part two of two) Submitted by: Eric Camachat <eric camachat org> Notes: svn path=/head/; revision=420065
* net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721Kubilay Kocak2015-06-151-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 4.1.2 - Update pkg-plist - USES: pkg-config is now a global dependency - OPTIONS: with-sytem-pgm is now with-pgm, update helpers - OPTIONS: with-libsodium no longer takes args, update helpers - Override pkgconfigdir via configure, deprecate USES: pathfix - Bump PORTREVISION for dependent ports for shared library version change While I'm here: - Whitespace align Makefile Based on: PR: 200502 Reported by: Sevan Janiyan <venture37 geeklan co uk> Submitted by: Jason Unovitch <jason.unovitch gmail com> MFH: 2015Q2 Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5 Security: CVE-2014-9721 Notes: svn path=/head/; revision=389682
* net/libzmq4: Update to 4.0.5Kubilay Kocak2015-02-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 4.0.5 - Add LICENSE_FILE - Sort Makefile sections - Verbose'ify build - Reduce diffs between net/libzmq3 [1] [1] NOTE: OpenPGM is now a DEFAULT option in net/libzmq3 Changes: * https://github.com/zeromq/zeromq4-x/blob/v4.0.5/NEWS While I'm here: - Bump PORTREVISIONS to chase shared library version change - czmq: Verbose'ify czmq build - czmq: Use install-strip to strip shared library PR: 197407 Notes: svn path=/head/; revision=378711
* Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.Christian Weisgerber2014-06-061-2/+2
| | | | | | | Approved by: koobs Notes: svn path=/head/; revision=356842
* net/libzmq4: ZeroMQ core library (Version 4) [NEW PORT]Kubilay Kocak2013-11-281-0/+59
ZeroMQ - Distributed Computing Made Simple * The socket library that acts as a concurrency framework. * Carries messages across inproc, IPC, TCP, and multicast. * Connect N-to-N via fanout, pubsub, pipeline, request-reply. * Asynch I/O for scalable multicore message-passing apps. Version 4 Features: * New wire level protocol, ZMTP/3.0 * New security framework with PLAIN and CURVE mechanisms * New ZMQ_STREAM socket type WWW: http://www.zeromq.org/ PR: ports/183730 Reviewed by: kwm, wg Notes: svn path=/head/; revision=335088