1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Kubilay Kocak
c71b83c89e devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category
along with the czmq client library. This change completes the set,
enabling greater flexibility and choice for maintainers of ZeroMQ-based
software in the ports tree.

- Move devel/zmq to net/libzmq2
- Update devel/ and net/ category Makefiles
- Add MOVED entry
- Update LIB_DEPENDS in dependent ports

net/libzmq2:

- Switch primary category to net
- Enable STAGE support
- Add DEBUG option
- Update COMMENT to match libzmq[34]
- Update pkg-descr to match libzmq[34]
- Update CONFLICTS
- Add LICENSE
- Sort USE_* section
- Remove MAN macros and move entries to pkg-plist
- Add regression-test target for QA

Reviewed by:	makc
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
2013-12-04 14:08:03 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Baptiste Daroussin
bfc7b77224 Do not overwrite USES 2013-09-18 08:14:52 +00:00
Andrej Zverev
9b472b28fc - Convert to new perl framework
- Trim Makefile header
2013-08-04 12:39:45 +00:00
Andrej Zverev
b9cf423050 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 10:46:37 +00:00
Baptiste Daroussin
90cb269b58 Mark job unsafe
Convert to USES
Bump portrevision (pkgconfig is not a run dep anymore)
Remove leading indefinite article
2013-07-11 06:47:47 +00:00
Andrej Zverev
a1b203f60c - adds dependencies which required for TEST_DEPENDS.
PR:		ports/166705
Submitted by:	Mel Flynn <rflynn@acsalaska.net>
Feature safe:	yes
2012-04-06 20:19:39 +00:00
Andrej Zverev
917fec3b6e Update to version 0.21
Changes: http://search.cpan.org/dist/ZeroMQ/Changes

Feature safe:	yes
2012-03-24 14:25:07 +00:00
Andrej Zverev
16fd430159 - Update to 0.18 2011-11-08 06:38:17 +00:00
Andrej Zverev
a1eb4e5645 - Add missed pkg-config. 2011-10-31 07:36:37 +00:00
Andrej Zverev
a209c62bc6 The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl.
It's a thin wrapper around the C API. Please read http://zeromq.org for more
details on ZeroMQ.

WWW:    http://search.cpan.org/dist/ZeroMQ/
2011-10-30 11:58:49 +00:00