aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:ak2012-07-289-185/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported
* - Convert my ports to new options frameworkmakc2012-07-271-4/+7
| | | | | - use CONFLICTS_INSTALL - other minor changes
* For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.dougb2012-07-262-1/+3
| | | | | | For all but kdenetwork4 use =build. For it use both just in case. For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
* Revert the unauthorized conversion of pkg-config from a proper build depdougb2012-07-261-2/+2
| | | | | | to the new macro (r301539). Convert pkg-config to pkgconf. Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-263-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* Add INSTALL_DEPENDS to fix build on pointyhat-west.linimon2012-07-241-0/+1
| | | | Hat: portmgr
* Change USE_GNOME= pkgconfig to a direct BUILD_DEPENDS for my portsdougb2012-07-231-3/+3
|
* Convert to new options frameworkbapt2012-07-211-1/+2
|
* Fix pkgconfig location.makc2012-07-191-1/+1
| | | | Reported by: pointyhat (beat, erwin)
* - Add dialback patch (http://issues.igniterealtime.org/browse/OF-443)gahr2012-07-092-0/+18
| | | | | PR: 169590 Submitted by: "Eugene M. Zheganin" <eugene@zhegan.in>
* Upgrade to version 2.0.02.olgeni2012-07-092-3/+3
| | | | | | PR: ports/169703 Submitted by: olgeni Approved by: maintainer
* Update to 2.10.6.marcus2012-07-092-2/+2
|
* Update to 2.10.6. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2012-07-092-4/+4
| | | | of changes in this release.
* - Update to 0.1.1.814tota2012-07-092-3/+3
|
* Remove lib version from LIB_DEPENDS to silence portlintgarga2012-07-031-1/+1
|
* - Update to 0.1.1.810 [1]tota2012-07-024-18/+116
| | | | | | | | | - Fix whitespaces [1] - Set RUBY_VER to 1.9 - Add CONFLICTS between net-im/mikutter and net-im/mikutter003 PR: ports/169425 [1] Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1]
* - Fix whitespaces [1]tota2012-07-022-2/+5
| | | | | | | - Add LATEST_LINK PR: ports/169425 (partially) [1] Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1]
* - Remove SITE_PERL from *_DEPENDSaz2012-06-303-4/+4
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3
| | | | Approved by: portmgr@ (bapt@)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3
| | | | Approved by: portmgr@ (bapt@)
* - Unbreak dependspav2012-06-271-1/+1
| | | | Reported by: pointyhat
* Upgrade to version 2.0.01.olgeni2012-06-262-3/+3
| | | | | | PR: ports/169402 Submitted by: olgeni Approved by: maintainer
* - reset MAINTAINERdinoex2012-06-261-1/+1
|
* Connect libjreenmakc2012-06-261-0/+1
|
* Add new port net-im/libjreen:makc2012-06-264-0/+98
| | | | | | | | | Qt4 based jabber library from qutim.org project. WWW: http://qutim.org/jreen PR: based on ports/168801 Submitted by: Andrey K <akuz84@gmail.com>
* - Update to 0.9.3swills2012-06-252-3/+3
| | | | | PR: ports/169378 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
* - Update to 20111108scheidell2012-06-257-21/+45
| | | | | | | - Add MSN 2011 protocol support PR: ports/162511 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
* - update to 1.4jgh2012-06-242-3/+3
| | | | | PR: ports/169352 Submitted by: maintainer, jimmy@mammothcheese.ca
* - update to 1.6.1dinoex2012-06-225-8/+7
|
* Convert to new options frameworkjohans2012-06-171-23/+27
|
* - Convert to new options frameworktota2012-06-122-16/+22
|
* - Update to 12.1.0sunpoet2012-06-122-5/+5
| | | | | | - Change RUN_DEPENDS to ensure same-verison twisted dependency Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/words/topfiles/NEWS
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - mark DEPRECATEDdinoex2012-06-112-2/+8
| | | | - reset MAINTAINER
* - Default OPTIONS value "no" now means "on", so change to "off"pav2012-06-101-1/+2
| | | | | | - Mark heimdal variant BROKEN Reported by: pointyhat
* Update to 0.9.2arved2012-06-082-3/+3
| | | | | PR: 168806 Submitted by: maintainer
* - mark skype and skype-devel CONFLICTing. I really don't know why they waren'titetcu2012-06-082-0/+5
| | | | | | | | | until now. - bump PORTREVISION I'll look for a better solution in the next days. Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>'s checker
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-0615-31/+16
| | | | Review by: bapt, David Naylor (kde team)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-062-3/+3
|
* - register conflicts with net-im/tkabber-develrm2012-06-051-0/+2
| | | | | PR: 168706 Submitted by: Volodymyr Kostyrko <c.kworr at gmail dot com> (maintainer)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-1/+1
| | | | Approved by: maintainer (miwi@ via email)
* - register conflicts with net-im/gajim-develrm2012-06-051-0/+2
| | | | Reported by: Sulev-Madis 'ketas' Silber <madis555 at hot dot ee>
* Chase security/gsasl library updatejohans2012-06-031-1/+2
|
* update maintainer addressbapt2012-06-031-3/+6
| | | | | | | switch to new options framework PR: ports/168581 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
* Twitter Client on Terminal with Twitter Streaming API.swills2012-06-024-0/+38
| | | | | | | WWW: http://rubygems.org/gems/earthquake PR: ports/168173 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
* - fix build with libpng 1.5.10dinoex2012-06-013-94/+1
|
* - update png to 1.5.10dinoex2012-06-0167-47/+160
|
* - Update to 0.98.9sylvio2012-06-014-41/+64
| | | | | PR: ports/168424 Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
* Remove tkabber-plugins-devel. This was an abandoned repocopy whichlinimon2012-05-275-921/+0
| | | | | | | never got connected: PR: ports/150086 Hat: portmgr
* - Bump all XFCE after XFCE importmiwi2012-05-261-1/+1
|
* Mark IGNORE with php 5.4 and set 5.3 as default.ale2012-05-201-0/+2
| | | | | Reported by: pav Pointyhat to: me
* - Update to 2.1.11ashish2012-05-193-3/+13
| | | | Changes: http://www.ejabberd.im/ejabberd-2.1.11
* Remove expired unmaintained ports:rene2012-05-185-125/+0
| | | | | | | | | | 2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead 2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month 2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month 2012-05-10 net-im/pino: BROKEN for more than 6 month 2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
* Update to 2.0.0pawel2012-05-162-4/+4
| | | | | PR: ports/167859 Submitted by: maintainer
* - Unbreak for PORTREVISION != ""pav2012-05-161-1/+1
| | | | Reported by: pointyhat
* Install locale in share/localeehaupt2012-05-151-0/+11
| | | | | PR: 167534 (based on) Submitted by: nemysis <nemysis@gmx.ch>
* Install locale in share/localeehaupt2012-05-152-10/+5
| | | | | PR: 167534 (based on) Submitted by: nemysis <nemysis@gmx.ch>
* Fix build for WITHOUT_DEBUGmm2012-05-141-0/+53
| | | | | | | Patch from upstream: https://github.com/Jabberd2/jabberd2/commit/41884d9919 PR: ports/167865 Reported by: Guido Falsi <madpilot@FreeBSD.org>
* - strict python version to 2.x onlyrm2012-05-142-3/+3
|
* Update to 2.10.4. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2012-05-132-3/+3
| | | | of changesin this release.
* Update to 2.2.16mm2012-05-124-73/+8
| | | | | PR: ports/167813 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
* - update to 4.2.1jgh2012-04-263-26/+8
| | | | | | | | - update maintainer email address - add LICENSE PR: ports/167221 Submitted by: maintainer, decept0@gmail.com
* - Update to 0.52 [1]wen2012-04-242-5/+11
| | | | | | | | ChangeLog: http://cpansearch.perl.org/src/ELMEX/AnyEvent-XMPP-0.52/Changes - Reset maintainer to perl@ PR: 167244 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
* - Update to version 1.13.1pawel2012-04-213-5/+20
| | | | | | | | - Add options for OSC2005 msg timeout and Kerberos support PR: ports/167086 Submitted by: Golyashov Sergey <svvord@ulona.org> Approved by: maintainer
* - Remove stale patch to fix build.avilla2012-04-171-20/+0
| | | | Reported by: Jurgen Galonska via email
* - Update to 0.9.1.avilla2012-04-164-10/+53
|
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵bapt2012-04-101-0/+3
| | | | as broken for more than 6 month
* Update to 2.5.1garga2012-04-082-3/+3
| | | | Feature safe: yes
* - Update to 1.11.0dhn2012-04-022-3/+3
| | | | Feature safe: yes
* Update to 2.10.3. See http://developer.pidgin.im/wiki/ChangeLog for amarcus2012-04-022-3/+3
| | | | | | list of changes in this release. Feature safe: yes
* Update to revision 628 to fix a few bugs.mandree2012-03-292-3/+3
| | | | | | | Note that the tarball may be unfetchable for a few hours until it propagates through the FreeBSD mirrors. Feature safe: yes
* - Update to 12.0.0sunpoet2012-03-293-4/+5
| | | | | | | | | | - Pass maintainership to python@ Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/words/topfiles/NEWS PR: ports/165735 Submitted by: sunpoet (myself) Approved by: Neal Nelson <neal@nicandneal.net> (maintainer) Feature safe: yes
* - Add missing *_DEPENDS [1]skv2012-03-231-8/+11
| | | | | | | | - pass maintainership to perl@ PR: ports/165766 [1] Submitted by: swills Feature safe: yes
* - depend on py-gnome-desktop conditionally (via option, default off)rm2012-03-221-3/+13
| | | | | | | | | - bump PORTREVISION PR: 166309 Submitted by: Pierre Guinoiseau <pierre at guinoiseau dot eu> Suggested by: David Thiel <lx at redundancy.redundancy dot org> Feature safe: yes
* - update to 0.15rm2012-03-217-56/+118
| | | | | | | | | - actualize dependencies list according to docs - exclude -A from FETCH_ARGS - add WITH_CRYPTO option (default off) - actualize pkg-descr Feature safe: yes
* Add patch for upstream bug #899284mm2012-03-192-0/+68
| | | | | | | https://bugs.launchpad.net/jabberd2/+bug/899284 Reported by: decke Feature safe: yes
* Update to 2.10.2. See http://developer.pidgin.im/wiki/ChangeLog for amarcus2012-03-192-3/+3
| | | | | | list of changes in this release. Feature safe: yes
* - Update to 1.2.3_4miwi2012-03-184-98/+45
| | | | | | | | - Take maintainership PR: 166178 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
* - Add missing BUILD_DEPENDS to silence build warnings and allow the port to workmiwi2012-03-171-9/+21
| | | | | | | | | | - Sort DEPENDS - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: 165768 Submitted by: swills@ Feature safe: yes
* - Update to 0.45sunpoet2012-03-152-3/+3
| | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-144-4/+33
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-094-33/+4
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.makc2012-03-071-2/+1
| | | | | They were added to fix build with kdelibs-4.5, while correct fix was to add them as run dependencies for x11/kdelibs4 (done a while ago).
* Add upstream patches.mm2012-03-063-162/+214
|
* - Add missing BUILD_DEPENDS and RUN_DEPENDSswills2012-03-061-3/+6
| | | | - Bump PORTREVISION
* - Add missing BUILD_DEPENDS and RUN_DEPENDSswills2012-03-061-1/+3
| | | | - Bump PORTREVISION
* - Update to 1.10.3dhn2012-03-052-3/+3
|
* - Update to 1.10.2dhn2012-03-042-3/+3
|
* - Remove conditional checks for FreeBSD 6.Xpav2012-03-021-4/+1
| | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat)
* - Reassign to the heapglarkin2012-02-281-1/+1
| | | | Requested by: roam (on ports-developers@)
* Remove conflicting dependency on libungif, giflib is already pulled in as aarved2012-02-272-3/+35
| | | | | | | | | | dependency Fix receiving of the Contact list by following Location redirects PR: 165008 Submitted by: Axel Gonzales Approved by: maintainer
* - fix sort order in few category Makefilesrm2012-02-231-1/+1
| | | | | PR: 165411 Submitted by: Conrad J. Sabatier <conrads at cox dot net>
* - Fix build when devel/qmake is installed.avilla2012-02-231-0/+2
| | | | Reported by: jerry@seibercom.net and avg via mailing list
* - remove broken option WITH_SOCKSdinoex2012-02-231-14/+0
| | | | | PR: 165386 Submitted by: Josh Paetzel
* - Chase Emacs updatesashish2012-02-221-1/+1
| | | | PR: ports/165082
* - Update to 0.9.0.avilla2012-02-214-335/+346
|
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1
|
* Upgrade to version 1.2.05.olgeni2012-02-142-5/+5
| | | | PR: ports/163605 (maintainer version)
* Match maintainer with net-im/tkabbercrees2012-02-101-1/+1
| | | | | PR: ports/160086 Submitted by: Denis Shaposhnikov <dsh@bamus.cz> (former maintainer)
* - Update to 0.85pgollucci2012-02-093-23/+47
| | | | | | | PR: ports/155329 Submitted by: ports@c0decafe.net <ports@c0decafe.net> [for v0.84] Approved by: maintainer timeout (skv ; 337 days) Changes: http://search.cpan.org/dist/DJabberd/Changes
* - Fix build on 9.x/10.Xdhn2012-02-071-4/+0
| | | | | | PR: ports/164767 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
* - Chase libmpd shlib bumpmiwi2012-02-061-2/+2
|
* Give maintainer to ports@.wxs2012-02-031-1/+1
|
* - update to 1.12.0 [1]rm2012-02-016-56/+13
| | | | | | | | - fix pkg-plist problem PR: 164391 Submitted by: Golyashov Sergey <svvord at ulona dot org> Approved by: maintainer
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-225-5/+5
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Remove expired ports: Runtime is broken. Unmaintained upstream.rm2012-01-1812-196/+0
|
* - Fix build with Clang solving an ambiguity with parenthesis.avilla2012-01-152-1/+21
|
* - Update to 1.6.7.1miwi2012-01-153-7/+6
| | | | | PR: 163923 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
* 2011-12-01 net-im/skype20: old version without many of the newer features; ↵eadler2012-01-156-234/+0
| | | | please try net-im/skype instead
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1416-16/+16
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - update to 1.6.0dinoex2012-01-125-39/+18
|
* QXmpp is pretty intuitive and easy to use. It uses Qt extensively.pawel2012-01-129-0/+615
| | | | | | | | | | | | | | | Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details. WWW: http://code.google.com/p/qxmpp/ PR: ports/163967 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
* - Update to 1.10.1dhn2012-01-122-3/+3
|
* - Add missing DEPENDS so the module actually works, build warnings go awayswills2012-01-071-0/+4
| | | | and tests work
* - remove apache13 and ports depending on apache13 from portstreeohauer2012-01-026-865/+0
| | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@
* update multimedia/audacious to 3.1.1oliver2011-12-311-0/+1
| | | | | | | | | update multimedia/audacious-plugins to 3.1.1 update audio/audacious-duumb to 0.73 (to make it compatible with audacious 3.1.1) [1] mark audio/wmauda as broken (not compatible with audacious 3.1.1) bump PORTREVISION of depeding ports Approved by: maintainer [1]
* Pacify portlintehaupt2011-12-271-2/+2
| | | | Feature safe: yes
* - Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag itpgollucci2011-12-212-2/+2
| | | | With Hat: ruby@
* - Update to 0.0.3.615tota2011-12-204-6/+6
|
* - Mark as deprecated. Runtime is broken. Unmaintained upstream.rm2011-12-182-0/+6
| | | | Approved by: miwi (mentor)
* Update to 2.10.1. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2011-12-112-4/+4
| | | | | | of changes. Feature safe: yes
* - Update to 0.0.3.592tota2011-12-084-6/+6
| | | | Feature safe: yes
* - Update to 0.8.0.avilla2011-12-023-9/+17
| | | | Feature safe: yes
* Upgrade to version 1.2.04.olgeni2011-11-302-3/+3
| | | | | | | PR: ports/162953 Submitted by: olgeni Approved by: maintainer Feature safe: yes
* - Update to 1.6.6miwi2011-11-2814-752/+39
| | | | | | | | | | - Disconnect net-im/py-turpial from build - Connect net-im/turpial to build - Remove net-im/py-turpial after repocopy PR: 162747 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Feature safe: yes
* - Update to 0.44sunpoet2011-11-252-3/+3
| | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes
* - Switch dependency from net-im/ortp to net-im/linphone-base.avilla2011-11-242-3/+4
| | | | | | | - Bump PORTREVISION. - Add instructions to UPDATING. Feature safe: yes
* - Update to 0.43sunpoet2011-11-212-3/+3
| | | | | Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES Feature safe: yes
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-144-7/+0
| | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
* Add patch to install missing header.rakuco2011-11-143-3/+15
| | | | | | | | | | | | | | It looks like version 4.2 is a bit messed up, as soap.h includes a header which is not installed by default, breaking the build for ports such as kdenetwork4. Bump PORTREVISION. Will report upstream at https://bugs.kde.org/285803. Reported by: Jan Henrik Sylvester <me@janh.de> Approved by: avilla (mentor, implicit), Shane Bell <decept0@gmail.com> (maintainer, implicit) Feature safe: yes
* Update to 4.2.rakuco2011-11-143-20/+3
| | | | | | PR: 162505 Approved by: avilla (mentor, implicit), Shane Bell <decept0@gmail.com (maintainer) Feature safe: yes
* Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCScrees2011-11-141-2/+2
| | | | | | | PR: ports/162136 Submitted by: 4720@hushmail.com Approved by: [no rejections from any maintainer within 14 days] Feature safe: yes
* Change email for my ports to FreeBSD one.rm2011-11-111-1/+1
| | | | | Approved by: novel (mentor) Feature safe: yes
* - Fix linking and unbreakmm2011-11-101-5/+3
| | | | | | | - Return maintainership to ports@ - This software has not been actively developed since 2009 Feature safe: yes
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-092-2/+0
|
* Standardize WWW: tags a bit more:dougb2011-11-071-3/+3
| | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Remove comments and optional dependencies for ports which aredougb2011-11-021-11/+1
| | | | about to be removed.
* - update to 3.7.1gahr2011-10-313-5/+6
| | | | Release notes: http://community.igniterealtime.org/blogs/ignite/2011/10/02/openfire-371-has-been-released
* - Update port to 2.1.9ashish2011-10-306-43/+16
| | | | | | | | | | - Remove unneeded patches - Move LICENSE to its own section - Whitespace fix in pkg-descr Changes: http://www.ejabberd.im/ejabberd-2.1.9 PR: ports/161962 Submitted by: Ruslan Mahamatkhanov <cvs-src@yandex.ru>
* Fix build on FreeBSD 10kwm2011-10-301-0/+2
|
* Fix build on FreeBSD 10kwm2011-10-301-0/+1
|
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-272-2/+2
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* The vast majority of pkg-descr files had the following format when theydougb2011-10-244-7/+3
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-2416-46/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Re-assign to the Xfce team.rene2011-10-231-1/+1
| | | | Approved by: miwi (previous maintainer, Xfce team member)
* Depend on security/nss, fixes misssing dep when net-im/libpurple andpawel2011-10-191-2/+3
| | | | | | | | | net-im/pidgin are build without NSS support - this port still links to it when it's available and this behaviour can be disabled. PR: ports/160352 Reported by: Peter Jeremy <Peter.Jeremy@alcatel-lucent.com> Approved by: maintainer
* Support USE_TKehaupt2011-10-182-16/+16
| | | | | PR: 161660 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.0.3.549tota2011-10-176-6/+22
|
* - Chase editors/emacs updateashish2011-10-171-1/+1
|
* - Add dependency on qt4-gui.avilla2011-10-172-3/+4
| | | | - Bump PORTREVISION.
* - Update to 0.0.3.540tota2011-10-164-8/+8
|
* Update to 2.2.0.35itetcu2011-10-152-3/+3
| | | | | PR: 161370 Submitted by: avg@
* Upgrade to version 1.2.02.olgeni2011-10-132-3/+3
| | | | | PR: ports/161530 Approved by: maintainer
* - Update to 0.0.3.533tota2011-10-104-6/+6
|
* - Mark BROKEN on FreeBSD 7.X: does not configurepav2011-10-091-1/+7
| | | | | | ImportError: /usr/local/lib/python2.7/site-packages/OpenSSL/SSL.so: Undefined symbol "SSL_get_servername" Reported by: pointyhat
* Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-0919-705/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
* - Fix LICENSE (Artistic 1 instead of Artistic 2)culot2011-10-071-1/+1
| | | | | | | - Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
* Pidgin-Audacious-Remote is a plug-in for Pidgin 2; it creates, in conversationpawel2011-10-026-0/+59
| | | | | | | | | | | | | | and chat windows, some controls that allow two-way interaction with Audacious media player. Additionally, the plug-in allows users to automatically update their status message using information from the song played in Audacious. WWW: http://pidgin-audacious-remote.sourceforge.net PR: ports/160319 Submitted by: Anton Hryciuk <gnixua@gmail.com> Approved by: miwi, wen (mentors implicit)
* - Update to 0.0.3.522tota2011-10-024-6/+6
|
* - Mark BROKEN on FreeBSD/7: does not configurepav2011-09-301-1/+7
| | | | Reported by: pointyhat
* When the WITH_TCLTK option is turned on at config-time, use themi2011-09-281-15/+15
| | | | | | | | | | | bsd.tcl.mk API. Although this changes Tcl version from 8.4 to 8.5 for most Tcl-users, there is no PORTREVISION bump, because TCLTK option is off by default. While here, slightly rephrase the descriptions of the two SSL-options (GNUTLS vs. NSS). Approved by: maintainer
* - Add a new port: net-im/mikuttertota2011-09-2711-0/+573
| | | | | | mikutter - A simple, powerful and moeful twitter client WWW: http://mikutter.hachune.net/
* - Pass ERL_EPMD_ADDRESS to other actions of rc.d script, missed from last timeashish2011-09-252-4/+4
| | | | | | - Bump PORTREVISION Reported by: Vick Khera <vivek@khera.org> (via private email)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2442-86/+75
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* 2011-09-23 devel/libnotifymm: Doesn't build and isn't used by anything.bapt2011-09-239-188/+0
| | | | | | | | | | 2011-09-11 games/abuse: BROKEN after games/abuse_sdl update 2011-09-01 security/donkey: No more public distfiles 2011-09-01 graphics/moth: No more public distfiles 2011-09-01 net-mgmt/aguri: No more public distfiles 2011-09-01 games/senso: No more public distfiles 2011-09-01 net-im/jabber-users-agent: No more public distfiles 2011-09-01 games/cchess: No more public distfiles
* - Explicitly specify ERL_EPMD_ADDRESS to ejabberd rc.d script duringashish2011-09-192-1/+3
| | | | | | | | startup to avoid unexpected behaviour. - Bump PORTREVISION PR: ports/158357 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com>
* Remove dead mirror and remove project WWW from pkg-descr. The current pagekwm2011-09-192-4/+1
| | | | doesn't have anything to do with loudmouth.
* - Add support for Java 1.7gahr2011-09-191-0/+10
| | | | Reported by: Marc Peters <marc.peters@trivago.com>
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1
| | | | With hat: perl
* - Update to 1.1.1beech2011-09-163-5/+6
| | | | | PR: ports/160736 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* - Update to 0.14culot2011-09-112-5/+6
| | | | | | | - Add LICENSE (GPLv3) PR: ports/160625 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Chase editors/emacs updateashish2011-09-081-1/+1
|
* - Update to 11.0.0sbz2011-09-073-23/+15
| | | | | | | | - Update MASTER_SITES - Add LICENSE Reviewed by: lwhsu@ Approved by: jadawin@ (mentor)
* - Update to 1.10.0dhn2011-09-022-4/+3
|
* - Update to 0.42sunpoet2011-09-023-6/+9
| | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Net-Stomp/CHANGES
* - Update to 1.1.2dhn2011-09-013-69/+65
| | | | | PR: ports/160133 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.2.1dhn2011-09-013-29/+36
| | | | | PR: ports/160132 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.7.1 and move LICENSEehaupt2011-08-293-6/+11
|
* Chase the libpurple shared lib version.marcus2011-08-291-2/+2
| | | | Reported by: pointyhat via pav
* Remove 0-byte filedougb2011-08-281-0/+0
|
* Chase editors/emacs update.ashish2011-08-281-1/+1
| | | | PR: ports/160196
* Update Pidgin and friends to 2.10.0. Seemarcus2011-08-2816-38/+28
| | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release.
* Commit pending cleanup of MASTER_SITE* vars.mandree2011-08-261-2/+1
|
* Release back to the ports@ cloud.kwm2011-08-241-1/+4
| | | | | Mark deprecated, no longer maintained by upstream. Set to expire in 1 month from now.
* - Update to 1.02_04sunpoet2011-08-243-19/+39
| | | | Changes: http://search.cpan.org/dist/Net-XMPP/CHANGES
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-2411-12/+211
| | | | needed.
* - Add p5-SOAP-Transport-JABBER 0.713sunpoet2011-08-235-0/+52
| | | | | | | | | | | | | SOAP::Transport::JABBER provides a Jabber-based transport backend for SOAP::Lite. This class uses the Net::Jabber classes to abstract the Jabber protocol away from the direct notice of the application. Besides maintaining any needed objects internally, the package also uses a separate class as a proxy between communication layers, SOAP::Transport::JABBER::Query. The Jabber support provides both client and server classes. WWW: http://search.cpan.org/dist/SOAP-Transport-JABBER/
* - Install the log4j.xml file needed for logginggahr2011-08-222-1/+4
| | | | | | | - Bump PORTREVISION PR: 159923 Submitted by: Phil Phillips <pphillips@experts-exchange.com>
* - USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ohauer2011-08-211-1/+1
|
* - Pet portlintsunpoet2011-08-202-10/+5
| | | | - Add WWW
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-127-7/+7
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - update to 20061120dinoex2011-08-084-7/+6
| | | | - update MASTER_SITES and WWW
* - update to 1.5.1dinoex2011-08-052-6/+6
|
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-032-4/+0
| | | | disappeared.
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-033-0/+9
|
* Fix master_sitebapt2011-08-033-4/+3
|
* Deprecatebapt2011-08-022-0/+6
|
* Bye bye abandonwares (part 4)bapt2011-08-016-404/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles 2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles 2011-08-01 korean/elm: Look like an abandonware, no more public distifles 2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles 2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles 2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles 2011-08-01 korean/pinetreefonts: No more public distfile 2011-08-01 mail/bincimap: No more public distfile 2011-08-01 mail/cmail: No more public distfile 2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles 2011-08-01 math/qgfe: Look like an abandonware, no more public distifles 2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles 2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles 2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles 2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html 2011-08-01 multimedia/ldvd: Abandonware 2011-08-01 multimedia/linux-divx4linux: No more needed 2011-08-01 multimedia/linux-divx4linux4: No more needed 2011-08-01 multimedia/ogle: Abandonware 2011-08-01 multimedia/ogle-gui: Abandonware 2011-08-01 multimedia/okle: Abandonware 2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles 2011-08-01 net/callgen323: Look like an abandonware, no more public distifles 2011-08-01 net/lyntin: No longer under active development 2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware 2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles 2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles 2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead 2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles 2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles 2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles 2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles 2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles 2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
* - Chase guile shared lib bumpjlaffaye2011-07-311-1/+1
| | | | - Add an entry to UPDATING
* Fix build with clang , patch-ab extended and renamed to patch-configurerene2011-07-312-11/+20
| | | | | PR: ports/158561 Submitted by: Niclas Zeising
* Revision 1.54 of Makefile added --enable-debug=no to CONFIGURE_ARGS.arved2011-07-301-2/+2
| | | | | | | | | | This option actually enables debugging, resulting in irssi-xmpp becoming quite useless because of tons of debug messages from loudmouth. Remove --enable-debug again and bump PORTREVISION PR: 158720 Approved by: no response from gnome@
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.kwm2011-07-305-5/+138
|
* Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject orkwm2011-07-301-4/+3
| | | | pygtk2 (which depends already on py-gobject).
* - Update to 4.22.10.11culot2011-07-293-10/+9
| | | | | | PR: ports/159247 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
* Remove expired port:rene2011-07-295-94/+0
| | | | 2011-07-23 net-im/gnome-jabber: No longer maintain by upstream since 2005, use net-im/empathy instead
* - Mark BROKEN: does not link (gnutls/gcrypt)pav2011-07-271-1/+4
| | | | Reported by: pointyhat
* Enable static libraries.marcus2011-07-252-1/+37
| | | | Requested by: Mark Voortman <mark_voortman@hotmail.com>
* Drop maintainershiplioux2011-07-251-1/+1
|
* Update to 0.14.4arved2011-07-252-3/+5
| | | | | PR: 159164 Submitted by: maintainer
* - Chase gpgme shared lib bump.jlaffaye2011-07-215-8/+8
| | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* Add c89 only for clangarved2011-07-211-0/+2
| | | | Reported by: pointyhat
* Fix a bug where chat rooms/channels can appear multiple times. This ismarcus2011-07-193-2/+12
| | | | | | | taken from http://developer.pidgin.im/ticket/14351 . PR: 158814 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* Fix skype multimedia/linux_v4l2wrapper dependency on 8.nox2011-07-182-2/+4
| | | | | Approved by: itetcu (skype ports maintainer) Discussed on: -multimedia
* Fix build with clangarved2011-07-151-0/+2
| | | | | PR: 158436 Submitted by: Niclas Zeising
* Remove expired ports:rene2011-07-146-121/+0
| | | | | 2011-07-12 java/shujit: ancient version of Java 2011-07-09 net-im/skype12: very old version
* Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-081-1/+1
| | | | | | for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team.
* Add Rambler Contacts, communication client from Rambler Internet Holding.danfe2011-07-075-0/+826
| | | | | | | | | | | | | It features sexy look and supports vast variety of services, including, but not limited to Facebook, ICQ, Jabber, Google Talk, and QIP. Number of popular Russian community chat services also supported. It is originally based on Vacuum-IM, built upon Qt 4.7+, and distributed under GPLv3. As of right now, it is still beta quality, being under active development. Rambler account (free registration) is required for time being, but plans are to drop this limitation in future versions. WWW: http://developers.rambler.ru/opensource/contacts/
* Actually commit the libpurple shared lib bump.marcus2011-07-071-2/+2
| | | | Reported by: pointyhat via pav
* Fix the build by removing -Werror. libgcrypt 1.5.0 put #warnings in depricatedkwm2011-07-071-0/+4
| | | | | | functions. Submitted by: pointyhat (via pav)
* Update to newer SVN snapshot as of 2011-04-08.mandree2011-07-072-5/+5
| | | | | | | | | | | | | | | (Note the distfile needs time to propagate through the mirrors and may become available only a few hours after this commit.) Noteworthy changes: r612 Fix thread race issues with static PurpleAccount storage. Also thanks to skotlex. r611 Awesome patch from skotlex which fixes crashes, hangs and memory leaks in the dbus version of the plugin. Fixes issue #148. r609 Check and store protocol version and use that to decide how to sent chat messages
* - Mark as broken with Ruby 1.9swills2011-07-052-2/+10
| | | | Approved by: portmgr
* - Chase the libgcrypt shared lib versionswills2011-07-032-3/+3
|
* Correct a typo.marcus2011-07-031-1/+1
|
* Chase the libpurple shared lib version.marcus2011-07-031-2/+2
|
* Update Pidgin and friends to 2.9.0. Seemarcus2011-07-0313-23/+23
| | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release.
* - Update to 0.96.20miwi2011-07-034-260/+728
| | | | | PR: 158441 Submitted by: Ports Fury
* - Update to 0.7.1.avilla2011-06-293-5/+7
|
* Update to 0.8.2, a bugfix release. Also, update certificate makefile to specifylx2011-06-283-3/+31
| | | | | "gmake", and regenerate localhost certs before install, in case someone carelessly uses them in production.
* Turpial is a microblogging client for social networks like Twitter andmiwi2011-06-2521-0/+1485
| | | | | | | | | Identi.ca. WWW: http://turpial.org.ve/ PR: ports/157840 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
* - Update to 0.14.3miwi2011-06-253-6/+4
| | | | | | | - Pass maintainership to submitter PR: 158139 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Build with webcam supportacm2011-06-252-2/+5
| | | | | PR: 156563 Submitted by: Anati Chang <femc7488 at gmail.com>
* BROKEN= It does not work in the runtime by defaultmezz2011-06-251-0/+4
| | | | | | | | DEPRECATED= No longer maintain by upstream, use net-im/empathy instead EXPIRATION_DATE=2011-07-23 PR: ports/158232 Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Point users to use net-im/empathy instead.mezz2011-06-251-1/+1
|
* - Update to 2.1.8ashish2011-06-246-13/+46
| | | | | | | | | - Silence ${FIND} output - Rename patch-src::ejabberdctl.template to patch-src_ejabberdctl.template (portlint warning) PR: ports/158137 Submitted by: Ruslan Mahamatkhanov <cvs-src@yandex.ru> Security: http://vuxml.org/freebsd/01d3ab7d-9c43-11e0-bc0f-0014a5e3cda6.html
* BROKEN= Does not buildmezz2011-06-241-0/+4
| | | | | | | | DEPRECATED= No longer maintain by upstream since 2005 EXPIRATION_DATE=2011-07-23 PR: ports/158234 Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Add LICENSE (GPLv2)danfe2011-06-231-3/+5
| | | | | - Unmute data installation commands - Relinquish as I no longer use it
* Fix build with with libpurple.8ehaupt2011-06-223-0/+57
| | | | | | PR: 158070 Submitted by: Mark Atkinson <atkin901@gmail.com> Approved by: John Prather <john.c.prather@gmail.com> (maintainer)
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1
| | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
* Remove a now-dead patch.marcus2011-06-201-0/+0
|
* Chase the libpurple shared lib version.marcus2011-06-2010-16/+20
|
* Update to 2.8.0. See http://developer.pidgin.im/wiki/ChangeLog for a listmarcus2011-06-207-38/+16
| | | | of changes.
* Update to 2.2.14mm2011-06-195-47/+35
| | | | Switch to USERS and GROUPS
* - Update to 1.1.12sunpoet2011-06-192-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix DISTFILES: do not hardcode version - Add perl5 CATEGORIES - Use bsd.port.options.mk - Make portlint happier - Cosmetic change Changes: http://www.floodgap.com/software/ttytter/dl.html 1.1.12: - Patches for Perl 5.14 (thanks @rkfb for the report). - Keyfiles can now be regenerated if they are corrupted or need to be updated with -retoke. - /doesfollow should give true or false with -runcommand (thanks @kaleidoscopique for the report). Similarly, /short should also work, emitting the URL (thanks @microlifter for that report). - Properly understands a new Twitter ad-hoc error format, which repairs some operations that would unexpectedly appear to succeed but didn't actually (thanks @augmentedfourth for the report). - -readline autocomplete command list now up-to-date. 1.1.11: - Fixed a bug where TTYtter crashes ungracefully if OAuth credentials fail. - Fixed regex in command processor that interpreted all commands starting with /p as /print. - -notimeline is now properly recognized by /set as a boolean. - One last issue related to URL shortening. PR: ports/157888 Submitted by: sunpoet (myself) Approved by: Julian Dunn <jdunn@aquezada.com> (maintainer)
* Mark broken some ports with unfetchable distfilesbapt2011-06-171-0/+2
|
* Link against libiconvjlaffaye2011-06-152-1/+11
| | | | | | | | Bump port revision PR: ports/157872 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Approved by: bapt (mentor)
* Update to 0.9jlaffaye2011-06-146-28/+94
| | | | | | | | | Add LICENSE Submitter is now maintainer PR: ports/157803 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> Approved by: bapt (mentor)
* Back to the pool, maintainer doesn't take care of it anymorebapt2011-06-111-1/+1
| | | | Submitted by: maintainer (by mail)
* Maintainers have no more time for thoses ports, back to the poolbapt2011-06-101-1/+1
| | | | Approved by: maintainers (by mail)