Version: 1.4.8, Package name: spectrum-1.4.8 |
Maintained by: Sebastian Reitenbach |
Master sites: |
Description Spectrum is an XMPP transport/gateway. It allows XMPP users to communicate with their friends who are using one of the supported networks. It supports a wide range of different networks such as ICQ, XMPP (Jabber, GTalk), AIM, MSN, Facebook, Twitter, Gadu-Gadu, IRC and SIMPLE. |
Filesize: 234.106 KB |
Version History (View Complete History) |
|
2020-03-17 12:46:13 by Jasper Lievisse Adriaanse | Files touched by this commit (14) |
Log message: remove spectrum; depends on the ancient py-xmpp library and it's been dead upstream since they started working on spectrum2. and even that project is dormant. ok sebastia@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-25 14:25:24 by Stuart Henderson | Files touched by this commit (77) |
Log message: bump REVISION in a bunch of ports known or likely to use struct kinfo_proc, there may be some missing as my unpacked ports source is a little out of date but this should catch the main things people might run into the struct was reordered a second time in sysctl.h r1.192 to improve compatibility but amd64 snapshot packages made it out before that happened so the bumps are still needed |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-02 04:51:56 by Ingo Schwarze | Files touched by this commit (5) |
Log message: Drop USE_GROFF and bump. Mandoc now copes with DocBook lists using \h. |
2017-05-17 17:08:24 by Marc Espie | Files touched by this commit (3) |
Log message: trivial clang fixes |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-05-06 15:39:04 by Stuart Henderson | Files touched by this commit (11) |
Log message: make sure -current pkgname/revision are higher than stable |
2016-05-06 15:35:59 by Stuart Henderson | Files touched by this commit (16) |
Log message: bump users of MagickWand-6.Q16 and Magick++-6.Q16 in -stable due to shlib major bump in ImageMagick update; thanks jasper for the list |
2016-03-04 10:16:00 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Revert MODULE listing so that CONFIGURE_STYLE is defined when the python MODULE is evaluated. should unbreak build reported by nigel@ |
2016-03-04 03:11:22 by Kirill Bychkov | Files touched by this commit (14) |
Log message: Remove explicitely set CONFIGURE_STYLE=cmake. It is already done via MODULES=devel/cmake OK dcoppa@, czarkoff@ |
2015-11-06 13:37:35 by Stuart Henderson | Files touched by this commit (19) |
Log message: fix following ImageMagick update |
2015-08-12 00:13:56 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Needs devel/gettext-tools. |
2015-07-15 11:49:24 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Forgot in previous. |
2015-07-15 08:35:49 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Adapt pexp after recent rc.subr change. |
2014-10-20 03:22:49 by Sebastian Reitenbach | Files touched by this commit (3) |
Log message: Fix the check command to the rcscript. While there, disable the transport in the example configuration file. Lots of feedback and OK ajacoutot@, jasper@ on earlier version. |
2011-07-12 05:01:08 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Fix build with regard to libpthread linkage While there, now with python-2.7, the cmake CONFIGURE_STYLE works. bump revision to be on the safe side OK dcoppa@ |
2011-06-08 12:00:50 by Jasper Lievisse Adriaanse | Files touched by this commit (49) |
Log message: bump after default python version switch |
2011-05-05 07:59:12 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: Spectrum picks up libMagick for resizing avatars, when it is installed, so make it a LIB_DEPENDS pointed out by viq, thanks. OK sthen@ |
2011-05-05 02:51:35 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: REMOVE empty patch file. |
2011-05-05 02:50:05 by Sebastian Reitenbach | Files touched by this commit (3) |
Log message: Update spectrum to 1.4.7, minor bugfixes and little enhancements. OK landry@, reads fine jasper@ |
2011-04-14 09:55:19 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: don't use ``rm -f'' for remove unneeded files. this will remember us, when not needed anymore this treatment. from gleydson soares ok aja@ |
2011-03-20 05:20:16 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Make use of rcexec in rc_start(). ok sebastia@ (maintainer) |
2011-03-07 03:14:01 by Sebastian Reitenbach | Files touched by this commit (3) |
Log message: fix spectrum rc script, and remove the SPECTRUM_PATH variable there. tell spectrumctl where spectrum gets installed, so that there is no need to rely on SPECTRUM_PATH. Updated rc script was done by ajacoutot@ OK ajacoutot@ |
2011-01-10 11:34:31 by Sebastian Reitenbach | Files touched by this commit (9) |
Log message: Update to latest stable release. While there, add a rcscript, and fix cpu hogging in case the password for the transport is wrong. OK jasper@ |
2011-01-06 06:41:26 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - add missing run dependency ok sebastia@ (MAINTAINER) |
2010-11-23 04:07:40 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: Update spectrum to 1.4.3. Some bug fixes and minor enhancements. OK sthen@, jasper@ |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |