aboutsummaryrefslogtreecommitdiff
path: root/net-im/sendxmpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,Alexey Dokuchaev2021-03-221-1/+1
| | | | | | | | contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line. Notes: svn path=/head/; revision=568947
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-291-2/+2
| | | | | | | | | | - While I'm here, convert to options target helper - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=444677
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add missing runtime dependenciesDmitry Marakasov2016-03-272-9/+11
| | | | | | | | | | | - While here, cosmetic fix to pkg-message and silence mkdir PR: 207784 Submitted by: everytrash@gmail.com Approved by: maintainer timeout (mek@mek.uz.ua, 3 weeks) Notes: svn path=/head/; revision=412018
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+4
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* - 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