summaryrefslogtreecommitdiff
path: root/net-im/sendxmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.24Pawel Pekala2015-02-214-8/+28
| | | | | | | | | | | | | - Port development has moved to new place - Add EXAMPLES option - Inform users of config format change in pkg-message PR: 197248 Submitted by: Tomas Hecker <tomas.hecker@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=379497
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-2/+2
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* - Stage supportMartin Wilke2014-01-311-4/+2
| | | | Notes: svn path=/head/; revision=341915
* 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 the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326954
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix dependendyMartin Wilke2009-09-171-2/+3
| | | | | | | | | | PR: 138884 Submitted by: Vivek Khera <vivek@khera.org> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=241565
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200778
* sendxmpp is a program to send XMPP (Jabber) messages from the command-line.Renato Botelho2006-01-253-0/+40
Messages can be sent both to individual recipients and chatrooms. WWW: http://www.djcbsoftware.nl/code/sendxmpp/ PR: ports/92254 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> Notes: svn path=/head/; revision=154407