FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:07 PM GMT
Port details
libpurple 2.10.1 net-im on this many watch lists=17 search for ports that depend on this port An older version of this port was marked as vulnerable.
Backend library for the Pidgin multi-protocol messaging client
Maintained by: marcus@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 May 2007 06:52:41
License: not specified in port
Pidgin is a multi-protocol instant messaging client. It is compatible with AIM
(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
and Zephyr networks.

Pidgin users can log in to multiple accounts on multiple IM networks
simultaneously. This means that you can be chatting with friends on AOL
Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
IRC channel all at the same time.

Pidgin supports many features of the various networks, such as file transfer
(coming soon), away messages, typing notification, and MSN window closing
notification. It also goes beyond that and provides many unique features. A
few popular features are Buddy Pounces, which give the ability to notify you,
send a message, play a sound, or run a program when a specific buddy goes away,
signs online, or returns from idle; and plugins, consisting of text
replacement, a buddy ticker, extended message notification, iconify on away,
and more.

(Adapted from the About Pidgin page.)

Libgaim is a backend library and protocol modules needed for Pidgin frontend
frontends such as the GTK+ and console UIs.

WWW: http://www.pidgin.im/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
net-im/finch
net-im/pidgin

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27, devel/gmake, multimedia/gstreamer-plugins-core, multimedia/gstreamer-plugins-good, textproc/intltool, devel/pkg-config
Required To Run: lang/python27, devel/py-dbus, multimedia/gstreamer-plugins-core, multimedia/gstreamer-plugins-good, misc/gnomehier, devel/pkg-config, devel/gio-fam-backend
Required Libraries: net-im/farsight2, dns/libidn, security/nss, net/avahi-app, devel/dbus-glib, converters/libiconv, devel/gettext, devel/glib20, textproc/libxml2

Required by:
for Libraries

To install the port: cd /usr/ports/net-im/libpurple/ && make install clean
To add the package: pkg_add -r libpurple


Configuration Options
===> The following configuration options are available for libpurple-2.10.1:
     BONJOUR=on (default) "Enable mDNS support"
     DBUS=on (default) "Enable DBUS bindings"
     GNUTLS=off (default) "Use GNUTLS for encryption support"
     NSS=on (default) "Use Mozilla NSS for encryption support"
     SASL=off (default) "Cyrus SASL support (for jabberd)"
     GSTREAMER=on (default) "Use GStreamer for playing sounds"
     VV=on (default) "Enable video and voice support"
     IDN=on (default) "Enable support for international domains"
     PERL=off (default) "Perl scripting"
     TCLTK=off (default) "Tcl/Tk scripting"
     SAMETIME=off (default) "The Lotus Sametime chat protocol"
     SILC=off (default) "The Secure Internet Live Conferencing protocol"
     GG=on (default) "The Gadu-Gadu chat protocol"
     IRC=on (default) "The Internet Relay Chat protocol"
     JABBER=on (default) "The Jabber/XMPP/Google Talk protocol"
     MSN=on (default) "The MSN Messenger protocol"
     MYSPACE=on (default) "The MySpaceIM protocol"
     NOVELL=on (default) "The Novell GroupWise chat protocol"
     OSCAR=on (default) "The AIM/ICQ/Oscar protocol"
     QQ=on (default) "The Tercent QQ chat protocol"
     SIMPLE=on (default) "The SIMPLE chat protocol"
     YAHOO=on (default) "The Yahoo! Messenger protocol"
     ZEPHYR=on (default) "The Zephyr chat protocol"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://sunet.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://iweb.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://switch.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://surfnet.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://kent.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://freefr.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://voxel.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://jaist.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://osdn.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://nchc.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://ncu.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://transact.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://softlayer.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://internode.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://ufpr.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
http://waix.dl.sourceforge.net/project/pidgin/Pidgin/2.10.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 98

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
10 Dec 2011 22:40:08
Original commit files touched by this commit  2.10.1
marcus search for other commits by this committer
Forced commit to note the previous commit also did:

Disable VV support when gstreamer is disabled.

PR:             161512
Feature safe:   yes
10 Dec 2011 22:39:07
Original commit files touched by this commit  2.10.1
marcus search for other commits by this committer
Update to 2.10.1.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.

Feature safe:   yes
27 Sep 2011 20:19:28
Original commit files touched by this commit  2.10.0
mi search for other commits by this committer
When the WITH_TCLTK option is turned on at config-time, use the
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
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.10.0
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
28 Aug 2011 07:05:18
Original commit files touched by this commit  2.10.0
dougb search for other commits by this committer
Remove 0-byte file
27 Aug 2011 17:28:25
Original commit files touched by this commit  2.10.0
marcus search for other commits by this committer
Update Pidgin and friends to 2.10.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
24 Jul 2011 22:10:15
Original commit files touched by this commit  2.9.0_2
marcus search for other commits by this committer
Enable static libraries.

Requested by:   Mark Voortman <mark_voortman@hotmail.com>
19 Jul 2011 08:01:35
Original commit files touched by this commit  2.9.0_1
marcus search for other commits by this committer
Fix a bug where chat rooms/channels can appear multiple times.  This is
taken from http://developer.pidgin.im/ticket/14351 .

PR:             158814
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
02 Jul 2011 22:13:21
Original commit files touched by this commit  2.9.0
marcus search for other commits by this committer
Update Pidgin and friends to 2.9.0.  See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
19 Jun 2011 22:14:43
Original commit files touched by this commit  2.8.0
marcus search for other commits by this committer
Remove a now-dead patch.
19 Jun 2011 21:17:03
Original commit files touched by this commit  2.8.0
marcus search for other commits by this committer
Update to 2.8.0.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
05 Jun 2011 18:43:16
Original commit files touched by this commit  2.7.11_2
novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
14 Mar 2011 08:40:07
Original commit files touched by this commit  2.7.11_1
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of dns/libidn
14 Mar 2011 03:11:05
Original commit files touched by this commit  2.7.11
marcus search for other commits by this committer
Update to 2.7.11.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
27 Feb 2011 07:04:16
Original commit files touched by this commit  2.7.10
marcus search for other commits by this committer
Update to 2.7.10.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
03 Jan 2011 21:56:37
Original commit files touched by this commit  2.7.9_1
marcus search for other commits by this committer
Add a missing locale file.

Reported by:    pointyhat via pav
02 Jan 2011 22:38:14
Original commit files touched by this commit  2.7.9
marcus search for other commits by this committer
Update to 2.7.9.
02 Jan 2011 22:07:17
Original commit files touched by this commit  2.7.8
marcus search for other commits by this committer
Update to 2.7.8, and modify plist to play nicely with net-im/mbpurple.

PR:             153417
Submitted by:   dougb
26 Nov 2010 05:16:13
Original commit files touched by this commit  2.7.7
marcus search for other commits by this committer
Forced commit to note the previous commit:

PR:             152566
Submitted by:   lwhsu
26 Nov 2010 05:14:54
Original commit files touched by this commit  2.7.7
marcus search for other commits by this committer
Update to 2.7.7.  See http://developer.pidgin.im/wiki/ChangeLog for the list
of changes.
22 Nov 2010 18:30:04
Original commit files touched by this commit  2.7.6
ehaupt search for other commits by this committer
Update to 2.7.6

Approved by:    marcus (maintainer)
20 Nov 2010 15:37:08
Original commit files touched by this commit  2.7.5_1
kwm search for other commits by this committer
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Nov 2010 00:11:05
Original commit files touched by this commit  2.7.5
marcus search for other commits by this committer
Update to 2.7.5.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
23 Oct 2010 21:24:00
Original commit files touched by this commit  2.7.4
marcus search for other commits by this committer
Update to 2.7.4.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
15 Aug 2010 00:40:30
Original commit files touched by this commit  2.7.3
marcus search for other commits by this committer
Update to 2.7.3.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
26 Jul 2010 15:28:35
Original commit files touched by this commit  2.7.2
marcus search for other commits by this committer
Fix the plist when Perl support is enabled.

Reported by:    ehaup
25 Jul 2010 14:48:21
Original commit files touched by this commit  2.7.2
kwm search for other commits by this committer
Fix the build by removing a unneeded patch that is merged upstream.

Submitted by:   dougb@
25 Jul 2010 01:32:43
Original commit files touched by this commit  2.7.2
marcus search for other commits by this committer
Update to 2.7.2.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
13 Jun 2010 21:29:04
Original commit files touched by this commit  2.7.1
marcus search for other commits by this committer
Update to 2.7.1.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes. [1]

Also, add a patch to fix compatibility with ICQ 6. [2]

PR:             147758 [1]
Submitted by:   pluknet <pluknet@gmail.com> [1] (based on)
                Eugene Dzhurinsky <bofh@redwerk.com> [2]
Obtained from:  http://developer.pidgin.im/ticket/11836 [2]
31 May 2010 22:52:40
Original commit files touched by this commit  2.7.0_2
marcus search for other commits by this committer
Bump PORTREVISION and add USE_GETTEXT where missing.

PR:             147257
30 May 2010 17:08:59
Original commit files touched by this commit  2.7.0_1
marcus search for other commits by this committer
Fix the build when WITHOUT_GSTREAMER is defined.

PR:             146856
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
23 May 2010 20:20:22
Original commit files touched by this commit  2.7.0_1
marcus search for other commits by this committer
Add back the dependency on intlhack.
22 May 2010 05:50:28
Original commit files touched by this commit  2.7.0_1
marcus search for other commits by this committer
Add a missing locale file.

Reported by:    QAT
22 May 2010 05:21:10
Original commit files touched by this commit  2.7.0
marcus search for other commits by this committer
Update Pidgin and friends to 2.7.0.  See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes.  Also,
enable Tcl 8.5 support.

PR:             146607
Submitted by:   dougb
10 May 2010 21:19:08
Original commit files touched by this commit  2.6.6_2
kwm search for other commits by this committer
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Mar 2010 06:47:48
Original commit files touched by this commit  2.6.6_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
21 Feb 2010 02:24:01
Original commit files touched by this commit  2.6.6
marcus search for other commits by this committer
Updat to 2.6.6.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.

Feature safe:   yes
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.6.5_1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to jpeg-8
23 Jan 2010 19:42:48
Original commit files touched by this commit  2.6.5
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the build now that utmp.h is a stub.

PR:             143065
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
18 Jan 2010 20:29:21
Original commit files touched by this commit  2.6.5
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.6.5.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
06 Dec 2009 23:28:23
Original commit files touched by this commit  2.6.4
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.6.4.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changesi n this release.

PR:             141082
Submitted by:   doubg (based on)
18 Oct 2009 18:11:52
Original commit files touched by this commit  2.6.3_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add a missing file to the plist.

Reported by:    QAT
18 Oct 2009 17:40:13
Original commit files touched by this commit  2.6.3
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.6.3.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.

PR:             139701
Submitted by:   dougb
08 Sep 2009 21:23:33
Original commit files touched by this commit  2.6.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.6.2.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
22 Aug 2009 00:32:25
Original commit files touched by this commit  2.6.1_1
  Sanity Test Failure This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
20 Aug 2009 21:34:19
Original commit files touched by this commit  2.6.1_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add missing '\'.
20 Aug 2009 21:30:37
Original commit files touched by this commit  2.6.1_1
  Sanity Test Failure This port version is marked as vulnerable.
marcus search for other commits by this committer
Add a missing optional dependency on libidn.

Reported by:    QAT
20 Aug 2009 20:41:32
Original commit files touched by this commit  2.6.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.6.1.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
18 Aug 2009 23:18:24
Original commit files touched by this commit  2.5.8_2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Switch back to using NSS as the befault TLS provider as GnuTLS is known to
be buggy with pidgin.
16 Aug 2009 18:04:40
Original commit files touched by this commit  2.5.8_1
 This port version is marked as vulnerable.
novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
22 Jul 2009 16:27:08
Original commit files touched by this commit  2.5.8
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
04 Jul 2009 21:59:25
Original commit files touched by this commit  2.5.8
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.8.  See http://developer.pidgin.im/wiki/ChangeLog for a
list of changes.
21 Jun 2009 19:18:08
Original commit files touched by this commit  2.5.7
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.7.  This is mainly a maintenance release to fix Yahoo!
support.
22 May 2009 05:10:00
Original commit files touched by this commit  2.5.6
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.6.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
24 Mar 2009 00:23:31
Original commit files touched by this commit  2.5.5_1
 This port version is marked as vulnerable.
wxs search for other commits by this committer
- Chase devel/silc-toolkit update.
05 Mar 2009 04:58:59
Original commit files touched by this commit  2.5.5
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.5.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
14 Jan 2009 02:29:06
Original commit files touched by this commit  2.5.4
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.4.

* Add OPTIONS for all of the dynamic chat protocol modules
* Add plist support for WITHOUT_GNUTLS
* Add the myspace chat protocol
* Install the man pages

See http://developer.pidgin.im/wiki/ChangeLog for a list of release
changes.

PR:             130488
Submitted by:   dougb
22 Dec 2008 07:35:22
Original commit files touched by this commit  2.5.3
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.3.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
16 Dec 2008 20:42:26
Original commit files touched by this commit  2.5.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Switch library from avahi-core to avahi-client.

PR:             129691
21 Oct 2008 23:56:32
Original commit files touched by this commit  2.5.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.2.
07 Sep 2008 01:14:59
Original commit files touched by this commit  2.5.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.1.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
21 Aug 2008 21:38:15
Original commit files touched by this commit  2.5.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.5.0.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
02 Jul 2008 05:58:24
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.4.3.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.

Submitted by:   dougb
10 Jun 2008 15:09:44
Original commit files touched by this commit  2.4.2_2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Touch all of the files to keep auto* from running.
09 Jun 2008 20:06:37
Original commit files touched by this commit  2.4.2_2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix sys/sysctl.h detection which allows NAT-PMP to work.
06 Jun 2008 13:51:54
Original commit files touched by this commit  2.4.2_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
21 May 2008 00:08:14
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the build when Bonjour support is not enabled.

Submitted by:   Richard Gay <richard.gay@rwth-aachen.de>
19 May 2008 16:04:11
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the build with Sametime support is not desired.

Submitted by:   sebosik@demax.sk
19 May 2008 06:16:08
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.4.2.  See http://developer.pidgin.im/wiki/ChangeLog for the list
of changes.
16 May 2008 01:50:25
Original commit files touched by this commit  2.4.1_2
 This port version is marked as vulnerable.
wxs search for other commits by this committer
Chase silc-toolkit update.

Approved by:    garga (mentor)
04 May 2008 20:29:35
Original commit files touched by this commit  2.4.1_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Forced commit about the libxml2 addition.

PR:             122671
Submitted by:   "Peter C. Lai" <cowbert@gmail.com>
04 May 2008 20:28:50
Original commit files touched by this commit  2.4.1_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add a missing dependency on libxml2.
04 Apr 2008 02:34:14
Original commit files touched by this commit  2.4.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.4.1.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
11 Mar 2008 20:52:01
Original commit files touched by this commit  2.4.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Remove an extra '('.

Reported by:    pointyhat via erwin
08 Mar 2008 18:15:59
Original commit files touched by this commit  2.4.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the finch build on 5.X.

Reported by:    pointyhat via pav
02 Mar 2008 05:31:23
Original commit files touched by this commit  2.4.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.4.0.  See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
15 Jan 2008 05:28:32
Original commit files touched by this commit  2.3.1_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Remove empty patch files.

Reported by:    pav
26 Dec 2007 02:34:09
Original commit files touched by this commit  2.3.1_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Libpurple only needs to depend on avahi-app.

PR:             119022
Submitted by:   "Dima Panov" <fluffy@fluffy.khv.ru>
13 Dec 2007 04:20:54
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update pidgin to 2.3.1, and chase the shared lib version bump.  See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes.
29 Oct 2007 15:02:03
Original commit files touched by this commit  2.2.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.2.2.  See http://developer.pidgin.im/wiki/ChangeLog for all
of the changes.
24 Oct 2007 23:37:25
Original commit files touched by this commit  2.2.1_2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
30 Sep 2007 22:27:54
Original commit files touched by this commit  2.2.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.2.1.  See http://developer.pidgin.im/wiki/ChangeLog for a
list of changes in this release.
17 Sep 2007 19:46:15
Original commit files touched by this commit  2.2.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.2.0.  See http://pidgin.im/ChangeLog for the list of changes
in this release.
21 Aug 2007 20:39:59
Original commit files touched by this commit  2.1.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.1.1.

Yahoo:
* Added an account action to open your inbox in the yahoo prpl.
* Added support for Unicode status messages in Yahoo.
* Server-stored aliases for Yahoo. (John Moody)
* Fixed support for Yahoo! doodling.
* Limited support for MSN Messenger contacts

Bonjour:
* Bonjour plugin uses native Avahi instead of Howl
* Bonjour plugin supports Buddy Icons

XMPP:
* Only report conversation close when 'send typing notifications' preference is
turned on (Bob Rossi)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
16 Aug 2007 06:29:34
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix finch build on 5.X on 64-bit platforms.  Basically, rely on our
CFLAGS override to set _XOPEN_SOURCE_EXTENDED.

Reported by:    pointyhat via kris
04 Aug 2007 21:50:03
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Restore DESTDIR backout.
04 Aug 2007 21:43:56
Original commit files touched by this commit  2.1.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.1.0.

libpurple:
* Core changes to allow UIs to use second-granularity for scheduling. Pidgin and
Finch, which use the glib event loop, were changed to use
g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to
better group our longer timers to increase power fficiency. (Arjan van de Ven
with Intel Corporation)
* No longer linkifies screennames containing @ signs in join/part notifications
in chats
* With the HTML logger, images in conversations are now saved. NOTE: Saved
images are not yet displayed when loading logs.
* Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)

Pidgin:
* Ensure only one copy of Pidgin is running with a given configuration
directory. The net effect of this is that trying to start Pidgin a second time
will raise the buddy list. (Gabriel Schulhof)
* Undo capability in the conversation window
* The formatting toolbar has been reorganized to be more concise.
* A new status area has been added to the top of conversations to provide
additional detail about the buddy, including buddy icon, protocol and status
message.
* Show idle times in the buddy list as days, hours, seconds

Finch:
* There's support for workspaces now (details in the manpage)
* There's a new custom window manager, Irssi
* Some improvements for tab-completion, tooltip and the password entries
* Some bugs regarding search results fixed
* A new DBus-script to create a docklet for finch
* Support for showing empty groups in the buddy list (Eric Polino)
04 Aug 2007 11:41:31
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
01 Jul 2007 08:56:17
Original commit files touched by this commit  2.0.2_1
 This port version is marked as vulnerable.
novel search for other commits by this committer
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
17 Jun 2007 04:22:57
Original commit files touched by this commit  2.0.2
 This port version is marked as vulnerable.
marcus search for other commits by this committer
* Update to 2.0.2
* Make GnuTLS the default SSL provider (over NSS) to avoid crashes reported
  by some users
14 Jun 2007 02:36:32
Original commit files touched by this commit  2.0.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix plist when building with SILC support.

Submitted by:   A.J. Kehoe IV (Nanoman) <nanoman@nanoman.ca>
02 Jun 2007 18:21:55
Original commit files touched by this commit  2.0.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Fix the plist in the non-D-BUS case.

Reported by:    Yuri Pankov <yuri.pankov@gmail.com>
29 May 2007 17:35:49
Original commit files touched by this commit  2.0.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
libpurple does not conflict with Gaim.
27 May 2007 20:47:25
Original commit files touched by this commit  2.0.1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to 2.0.1.
25 May 2007 00:07:20
Original commit files touched by this commit  2.0.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Update to the long-awaited 2.0.0.  This has come a long way since Gaim
1.5.0, so be sure to checkout the new Pidgin website at
http://www.pidgin.im/ for all the exciting news.
19 May 2007 20:32:57
Original commit files touched by this commit  2.0.0.b7_3
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
03 May 2007 19:11:01
Original commit files touched by this commit  2.0.0.b7_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Correct an NSS initialization error that was causing crashes with certain
protocols.

Reported by:    mux
Obtained from:  Pidgin SVN
03 May 2007 06:52:13
Original commit files touched by this commit  2.0.0.b7
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add libpurple after a repocopy from net-im/libgaim.  Libpurple is the renamed
version of libgaim, i.e. the backed library and protocols that drive the
Pidgin (nee Gaim) instant messenger client.

This is a direct upgrade for users of libgaim from 2.0.0.b6 to 2.0.0.b7.

Number of commits found: 98

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month138

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.855 seconds.