diff options
author | jmcneill <jmcneill> | 2008-11-15 18:27:22 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-11-15 18:27:22 +0000 |
commit | e216a5637e8828f212663b11a6de79a22af8dcc8 (patch) | |
tree | 563fa8a8e262e5ffdb8b8c2562c3ddd50e5631e2 /net | |
parent | f1140366d4aeacd06b33b5af257dc7f46ecedfd2 (diff) | |
download | pkgsrc-e216a5637e8828f212663b11a6de79a22af8dcc8.tar.gz |
Initial import of p5-Net-DBus version 0.33.6.
Net::DBus provides a Perl XS API to the dbus inter-application
messaging system. The Perl API covers the core base level
of the dbus APIs, not concerning itself yet with the GLib
or QT wrappers. For more information on dbus visit the
project website at:
http://www.freedesktop.org/software/dbus/
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-DBus/DESCR | 7 | ||||
-rw-r--r-- | net/p5-Net-DBus/Makefile | 20 | ||||
-rw-r--r-- | net/p5-Net-DBus/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-Net-DBus/DESCR b/net/p5-Net-DBus/DESCR new file mode 100644 index 00000000000..9c602ac05e6 --- /dev/null +++ b/net/p5-Net-DBus/DESCR @@ -0,0 +1,7 @@ +Net::DBus provides a Perl XS API to the dbus inter-application +messaging system. The Perl API covers the core base level +of the dbus APIs, not concerning itself yet with the GLib +or QT wrappers. For more information on dbus visit the +project website at: + + http://www.freedesktop.org/software/dbus/ diff --git a/net/p5-Net-DBus/Makefile b/net/p5-Net-DBus/Makefile new file mode 100644 index 00000000000..f89275c6e9a --- /dev/null +++ b/net/p5-Net-DBus/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/15 18:27:22 jmcneill Exp $ +# + +DISTNAME= Net-DBus-0.33.6 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~danberr/Net-DBus-0.33.6/ +COMMENT= Perl extension for the DBus message system + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Net/DBus/.packlist + +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-DBus/distinfo b/net/p5-Net-DBus/distinfo new file mode 100644 index 00000000000..13e152d377c --- /dev/null +++ b/net/p5-Net-DBus/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/15 18:27:22 jmcneill Exp $ + +SHA1 (Net-DBus-0.33.6.tar.gz) = 6f55ed159622239d3727273d0a14fdb0b37e9c1c +RMD160 (Net-DBus-0.33.6.tar.gz) = 080f69843ad1a337b65da55efe93bbec0893d40e +Size (Net-DBus-0.33.6.tar.gz) = 99786 bytes |