summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 03:59:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 03:59:37 +0800
commit7258c62c89b51ae822a29626a4158759ae7aca19 (patch)
tree5407f2ab401b3982e3a6a68d888cde12b3f8879f /devel
parent333ad182fc54febd7d70b8635be3285fd9e832ad (diff)
downloadmarcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar
marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.gz
marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.bz2
marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.lz
marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.xz
marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.zst
marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.zip
Chase dbus in the remaining ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7628 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libnotify/Makefile35
-rw-r--r--devel/libnotify/distinfo3
-rw-r--r--devel/libnotify/files/patch-libnotify-notification.c21
-rw-r--r--devel/libnotify/pkg-descr10
-rw-r--r--devel/libnotify/pkg-plist25
-rw-r--r--devel/p5-Net-DBus/Makefile51
-rw-r--r--devel/p5-Net-DBus/distinfo3
-rw-r--r--devel/p5-Net-DBus/pkg-descr6
-rw-r--r--devel/p5-Net-DBus/pkg-plist45
9 files changed, 199 insertions, 0 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
new file mode 100644
index 000000000..1eb637898
--- /dev/null
+++ b/devel/libnotify/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: libnotify
+# Date created: 2005-08-06
+# Whom: Andreas Kohn <andreas@syndrom23.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libnotify
+PORTVERSION= 0.4.2
+PORTREVISION= 2
+CATEGORIES= devel gnome
+MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/
+
+MAINTAINER= andreas@syndrom23.de
+COMMENT= A library for desktop notifications
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ popt.0:${PORTSDIR}/devel/popt
+
+USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --without-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+.if ${OSVERSION} < 500000
+ @${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo
new file mode 100644
index 000000000..88a5121f8
--- /dev/null
+++ b/devel/libnotify/distinfo
@@ -0,0 +1,3 @@
+MD5 (libnotify-0.4.2.tar.gz) = 25585318503079a513af7064bb59c04d
+SHA256 (libnotify-0.4.2.tar.gz) = 9e95499badd1b0da67b1422caa4198dbe61c961300b7001173eace18b8b2c38e
+SIZE (libnotify-0.4.2.tar.gz) = 388355
diff --git a/devel/libnotify/files/patch-libnotify-notification.c b/devel/libnotify/files/patch-libnotify-notification.c
new file mode 100644
index 000000000..370f1db0b
--- /dev/null
+++ b/devel/libnotify/files/patch-libnotify-notification.c
@@ -0,0 +1,21 @@
+diff -Naur libnotify-0.4.2.orig/libnotify/notification.c libnotify-0.4.2/libnotify/notification.c
+--- libnotify/notification.c 2006-06-15 11:14:03.000000000 +0200
++++ libnotify/notification.c 2006-06-18 05:09:08.000000000 +0200
+@@ -901,7 +901,7 @@
+ return FALSE;
+ }
+
+- g_value_init(value, dbus_g_type_get_collection("GArray", G_TYPE_CHAR));
++ g_value_init(value, DBUS_TYPE_G_UCHAR_ARRAY);
+ g_value_set_boxed_take_ownership(value, byte_array);
+ g_value_array_append(array, value);
+
+@@ -961,7 +961,7 @@
+
+ value = g_new0(GValue, 1);
+ g_value_init(value, G_TYPE_VALUE_ARRAY);
+- g_value_set_boxed(value, image_struct);
++ g_value_set_boxed_take_ownership(value, image_struct);
+
+ g_hash_table_insert(notification->priv->hints,
+ g_strdup("icon_data"), value);
diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr
new file mode 100644
index 000000000..15579caee
--- /dev/null
+++ b/devel/libnotify/pkg-descr
@@ -0,0 +1,10 @@
+The Desktop Notifications framework provides a standard way of doing passive
+pop-up notifications on the desktop. These are designed to notify the
+user of something without interrupting their work with a dialog box that they
+must close. Passive popups can automatically disappear after a short period
+of time.
+
+This port contains the library and a small command line client.
+See deskutils/notification-daemon for the daemon.
+
+WWW: http://www.galago-project.org/specs/notification/index.php
diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist
new file mode 100644
index 000000000..fd9604bde
--- /dev/null
+++ b/devel/libnotify/pkg-plist
@@ -0,0 +1,25 @@
+bin/notify-send
+include/libnotify/notification.h
+include/libnotify/notify-enum-types.h
+include/libnotify/notify.h
+lib/libnotify.a
+lib/libnotify.la
+lib/libnotify.so
+lib/libnotify.so.2
+libdata/pkgconfig/libnotify.pc
+share/gtk-doc/html/libnotify/NotifyNotification.html
+share/gtk-doc/html/libnotify/ch01.html
+share/gtk-doc/html/libnotify/home.png
+share/gtk-doc/html/libnotify/index.html
+share/gtk-doc/html/libnotify/index.sgml
+share/gtk-doc/html/libnotify/left.png
+share/gtk-doc/html/libnotify/libnotify-notify.html
+share/gtk-doc/html/libnotify/libnotify.devhelp
+share/gtk-doc/html/libnotify/libnotify.devhelp2
+share/gtk-doc/html/libnotify/right.png
+share/gtk-doc/html/libnotify/style.css
+share/gtk-doc/html/libnotify/up.png
+@dirrm share/gtk-doc/html/libnotify
+@dirrmtry share/gtk-doc/html
+@dirrmtry share/gtk-doc
+@dirrm include/libnotify
diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile
new file mode 100644
index 000000000..1749c4a55
--- /dev/null
+++ b/devel/p5-Net-DBus/Makefile
@@ -0,0 +1,51 @@
+# 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.33.3
+PORTREVISION= 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.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.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.006 or better
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Net-DBus/distinfo b/devel/p5-Net-DBus/distinfo
new file mode 100644
index 000000000..7bb57b7fd
--- /dev/null
+++ b/devel/p5-Net-DBus/distinfo
@@ -0,0 +1,3 @@
+MD5 (Net-DBus-0.33.3.tar.gz) = 1663f7d4440fe2756c3dc315a80aeadc
+SHA256 (Net-DBus-0.33.3.tar.gz) = 79398dd0a68087ece9932ddb4cad4d37c6ee46efefb6fd1117bbb4ac9bf431b8
+SIZE (Net-DBus-0.33.3.tar.gz) = 94661
diff --git a/devel/p5-Net-DBus/pkg-descr b/devel/p5-Net-DBus/pkg-descr
new file mode 100644
index 000000000..de9bc7c6a
--- /dev/null
+++ b/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/
diff --git a/devel/p5-Net-DBus/pkg-plist b/devel/p5-Net-DBus/pkg-plist
new file mode 100644
index 000000000..6b6d4832f
--- /dev/null
+++ b/devel/p5-Net-DBus/pkg-plist
@@ -0,0 +1,45 @@
+@comment $FreeBSD: ports/devel/p5-Net-DBus/pkg-plist,v 1.6 2006/07/19 10:32:34 novel 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
+@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/Test
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrmtry %%SITE_PERL%%/Net