aboutsummaryrefslogtreecommitdiff
path: root/net-im/p5-Net-XMPP
Commit message (Collapse)AuthorAgeFilesLines
* net-im/p5-Net-XMPP: 1.02 -> 1.05Kurt Jaeger2015-05-122-6/+5
| | | | | | | | | | - Increase XML::Stream dependency to 1.24 - Update bug tracker location - RT#94649 use Digest::SHA (from Debian package maintainers) - RT#94650 spelling corrections (from Debian package maintainers) Notes: svn path=/head/; revision=386141
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* These needs Module::Build.Mathieu Arnold2015-04-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383780
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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-20/+16
| | | | Notes: svn path=/head/; revision=332816
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-11/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+11
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 1.02_04Sunpoet Po-Chuan Hsieh2011-08-243-19/+39
| | | | | | | Changes: http://search.cpan.org/dist/Net-XMPP/CHANGES Notes: svn path=/head/; revision=280326
* - Update to 1.02.02(Using a developer release. It fixes a number of bugs.)Wen Heping2011-04-112-7/+12
| | | | | | | | PR: ports/156261 Submitted by: milki <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=272494
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix dependnecyMartin Wilke2009-09-191-2/+3
| | | | | | | | | PR: 138883 Submitted by: Vivek Khera <vivek@khera.org> Feature safe: yes Notes: svn path=/head/; revision=241773
* upgrade to 1.02Ying-Chieh Liao2008-01-043-13/+10
| | | | | | | | | | | maintainer drop maintainership PR: 118862 Submitted by: ijliao Reviewed by: maintainer Notes: svn path=/head/; revision=205028
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-9/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154946
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Move ports to a newly created net-im category:Pav Lucistnik2005-11-091-1/+1
| | | | | | | | | | | net/jabber-pyicq -> net-im/jabber-pyicq net/p5-Net-XMPP -> net-im/p5-Net-XMPP www/jwchat -> net-im/jwchat Repocopies by: marcus Notes: svn path=/head/; revision=147766
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* Fix WWW.Anton Berezin2005-09-291-1/+1
| | | | | | | | Submitted by: maintainer PR: 86702 Notes: svn path=/head/; revision=143757
* Add p5-Net-XMPP 1.0, net::XMPP provides Perl Developer access to theErwin Lansing2004-12-074-0/+69
XMPP protocol. The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard that provides a complete cross protocol messaging solution. The problem with current IM solutions is that they are all proprietary and cannot talk to each other. XMPP seeks to get rid of those barriers. Net::XMPP is a collection of Perl modules that provide a Perl Developer access to the XMPP protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester. WWW: http://www.xmpp.org/ PR: ports/74644 Submitted by: Lars Eggert <lars.eggert@gmx.net> Notes: svn path=/head/; revision=123381