Port details |
- sendxmpp Perl script to send XMPP (Jabber) messages
- 1.24_1 net-im =4 1.24_1Version of this port present on the latest quarterly branch.
- Maintainer: mek@mek.uz.ua
- Port Added: 2006-01-25 10:53:38
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: watchfolder, logcheck, monit, nagios-certexp-plugin, groupoffice
- Also Listed In: perl5
- License: GPLv2
- WWW:
- https://sendxmpp.hostname.sk/
- Description:
- sendxmpp is a program to send XMPP (Jabber) messages from the command-line.
Messages can be sent both to individual recipients and chatrooms.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sendxmpp>0:net-im/sendxmpp
- To install the port:
- cd /usr/ports/net-im/sendxmpp/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/sendxmpp
- pkg install sendxmpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sendxmpp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (lhost-sendxmpp-v1.24_GH0.tar.gz) = dfaf735b4585efd6b3b0f95db31203f9ab0fe607b50e75c6951bc18a6269837d
SIZE (lhost-sendxmpp-v1.24_GH0.tar.gz) = 9657
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Net-XMPP>=0 : net-im/p5-Net-XMPP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Authen-SASL>=0 : security/p5-Authen-SASL
- p5-Net-XMPP>=0 : net-im/p5-Net-XMPP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sendxmpp-1.24_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net-im_sendxmpp
- USES:
- perl5
- pkg-message:
- For install:
- Existing users of 'sendxmpp' be aware that the format of
the config file has changed and you need to update your
~/.sendxmpprc file accordingly.
The new config file format is described in the man page.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.24_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.24_1 20 Jul 2022 14:22:40 |
Tobias C. Berner (tcberner) |
net-im: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Alberto Villa <avilla@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua>
* Andrew Lewis <freeghb@gmail.com>
* Andrey Akhmichin <sepulkarium45@yahoo.com>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@freebsd.org>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Denis Shaposhnikov <dsh@vlink.ru> (Only the first 15 lines of the commit message are shown above ) |
1.24_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.24_1 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
1.24_1 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.24_1 29 Jun 2017 19:14:08 |
sunpoet |
Remove Perl core modules
- While I'm here, convert to options target helper
- Bump PORTREVISION for dependency change
With hat: perl |
1.24 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.24 27 Mar 2016 22:20:49 |
amdmi3 |
- Add missing runtime dependencies
- 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) |
1.24 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
1.24 07 May 2015 17:26:06 |
mat |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.24.0 21 Feb 2015 11:18:03 |
pawel |
- Update to version 1.24
- 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 |
0.0.8_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
0.0.8_1 07 Nov 2014 13:51:11 |
mat |
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight |
0.0.8_1 31 Jan 2014 06:48:18 |
miwi |
- Stage support |
0.0.8_1 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.0.8_1 11 Sep 2013 08:15:53 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.0.8_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.0.8_1 17 Sep 2009 11:54:08 |
miwi |
- Fix dependendy
PR: 138884
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: maintainer
Feature safe: yes |
0.0.8 04 Oct 2007 02:16:18 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.0.8 25 Jan 2006 10:23:24 |
garga |
sendxmpp is a program to send XMPP (Jabber) messages from the command-line.
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> |