Path to this page:
./
wip/swift-git,
Swift XMPP Client
Branch: CURRENT,
Version: 2.0nb20230213,
Package name: swift-2.0nb20230213,
Maintainer: pkgsrc-usersSwift is trying to plug a hole in the XMPP client landscape, and has
these aims:
* Wide platform availability.
* Doing the "Right Thing" for the user, without configuration.
* Doing the "Right Thing" with standards-compliance.
* Targeting the end-users, not the system administrators.
* Being an XMPP client - not multi-protocol.
* Concentrating on the most frequently performed tasks.
* Never interrupt the user with something that doesn't need attention.
Features of interest
* Easy status setting.
* Easy room joining and bookmarking.
* XEP-0258 Labelling for secure environments.
* Stream compression for bandwidth-saving.
* Support for the new SCRAM authentication mechanism.
This package contains the current development version from the git
repository.
Required to run:[
sysutils/desktop-file-utils] [
graphics/hicolor-icon-theme] [
security/openssl] [
devel/boost-libs] [
devel/libidn] [
devel/scons] [
x11/qt4-libs] [
x11/qt4-qdbus] [
lang/python37]
Required to build:[
pkgtools/x11-links] [
devel/boost-headers] [
x11/qt4-tools] [
x11/xcb-proto] [
x11/fixesproto4] [
devel/git-base] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Version history: (Expand)
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: swift-2.0nb20230213
- (2021-04-24) Updated to version: swift-2.0nb20210424
- (2020-09-29) Package has been reborn
- (2020-09-29) Updated to version: swift-2.0nb20200929
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2014-11-08 10:41:50 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove TODO, long fixed.
|
2014-10-01 00:06:29 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add a translation.
|
2014-08-22 23:43:41 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
Use upstream version of miniupnpnc patch.
Remove cerr patches, upstream fixed them differently.
|
2014-08-18 10:25:24 by Thomas Klausner | Files touched by this commit (12) |
Log message:
Import swift-2.0nb20140818 as wip/swift-git.
Swift is trying to plug a hole in the XMPP client landscape, and has
these aims:
* Wide platform availability.
* Doing the "Right Thing" for the user, without configuration.
* Doing the "Right Thing" with standards-compliance.
* Targeting the end-users, not the system administrators.
* Being an XMPP client - not multi-protocol.
* Concentrating on the most frequently performed tasks.
* Never interrupt the user with something that doesn't need attention.
Features of interest
* Easy status setting.
* Easy room joining and bookmarking.
* XEP-0258 Labelling for secure environments.
* Stream compression for bandwidth-saving.
* Support for the new SCRAM authentication mechanism.
This package contains the current development version from the git
repository.
TODO:
Doesn't link with boost-1.56:
Swiften/libSwiften.a(CombinedAvatarProvider.o): In function \
`Swift::CombinedAvatarProvider::handleAvatarChanged(Swift::JID const&)':
work/swift/Swiften/Avatars/CombinedAvatarProvider.cpp:43: undefined reference to \
`std::basic_ostream<char, std::char_traits<char> >& \
boost::operator<< <char, std::char_traits<char>, \
std::string>(std::basic_ostream<char, std::char_traits<char> \
>&, boost::optional<std::string> const&)'
Swiften/libSwiften.a(CombinedAvatarProvider.o): In function \
`Swift::CombinedAvatarProvider::getCombinedAvatarAndCache(Swift::JID const&) \
const':
work/swift/Swiften/Avatars/CombinedAvatarProvider.cpp:53: undefined reference to \
`std::basic_ostream<char, std::char_traits<char> >& \
boost::operator<< <char, std::char_traits<char>, \
std::string>(std::basic_ostream<char, std::char_traits<char> \
>&, boost::optional<std::string> const&)'
Swiften/libSwiften.a(StreamResumeSerializer.o): In function `bool \
boost::detail::lexical_istream_limited_src<char, \
std::char_traits<char>, true, \
2ul>::shl_input_streamable<boost::optional<unsigned int> \
const>(boost::optional<unsigned int> const&)':
work/.buildlink/include/boost/lexical_cast.hpp:1408: undefined reference to \
`std::basic_ostream<char, std::char_traits<char> >& \
boost::operator<< <char, std::char_traits<char>, unsigned \
int>(std::basic_ostream<char, std::char_traits<char> >&, \
boost::optional<unsigned int> const&)'
|