[Midnightbsd-cvs] mports [19358] trunk/devel/e_dbus: add e_dbus for enlightenment

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 6 18:47:36 EDT 2015


Revision: 19358
          http://svnweb.midnightbsd.org/mports/?rev=19358
Author:   laffer1
Date:     2015-06-06 18:47:36 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
add e_dbus for enlightenment

Added Paths:
-----------
    trunk/devel/e_dbus/
    trunk/devel/e_dbus/Makefile
    trunk/devel/e_dbus/distinfo
    trunk/devel/e_dbus/pkg-descr
    trunk/devel/e_dbus/pkg-plist

Added: trunk/devel/e_dbus/Makefile
===================================================================
--- trunk/devel/e_dbus/Makefile	                        (rev 0)
+++ trunk/devel/e_dbus/Makefile	2015-06-06 22:47:36 UTC (rev 19358)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME=	e_dbus
+PORTVERSION=	1.7.10
+CATEGORIES=	devel enlightenment
+MASTER_SITES=	http://download.enlightenment.org/releases/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	EFL DBUS connectivity library
+
+LICENSE=	bsd2
+
+LIB_DEPENDS=	libefl.so:${PORTSDIR}/devel/efl \
+		libdbus-1.so:${PORTSDIR}/devel/dbus
+
+DIST_SUBDIR=	enlightenment
+GNU_CONFIGURE=	yes
+USES=		libtool pathfix pkgconfig tar:bzip2
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+
+CONFIGURE_ARGS=	--enable-ehal --disable-enotify --disable-eukit \
+		--disable-econnman0_7x --disable-eofono --disable-ebluez \
+		--disable-edbus-test --disable-edbus-test-client \
+		--disable-edbus-async-test --disable-static
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/e_dbus/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/e_dbus/distinfo
===================================================================
--- trunk/devel/e_dbus/distinfo	                        (rev 0)
+++ trunk/devel/e_dbus/distinfo	2015-06-06 22:47:36 UTC (rev 19358)
@@ -0,0 +1,2 @@
+SHA256 (enlightenment/e_dbus-1.7.10.tar.bz2) = b93f778a4bf50ce044b4798e08a03f62e9b890c47305f9d5839989481f38ddd4
+SIZE (enlightenment/e_dbus-1.7.10.tar.bz2) = 439191


Property changes on: trunk/devel/e_dbus/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/e_dbus/pkg-descr
===================================================================
--- trunk/devel/e_dbus/pkg-descr	                        (rev 0)
+++ trunk/devel/e_dbus/pkg-descr	2015-06-06 22:47:36 UTC (rev 19358)
@@ -0,0 +1,3 @@
+Enlightenment DBUS compatibility layer.
+
+WWW: http://docs.enlightenment.org/api/e_dbus/html/


Property changes on: trunk/devel/e_dbus/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/e_dbus/pkg-plist
===================================================================
--- trunk/devel/e_dbus/pkg-plist	                        (rev 0)
+++ trunk/devel/e_dbus/pkg-plist	2015-06-06 22:47:36 UTC (rev 19358)
@@ -0,0 +1,10 @@
+include/e_dbus-1/E_DBus.h
+include/e_dbus-1/E_Hal.h
+lib/libedbus.so
+lib/libedbus.so.1
+lib/libedbus.so.1.7.10
+lib/libehal.so
+lib/libehal.so.1
+lib/libehal.so.1.7.10
+libdata/pkgconfig/edbus.pc
+libdata/pkgconfig/ehal.pc


Property changes on: trunk/devel/e_dbus/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list