aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Python cleanup:Rene Ladan2014-01-1314-14/+14
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - add USE_GCC for CURRENTDirk Meyer2014-01-112-0/+2
| | | | Notes: svn path=/head/; revision=339400
* - Update to 0.2.2.1476TAKATSU Tomonari2014-01-092-4/+4
| | | | | | | - Remove redundant argument in REINPLACE_CMD Notes: svn path=/head/; revision=339284
* Support stagingRaphael Kubo da Costa2014-01-0510-10/+1
| | | | Notes: svn path=/head/; revision=338828
* Support stagingRaphael Kubo da Costa2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338825
* Support stagingRaphael Kubo da Costa2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338823
* Support stagingRaphael Kubo da Costa2014-01-051-1/+0
| | | | Notes: svn path=/head/; revision=338822
* Remove expired ports:Rene Ladan2014-01-045-45/+0
| | | | | | | | 2014-01-04 net-im/xfce4-messenger-plugin: Deprecated and no update for 7 years 2014-01-04 multimedia/xfce4-media: Upstream development dead, use multimedia/xfce4-parole instead Notes: svn path=/head/; revision=338642
* - Update from 0.5.0.111 to 0.6.3Danilo Egea Gondolfo2014-01-035-46/+39
| | | | | | | | | | | | | | - Update MASTER_SITES - Add textproc/enchant to LIB_DEPENDS - Remove AIM_TOC and ICQ_TOC options - Add YAHOO option - Add gettext and iconv to USES PR: ports/185323 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=338590
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-311-3/+4
| | | | | | | | - Sort RUN_DEPENDS - Remove contiguous blank lines Notes: svn path=/head/; revision=338274
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* net-im/py-pyxmpp: fix PORTREVISIONWilliam Grzybowski2013-12-271-1/+1
| | | | | | | | Reported by: via email Pointy hat: wg Notes: svn path=/head/; revision=337676
* net-im/py-pyxmpp: allow staging and minor fixesWilliam Grzybowski2013-12-262-162/+4
| | | | Notes: svn path=/head/; revision=337602
* net-im/py-punjab: support stagingWilliam Grzybowski2013-12-262-58/+9
| | | | Notes: svn path=/head/; revision=337601
* Remove expired port:Rene Ladan2013-12-226-94/+0
| | | | | | | 2013-10-31 net-im/libmsn: Primary MSN Messenger service terminated 30 APR 2013 Notes: svn path=/head/; revision=337209
* - Fix build on 10.0 and 11-CURRENTSteve Wills2013-12-191-2/+2
| | | | | | | | | PR: ports/181196 Submitted by: myself Approved by: maintainer timeout (john.c.prather@gmail.com, >4 months) Notes: svn path=/head/; revision=336957
* - Support USE_GITHUBDanilo Egea Gondolfo2013-12-191-16/+15
| | | | | | | | | | | - Improve COMMENT - Add stage support PR: ports/184818 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336894
* Use new LIB_DEPENDS regimeEmanuel Haupt2013-12-182-2/+2
| | | | Notes: svn path=/head/; revision=336838
* - Update to 0.10.2Dennis Herrmann2013-12-173-4/+8
| | | | Notes: svn path=/head/; revision=336778
* - Update to 2.2.1Dennis Herrmann2013-12-174-7/+42
| | | | | | | | PR: ports/180148 Submitted by: Steve Wills <swills@FreeBSD.org> Notes: svn path=/head/; revision=336757
* - use STAGEDIRDirk Meyer2013-12-175-60/+40
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=336722
* Switch to MASTER_SITES LOCAL/matthew for the 8.x compatible locationMatthew Seaman2013-12-171-1/+1
| | | | | | | | | | to get the distfiles from. Submitted by: tijl Approved by: mm (maintainer, implicit) Notes: svn path=/head/; revision=336707
* Update to 2.3.1Matthew Seaman2013-12-1514-193/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Staging support * New style LIB_DEPENDS * Use OPTIONS helpers * OPTIONS_SINGLE to select between Cyrus SASL and gsasl * Two new options: EXPERIMENTAL and SUPERCEDED The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes everywhere except for on FreeBSD 10.x, where it's in the base system. The github.org MASTER_SITE a) redirects to a server in the Amazon cloud and b) requires use of HTTPS. (a) implies setting fetch(1) to follow redirects, which is usually frowned upon. However, this pattern is recommended in bsd.sites.mk for use with GitHub. (b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS support there yet. Hence provide a copy of the distfile on http://people.freebsd.org/ as a 2nd MASTER_SITE Approved by: mm (maintainer) Notes: svn path=/head/; revision=336590
* net-im/cjc: fix python usage and minor fixesWilliam Grzybowski2013-12-151-4/+6
| | | | | | | | | | | | - Fix python usage to remove implicit dependency on lang/python - Restrict to python 2.x - Remove uselesss LICENSE_FILE - Use new options for docs Reported by: exp-run (PR 184591) Notes: svn path=/head/; revision=336550
* net-im/telepathy-idle: fix python dependsWilliam Grzybowski2013-12-151-0/+1
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336549
* Update to r664:Matthias Andree2013-12-143-15/+16
| | | | | | | | | | | | | r664 Squash some memory leaks when generating the 'Get Info' screen. Fixes #230 r663 Prevent crash when receiving NULL data from the backend. Seems to happen on X11 when Skype hasn't started yet r662 Add macports options to the Makefile r661 Add extra error handling for accounts that disconnect while we're processing a message r660 Added patch from doktor.yak to fix version detection code on Linux, when setting up the missedchatmessages poll - Fixes issue 225 Convert to staging. Notes: svn path=/head/; revision=336432
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-125-7/+7
| | | | Notes: svn path=/head/; revision=336260
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Mark as broken:Baptiste Daroussin2013-12-061-0/+2
| | | | | | | | | | | | YSM.h:454:8: warning: extra tokens at end of #endif directive YSM_Lists.c: In function 'List_init': YSM_Lists.c:57: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_Lists.c: In function 'List_delSLAVE': YSM_Lists.c:207: error: expected expression before '/' token gmake[1]: *** [YSM_Lists.o] Error 1 Notes: svn path=/head/; revision=335747
* - Update to 1.6.9Olivier Duchateau2013-12-015-145/+49
| | | | | | | | | | | - Adjust dependencies - Use only Python 2.x - Support STAGEDIR - Rewrite pkg-descr - Pass maintainership Notes: svn path=/head/; revision=335411
* Remove expired ports:Rene Ladan2013-12-0118-741/+0
| | | | | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter Notes: svn path=/head/; revision=335357
* Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not theJoe Marcus Clarke2013-11-301-1/+1
| | | | | | | | | user-facing module name. Reminded by: kwm Notes: svn path=/head/; revision=335255
* - Fix build with clangSunpoet Po-Chuan Hsieh2013-11-291-0/+11
| | | | | | | | | PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=335213
* Bump PORTREVISION as voice/video support is in the default OPTIONS set.Joe Marcus Clarke2013-11-291-1/+1
| | | | | | | Reminded by: mat Notes: svn path=/head/; revision=335187
* Make sure gstreamer-plugins-v4l2 is installed if voice/video support isJoe Marcus Clarke2013-11-281-0/+1
| | | | | | | | | enabled. PR: 183713 Notes: svn path=/head/; revision=335128
* - Support STAGEDIRLi-Wen Hsu2013-11-281-1/+0
| | | | Notes: svn path=/head/; revision=335106
* - Update to 0.2.2.1430TAKATSU Tomonari2013-11-252-8/+9
| | | | | | | | | - Remove RUBY_REQUIRE - Improve x-generate-plist target for maintenance - Cosmetic change Notes: svn path=/head/; revision=334869
* - Update to 0.14.0Sunpoet Po-Chuan Hsieh2013-11-252-4/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=334830
* Skype4Py is a Python library which allows you to control Skype clientNicola Vitale2013-11-224-0/+31
| | | | | | | | | | | application. Skype4Py Python project is not affiliate of Skype or Microsoft corporation. WWW: https://github.com/awahlig/skype4py Notes: svn path=/head/; revision=334620
* - Convert to USES=qmakeMax Brazhnikov2013-11-224-25/+22
| | | | | | | | | | - Add state support - Remove superfluous custom do-install target, convert to pkg-plist Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334590
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-222-10/+6
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* - Update to 0.13.0Sunpoet Po-Chuan Hsieh2013-11-212-4/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=334528
* - Convert to USE=tkPietro Cerutti2013-11-211-10/+16
| | | | | | | | - STAGE-clean - Convert to OPTIONSng (DOCS) Notes: svn path=/head/; revision=334500
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-211-1/+1
| | | | | | | | - Get rid of QMAKEFLAGS - Use globally provided LRELEASE Notes: svn path=/head/; revision=334499
* Replace deprecated QMAKEFLAGS with QMAKE_ARGSMax Brazhnikov2013-11-212-3/+3
| | | | Notes: svn path=/head/; revision=334495
* - Convert to dos2unix.mkMathieu Arnold2013-11-192-5/+4
| | | | | | | - While at it convert to gmake.mk ports that still USE_GMAKE. Notes: svn path=/head/; revision=334361
* Deprecate net-im/tapioca-qt and net-im/telepathy-qt.Raphael Kubo da Costa2013-11-172-0/+6
| | | | | | | | Both projects have been dead upstream since 2007, and no port depends on them. telepathy-qt is not to be confused with net-im/telepathy-qt4. Notes: svn path=/head/; revision=334127
* Remove expired ports:Rene Ladan2013-11-176-110/+0
| | | | | | | | 2013-11-17 net-im/decibel: Deprecated and unsupported upstream for many years, not used by anything 2013-11-17 databases/postgresql-libpq++: Not maintained upstreams for 10+ years. Notes: svn path=/head/; revision=334081
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-1/+1
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045