non port: net/p5-ZeroMQ/Makefile |
Number of commits found: 19 |
Sunday, 16 Feb 2020
|
18:03 sunpoet
Mark DEPRECATED and set EXPIRATION_DATE to 2020-02-29
|
Saturday, 16 Nov 2019
|
10:58 vanilla
Update to 0.23.
|
Monday, 4 Nov 2019
|
21:08 rene
Return az's ports to the pool after safekeeping his commit bit.
|
Friday, 15 Sep 2017
|
08:58 mat
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
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
|
Saturday, 1 Mar 2014
|
17:20 sunpoet
- Convert to new LIB_DEPENDS format
- Remove outdated PERL_LEVEL check
- Use single space after WWW:
Approved by: portmgr (blanket)
|
Friday, 31 Jan 2014
|
12:13 miwi
- Stage support
|
Wednesday, 4 Dec 2013
|
14:08 koobs
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)
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Wednesday, 18 Sep 2013
|
08:14 bapt
Do not overwrite USES
|
Sunday, 4 Aug 2013
|
12:39 az
- Convert to new perl framework
- Trim Makefile header
|
Friday, 26 Jul 2013
|
10:46 az
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
Thursday, 11 Jul 2013
|
06:47 bapt
Mark job unsafe
Convert to USES
Bump portrevision (pkgconfig is not a run dep anymore)
Remove leading indefinite article
|
Friday, 6 Apr 2012
|
20:19 az
- adds dependencies which required for TEST_DEPENDS.
PR: ports/166705
Submitted by: Mel Flynn <rflynn@acsalaska.net>
Feature safe: yes
|
Saturday, 24 Mar 2012
|
14:25 az
Update to version 0.21
Changes: http://search.cpan.org/dist/ZeroMQ/Changes
Feature safe: yes
|
Tuesday, 8 Nov 2011
|
06:38 az
- Update to 0.18
|
Monday, 31 Oct 2011
|
07:36 az
- Add missed pkg-config.
|
Sunday, 30 Oct 2011
|
11:58 az
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/
|
Number of commits found: 19 |