aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-STOMP-Client
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
* Update to 2.3Tom Judge2017-04-062-4/+4
| | | | | | | Changes: http://cpansearch.perl.org/src/LCONS/Net-STOMP-Client-2.3/Changes Notes: svn path=/head/; revision=437851
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | 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-7/+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
* Update to 2.2.Tom Judge2014-02-212-3/+3
| | | | | | | | Changes: http://cpansearch.perl.org/src/LCONS/Net-STOMP-Client-2.2/Changes Notes: svn path=/head/; revision=345547
* - support stageAndrej Zverev2014-01-052-15/+13
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338813
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326506
* Update to 2.0.Tom Judge2013-02-043-12/+16
| | | | | | | | | | | | | | Changes: * Major code refactoring, see README.2.x for more information. * Cleanup code to please Perl::Critic. * Removed support for blocking I/O, only non-blocking I/O is supported. * Now using the No::Worries and Params::Validate modules from CPAN. * Added STOMP 1.2 support. * Added the queue_message() and send_message() methods for convenience. * Added optional authentication support via Authen::Credential. Notes: svn path=/head/; revision=311625
* Update to 1.8.Tom Judge2012-10-172-3/+3
| | | | | | | | | | | | | Changes: * Ignore I/O errors after we have successfully sent the DISCONNECT frame. * Added support for non-blocking I/O, this is now the default I/O mode. Feature safe: yes Approved by: eadler (mentor) Notes: svn path=/head/; revision=305996
* Correct categories.Tom Judge2012-09-201-1/+1
| | | | | | | Approved by: db (mentor) Notes: svn path=/head/; revision=304584
* This module provides an object oriented client interface to interactTom Judge2012-09-204-0/+55
with servers supporting STOMP (Streaming Text Orientated Messaging Protocol). It supports the major features of messaging brokers: SSL, asynchronous I/O, receipts and transactions. For details on the protocol see http://stomp.codehaus.org/Protocol. WWW: http://search.cpan.org/dist/Net-STOMP-Client/ Approved by: db (mentor) Notes: svn path=/head/; revision=304579