NOTICE: This package has been removed from pkgsrc

./wip/p5-Net-DBus, Perl bindings for the D-BUS message bus system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.33.5, Package name: p5-Net-DBus-0.33.5, Maintainer: bartosz.kuzma

D-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.

D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.

This package provides the Perl D-BUS bindings.


Required to run:
[sysutils/dbus] [textproc/p5-XML-Twig] [lang/perl5]

Required to build:
[devel/pkg-config]

Master sites: (Expand)

SHA1: 44d14c42122f392cdd187d19e2c24610acfb79fa
RMD160: df76ae25fe7e48a5505e1373e079500561416278
Filesize: 93.878 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-30 14:22:19 by abs | Files touched by this commit (64)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-11-23 10:15:56 by Bartosz Kuźma | Files touched by this commit (2)
Log message:
Update to 0.33.5.

Changes since 0.33.4

 - Added support for getting private bus connections for apps which
   don't want to deal with a shared bus

 - Fix test case to use a private connection

 - On Perl builds where integers are 32-bits, the DBus 64 bit integer
   types will be serialized to/from the Perl String type instead of
   calling 'die'.

 - Fix signature when marshalling dicts on newer DBus builds

 - Fix calling of disconnect wrt to newer DBus semantics

 - Make introspection much more tolerant of missing information
   about methods/properties/signals.

 - Fix use of magic values & added tests

 - Export the Net::DBus::Dumper methods correctly.
   2007-07-13 09:38:03 by Bartosz Kuźma | Files touched by this commit (1)
Log message:
Maintainer has changed.