aboutsummaryrefslogtreecommitdiff
path: root/net/p5-ZeroMQ
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2014-03-012-12/+5
| | | | | | | | | | - Remove outdated PERL_LEVEL check - Use single space after WWW: Approved by: portmgr (blanket) Notes: svn path=/head/; revision=346658
* - Stage supportMartin Wilke2014-01-312-11/+7
| | | | Notes: svn path=/head/; revision=341980
* devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ portsKubilay Kocak2013-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=335619
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Do not overwrite USESBaptiste Daroussin2013-09-181-2/+1
| | | | Notes: svn path=/head/; revision=327531
* - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324224
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-1/+1
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323711
* Mark job unsafeBaptiste Daroussin2013-07-111-7/+5
| | | | | | | | | Convert to USES Bump portrevision (pkgconfig is not a run dep anymore) Remove leading indefinite article Notes: svn path=/head/; revision=322751
* - adds dependencies which required for TEST_DEPENDS.Andrej Zverev2012-04-061-2/+10
| | | | | | | | | PR: ports/166705 Submitted by: Mel Flynn <rflynn@acsalaska.net> Feature safe: yes Notes: svn path=/head/; revision=294307
* Update to version 0.21Andrej Zverev2012-03-242-5/+5
| | | | | | | | | Changes: http://search.cpan.org/dist/ZeroMQ/Changes Feature safe: yes Notes: svn path=/head/; revision=293737
* - Update to 0.18Andrej Zverev2011-11-082-3/+3
| | | | Notes: svn path=/head/; revision=285277
* - Add missed pkg-config.Andrej Zverev2011-10-311-0/+2
| | | | Notes: svn path=/head/; revision=284771
* The ZeroMQ module is a wrapper of the 0MQ message passing library for Perl.Andrej Zverev2011-10-304-0/+63
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/ Notes: svn path=/head/; revision=284710