aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-304-0/+7
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update maintainer's email addressPav Lucistnik2007-07-293-323/+328
| | | | | | | | | - Style nits Submitted by: Nikolay Pavlov <quetzal@zone3000.net> (maintainer) Notes: svn path=/head/; revision=196613
* - Update to 1.4.0.74Beech Rintoul2007-07-283-74/+46
| | | | | | | | | - Mark broken (alsa sound support not available) Approved by: sat (mentor, implicit) Notes: svn path=/head/; revision=196528
* - Update to 3.3.2Pav Lucistnik2007-07-283-19/+26
| | | | | | | | PR: ports/114034 Submitted by: Nikolay Pavlov <quetzal@zone3000.net> (maintainer) Notes: svn path=/head/; revision=196526
* Update to the autotools new world order.Ade Lovett2007-07-281-1/+1
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* - Fix build with SQLITE option and installed databases/sqlite-threadsMartin Matuska2007-07-271-0/+5
| | | | | | | | Reported by: Sean Winn <sean@gothic.net.au> Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196385
* Add py-xmpppy-yahoo, a Yahoo! Messenger transport for Jabber.Michael Nottebrock2007-07-275-0/+124
| | | | Notes: svn path=/head/; revision=196370
* - Fix pkg-plist for package (muc.xml)Martin Matuska2007-07-262-6/+4
| | | | | | | | | | | - Respect CC - Bump PORTREVISION Suggested by: sat Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196351
* - Update to 2.1.10Martin Matuska2007-07-267-52/+195
| | | | | | | | | | | | | | | | | | - Added JABBER_* variables - Renamed startup file from old-style *.sh.in - Added port documentation - *.sql files moved to DOCSDIR - Removed avatar patch (already in source) - Updated dependencies - Updated pkg-descr (project has moved) - Changed maintainer to mm@FreeBSD.org PR: ports/114932 Submitted by: mm Approved by: maintainer, garga (mentor, implicit) Notes: svn path=/head/; revision=196336
* - Removed PKGINSTALL, PKGDEINSTALL and PKGMESSAGE variablesMartin Matuska2007-07-261-3/+0
| | | | | | | | | (already processed by bsd.port.mk) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196312
* - Update to 0.7Martin Matuska2007-07-2610-57/+202
| | | | | | | | | | | | | | | | - Added installation help and pre-configuration for use with jabber daemons - Updated startup file (variables, pidfile) and configfile - Reorganized port documentation - Added MySQL support - Honours CFLAGS - Maintainer changed to mm@FreeBSD.org PR: ports/114901 Submitted by: mm Approved by: maintainer, garga (mentor) Notes: svn path=/head/; revision=196307
* - update to 1.6.1.1Martin Matuska2007-07-236-84/+6
| | | | | | | | | | - remove 4 patches (already in source) - fix MASTER_SITES Approved by: garga (mentor) Notes: svn path=/head/; revision=196147
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-238-8/+4
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Revert DISTVERSION changes I made in last revision to fix version wentRong-En Fan2007-07-211-2/+2
| | | | | | | | | | | backwards. Note that 0.8a > 0.8 and 0.8a < 0.9, so I don't choose to use PORTEPOCH. Noticed by: erwin, linimon Approved by: maintainer (implicit) Notes: svn path=/head/; revision=195971
* - Fix a buffer overflow [1]Andrew Pantyukhin2007-07-202-4/+14
| | | | | | | | | | | | - Fix installation while I'm here PR: ports/114327 (based on) Submitted by: Bartek Rutkowski <r@robakdesign.com> (maintainer) Obtained from: jGGtrans SVN [1] Security: http://jggtrans.jajcus.net/trac/changeset/694 Notes: svn path=/head/; revision=195941
* - Take maintainershipBeech Rintoul2007-07-191-1/+3
| | | | | | | | | - Mark broken (not fetchable) Approved by: itetcu (maintainer), sat (mentor) Notes: svn path=/head/; revision=195908
* - Fix master_sitesBeech Rintoul2007-07-192-24/+24
| | | | | | | | | - Take maintainership Approved by: itetcu (maintainer), sat (mentor) Notes: svn path=/head/; revision=195907
* - update to 1.6.1Martin Matuska2007-07-188-20/+51
| | | | | | | | | | - additional patches - fix jabber.in, pkg-message.in Approved by: garga (mentor) Notes: svn path=/head/; revision=195826
* - mark as BROKEN (API of net-im/jabber switched to c++ with 1.6.1)Martin Matuska2007-07-183-0/+12
| | | | | | | | | - mark as DEPRECATED and set EXPIRATION_DATE (development stalled) Approved by: garga (mentor) Notes: svn path=/head/; revision=195825
* - Use master_site_subdir instead of ${:S///} substitutionAndrew Pantyukhin2007-07-161-1/+2
| | | | | | | Submitted by: Meethune Bhowmick <meethune@gmail.com> (maintainer) Notes: svn path=/head/; revision=195775
* This plugin adds a libnotify interface to pidgin, enabling popups much likeMartin Wilke2007-07-155-0/+70
| | | | | | | | | | | | | guifications. It has some configuration options, to show popups when a buddy signs on, on new messages and on new conversations only. WWW: http://gaim-libnotify.sourceforge.net/ PR: ports/114479 Submitted by: Meethune Bhowmick <meethune at gmail.com> Notes: svn path=/head/; revision=195685
* - Update to 0.8.aRong-En Fan2007-07-152-6/+5
| | | | | | | | | | | - Use DISTVERSION which is preferred for such version number PR: ports/114595 Submitted by: Corey Smith <corsmith at gmail.com> Approved by: Dariusz Kulinski <takeda at takeda.tk> (maintainer) Notes: svn path=/head/; revision=195643
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* Update to 0.13.13Michael Johnson2007-07-093-4/+7
| | | | Notes: svn path=/head/; revision=195294
* - Update to 0.20070703Rong-En Fan2007-07-093-162/+137
| | | | | | | | PR: ports/114404 Submitted by: Yinghong Liu (maintainer) Notes: svn path=/head/; revision=195281
* Update to 0.5.4.2Johan van Selst2007-07-094-8/+8
| | | | Notes: svn path=/head/; revision=195279
* Update to 0.13.10.Joe Marcus Clarke2007-07-083-9/+5
| | | | Notes: svn path=/head/; revision=195233
* - Mark BROKEN: does not buildPav Lucistnik2007-07-081-0/+2
| | | | Notes: svn path=/head/; revision=195217
* - Update to 0.2.4Renato Botelho2007-07-052-4/+4
| | | | Notes: svn path=/head/; revision=195026
* - Update to 0.9.3Andrew Pantyukhin2007-07-053-4/+8
| | | | Notes: svn path=/head/; revision=195007
* - Change maintainer addressBeech Rintoul2007-07-052-5/+4
| | | | | | | | | | - Cleanup master_sites Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=194988
* - Add py compileBeech Rintoul2007-07-052-4/+139
| | | | | | | | | | | | - Add directory make - Fix pkg-plist PR: ports/113640 (based on) Requested by: pointyhat via pav, Yinghong Liu <relaxbsd@gmail.com> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=194970
* - Fix the build with GCC 4.2 [1]Alexey Dokuchaev2007-07-043-20/+15
| | | | | | | | | | | - Kill EOF whitespace in pkg-descr - Utilize PORTDOCS macro in pkg-plist - Miscellaneous cleanups Reported by: pointyhat (logs) [1] Notes: svn path=/head/; revision=194920
* - Update to 4.22.1Martin Wilke2007-07-044-20/+18
| | | | | | | | PR: 114065 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer) Notes: svn path=/head/; revision=194904
* - Update to 0.9.2.Edward Tomasz Napierala2007-07-043-8/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=194888
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-043-7/+8
| | | | Notes: svn path=/head/; revision=194883
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-014-5/+7
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* The Pidgin-Rhythmbox plugin will automatically update your Pidgin user info andMartin Wilke2007-06-305-0/+56
| | | | | | | | | | | | | | | status message with the currently playing music in Rhythmbox. If the artist and title are known, it will also attempt to create a link to the song's lyrics by using Google's "I'm Feeling Lucky" feature. Author: Jon Oberheide WWW: http://jon.oberheide.org/projects/pidgin-rhythmbox/ PR: ports/114117 Submitted by: Yuri Pankov <yuri at darklight.org.ru> Notes: svn path=/head/; revision=194537
* -New port net-im/emeseneBeech Rintoul2007-06-306-0/+410
| | | | | | | | | | | | | | | emesene is an MSN Messenger client writen in python and GTK. The main idea is to make a client similar to the official MSN Messenger client but keeping it simple, with a nice GUI. WWW: http://www.emesene.org/ PR: ports/113640 Submitted by: Yinghong Liu <liu_yinghong@yahoo.com.cn> Approved By: sat (mentor) Notes: svn path=/head/; revision=194509
* - Fix build with gcc4Martin Wilke2007-06-297-27/+69
| | | | | | | | | | - Support SUB_FILES PR: 114077 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=194450
* Distfile has been renamed.Florent Thoumie2007-06-272-4/+3
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=194356
* - Switch to py-pysqlite23Martin Wilke2007-06-271-1/+2
| | | | | | | | | | - Bump PORTREVISION PR: 114028 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=194328
* - Switch to py-pysqlite23Martin Wilke2007-06-271-2/+2
| | | | | | | | | | - Bump PORTREVISION PR: 114027 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=194327
* Update telepathy-idle to 0.1.1.Florent Thoumie2007-06-242-5/+4
| | | | Notes: svn path=/head/; revision=194185
* Oh geez, don't commit when half asleep. Time to get a reward.Florent Thoumie2007-06-241-11/+0
| | | | | | | Pointy Hat to: $self Notes: svn path=/head/; revision=194184
* Add patch missed in previous commit.Florent Thoumie2007-06-241-0/+10
| | | | Notes: svn path=/head/; revision=194183
* Update telepathy-salut to 0.1.3.Florent Thoumie2007-06-242-5/+5
| | | | Notes: svn path=/head/; revision=194182
* Update telepathy-gabble to 0.5.12.Florent Thoumie2007-06-242-5/+4
| | | | Notes: svn path=/head/; revision=194180
* Update telepathy-glib to 0.5.13.Florent Thoumie2007-06-243-13/+14
| | | | Notes: svn path=/head/; revision=194179
* Update libtelepathy to 0.0.55.Florent Thoumie2007-06-243-6/+5
| | | | Notes: svn path=/head/; revision=194178