aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/p5-Net-XMPP2
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-11/+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
* Take miwi's old perl ports into perl@'s fold.mat2014-11-181-1/+1
| | | | Sponsored by: Absolight
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-101-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
* - add stage supportaz2014-01-303-51/+49
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-im)
* - convert to the new perl5 frameworkaz2013-09-111-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Add missing BUILD_DEPENDS to silence build warnings and allow the port to workmiwi2012-03-171-9/+21
| | | | | | | | | | - Sort DEPENDS - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: 165768 Submitted by: swills@ Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update dependency lines for new p5-AnyEventpav2011-01-141-1/+1
| | | | | Reported by: pointyhat Feature safe: yes
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-7/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* - Update to 0.14miwi2008-08-042-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.13miwi2008-06-013-5/+7
| | | | | | | - Take over maintainership PR: 124175 Submitted by: maintainer
* Fix dependency on dns/p5-Net-DNSedwin2008-05-291-1/+1
| | | | Noticed by: Ion-Mihai Tetcu <itetcu@>
* [NEW PORT] net-im/p5-Net-XMPP2: An implementation of the XMPP Protocoledwin2008-05-294-0/+149
This is the head module of the Net::XMPP2 XMPP client protocol (as described in RFC 3920 and RFC 3921) framework. WWW: http://search.cpan.org/dist/Net-XMPP2/ PR: ports/122631 Submitted by: Gea-Suan Lin <gslin@gslin.org>