[Midnightbsd-cvs] mports: mports/devel: yet another gnome depends.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 23 22:55:51 EDT 2007


Log Message:
-----------
yet another gnome depends.

Modified Files:
--------------
    mports/devel:
        Makefile (r1.166 -> r1.167)

Added Files:
-----------
    mports/devel/p5-Net-DBus:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.166
retrieving revision 1.167
diff -Ldevel/Makefile -Ldevel/Makefile -u -r1.166 -r1.167
--- devel/Makefile
+++ devel/Makefile
@@ -145,6 +145,7 @@
     SUBDIR += p5-Module-Build
     SUBDIR += p5-Module-Find
     SUBDIR += p5-MRO-Compat
+    SUBDIR += p5-Net-DBus
     SUBDIR += p5-Params-Validate
     SUBDIR += p5-PatchReader
     SUBDIR += p5-PathTools
--- /dev/null
+++ devel/p5-Net-DBus/pkg-descr
@@ -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/
--- /dev/null
+++ devel/p5-Net-DBus/pkg-plist
@@ -0,0 +1,45 @@
+ at comment $FreeBSD: ports/devel/p5-Net-DBus/pkg-plist,v 1.7 2006/10/14 08:35:13 marcus Exp $
+%%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/ASyncReply.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Annotation.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Error.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/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/Tutorial.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Value.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/PendingCall.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/Test/MockConnection.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockObject.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockIterator.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockMessage.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial/UsingObjects.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial/ExportingObjects.pod
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+ at dirrmtry %%SITE_PERL%%/Net
--- /dev/null
+++ devel/p5-Net-DBus/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for:	p5-Net-DBus
+# Date created:				2005-11-25
+# Whom:					Roman Bogorodskiy <novel at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/p5-Net-DBus/Makefile,v 1.1 2007/10/24 02:55:49 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Net-DBus/Makefile,v 1.15 2007/09/08 00:57:37 linimon Exp $
+#
+
+PORTNAME=	Net-DBus
+PORTVERSION=	0.33.5
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Net
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl extension for the DBus message system
+
+LIB_DEPENDS=	dbus-1.3:${PORTSDIR}/devel/dbus
+RUN_DEPENDS=	${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
+		${SITE_PERL}/XML/Grove.pm:${PORTSDIR}/textproc/p5-XML-Grove \
+		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+
+USE_GNOME=	pkgconfig
+PERL_CONFIGURE=	yes
+
+MAN3=	Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \
+	Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \
+	Net::DBus::Binding::PendingCall.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::Message::Signal.3 Net::DBus::Binding::Bus.3 \
+	Net::DBus::Binding::Server.3 Net::DBus::Binding::Watch.3 \
+	Net::DBus::Service.3 Net::DBus::Tutorial::UsingObjects.3\
+	Net::DBus.3 Net::DBus::Object.3 Net::DBus::Reactor.3 \
+	Net::DBus::Exporter.3 Net::DBus::Binding::Value.3 \
+	Net::DBus::Test::MockConnection.3 Net::DBus::Test::MockObject.3 \
+	Net::DBus::Binding::Introspector.3 Net::DBus::Callback.3 \
+	Net::DBus::Binding::Message::MethodReturn.3 \
+	Net::DBus::Binding::Message::MethodCall.3 \
+	Net::DBus::Binding::Message::Error.3 \
+	Net::DBus::Error.3 Net::DBus::Test::MockIterator.3 \
+	Net::DBus::Test::MockMessage.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Net-DBus/distinfo
@@ -0,0 +1,3 @@
+MD5 (Net-DBus-0.33.5.tar.gz) = fac4674945f53509ce8c3249646aaa11
+SHA256 (Net-DBus-0.33.5.tar.gz) = 204b2f222f0b41ba969f5a508857edd5e825d8f3a7da816e41b3965ed8524181
+SIZE (Net-DBus-0.33.5.tar.gz) = 96131


More information about the Midnightbsd-cvs mailing list