summaryrefslogtreecommitdiff
path: root/chat/swift
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2019-04-03Recursive revbump from textproc/icuryoon1-2/+2
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-2/+2
2018-07-06Recursive revbump from audio/pulseaudioryoon1-2/+2
2018-06-23swift: fix build with Qt 5.11.wiz3-3/+18
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-04-14revbump after icu updateadam1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz1-2/+2
2018-01-01Revbump after boost updateadam1-2/+2
2017-11-30Revbump after textproc/icu updateadam1-2/+2
2017-10-04swift: switch to building using its own sconswiz1-4/+6
scons-3.x is too new for this and needs too many fixes.
2017-09-18revbump for requiring ICU 59.xmaya1-2/+2
2017-09-12recursive bump for qt5-qtwebkit dependency changewiz1-2/+2
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon1-2/+2
2017-08-24Revbump for boost updateadam1-2/+2
2017-07-16Honor LDFLAGS. Fixes RELRO build.wiz1-2/+2
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin1-4/+2
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-04-22Revbump after icu updateadam1-2/+2
2017-02-28Recursive revbump from graphics/libwebpryoon1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2017-01-21Recursive revbump from audio/pulseaudio-10.0ryoon1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-08-04Recursive revbump from audio/pulseaudioryoon1-2/+2
2016-08-02A bug in boost-headers broke this package. Depend on fixed version.wiz1-1/+3
2016-06-06Force c++11. Use CXXFLAGS in build.wiz1-1/+4
Not enough to make this build with current boost, but at least it gets further, now fails with: In file included from work/.buildlink/include/boost/optional/optional.hpp:35:0, from work/.buildlink/include/boost/optional.hpp:15, from Swiften/Parser/AttributeMap.cpp:10: work/.buildlink/include/boost/type_traits/type_with_alignment.hpp:42:17: error: 'int128_type' in namespace 'boost' does not name a type boost::int128_type i128; ^
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2016-03-01Update swift to 3.0.wiz10-105/+33
we are pleased to announce the availability of Swift 3.0, an XMPP client focused on usability and security. It is our first release for 3 years and includes bug fixes and new features like: - File-transfer using Jingle File Transfer - Simple continuation of 1-to-1 chats in group chats - Keyword highlighting ( http://swift.im/blog/keyword-highlighting ) - Simple blocking of contacts using Blocking Command - Compact roster setting that hides avatars and status messages - Quick contact search filter in roster - and more. For the full changelog see https://swift.im/docs/changelog-3-0.html .
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2015-04-17Revbump after updating devel/boost-libsadam1-2/+2
2015-01-15Don't depend on wrappers adding /usr/pkg/lib implicitly to the searchjoerg1-2/+2
path.
2014-12-12Preserve environment.joerg3-1/+32
2014-11-07Revbump after updating boostadam1-2/+2
2014-09-19Fix build with boost-1.56.0. From upstream git.wiz4-1/+49
2014-08-13Revbump after boost-libs updateadam1-2/+2
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-04-26Install man page. Bump PKGREVISION.wiz2-5/+8
2014-04-26Import swift-2.0 as chat/swift, packaged for wip by schnoebe and myself.wiz6-0/+132
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.