Commit graph

2129 commits

Author SHA1 Message Date
sketch
c7a9b9848a Add the all-important /brick command. 2009-01-19 10:20:03 +00:00
wiz
29b7a11d5b Update to 0.7.22:
telepathy-glib 0.7.22 (2009-01-13)
==================================

The "TP_STRUCT_TYPE_BROWN_PAPER_BAG" release.

Fixes:

* Accept message=NULL in tp_group_mixin_change_members, as documented and true
  in the past, rather than crashing.

telepathy-glib 0.7.21 (2009-01-12)
==================================

The "TP_HASH_TYPE_PINT_HOBGOBLIN_MOUTH_MAP" release.

Enhancements:

* Updated to spec version 0.17.17
  - Added TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP and
    TP_HASH_TYPE_MESSAGE_PART_CONTENT_MAP

* (Finally) merged TpMessageMixin, which can be used in place of TpTextMixin to
  implement the Messages interface on Text channels.

* The examples have been made more exemplary, using TpChannelManager in place
  of TpChannelFactoryIface, implementing Destroyable and respawning 1-1 text
  channels which are closed with pending messages.

* Added a TP_COMPILER_WARNINGS macro to simplify choosing compiler warnings in
  configure.ac, and forked a version of AS_COMPILER_FLAG that supports C++ so
  that TP_COMPILER_WARNINGS can be used for C++ projects (such as
  telepathy-qt4).  Other projects using telepathy-glib's warnings might want to
  copy m4/tp-compiler-*.m4 and use TP_COMPILER_WARNINGS.

* Added support to TpGroupMixin for emitting the MembersChangedDetailed signal
  (fd.o #19050 and #19052), and to TpChannel for listening to it when possible
  (fd.o #19051).

* Added tp_channel_get_identifier

* Added support for parsing the dbus-property CM parameter flag (introduced in
  spec 0.17.16) from .manager files (fd.o #19053).

Fixes:

* Various Win32 portability fixes (from Sunil Mohan Adapa on fd.o #19461).

* fd.o #19101: tp_connection_get_contacts_by_id() crashes
2009-01-18 16:18:50 +00:00
wiz
fe80db1bd6 Fix build.
Addresses PR 40399 by Derouiche.
2009-01-17 20:36:28 +00:00
jmcneill
ff2e391908 + pidgin-libnotify 2009-01-16 14:29:06 +00:00
jmcneill
35d8743593 Import pidgin-libnotify version 0.14.
This plugin adds a libnotify interface to pidgin, enabling popups much like
guifications. It has some configuration options, to show popups when a buddy
signs on, on new messages and on new conversations only.

Don't forget to enable the plugin in Tools->Plugins.
2009-01-16 14:28:37 +00:00
wiz
b0ddeb3902 Update to 0.7.18:
telepathy-gabble 0.7.18 (2009-01-06)
====================================

The "The Orchestral Tubular Socks"

Enhancements:

* Implement SOCKS5 bytestreams (XEP-0065) in stream tubes.

* Implement a stream initiation fallback mechanism allowing to use IBB if
  we can't connect to peer using SOCKS5.

Fixes:

* Don't crash on setting presence if there are open MUC Tubes.

* Stream tube channel advertises the immutable channel properties,
  including those not on the Channel interface.

telepathy-gabble 0.7.17 (2008-12-14)
====================================

The "I accidentally an entire call *and* MUC" release.

Dependencies:

* dbus 1.1.0 (D-Bus Tubes are no longer conditionally compiled)

* dbus-glib 0.78 (fixes support for complex types in hashtables)

Enhancements:

* Add support for the new draft ContactCapabilities spec to communicate tube
  capabilities.

Fixes:

* Incoming Jingle calls are no longer automatically accepted when the call is
  connected and the local codecs are ready.

* Incoming MUC invites are no longer automatically accepted when changing your
  presence.

* fd.o #18918: Send codec parameters according to XEP-0167.

* Various Jingle tweaks.

telepathy-gabble 0.7.16 (2008-12-02)
====================================

The "what could possibly go wrong" release.

This release contains the reworked Jingle engine with support for latest
Jingle draft (XEP-0166 v0.32), and Google's Jingle variants as used in
their desktop client and recently launched Googlemail client.

This release has no known regressions, but as we have done extensive changes
to the Jingle engine, you might want to restrict this release to experimental
distributions like Debian experimental and Fedora rawhide for now.

Enhancements:

* fd.o #15908: refactor Jingle state machine

* fd.o #15907: Update real-Jingle implementation to XEP-0166 v0.25

* fd.o #13159: support current Google Talk protocol

* Misc Tubes-related enhancements and fixes

Fixes:

* fd.o #18404: fix race condition in tests/twisted/roster/ensure.py

* Fixes for double freeing in dispose in channel managers
2009-01-13 10:55:15 +00:00
wiz
3b9050f581 Update to 0.7.20:
telepathy-glib 0.7.20 (2008-12-14)
==================================

The "xfs_freeze stole the night" release.

Enhancements:

* Updated to spec version 0.17.16
  - Generate code for the Messages interface, which is now undrafted.

Fixes:

* fd.o #18845: don't throw a critical error from TpConnection if the
  corresponding CM falls off the bus.

* fd.o #18926: avoid using a non-top-level GLib header

telepathy-glib 0.7.19 (2008-12-01)
==================================

The "fast path" release.

Enhancements:

* TpContact now has a fast path using the Contacts interface to reduce
  D-Bus round-trips, if supported

* tp_connection_get_contact_attributes integrates the Contacts interface
  with TpConnection's handle reference tracking at a lower level

* TpChannel now tracks its immutable properties (as provided by
  Requests.NewChannels, Requests.CreateChannel and Requests.EnsureChannel),
  can be constructed from a dictionary of immutable properties
  (tp_channel_new_from_properties), and has a fast path using GetAll to reduce
  round trips (if supported); when constructed from a dictionary of immutable
  properties, non-Group channels should become 'ready' in a single round-trip

* Only use the Properties mixin in there are properties defined

Fixes:

* fd.o #15092: mixins in a superclass should now work correctly in subclasses

* fd.o #18151: tp_base_connection_dispose asserts if there are two connections to the same account
2009-01-13 10:28:39 +00:00
wiz
f2cfba8626 Add buildlink3.mk file. 2009-01-13 09:08:18 +00:00
jmcneill
f062b52a15 + msn-pecan 2009-01-12 13:38:11 +00:00
jmcneill
d012f94e97 Import msn-pecan version 0.0.17.
msn-pecan is a fork of the MSN plug-in from Pidgin. Compared to Pidgin's
official MSN plug-in:

  * Faster log-in
  * Fewer connection issues
  * Fewer crashes
  * Experimental direct connection support (fast file transfers)
  * Server-side storage for display names (private alias)
  * Support for handwritten messages (read-only)

Other features:

  * Support for personal status messages
  * Support for offline messaging (read-only)
  * Send custom emoticons (Pidgin >= 2.5)
2009-01-12 13:36:35 +00:00
tonnerre
ed11f18b0b And now add the PERLIO_INIT fix for silc-client as well. 2009-01-12 07:15:50 +00:00
tonnerre
ed6b94a3c4 Upgrade silc-client to version 1.1.7, fixing various crash and Perl problems.
ChangeLog for 1.1.5 somehow got lost, but here are the bits from 1.1.6 and
1.1.7:
 - Fixed channel MAC key setting in JOIN notify and command reply.
 - Fix reference count bug leading to memory corruption on duplicate deletions.
 - Avoid NULL dereference when leaving a channel with a private key.
 - Fix crash on expired keyboard prompts.
 - Add support for autosendcmd on channel entries.
2009-01-12 06:46:43 +00:00
markd
71632daa5f add libmsn 2009-01-10 08:57:55 +00:00
markd
137a31392d Import libmsn 4.0beta2
libmsn is a C++ library for Microsoft's MSN Messenger service. It provides
a high-level interface that allows an application to access instant messaging
features with ease.
2009-01-10 08:56:39 +00:00
abs
84de4ea25a I haven't used this since 2006 - relinquish maintainership 2009-01-05 12:19:58 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
adrianp
58ce023c21 +ctrlproxy 2009-01-04 01:06:23 +00:00
adrianp
8a42e42182 CtrlProxy runs on a computer with a 24/7 internet connection and allows you
to transparently connect to IRC from anywhere on the world to your nick. It
connects to one or more IRC servers and then allows you to connect to it
with any number of clients, providing access to these servers. This is very
useful if you don't want to leave IRC but still want to be able to use it
from home, school or work.
2009-01-04 01:05:46 +00:00
adrianp
26d9ec0eb2 +inspircd12 2009-01-04 00:53:07 +00:00
adrianp
cd16576b04 Add latest BETA for InspIRCd 1.2
Convert m_shun and m_cban to use new XLine framework
Allow for custom prefixes to be used in /notice #chan e.g. &
/WATCH away notification
Exceptions for m_denychans.
userrec::HasPermission -> map of maps, for (even faster) access

For all the details see:
 http://wiki.inspircd.org/Development/Roadmap/1.2
2009-01-04 00:52:27 +00:00
adrianp
f7a1138103 HOMEPAGE, MASTER_SITES and CONFLICTS updates 2008-12-30 01:18:36 +00:00
jmcneill
fb2267a587 Fix build with XFree86. 2008-12-24 12:39:59 +00:00
jmcneill
7993353f3f Update libpurple, pidgin, pidgin-sametime, pidgin-silc, finch to
version 2.5.3;

Version 2.5.3 (12/20/2008)

    * libpurple
          o The Buddy State Notification plugin no longer prints duplicate notifications when the same buddy is in multiple groups. (Florian Quèze)
          o The Buddy State Notification plugin no longer turns JID's, MSN Passport ID's, etc. into links. (Florian Quèze)
          o purple-remote now has a "getstatusmessage" command to retrieve the text of the current status message.
          o Various fixes to the nullprpl. (Paul Aurich)
          o Fix a crash when accessing the roomlist for an account that's not connected. (Paul Aurich)
          o Fix a crash in purple_accounts_delete that happens when this function is called before the buddy list is initialized. (Florian Quèze)
          o Fix use of av_len in perl bindings to fix some off-by-one bugs. (Paul Aurich)
          o On ICQ, advertise the ICQ 6 typing capability. This should fix the reports of typing notifications not working with third-party clients. (Jaromír Karmazín)
          o Many QQ fixes and improvements, including the ability to connect using QQ2008 protocol and sending/receiving of long messages. The recommended version to use is still QQ2005.
          o Fix a crash with DNS SRV lookups. (Florian Quèze)
          o Fix a crash caused by authorization requests. (Florian Quèze)

    * Gadu-Gadu
          o Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki)
          o Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki)
          o Gadu-Gadu now does proper charset translations where needed. (Adam Strzelecki)

    * MSN
          o Fix an error with offline messages by shipping the new "Microsoft Secure Server Authority" and the "Microsoft Internet Authority" certificates. These are now always installed even when using --with-system-ssl-certs because most systems don't ship those intermediate certificates.
          o The Games and Office media can now be set and displayed (in addition to the previous Music media). The Media status text now shows the album, if possible.
          o Messages sent from a mobile device while you were offline are now correctly received.
          o Server transfers after you've been connected for a long time should now be handled correctly.
          o Many improvements to handling of "federated" buddies, such as those on the Yahoo network.
          o Several known crashes have been resolved.
          o Many other fixes and code cleanup.

    * MySpace
          o Respect your privacy settings set using the official MySpace client.
          o Add support for blocking buddies.
          o Fix a bug where buddies didn't appear in their correct groups the first time you sign into your account.
          o Properly disconnect and sign out of the service when logging off.
          o Support for foreground and background font colors in outgoing IMs.
          o Support for background font colors in incoming IMs.
          o Many other fixes and code cleanup.

    * Sametime
          o Fix insanely long idle times for Sametime 7.5 buddies by assuming 0 idle time if the idle timestamp is in the future. (Laurent Montaron)
          o Fix a crash that can occur on login. (Raiko Nitzsche)

    * SIMPLE
          o Fix a crash when a malformed message is received.
          o Don't allow connecting accounts if no server name has been specified. (Florian Quèze)

    * XMPP
          o Fix the namespace URL we look for in PEP reply stanzas to match the URL used in the 'get' requests (Paul Aurich)
          o Resources can be set to the local machine's hostname by using __HOSTNAME__ as the resource string. (Jonathan Sailor)
          o Resources can now be left blank, causing the server to generate a resource for us where supported. (Jonathan Sailor)
          o Resources now default to no value, but "Home" is used if the server refuses to provide a resource.
          o Quit trying to get user info for MUC's. (Paul Aurich)
          o Send "client-accepts-full-bind-result" attribute during SASL login. This will fix Google Talk login failures if the user configures the wrong domain for his/her account.
          o Support new <metadata/> element to indicate no XEP-0084 User Avatar. (Paul Aurich)
          o Fix SHA1 avatar checksum errors that occur when one of the bytes in a checksum begins with 0. (Paul Aurich)
          o Fix a problem with duplicate buddies. (Paul Aurich)

    * Yahoo
          o Corrected maximum message lengths for Yahoo!
          o Fix file transfers with older Yahoo protocol versions.

    * Zephyr
          o Enable auto-reply, to emulate 'zaway.' (Toby Schaffer)
          o Fix a crash when an account is configured to use tzc but tzc is not installed or the configured tzc command is invalid. (Michael Terry)
          o Fix a 10 second delay waiting on tzc if it is not installed or the configured command is invalid. (Michael Terry)

    * Pidgin
          o On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting instead of our own (hidden) tooltip_delay pref. If you had previously changed that pref, add a line like this to ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):

                      gtk-tooltip-timeout = 500

            To completely disable tooltips (e.g. if you had an old tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0:

                      gtk-enable-tooltips = 0

          o Moved the release notification dialog to a mini-dialog in the buddylist. (Casey Ho)
          o Fix a crash when closing an authorization minidialog with the X then immediately going offline. (Paul Aurich)
          o Fix a crash cleaning up custom smileys when Pidgin is closed.
          o Fix adding a custom smiley using the context menu in a conversation if no custom smilies have previously been added using the smiley manager.
          o Improved support for some message formatting in conversations.
          o Allow focusing the coversation history or userlist with F6.
          o Fixed the Send Button plugin to avoid duplicate buttons in a single conversation.
          o Double-clicking a saved status will now activate it and close the saved status manager, rather than edit the status.

    * Finch
          o Allow binding meta+arrow keys for actions.
          o Added default meta+erase binding for delete previous word.
          o Added "Show When Offline" to buddy menus, so a plugin is no longer needed.

Version 2.5.2 (10/19/2008)

    * libpurple
          o Fixed a crash on removing a custom buddy icon on a buddy.
          o Fixed a crash caused by certain self-signed SSL certificates.
          o Enable a number of strong ciphers which were previously disabled when using NSS. (Thanks to Marcus Trautwig.)

    * Pidgin
          o The status selector now saves your message when changing status.
          o Fix a case where a conversation window could close unexpectedly.
          o A mute sounds option has been added to the preferences window to help with discoverability. CTRL+S is no longer bound to mute.
          o Added ability to change the color of visited links (using the theme control plugin, or setting the color in ~/.gtkrc-2.0)
          o Fix a crash occuring when a custom smiley is deleted and re-added and used in an open conversation after being re-added.

    * Finch
          o A new 'Nested Grouping' option in the 'Grouping' plugin. Group hierarchies are defined by the '/' character in the group names.
          o A bug was fixed where some key-bindings wouldn't work with some TERMs (e.g. xterm-color, screen-linux etc.)

    * MSN
          o Operations (such as moving to a new group) on contacts that were added in the same session should now complete correctly, and not cause synchronization errors at next login.
          o Minor fixes to login process during a server transfer.
          o Restored the "Has You" feature to the MSN protocol tooltips.
          o ADL 205/214/etc errors should no longer prevent login.

    * XMPP
          o Sending and receiving custom smileys using the specification in XEP-0231 (bits of binary) and XHTML-IM

    * Yahoo
          o Only send a Ping once every hour. This prevents the account from being disconnected from the server periodically.
2008-12-22 18:47:43 +00:00
ahoka
08a594ade4 Move the avahi option to libpurple where it belongs.
Bump.
2008-12-21 14:08:39 +00:00
wiz
e0d1e94a88 Also depend on py-expat for Python 2.3 (noted by Joerg) and Python 2.1. 2008-12-21 10:58:52 +00:00
wiz
713584ca8c py-expat only needed with Python 2.4, make it so. 2008-12-21 10:35:19 +00:00
joerg
fa2ba0643b Needs py-expat for building. 2008-12-21 09:55:04 +00:00
ahoka
dff3c66a65 Add dbus, gstreamer and avahi (new) to default options.
This will enable better gnome integration and cooperation with
other freedesktop software.
Bump revision.
2008-12-21 00:12:10 +00:00
ahoka
1cf2dfc74e Fix a misuse of autoconf macros.
Now properly builds with wide-curses.
2008-12-18 20:27:47 +00:00
christos
460bd4190f make this work on 64 bit platforms:
- fix warnings for missing prototypes
- use termios instead of sgtty (why doesn't this work on amd64?)
2008-12-17 02:19:59 +00:00
adrianp
fb2386f0b7 Update to 1.1.22
Don't build the core as lots of shared objects, but instead do it properly.
Remove server name prefix from kill messages, low-priority cosmetic fix.
Change rm to force removal for configureclean target, obsoletes debian patch.
Don't attempt to modify permissions on config file, obsoletes debian patch.
Fix gnutls detection, wrong var was set, thanks SnoFox
Backport 8a7abaf: don't check permission to +Q if not a local user, fixes bug #619
Add alias for ALIS, closes bug #632.
Fix duplicated umode, closes bug #631
Backport r10791, m_watch was deleting the wrong user's watcher list
Fix an uninitialised variable in ConfigReader::GetError()
Backport leak on /rehash fix.
Backport race condition fixes.
Fix: Port was never read in for connect tags, patch from Szymek - thanks!
Fix a low risk race condition which could result in crashes, spotted by Szymek - big thanks!
Backport: Watch visibility test was working the wrong way. Patch from Darom.
Numerous fixes for m_dccallow - only the first banfile tag mattered, improper behavior with no banfile tags, incorrect check for adding yourself to the dccallow list, and several cosmetic issues.
Backport leak fix on helpop config reading, thanks Macgyver.
Fix for bug #614 reported by jdhore, thanks. NOTE: The numerics for /MODULES have been changed in 1.1 to match those in 1.2, now 703 and 704. This is required because conspire seems to want to interpret the old numeric for sasl even if sasl isnt available (numeric 900)
Fix for bug #604 reported by Phoenix, thanks
Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and zlines on IPs affecting cgiirc users. Thanks to Saz|Laptop
Backport r10602: potentially unsafe comparison in SSL
Fix for bug #610 reported by ankit
Backport r10517: Fix KILL server-notice duplication
backport r10054 from trunk. fixes output corruption if ports fail to bind.
2008-12-05 14:04:52 +00:00
tonnerre
f937e8d299 Make irssi actually work with a threaded Perl 5.10. (Now, the PerlIO mutex
must be initialized before trying to fiddle with the interpreter.)
2008-12-04 12:53:55 +00:00
joerg
30895332cc Add missing entries. 2008-11-18 18:03:09 +00:00
dsainty
5f9a121cb7 Add an HTTP URL to MASTER_SITES, for firewall convenience. 2008-11-17 08:09:19 +00:00
adrianp
d551200722 Add a small function from OpenSSH for systems that don't support __progname
Initially this is for SunOS only so this package can build on OpenSolaris.
PKGREVISION++
2008-11-16 19:16:49 +00:00
wiz
3ce974d794 Remove MESSAGE now that dbus is fixed. 2008-11-16 12:04:41 +00:00
wiz
5c94a3cb74 Remove hicolor icon cache (created by hicolor-icon-theme automatically)
from PLIST. Bump PKGREVISION.
2008-11-16 11:59:04 +00:00
wiz
586629bc5e Remove unneeded part of the comment. 2008-11-14 23:03:02 +00:00
wiz
368f0e2f5e Initial import of empathy-2.24.1:
Empathy consists of a rich set of reusable instant messaging widgets,
and a GNOME client using those widgets. It uses Telepathy and
Nokia's Mission Control, and reuses Gossip's UI. The main goal is
to permit desktop integration by providing libempathy and libempathy-gtk
libraries. libempathy-gtk is a set of powerful widgets that can be
embeded into any GNOME application.

Current features

    * Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all
      supported by pidgin
    * Account editor (specialized UI for most protocols)
    * Auto away and extended away using gnome-screensaver
    * Auto re-connect using Network Manager
    * Private and group chat (with smileys, spellcheck)
    * Powerful theme engine for chats
    * Log conversations, view/search in logs and prepend logs in
      new chats
    * Adding new contacts and viewing/editing contact information
    * Voice and Video call using SIP and Jingle
    * Python bindings for libempathy and libempathy-gtk
    * Collaborative work using Tubes
2008-11-14 23:01:45 +00:00
wiz
753c10323e Initial import of telepathy-gabble-0.7.15:
A Jabber/XMPP connection manager that handles single- and multi-user
chats and voice/video calls.
2008-11-14 23:00:42 +00:00
wiz
ba9de64eef Initial import of telepathy-idle-0.1.2:
A full-featured IRC connection manager for Telepathy.

XXX: I couldn't get this to work with empathy. Might need further fixes.
2008-11-14 23:00:12 +00:00
wiz
e308e522fa Initial import of telepathy-mission-control-4.67:
Mission Control, or MC, is a Telepathy component providing a way
for "end-user" applications to abstract some of the details of
connection managers, to provide a simple way to manipulate a bunch
of connection managers at once, and to remove the need to have in
each program the account definitions and credentials.

Misson Control implements some well-defined API's much like each
connection manager respond to a set of well-defined telepathy API's.
The set of API's implemented by MCs will be split in several
interfaces to ease progressive and adaptative implementation of
each facet.

There are different types of files that the MC will use, and that
are installed by the various connection managers package or
third-party application needing to be hooked-in. MC is able to
handle all those file formats as expected.
2008-11-14 22:59:03 +00:00
wiz
8ebf16092f Initial import of libtelepathy-0.3.3:
The Telepathy project is building a unified framework for many
different kinds of real-time communications. It uses the D-Bus
messaging system to provide a simple interface for client applications,
allowing them to quickly take advantage of Telepathy's benefits.

* Real-time: Telepathy supports instant messaging (both one-to-one
and in groups), voice calls and video calls; it's less suited for
store-and-forward applications like email

* Unified: Many different programs can take advantage of these
communications; Telepathy lets these programs work together

* Framework: Telepathy allows the different aspects of communication
handling to be divided between different parts of the system,
meaning each part is simpler
2008-11-14 22:58:06 +00:00
wiz
1e7592c0ab Initial import of telepathy-glib-0.7.18:
This is a library for GLib-based Telepathy components.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It
abstracts differences between protocols to provide a unified
interface for applications.
2008-11-14 22:57:10 +00:00
martti
a3add74345 Updated chat/ejabberd to 2.0.2 (patch received from Fabrice Colliot)
* Bug fixes

* Patch #389 (https://support.process-one.net/browse/EJAB-389) applied
  instead of the old pkgsrc patch. You MUST modify your ejabberd.cfg!
2008-11-12 13:13:59 +00:00
wiz
3e83de3a37 Update to 20080314:
Changes since ircII 20060725:

  o  /on channel_signoff works again
  o  try to split ICB messages at word boundaries
  o  disallow many IRC commands on ICB
  o  /ping works on ICB
  o  revert the utf-8 changes for large lastlog performance reasons.
     there should be a re-implementation coming in the future.
2008-11-10 19:25:27 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
wiz
2082956205 Bump PKGREVISION for libmowgli shlib bump.
Other dependencies not bumped, because they were all updated in the
last hour.
2008-11-10 12:09:02 +00:00
wiz
4bb09e4700 Use devel/libmowgli instead of devel/mowgli. 2008-11-10 11:35:33 +00:00
snj
d3d9932d48 Update to 0.6.3. Zillions of bug fixes, see the included ChangeLog for
details.
2008-11-06 19:59:04 +00:00