update to p5-Net-DBus-1.1.0
tested by/ok aja@
This commit is contained in:
parent
ba496b2925
commit
270e702a9f
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2014/06/14 23:25:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2015/03/17 11:22:08 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Perl API to the dbus inter-application messaging system
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Net-DBus-1.0.0
|
||||
DISTNAME= Net-DBus-1.1.0
|
||||
CATEGORIES= net x11
|
||||
REVISION= 0
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
@ -16,6 +15,9 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += dbus-1
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EG_DIR= examples
|
||||
|
||||
RUN_DEPENDS= textproc/p5-XML-Twig
|
||||
BUILD_DEPENDS= textproc/p5-XML-Twig
|
||||
LIB_DEPENDS= x11/dbus
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Net-DBus-1.0.0.tar.gz) = v9DzvIriKLQQlSgp2X7V+cHVNYerZFudmSQfa1HiWQ8=
|
||||
SIZE (Net-DBus-1.0.0.tar.gz) = 100667
|
||||
SHA256 (Net-DBus-1.1.0.tar.gz) = g5FpbbnpbDdLcphMC62cfRyfO07+aPnd9CmndUjg4mk=
|
||||
SIZE (Net-DBus-1.1.0.tar.gz) = 2075154
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/06/14 23:25:42 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/17 11:22:08 jasper Exp $
|
||||
${P5ARCH}/Net/
|
||||
${P5ARCH}/Net/DBus/
|
||||
${P5ARCH}/Net/DBus.pm
|
||||
${P5ARCH}/Net/DBus/ASyncReply.pm
|
||||
${P5ARCH}/Net/DBus/Annotation.pm
|
||||
${P5ARCH}/Net/DBus/BaseObject.pm
|
||||
${P5ARCH}/Net/DBus/Binding/
|
||||
${P5ARCH}/Net/DBus/Binding/Bus.pm
|
||||
${P5ARCH}/Net/DBus/Binding/Connection.pm
|
||||
@ -24,6 +25,7 @@ ${P5ARCH}/Net/DBus/Dumper.pm
|
||||
${P5ARCH}/Net/DBus/Error.pm
|
||||
${P5ARCH}/Net/DBus/Exporter.pm
|
||||
${P5ARCH}/Net/DBus/Object.pm
|
||||
${P5ARCH}/Net/DBus/ProxyObject.pm
|
||||
${P5ARCH}/Net/DBus/Reactor.pm
|
||||
${P5ARCH}/Net/DBus/RemoteObject.pm
|
||||
${P5ARCH}/Net/DBus/RemoteService.pm
|
||||
@ -39,11 +41,11 @@ ${P5ARCH}/Net/DBus/Tutorial/ExportingObjects.pod
|
||||
${P5ARCH}/Net/DBus/Tutorial/UsingObjects.pod
|
||||
${P5ARCH}/auto/Net/
|
||||
${P5ARCH}/auto/Net/DBus/
|
||||
@comment ${P5ARCH}/auto/Net/DBus/DBus.bs
|
||||
${P5ARCH}/auto/Net/DBus/DBus.so
|
||||
@man man/man3p/Net::DBus.3p
|
||||
@man man/man3p/Net::DBus::ASyncReply.3p
|
||||
@man man/man3p/Net::DBus::Annotation.3p
|
||||
@man man/man3p/Net::DBus::BaseObject.3p
|
||||
@man man/man3p/Net::DBus::Binding::Bus.3p
|
||||
@man man/man3p/Net::DBus::Binding::Connection.3p
|
||||
@man man/man3p/Net::DBus::Binding::Introspector.3p
|
||||
@ -62,6 +64,7 @@ ${P5ARCH}/auto/Net/DBus/DBus.so
|
||||
@man man/man3p/Net::DBus::Error.3p
|
||||
@man man/man3p/Net::DBus::Exporter.3p
|
||||
@man man/man3p/Net::DBus::Object.3p
|
||||
@man man/man3p/Net::DBus::ProxyObject.3p
|
||||
@man man/man3p/Net::DBus::Reactor.3p
|
||||
@man man/man3p/Net::DBus::RemoteObject.3p
|
||||
@man man/man3p/Net::DBus::RemoteService.3p
|
||||
@ -73,3 +76,19 @@ ${P5ARCH}/auto/Net/DBus/DBus.so
|
||||
@man man/man3p/Net::DBus::Tutorial.3p
|
||||
@man man/man3p/Net::DBus::Tutorial::ExportingObjects.3p
|
||||
@man man/man3p/Net::DBus::Tutorial::UsingObjects.3p
|
||||
share/examples/p5-Net-DBus/
|
||||
share/examples/p5-Net-DBus/dump-object-xml.pl
|
||||
share/examples/p5-Net-DBus/dump-object.pl
|
||||
share/examples/p5-Net-DBus/example-client-async.pl
|
||||
share/examples/p5-Net-DBus/example-client-no-introspect.pl
|
||||
share/examples/p5-Net-DBus/example-client.pl
|
||||
share/examples/p5-Net-DBus/example-proxy-service.pl
|
||||
share/examples/p5-Net-DBus/example-service-async.pl
|
||||
share/examples/p5-Net-DBus/example-service-magic.pl
|
||||
share/examples/p5-Net-DBus/example-service-no-introspect.pl
|
||||
share/examples/p5-Net-DBus/example-service.pl
|
||||
share/examples/p5-Net-DBus/example-signal-emitter.pl
|
||||
share/examples/p5-Net-DBus/example-signal-receiver.pl
|
||||
share/examples/p5-Net-DBus/lshal.pl
|
||||
share/examples/p5-Net-DBus/notification.pl
|
||||
share/examples/p5-Net-DBus/strict-exports.pl
|
||||
|
Loading…
Reference in New Issue
Block a user