aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-AMQP
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add NO_ARCHSunpoet Po-Chuan Hsieh2020-07-241-0/+2
| | | | Notes: svn path=/head/; revision=543145
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* 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-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Support STAGEDIR.Vanilla I. Shu2013-11-052-17/+15
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.06.Anton Berezin2013-05-023-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/Net-AMQP/CHANGES Notes: svn path=/head/; revision=317083
* Update to 0.05.Anton Berezin2013-01-302-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-AMQP/CHANGES Notes: svn path=/head/; revision=311210
* Use PERL_MODBUILD to unbreak build with Perl 5.14+.Sergey Skvortsov2012-06-202-4/+1
| | | | Notes: svn path=/head/; revision=299704
* - Update to 0.04Sunpoet Po-Chuan Hsieh2012-05-233-7/+9
| | | | | | | | | | - Add BUILD_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/Net-AMQP/CHANGES Notes: svn path=/head/; revision=297292
* - Update to 0.03Steve Wills2012-05-012-3/+3
| | | | | | | PR: ports/167366 Notes: svn path=/head/; revision=295762
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Add TEST_DEPENDS to enable testingSteve Wills2012-03-061-0/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=292834
* - Update to 0.02Cheng-Lung Sung2011-11-123-3/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285609
* This module implements the frame (de)serialization and representationCheng-Lung Sung2011-10-304-0/+72
of the Advanced Message Queue Protocol (http://www.amqp.org/). It is to be used in conjunction with client or server software that does the actual TCP/IP communication. While it's being written with AMQP version 0-8 in mind, as the spec is defined by an external xml file, support for 0-9, 0-9-1 and eventually 0-10 is hoped for. WWW: http://search.cpan.org/dist/Net-AMQP/ Notes: svn path=/head/; revision=284703