Revision: 38728 http://trac.macosforge.org/projects/macports/changeset/38728 Author: simon@macports.org Date: 2008-07-29 11:54:35 -0700 (Tue, 29 Jul 2008) Log Message: ----------- devel/dbus-glib & devel/dbus-glib-sharp: New ports, C# implementations of DBus. Added Paths: ----------- trunk/dports/devel/dbus-glib-sharp/ trunk/dports/devel/dbus-glib-sharp/Portfile trunk/dports/devel/dbus-sharp/ trunk/dports/devel/dbus-sharp/Portfile Added: trunk/dports/devel/dbus-glib-sharp/Portfile =================================================================== --- trunk/dports/devel/dbus-glib-sharp/Portfile (rev 0) +++ trunk/dports/devel/dbus-glib-sharp/Portfile 2008-07-29 18:54:35 UTC (rev 38728) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 + +name dbus-glib-sharp +version 0.4.1 +categories devel +platforms darwin +maintainers simon openmaintainer +description C# implementation of D-Bus-Glib +long_description ${description}. D-Bus is an inter-process communication \ + framework that lets applications interface with the \ + system event bus as well as allowing them to talk to one \ + another in a peer-to-peer configuration. + +homepage http://www.ndesk.org/DBusSharp +master_sites http://www.ndesk.org/archive/dbus-sharp/ +checksums md5 7faf8770b214956fa9de009def550826 \ + sha1 4acb1a066e245172f15f0aeba1eb608c9b65918d \ + rmd160 99cc3239560fc65c181039a56cd24b1445fea765 +distname ndesk-dbus-glib-${version} + +depends_build port:pkgconfig + +depends_lib port:mono \ + port:dbus-sharp + +livecheck.check regex +livecheck.regex "${master_sites}ndesk-dbus-glib-(\\d+(?:\\.\\d+)*)" Property changes on: trunk/dports/devel/dbus-glib-sharp/Portfile ___________________________________________________________________ Name: svn:keyword + Id Name: svn:eol-style + native Added: trunk/dports/devel/dbus-sharp/Portfile =================================================================== --- trunk/dports/devel/dbus-sharp/Portfile (rev 0) +++ trunk/dports/devel/dbus-sharp/Portfile 2008-07-29 18:54:35 UTC (rev 38728) @@ -0,0 +1,28 @@ +# $Id$ + +PortSystem 1.0 + +name dbus-sharp +version 0.6.0 +categories devel +platforms darwin +maintainers simon openmaintainer +description C# implementation of D-Bus +long_description ${description}. D-Bus is an inter-process communication \ + framework that lets applications interface with the \ + system event bus as well as allowing them to talk to one \ + another in a peer-to-peer configuration. + +homepage http://www.ndesk.org/DBusSharp +master_sites http://www.ndesk.org/archive/dbus-sharp/ +checksums md5 5157ba105c9ac491f6e900bc78d1791f \ + sha1 4971a54ea6cbee41266cc89040ca427cfc3f99f0 \ + rmd160 1da86c3aabafd128827452f50250e642b4004d0e +distname ndesk-dbus-${version} + +depends_build port:pkgconfig + +depends_lib port:mono + +livecheck.check regex +livecheck.regex "${master_sites}ndesk-dbus-(\\d+(?:\\.\\d+)*)" Property changes on: trunk/dports/devel/dbus-sharp/Portfile ___________________________________________________________________ Name: svn:keyword + Id Name: svn:eol-style + native
participants (1)
-
simon@macports.org