aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: fails to buildAntoine Brodin2015-04-121-0/+2
| | | | | | | | | | | | | | | | | | src/widget/form/profileform.cpp:217:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH' if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH) ^ src/widget/form/profileform.cpp:226:25: error: use of undeclared identifier 'TOX_AVATAR_MAX_DATA_LENGTH' if (bytes.size() >= TOX_AVATAR_MAX_DATA_LENGTH) ^ src/widget/form/profileform.cpp:232:33: error: use of undeclared identifier 'TOX_AVATAR_FORMAT_PNG' Nexus::getCore()->setAvatar(TOX_AVATAR_FORMAT_PNG, bytes); ^ 3 errors generated. Reported by: pkg-fallout Notes: svn path=/head/; revision=383857
* These need Module::Build.Mathieu Arnold2015-04-121-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383844
* These needs Module::Build.Mathieu Arnold2015-04-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383780
* - Add CPE infoDmitry Marakasov2015-04-083-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=383598
* - Update to 4.3.2Sunpoet Po-Chuan Hsieh2015-04-052-3/+3
| | | | | | | Changes: https://github.com/jimmycuadra/lita/releases Notes: svn path=/head/; revision=383321
* Add NVIDIA_GL description to Mk/bsd.options.desc.mkJohannes Jost Meixner2015-04-052-6/+3
| | | | | | | | | | | | | - Add NVIDIA_GL description to Mk/bsd.options.desc.mk - Remove NVIDIA_GL_DESC from all concerned ports - Use options helpers where adequate. Differential Revision: https://reviews.freebsd.org/D1759 Approved by: koobs (mentor) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=383259
* xmpp-client is a simple XMPP client written in pure Go. It supports the OTRCarlo Strub2015-04-037-0/+81
| | | | | | | | | protocol. WWW: https://github.com/agl/xmpp-client Notes: svn path=/head/; revision=383174
* Convert kde@ ports to USES=metaport.Raphael Kubo da Costa2015-04-031-5/+1
| | | | | | | Submitted by: alonso@ Notes: svn path=/head/; revision=383168
* net-im/uTox: update 0.2.o.git20150311 -> 0.2.o.20150402Bartek Rutkowski2015-04-032-4/+4
| | | | | | | | | | - Removed 'git' from PORTVERSION date appendix PR: 199143 Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=383138
* Refresh.Thierry Thomas2015-04-015-14/+10
| | | | Notes: svn path=/head/; revision=382954
* net-im/tkabber-plugins: update 1.1 -> 1.1.1Bartek Rutkowski2015-03-313-4/+5
| | | | | | | | PR: 198999 Submitted by: Mikhail <mp39590@gmail.com> Notes: svn path=/head/; revision=382812
* net-im/tkabber: update 1.1 -> 1.1.1Bartek Rutkowski2015-03-312-3/+3
| | | | | | | | PR: 198998 Submitted by: Mikhail <mp39590@gmail.com> Notes: svn path=/head/; revision=382810
* Remove dead mirrorBaptiste Daroussin2015-03-301-1/+1
| | | | Notes: svn path=/head/; revision=382751
* net-im/corebird: 0.9 -> 1.0Kurt Jaeger2015-03-308-44/+23
| | | | | | | | | | | | | | - Update to 1.0 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT - Remove unnedeed patches. Changes: https://github.com/baedert/corebird/releases/tag/1.0 PR: 199041 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer) Notes: svn path=/head/; revision=382719
* Update ruby-gems to 2.4.5Steve Wills2015-03-303-68/+21
| | | | | | | | Note this is a big upgrade and the way gemspecs are generated changed. As a result, all patched gemspecs had to have new patches. Notes: svn path=/head/; revision=382631
* Fix RUN_DEPENDSAntoine Brodin2015-03-281-1/+1
| | | | Notes: svn path=/head/; revision=382516
* Update the Gnome stack to the latest in the 3.14 series.Koop Mast2015-03-273-5/+6
| | | | | | | | | | Thanks to Gustau PĂ©rez <gustau.perez@gmail.com> for helping to keep thes ports updated. Obtained from: GNOME dev repo Notes: svn path=/head/; revision=382383
* - Update to 0.55Sunpoet Po-Chuan Hsieh2015-03-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Notes: svn path=/head/; revision=382317
* 4 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-245-9/+7
| | | | | | | | | Categories: www, ftp, net-im, net-mgmt approved by: PTHREAD blanket Notes: svn path=/head/; revision=382150
* - Update to 15.02[1]Ashish SHUKLA2015-03-214-32/+22
| | | | | | | | | | | | | - Fix issue with upgrading port[2] where directory permissions get reset - Add CPE information - Cleanup pkg-plist PR: 198587[1] Submitted by: samm at os2.kiev.ua[1] Reported by: Igor Karpov (via private email)[2] Notes: svn path=/head/; revision=381868
* Refresh.Thierry Thomas2015-03-192-4/+4
| | | | Notes: svn path=/head/; revision=381685
* Refresh.Thierry Thomas2015-03-195-22/+25
| | | | | | | Submitted by: Yuri <yuri (at) rawbw.com> Notes: svn path=/head/; revision=381684
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-192-2/+2
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* - Clarify LICENSEDmitry Marakasov2015-03-161-2/+6
| | | | | | | | - Add LICENSE_FILE - Strip library Notes: svn path=/head/; revision=381398
* - Update to 4.3.0Sunpoet Po-Chuan Hsieh2015-03-143-17/+13
| | | | | | | | | | - Add LICENSE - Remove outdated RUBY_VER check Changes: https://github.com/jimmycuadra/lita/releases Notes: svn path=/head/; revision=381278
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-132-17/+2
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* - Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2015-03-122-2/+2
| | | | Notes: svn path=/head/; revision=381119
* Update KDE SC to 4.14.3Alonso Schaich2015-03-112-3/+2
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* Update to git20150311 v0.2.o.Thierry Thomas2015-03-114-12/+24
| | | | | | | | PR: ports/198528 Differential Revision: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=381039
* Add an option for libnotify supportTilman Keskinoz2015-03-092-1/+41
| | | | | | | Submitted by: Denis D <stdedjub@googlemail.com> (Makefile changes) Notes: svn path=/head/; revision=380850
* - Update to 1.10.1Sunpoet Po-Chuan Hsieh2015-03-052-4/+4
| | | | | | | Changes: https://github.com/collectiveidea/tinder/blob/master/CHANGELOG.txt Notes: svn path=/head/; revision=380538
* Update to 0.4.6Tilman Keskinoz2015-03-043-5/+8
| | | | Notes: svn path=/head/; revision=380441
* New port: net-im/corebirdKurt Jaeger2015-03-0310-0/+160
| | | | | | | | | | | | | | Corebird is a native GTK3 Twitter client that provides features such as Direct Messages (DMs), Tweet notifications. WWW: http://corebird.baedert.org/ PR: 197530 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Reviewed by: tijl, olivierd, thierry Notes: svn path=/head/; revision=380390
* net-im/gajim: update to 0.16.1Ruslan Makhmatkhanov2015-03-033-3/+4
| | | | | | | | | | | | changelog: * Fix sending Zeroconf messages * Make ipython compatible to version >= 1.0 * Support Message Archive Management (XEP-0313) * Minor fixes and improvements Notes: svn path=/head/; revision=380339
* [NEW] net-im/py-slackclient: Python client for Slack.comKubilay Kocak2015-03-034-0/+27
| | | | | | | | | | A basic client for Slack.com, which can optionally connect to the Slack Real Time Messaging (RTM) API. WWW: https://github.com/slackhq/python-slackclient Notes: svn path=/head/; revision=380336
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380307
* Refresh.Thierry Thomas2015-03-014-8/+8
| | | | Notes: svn path=/head/; revision=380175
* - Fix USES=twisted: we do not support/need twisted:coreSunpoet Po-Chuan Hsieh2015-02-261-1/+1
| | | | | | | | PR: 198049 Submitted by: <michal@hanu.la> Notes: svn path=/head/; revision=379991
* Update to 2.6.3Renato Botelho2015-02-252-5/+5
| | | | Notes: svn path=/head/; revision=379900
* Author rerolled distfile without bumping version.Tilman Keskinoz2015-02-242-2/+3
| | | | | | | | | | | | | (diff is found in the referenced PR) - Fixes error "rate limit rate failure" - Enables SSL by default PR: 197988 Approved by: maintainer Notes: svn path=/head/; revision=379818
* - Simplify MASTER_SITESDmitry Marakasov2015-02-231-1/+7
| | | | | | | | - Add LICENSE - Strip libraries Notes: svn path=/head/; revision=379642
* - 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
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-02-191-3/+3
| | | | Notes: svn path=/head/; revision=379377
* Update to 0.53.Adam Weinberger2015-02-192-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Stomp Notes: svn path=/head/; revision=379359
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-192-2/+2
| | | | | | | | - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Notes: svn path=/head/; revision=379358
* - Update to 15.0.0Sunpoet Po-Chuan Hsieh2015-02-182-3/+3
| | | | | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/words/topfiles/NEWS Notes: svn path=/head/; revision=379295
* Use USES autoconfTilman Keskinoz2015-02-171-5/+1
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=379182
* Fix typoTilman Keskinoz2015-02-171-1/+1
| | | | | | | Submitted by: Freshports sanity checker Notes: svn path=/head/; revision=379174
* Add profanity, an console XMPP clientTilman Keskinoz2015-02-175-0/+46
| | | | Notes: svn path=/head/; revision=379173
* Add port for libstrophe, an XMPP library for CTilman Keskinoz2015-02-177-0/+356
| | | | | | | Parts of this port is based on work by fabianfreyer@github Notes: svn path=/head/; revision=379170