1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add p5-Net-DBus, perl extension for the DBus message system.

This commit is contained in:
Roman Bogorodskiy 2005-11-25 14:10:45 +00:00
parent a66a28cbd3
commit 1c1dc248e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149423
5 changed files with 75 additions and 0 deletions

View File

@ -1022,6 +1022,7 @@
SUBDIR += p5-Module-Starter-PBP
SUBDIR += p5-Module-Versions-Report
SUBDIR += p5-NEXT
SUBDIR += p5-Net-DBus
SUBDIR += p5-OLE-Storage_Lite
SUBDIR += p5-OOTools
SUBDIR += p5-ORBit

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-Net-DBus
# Date created: 2005-11-25
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-DBus
PORTVERSION= 0.32.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= novel@FreeBSD.org
COMMENT= Perl extension for the DBus message system
LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus
USE_GNOME= pkgconfig
PERL_CONFIGURE= yes
MAN3= Net::DBus::Tutorial.3 Net::DBus::RemoteObject.3 \
Net::DBus::Binding::Connection.3 Net::DBus::RemoteService.3 \
Net::DBus::Tutorial::ExportingObjects.3 Net::DBus::Dumper.3 \
Net::DBus::Binding::Iterator.3 Net::DBus::Binding::Message.3 \
Net::DBus::Binding::Server.3 Net::DBus::Service.3 \
Net::DBus.3 Net::DBus::Object.3 Net::DBus::Reactor.3 \
Net::DBus::Exporter.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-DBus-0.32.2.tar.gz) = 07c1b2b986db39ef96ba2055cf0b1759
SHA256 (Net-DBus-0.32.2.tar.gz) = 7f15457cee790039645baedd5c2003ebbcce00b2eb461d930bf1593031f3534f
SIZE (Net-DBus-0.32.2.tar.gz) = 58479

View File

@ -0,0 +1,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
WWW: http://search.cpan.org/dist/Net-DBus/

View File

@ -0,0 +1,34 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus/DBus.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus/DBus.so
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/RemoteObject.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Service.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Object.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/RemoteService.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Dumper.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Callback.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Exporter.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Reactor.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Watch.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Bus.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Connection.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Iterator.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Introspector.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Server.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/Signal.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/MethodReturn.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/MethodCall.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/Error.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial/ExportingObjects.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true