[Midnightbsd-cvs] mports [18916] trunk/devel: add efl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 10 11:24:48 EDT 2015
Revision: 18916
http://svnweb.midnightbsd.org/mports/?rev=18916
Author: laffer1
Date: 2015-05-10 11:24:48 -0400 (Sun, 10 May 2015)
Log Message:
-----------
add efl
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/efl/
trunk/devel/efl/Makefile
trunk/devel/efl/distinfo
trunk/devel/efl/files/
trunk/devel/efl/files/extra-patch-configure.ac
trunk/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
trunk/devel/efl/files/patch-configure.ac
trunk/devel/efl/pkg-descr
trunk/devel/efl/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-05-10 15:23:30 UTC (rev 18915)
+++ trunk/devel/Makefile 2015-05-10 15:24:48 UTC (rev 18916)
@@ -60,6 +60,7 @@
SUBDIR += dmalloc
SUBDIR += dotconf
SUBDIR += doxygen
+SUBDIR += efl
SUBDIR += eggdbus
SUBDIR += etoile-collectionkit
SUBDIR += etoile-coreobject
Added: trunk/devel/efl/Makefile
===================================================================
--- trunk/devel/efl/Makefile (rev 0)
+++ trunk/devel/efl/Makefile 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,146 @@
+# $MidnightBSD$
+
+PORTNAME= efl
+PORTVERSION= 1.13.1
+CATEGORIES= devel enlightenment
+MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Enlightenment Foundation Libraries
+
+LICENSE= bsd2 lgpl2.1
+LICENSE_COMB= multi
+
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libgif.so:${PORTSDIR}/graphics/giflib \
+ libpng.so:${PORTSDIR}/graphics/png \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libsndfile.so:${PORTSDIR}/audio/libsndfile
+
+DIST_SUBDIR= enlightenment
+GNU_CONFIGURE= yes
+USES= autoreconf compiler:c++11-lib gettext-tools gmake libtool \
+ pathfix pkgconfig shared-mime-info tar:xz
+USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver
+USE_LDCONFIG= yes
+
+CONFIGURE_ARGS= --with-profile=release \
+ --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION}
+
+OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS NVIDIA PHYSICS PULSEAUDIO SSL
+OPTIONS_GROUP= EMOTION INPUT LOADER
+OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L
+OPTIONS_GROUP_INPUT= IBUS SCIM
+OPTIONS_GROUP_LOADER= OPENJPEG WEBP
+OPTIONS_RADIO= ENGINE
+OPTIONS_RADIO_ENGINE= OPENGL SDL
+OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER OPENGL
+OPTIONS_SUB= yes
+
+HARFBUZZ_DESC= OpenType text shaping engine
+NVIDIA_DESC= Apply Nvidia workaround
+PHYSICS_DESC= Physics effects
+IBUS_DESC= Intelligent Input Bus
+SCIM_DESC= Smart Common Input Method
+
+AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
+AVAHI_CONFIGURE_ENABLE= avahi
+
+FRIBIDI_LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi
+FRIBIDI_CONFIGURE_ENABLE= fribidi
+
+HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:${PORTSDIR}/print/harfbuzz
+HARFBUZZ_CONFIGURE_ENABLE= harfbuzz
+
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_ENABLE= nls
+
+PHYSICS_LIB_DEPENDS= libBulletDynamics.so:${PORTSDIR}/devel/bullet
+PHYSICS_CONFIGURE_ENABLE= physics
+
+PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
+PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
+
+GSTREAMER_USE= GSTREAMER1=core
+GSTREAMER_CONFIGURE_ENABLE= gstreamer1
+
+LIBXINE_LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine
+LIBXINE_CONFIGURE_ENABLE= xine
+
+V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
+V4L_CONFIGURE_ENABLE= v4l2
+
+IBUS_LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus
+
+SCIM_LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim
+SCIM_CONFIGURE_ENABLE= scim
+
+OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15
+OPENJPEG_CONFIGURE_ENABLE= image-loader-jp2k
+
+WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp
+WEBP_CONFIGURE_ENABLE= image-loader-webp
+
+OPENGL_USE= GL=gl
+
+SDL_USE= SDL=sdl2
+SDL_CONFIGURE_ENABLE= sdl
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MNVIDIA}
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
+.endif
+
+.if ${PORT_OPTIONS:MPULSEAUDIO}
+PLIST_SUB+= AUDIO=""
+.else
+CONFIGURE_ARGS+= --disable-audio
+PLIST_SUB+= AUDIO="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MSSL}
+USE_OPENSSL= yes
+WITH_OPENSSL_PORT= yes
+.else
+CONFIGURE_ARGS+= --with-crypto=none
+.endif
+
+.if ${PORT_OPTIONS:MGSTREAMER} || ${PORT_OPTIONS:MLIBXINE} || ${PORT_OPTIONS:MV4L}
+PLIST_SUB+= EMOTION=""
+.else
+PLIST_SUB+= EMOTION="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MIBUS}
+CONFIGURE_ARGS+= --with-glib=yes
+.else
+CONFIGURE_ARGS+= --disable-ibus --with-glib=no
+.endif
+
+.if empty(PORT_OPTIONS:MOPENGL)
+CONFIGURE_ARGS+= --with-opengl=none
+.endif
+
+LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit
+PLIST_SUB+= ELUA=""
+
+pre-patch:
+ @${REINPLACE_CMD} -e \
+ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.am
+
+post-stage:
+ ${RM} -rf ${STAGEDIR}${PREFIX}/share/gdb
+ for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \
+ if ${FILE} $$i | ${GREP} -q "not stripped"; then ${STRIP_CMD} $$i; fi; \
+ done
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/efl/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/efl/distinfo
===================================================================
--- trunk/devel/efl/distinfo (rev 0)
+++ trunk/devel/efl/distinfo 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,2 @@
+SHA256 (enlightenment/efl-1.13.1.tar.xz) = 7e06e11678063fd74522f8fc56eb3d0235e9d7f889639e2ecff4bb663a2568d6
+SIZE (enlightenment/efl-1.13.1.tar.xz) = 40332672
Property changes on: trunk/devel/efl/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/efl/files/extra-patch-configure.ac
===================================================================
--- trunk/devel/efl/files/extra-patch-configure.ac (rev 0)
+++ trunk/devel/efl/files/extra-patch-configure.ac 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2014-12-11 10:36:05.000000000 +0100
++++ configure.ac 2014-12-28 00:57:35.000000000 +0100
+@@ -351,7 +351,7 @@
+ ;;
+
+ openssl)
+- EFL_DEPEND_PKG([crypto], [OPENSSL], [openssl])
++ requirements_libs_crypto="${ECORE_CON_LIBS} ${requirements_libs_crypto}"
+ ;;
+ esac
+ AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"])
Property changes on: trunk/devel/efl/files/extra-patch-configure.ac
___________________________________________________________________
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/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
===================================================================
--- trunk/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c (rev 0)
+++ trunk/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,13 @@
+# Some users of Nvidia cards reports very high cpu usage by ecore_x_vsync.
+# This quick workaround hasn't a visible side effects,
+# but better solution is needed.
+--- src/lib/ecore_x/_ecore_x_vsync_tool.c 2014-12-03 16:13:51.116115279 +0300
++++ src/lib/ecore_x/ecore_x_vsync_tool.c 2014-12-03 16:14:09.537111198 +0300
+@@ -259,6 +259,7 @@
+ int
+ main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
+ {
++ return 0;
+ eina_init();
+ ecore_app_no_system_modules();
+ ecore_init();
Property changes on: trunk/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c
___________________________________________________________________
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/efl/files/patch-configure.ac
===================================================================
--- trunk/devel/efl/files/patch-configure.ac (rev 0)
+++ trunk/devel/efl/files/patch-configure.ac 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,19 @@
+--- configure.ac.orig 2014-11-10 12:02:43.000000000 +0100
++++ configure.ac 2014-11-20 23:35:26.000000000 +0100
+@@ -407,14 +407,15 @@
+ execinfo.h \
+ mcheck.h \
+ sys/epoll.h \
+-sys/inotify.h \
+ sys/signalfd.h \
+ sys/types.h \
+ sys/param.h \
+ sys/mman.h \
+ netinet/in.h \
++netinet/tcp.h \
+ ])
+
++ac_cv_header_sys_inotify_h="no"
+ have_inotify="${ac_cv_header_sys_inotify_h}"
+ AM_CONDITIONAL([HAVE_INOTIFY], [test "x${have_inotify}" = "xyes"])
+
Property changes on: trunk/devel/efl/files/patch-configure.ac
___________________________________________________________________
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/efl/pkg-descr
===================================================================
--- trunk/devel/efl/pkg-descr (rev 0)
+++ trunk/devel/efl/pkg-descr 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,4 @@
+Enlightenment Foundation Libraries is a set of libraries each providing
+a great deal of functionality.
+
+WWW: http://docs.enlightenment.org/auto/efl/
Property changes on: trunk/devel/efl/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/efl/pkg-plist
===================================================================
--- trunk/devel/efl/pkg-plist (rev 0)
+++ trunk/devel/efl/pkg-plist 2015-05-10 15:24:48 UTC (rev 18916)
@@ -0,0 +1,821 @@
+bin/diffeet
+bin/ecore_evas_convert
+bin/edje_cc
+bin/edje_codegen
+bin/edje_decc
+bin/edje_external_inspector
+bin/edje_inspector
+bin/edje_pick
+bin/edje_player
+bin/edje_recc
+bin/edje_watch
+bin/eet
+bin/efreetd
+bin/eina-bench-cmp
+bin/eldbus-codegen
+%%ELUA%%bin/elua
+bin/embryo_cc
+bin/eolian_cxx
+bin/eolian_gen
+bin/ethumb
+bin/ethumbd
+bin/ethumbd_client
+bin/vieet
+include/ecore-1/Ecore.h
+include/ecore-1/Ecore_Common.h
+include/ecore-1/Ecore_Eo.h
+include/ecore-1/Ecore_Getopt.h
+include/ecore-1/Ecore_Legacy.h
+include/ecore-1/ecore_animator.eo.h
+include/ecore-1/ecore_animator.eo.legacy.h
+include/ecore-1/ecore_exe.eo.h
+include/ecore-1/ecore_exe.eo.legacy.h
+include/ecore-1/ecore_idle_enterer.eo.h
+include/ecore-1/ecore_idle_enterer.eo.legacy.h
+include/ecore-1/ecore_idle_exiter.eo.h
+include/ecore-1/ecore_idle_exiter.eo.legacy.h
+include/ecore-1/ecore_idler.eo.h
+include/ecore-1/ecore_idler.eo.legacy.h
+include/ecore-1/ecore_job.eo.h
+include/ecore-1/ecore_job.eo.legacy.h
+include/ecore-1/ecore_mainloop.eo.h
+include/ecore-1/ecore_parent.eo.h
+include/ecore-1/ecore_poller.eo.h
+include/ecore-1/ecore_poller.eo.legacy.h
+include/ecore-1/ecore_timer.eo.h
+include/ecore-1/ecore_timer.eo.legacy.h
+%%AUDIO%%include/ecore-audio-1/Ecore_Audio.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio.eo.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_in.eo.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_in_sndfile.eo.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_in_tone.eo.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_obj.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_obj_in.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_obj_in_sndfile.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_obj_in_tone.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out_sndfile.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_out.eo.h
+%%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_out_pulse.eo.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_out_sndfile.eo.h
+%%AUDIO%%include/ecore-audio-1/ecore_audio_protected.h
+%%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_obj_out_pulse.h
+%%AUDIO%%include/ecore-audio-cxx-1/Ecore_Audio.hh
+%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio.eo.hh
+%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in.eo.hh
+%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_sndfile.eo.hh
+%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_tone.eo.hh
+%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out.eo.hh
+%%PULSEAUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_pulse.eo.hh
+%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_sndfile.eo.hh
+include/ecore-avahi-1/Ecore_Avahi.h
+include/ecore-con-1/Ecore_Con.h
+include/ecore-con-1/Ecore_Con_Eet.h
+include/ecore-con-1/Ecore_Con_Eo.h
+include/ecore-con-1/Ecore_Con_Legacy.h
+include/ecore-con-1/ecore_con_base.eo.h
+include/ecore-con-1/ecore_con_base.eo.legacy.h
+include/ecore-con-1/ecore_con_client.eo.h
+include/ecore-con-1/ecore_con_client.eo.legacy.h
+include/ecore-con-1/ecore_con_connector.eo.h
+include/ecore-con-1/ecore_con_connector.eo.legacy.h
+include/ecore-con-1/ecore_con_server.eo.h
+include/ecore-con-1/ecore_con_server.eo.legacy.h
+include/ecore-con-1/ecore_con_url.eo.h
+include/ecore-con-1/ecore_con_url.eo.legacy.h
+include/ecore-cxx-1/Ecore.eo.hh
+include/ecore-cxx-1/Ecore.hh
+include/ecore-cxx-1/ecore_animator.eo.hh
+include/ecore-cxx-1/ecore_idle_exiter.eo.hh
+include/ecore-cxx-1/ecore_idler.eo.hh
+include/ecore-cxx-1/ecore_job.eo.hh
+include/ecore-cxx-1/ecore_parent.eo.hh
+include/ecore-cxx-1/ecore_poller.eo.hh
+include/ecore-evas-1/Ecore_Evas.h
+include/ecore-evas-1/Ecore_Evas_Types.h
+include/ecore-file-1/Ecore_File.h
+include/ecore-imf-1/Ecore_IMF.h
+include/ecore-imf-evas-1/Ecore_IMF_Evas.h
+include/ecore-input-1/Ecore_Input.h
+include/ecore-input-evas-1/Ecore_Input_Evas.h
+include/ecore-ipc-1/Ecore_Ipc.h
+include/ecore-x-1/Ecore_X.h
+include/ecore-x-1/Ecore_X_Atoms.h
+include/ecore-x-1/Ecore_X_Cursor.h
+include/ecore-x-1/ecore_x_version.h
+%%SDL%%include/ecore-sdl-1/Ecore_Sdl.h
+include/edje-1/Edje.h
+include/edje-1/Edje_Common.h
+include/edje-1/Edje_Edit.h
+include/edje-1/Edje_Eo.h
+include/edje-1/Edje_Legacy.h
+include/edje-1/edje_edit.eo.h
+include/edje-1/edje_edit.eo.legacy.h
+include/edje-1/edje_object.eo.h
+include/edje-1/edje_object.eo.legacy.h
+include/edje-cxx-1/Edje.hh
+include/edje-cxx-1/edje_edit.eo.hh
+include/edje-cxx-1/edje_object.eo.hh
+include/eet-1/Eet.h
+include/eet-cxx-1/Eet.hh
+include/eet-cxx-1/eet-cxx/eet_composite.hh
+include/eet-cxx-1/eet-cxx/eet_register.hh
+include/eet-cxx-1/eet-cxx/eet_type.hh
+include/efl-1/Efl.h
+include/efl-1/Efl_Config.h
+include/efl-1/interfaces/efl_control.eo.h
+include/efl-1/interfaces/efl_file.eo.h
+include/efl-1/interfaces/efl_image.eo.h
+include/efl-1/interfaces/efl_player.eo.h
+include/efl-1/interfaces/efl_text.eo.h
+include/efl-1/interfaces/efl_text_properties.eo.h
+include/efl-cxx-1/Efl.hh
+include/efl-cxx-1/efl_control.eo.hh
+include/efl-cxx-1/efl_file.eo.hh
+include/efl-cxx-1/efl_image.eo.hh
+include/efl-cxx-1/efl_player.eo.hh
+include/efl-cxx-1/efl_text.eo.hh
+include/efl-cxx-1/efl_text_properties.eo.hh
+include/efreet-1/Efreet.h
+include/efreet-1/Efreet_Mime.h
+include/efreet-1/Efreet_Trash.h
+include/efreet-1/efreet_base.h
+include/efreet-1/efreet_desktop.h
+include/efreet-1/efreet_icon.h
+include/efreet-1/efreet_ini.h
+include/efreet-1/efreet_menu.h
+include/efreet-1/efreet_uri.h
+include/efreet-1/efreet_utils.h
+include/eina-1/Eina.h
+include/eina-1/eina/eina_accessor.h
+include/eina-1/eina/eina_alloca.h
+include/eina-1/eina/eina_array.h
+include/eina-1/eina/eina_benchmark.h
+include/eina-1/eina/eina_binbuf.h
+include/eina-1/eina/eina_binshare.h
+include/eina-1/eina/eina_clist.h
+include/eina-1/eina/eina_convert.h
+include/eina-1/eina/eina_counter.h
+include/eina-1/eina/eina_cow.h
+include/eina-1/eina/eina_cpu.h
+include/eina-1/eina/eina_error.h
+include/eina-1/eina/eina_file.h
+include/eina-1/eina/eina_fp.h
+include/eina-1/eina/eina_hamster.h
+include/eina-1/eina/eina_hash.h
+include/eina-1/eina/eina_inarray.h
+include/eina-1/eina/eina_inline_array.x
+include/eina-1/eina/eina_inline_clist.x
+include/eina-1/eina/eina_inline_cpu.x
+include/eina-1/eina/eina_inline_f16p16.x
+include/eina-1/eina/eina_inline_f32p32.x
+include/eina-1/eina/eina_inline_f8p24.x
+include/eina-1/eina/eina_inline_fp.x
+include/eina-1/eina/eina_inline_hash.x
+include/eina-1/eina/eina_inline_inlist.x
+include/eina-1/eina/eina_inline_list.x
+include/eina-1/eina/eina_inline_lock_barrier.x
+include/eina-1/eina/eina_inline_lock_posix.x
+include/eina-1/eina/eina_inline_log.x
+include/eina-1/eina/eina_inline_mempool.x
+include/eina-1/eina/eina_inline_rbtree.x
+include/eina-1/eina/eina_inline_rectangle.x
+include/eina-1/eina/eina_inline_str.x
+include/eina-1/eina/eina_inline_stringshare.x
+include/eina-1/eina/eina_inline_tiler.x
+include/eina-1/eina/eina_inline_trash.x
+include/eina-1/eina/eina_inline_unicode.x
+include/eina-1/eina/eina_inline_ustringshare.x
+include/eina-1/eina/eina_inline_value.x
+include/eina-1/eina/eina_inline_value_util.x
+include/eina-1/eina/eina_inlist.h
+include/eina-1/eina/eina_iterator.h
+include/eina-1/eina/eina_lalloc.h
+include/eina-1/eina/eina_list.h
+include/eina-1/eina/eina_lock.h
+include/eina-1/eina/eina_log.h
+include/eina-1/eina/eina_magic.h
+include/eina-1/eina/eina_main.h
+include/eina-1/eina/eina_matrixsparse.h
+include/eina-1/eina/eina_mempool.h
+include/eina-1/eina/eina_mmap.h
+include/eina-1/eina/eina_module.h
+include/eina-1/eina/eina_prefix.h
+include/eina-1/eina/eina_quadtree.h
+include/eina-1/eina/eina_rbtree.h
+include/eina-1/eina/eina_rectangle.h
+include/eina-1/eina/eina_refcount.h
+include/eina-1/eina/eina_safety_checks.h
+include/eina-1/eina/eina_sched.h
+include/eina-1/eina/eina_simple_xml_parser.h
+include/eina-1/eina/eina_str.h
+include/eina-1/eina/eina_strbuf.h
+include/eina-1/eina/eina_stringshare.h
+include/eina-1/eina/eina_thread.h
+include/eina-1/eina/eina_thread_queue.h
+include/eina-1/eina/eina_tiler.h
+include/eina-1/eina/eina_tmpstr.h
+include/eina-1/eina/eina_trash.h
+include/eina-1/eina/eina_types.h
+include/eina-1/eina/eina_unicode.h
+include/eina-1/eina/eina_ustrbuf.h
+include/eina-1/eina/eina_ustringshare.h
+include/eina-1/eina/eina_value.h
+include/eina-1/eina/eina_value_util.h
+include/eina-1/eina/eina_xattr.h
+include/eina-1/eina_config.h
+include/eina-cxx-1/Eina.hh
+include/eina-cxx-1/eina-cxx/eina_accessor.hh
+include/eina-cxx-1/eina-cxx/eina_array.hh
+include/eina-cxx-1/eina-cxx/eina_clone_allocators.hh
+include/eina-cxx-1/eina-cxx/eina_eo_concrete_fwd.hh
+include/eina-cxx-1/eina-cxx/eina_error.hh
+include/eina-cxx-1/eina-cxx/eina_fold.hh
+include/eina-cxx-1/eina-cxx/eina_inarray.hh
+include/eina-cxx-1/eina-cxx/eina_inlist.hh
+include/eina-cxx-1/eina-cxx/eina_integer_sequence.hh
+include/eina-cxx-1/eina-cxx/eina_iterator.hh
+include/eina-cxx-1/eina-cxx/eina_list.hh
+include/eina-cxx-1/eina-cxx/eina_lists_auxiliary.hh
+include/eina-cxx-1/eina-cxx/eina_log.hh
+include/eina-cxx-1/eina-cxx/eina_optional.hh
+include/eina-cxx-1/eina-cxx/eina_ptrarray.hh
+include/eina-cxx-1/eina-cxx/eina_ptrlist.hh
+include/eina-cxx-1/eina-cxx/eina_range_types.hh
+include/eina-cxx-1/eina-cxx/eina_ref.hh
+include/eina-cxx-1/eina-cxx/eina_stringshare.hh
+include/eina-cxx-1/eina-cxx/eina_thread.hh
+include/eina-cxx-1/eina-cxx/eina_throw.hh
+include/eina-cxx-1/eina-cxx/eina_tuple.hh
+include/eina-cxx-1/eina-cxx/eina_tuple_unwrap.hh
+include/eina-cxx-1/eina-cxx/eina_type_traits.hh
+include/eina-cxx-1/eina-cxx/eina_value.hh
+include/eio-1/Eio.h
+include/eio-1/eio_inline_helper.x
+include/eldbus-1/Eldbus.h
+include/eldbus-1/eldbus_connection.h
+include/eldbus-1/eldbus_freedesktop.h
+include/eldbus-1/eldbus_message.h
+include/eldbus-1/eldbus_message_eina_value.h
+include/eldbus-1/eldbus_message_helper.h
+include/eldbus-1/eldbus_object.h
+include/eldbus-1/eldbus_pending.h
+include/eldbus-1/eldbus_proxy.h
+include/eldbus-1/eldbus_service.h
+include/eldbus-1/eldbus_signal_handler.h
+include/eldbus_cxx-1/Eldbus.hh
+include/eldbus_cxx-1/eldbus_basic.hh
+include/eldbus_cxx-1/eldbus_error.hh
+include/eldbus_cxx-1/eldbus_freedesktop.hh
+include/eldbus_cxx-1/eldbus_integer_sequence.hh
+include/eldbus_cxx-1/eldbus_message.hh
+include/eldbus_cxx-1/eldbus_message_arguments.hh
+include/eldbus_cxx-1/eldbus_proxy_call.hh
+include/eldbus_cxx-1/eldbus_raw_tuple.hh
+include/eldbus_cxx-1/eldbus_service.hh
+include/eldbus_cxx-1/eldbus_signature_traits.hh
+include/elocation-1/Elocation.h
+include/elocation-1/eldbus_geo_clue2_client.h
+include/elocation-1/eldbus_geo_clue2_location.h
+include/elocation-1/eldbus_geo_clue2_manager.h
+include/elocation-1/eldbus_utils.h
+include/elocation-1/elocation_private.h
+%%ELUA%%include/elua-1/Elua.h
+include/embryo-1/Embryo.h
+include/emotion-1/Emotion.h
+include/emotion-1/Emotion_Eo.h
+include/emotion-1/Emotion_Generic_Plugin.h
+include/emotion-1/Emotion_Legacy.h
+include/emotion-1/emotion_object.eo.h
+include/emotion-1/emotion_object.eo.legacy.h
+include/eo-1/Eo.h
+include/eo-1/eo_abstract_class.eo.h
+include/eo-1/eo_base.eo.h
+include/eo-cxx-1/Eo.hh
+include/eo-cxx-1/eo_abstract_class.eo.hh
+include/eo-cxx-1/eo_base.eo.hh
+include/eo-cxx-1/eo_concrete.hh
+include/eo-cxx-1/eo_cxx_interop.hh
+include/eo-cxx-1/eo_event.hh
+include/eo-cxx-1/eo_inherit.hh
+include/eo-cxx-1/eo_inherit_bindings.hh
+include/eo-cxx-1/eo_init.hh
+include/eo-cxx-1/eo_ops.hh
+include/eo-cxx-1/eo_private.hh
+include/eo-cxx-1/eo_wref.hh
+include/eolian-1/Eolian.h
+include/eolian-cxx-1/Eolian_Cxx.hh
+include/eolian-cxx-1/eo_generate.hh
+include/eolian-cxx-1/eo_types.hh
+include/eolian-cxx-1/eo_validate.hh
+include/eolian-cxx-1/grammar/comment.hh
+include/eolian-cxx-1/grammar/eo_class_constructors_generator.hh
+include/eolian-cxx-1/grammar/eo_class_events_generator.hh
+include/eolian-cxx-1/grammar/eo_class_functions_generator.hh
+include/eolian-cxx-1/grammar/eo_class_generator.hh
+include/eolian-cxx-1/grammar/eo_header_generator.hh
+include/eolian-cxx-1/grammar/inheritance_base_generator.hh
+include/eolian-cxx-1/grammar/namespace_generator.hh
+include/eolian-cxx-1/grammar/parameters_generator.hh
+include/eolian-cxx-1/grammar/tab.hh
+include/eolian-cxx-1/grammar/type_generator.hh
+%%PHYSICS%%include/ephysics-1/EPhysics.h
+include/ethumb-1/Ethumb.h
+include/ethumb-client-1/Ethumb_Client.h
+include/evas-1/Evas.h
+include/evas-1/Evas_Common.h
+include/evas-1/Evas_Engine_Buffer.h
+include/evas-1/Evas_Engine_Software_X11.h
+include/evas-1/Evas_Eo.h
+include/evas-1/Evas_GL.h
+include/evas-1/Evas_Legacy.h
+include/evas-1/Evas_Loader.h
+%%OPENGL%%include/evas-1/Evas_Engine_GL_X11.h
+%%OPENGL%%%%SDL%%include/evas-1/Evas_Engine_GL_SDL.h
+include/evas-1/canvas/evas_canvas.eo.h
+include/evas-1/canvas/evas_canvas.eo.legacy.h
+include/evas-1/canvas/evas_3d_camera.eo.h
+include/evas-1/canvas/evas_3d_camera.eo.legacy.h
+include/evas-1/canvas/evas_3d_light.eo.h
+include/evas-1/canvas/evas_3d_light.eo.legacy.h
+include/evas-1/canvas/evas_3d_material.eo.h
+include/evas-1/canvas/evas_3d_material.eo.legacy.h
+include/evas-1/canvas/evas_3d_mesh.eo.h
+include/evas-1/canvas/evas_3d_mesh.eo.legacy.h
+include/evas-1/canvas/evas_3d_node.eo.h
+include/evas-1/canvas/evas_3d_node.eo.legacy.h
+include/evas-1/canvas/evas_3d_object.eo.h
+include/evas-1/canvas/evas_3d_object.eo.legacy.h
+include/evas-1/canvas/evas_3d_scene.eo.h
+include/evas-1/canvas/evas_3d_scene.eo.legacy.h
+include/evas-1/canvas/evas_3d_texture.eo.h
+include/evas-1/canvas/evas_3d_texture.eo.legacy.h
+include/evas-1/canvas/evas_box.eo.h
+include/evas-1/canvas/evas_box.eo.legacy.h
+include/evas-1/canvas/evas_clickable_interface.eo.h
+include/evas-1/canvas/evas_clickable_interface.eo.legacy.h
+include/evas-1/canvas/evas_common_interface.eo.h
+include/evas-1/canvas/evas_common_interface.eo.legacy.h
+include/evas-1/canvas/evas_draggable_interface.eo.h
+include/evas-1/canvas/evas_draggable_interface.eo.legacy.h
+include/evas-1/canvas/evas_grid.eo.h
+include/evas-1/canvas/evas_grid.eo.legacy.h
+include/evas-1/canvas/evas_image.eo.h
+include/evas-1/canvas/evas_image.eo.legacy.h
+include/evas-1/canvas/evas_line.eo.h
+include/evas-1/canvas/evas_line.eo.legacy.h
+include/evas-1/canvas/evas_object.eo.h
+include/evas-1/canvas/evas_object.eo.legacy.h
+include/evas-1/canvas/evas_out.eo.h
+include/evas-1/canvas/evas_out.eo.legacy.h
+include/evas-1/canvas/evas_polygon.eo.h
+include/evas-1/canvas/evas_polygon.eo.legacy.h
+include/evas-1/canvas/evas_rectangle.eo.h
+include/evas-1/canvas/evas_rectangle.eo.legacy.h
+include/evas-1/canvas/evas_scrollable_interface.eo.h
+include/evas-1/canvas/evas_scrollable_interface.eo.legacy.h
+include/evas-1/canvas/evas_selectable_interface.eo.h
+include/evas-1/canvas/evas_selectable_interface.eo.legacy.h
+include/evas-1/canvas/evas_signal_interface.eo.h
+include/evas-1/canvas/evas_signal_interface.eo.legacy.h
+include/evas-1/canvas/evas_object_smart.eo.h
+include/evas-1/canvas/evas_object_smart.eo.legacy.h
+include/evas-1/canvas/evas_smart_clipped.eo.h
+include/evas-1/canvas/evas_smart_clipped.eo.legacy.h
+include/evas-1/canvas/evas_table.eo.h
+include/evas-1/canvas/evas_table.eo.legacy.h
+include/evas-1/canvas/evas_text.eo.h
+include/evas-1/canvas/evas_text.eo.legacy.h
+include/evas-1/canvas/evas_textblock.eo.h
+include/evas-1/canvas/evas_textblock.eo.legacy.h
+include/evas-1/canvas/evas_textgrid.eo.h
+include/evas-1/canvas/evas_textgrid.eo.legacy.h
+include/evas-1/canvas/evas_zoomable_interface.eo.h
+include/evas-1/canvas/evas_zoomable_interface.eo.legacy.h
+include/evas-cxx-1/Evas.hh
+include/evas-cxx-1/canvas/evas_3d_camera.eo.hh
+include/evas-cxx-1/canvas/evas_3d_light.eo.hh
+include/evas-cxx-1/canvas/evas_3d_material.eo.hh
+include/evas-cxx-1/canvas/evas_3d_mesh.eo.hh
+include/evas-cxx-1/canvas/evas_3d_node.eo.hh
+include/evas-cxx-1/canvas/evas_3d_object.eo.hh
+include/evas-cxx-1/canvas/evas_3d_scene.eo.hh
+include/evas-cxx-1/canvas/evas_3d_texture.eo.hh
+include/evas-cxx-1/canvas/evas_box.eo.hh
+include/evas-cxx-1/canvas/evas_canvas.eo.hh
+include/evas-cxx-1/canvas/evas_clickable_interface.eo.hh
+include/evas-cxx-1/canvas/evas_common_interface.eo.hh
+include/evas-cxx-1/canvas/evas_draggable_interface.eo.hh
+include/evas-cxx-1/canvas/evas_grid.eo.hh
+include/evas-cxx-1/canvas/evas_image.eo.hh
+include/evas-cxx-1/canvas/evas_line.eo.hh
+include/evas-cxx-1/canvas/evas_object.eo.hh
+include/evas-cxx-1/canvas/evas_object_smart.eo.hh
+include/evas-cxx-1/canvas/evas_out.eo.hh
+include/evas-cxx-1/canvas/evas_polygon.eo.hh
+include/evas-cxx-1/canvas/evas_rectangle.eo.hh
+include/evas-cxx-1/canvas/evas_scrollable_interface.eo.hh
+include/evas-cxx-1/canvas/evas_selectable_interface.eo.hh
+include/evas-cxx-1/canvas/evas_signal_interface.eo.hh
+include/evas-cxx-1/canvas/evas_smart_clipped.eo.hh
+include/evas-cxx-1/canvas/evas_table.eo.hh
+include/evas-cxx-1/canvas/evas_text.eo.hh
+include/evas-cxx-1/canvas/evas_textblock.eo.hh
+include/evas-cxx-1/canvas/evas_textgrid.eo.hh
+include/evas-cxx-1/canvas/evas_zoomable_interface.eo.hh
+lib/cmake/Ecore/EcoreConfig.cmake
+lib/cmake/Ecore/EcoreConfigVersion.cmake
+lib/cmake/EcoreCxx/EcoreCxxConfig.cmake
+lib/cmake/EcoreCxx/EcoreCxxConfigVersion.cmake
+lib/cmake/Edje/EdjeConfig.cmake
+lib/cmake/Edje/EdjeConfigVersion.cmake
+lib/cmake/Eet/EetConfig.cmake
+lib/cmake/Eet/EetConfigVersion.cmake
+lib/cmake/EetCxx/EetCxxConfig.cmake
+lib/cmake/EetCxx/EetCxxConfigVersion.cmake
+lib/cmake/Eeze/EezeConfig.cmake
+lib/cmake/Eeze/EezeConfigVersion.cmake
+lib/cmake/Efl/EflConfig.cmake
+lib/cmake/Efl/EflConfigVersion.cmake
+lib/cmake/Efreet/EfreetConfig.cmake
+lib/cmake/Efreet/EfreetConfigVersion.cmake
+lib/cmake/Eina/EinaConfig.cmake
+lib/cmake/Eina/EinaConfigVersion.cmake
+lib/cmake/EinaCxx/EinaCxxConfig.cmake
+lib/cmake/EinaCxx/EinaCxxConfigVersion.cmake
+lib/cmake/Eldbus/EldbusConfig.cmake
+lib/cmake/Eldbus/EldbusConfigVersion.cmake
+%%ELUA%%lib/cmake/Elua/EluaConfig.cmake
+%%ELUA%%lib/cmake/Elua/EluaConfigVersion.cmake
+lib/cmake/Emotion/EmotionConfig.cmake
+lib/cmake/Emotion/EmotionConfigVersion.cmake
+lib/cmake/Eo/EoConfig.cmake
+lib/cmake/Eo/EoConfigVersion.cmake
+lib/cmake/EoCxx/EoCxxConfig.cmake
+lib/cmake/EoCxx/EoCxxConfigVersion.cmake
+lib/cmake/Eolian/EolianConfig.cmake
+lib/cmake/Eolian/EolianConfigVersion.cmake
+lib/cmake/EolianCxx/EolianCxxConfig.cmake
+lib/cmake/EolianCxx/EolianCxxConfigVersion.cmake
+lib/cmake/Ethumb/EthumbConfig.cmake
+lib/cmake/Ethumb/EthumbConfigVersion.cmake
+lib/cmake/EthumbClient/EthumbClientConfig.cmake
+lib/cmake/EthumbClient/EthumbClientConfigVersion.cmake
+lib/cmake/Evas/EvasConfig.cmake
+lib/cmake/Evas/EvasConfigVersion.cmake
+lib/cmake/EvasCxx/EvasCxxConfig.cmake
+lib/cmake/EvasCxx/EvasCxxConfigVersion.cmake
+lib/ecore/system/upower/v-%%BRANCHVERSION%%/module.so
+lib/ecore_evas/engines/extn/v-%%BRANCHVERSION%%/module.so
+lib/ecore_evas/engines/x/v-%%BRANCHVERSION%%/module.so
+%%SDL%%lib/ecore_evas/engines/sdl/v-%%BRANCHVERSION%%/module.so
+lib/ecore_imf/modules/xim/v-%%BRANCHVERSION%%/module.so
+%%IBUS%%lib/ecore_imf/modules/ibus/v-%%BRANCHVERSION%%/module.so
+%%SCIM%%lib/ecore_imf/modules/scim/v-%%BRANCHVERSION%%/module.so
+lib/ecore_x/bin/v-%%BRANCHVERSION%%/ecore_x_vsync
+lib/edje/modules/emotion/v-%%BRANCHVERSION%%/module.so
+lib/edje/utils/v-%%BRANCHVERSION%%/epp
+lib/efreet/v-%%BRANCHVERSION%%/efreet_desktop_cache_create
+lib/efreet/v-%%BRANCHVERSION%%/efreet_icon_cache_create
+%%GSTREAMER%%lib/emotion/modules/gstreamer1/v-%%BRANCHVERSION%%/module.so
+%%LIBXINE%%lib/emotion/modules/xine/v-%%BRANCHVERSION%%/module.so
+lib/ethumb/modules/emotion/v-%%BRANCHVERSION%%/module.so
+lib/ethumb/modules/emotion/v-%%BRANCHVERSION%%/template.edj
+lib/ethumb_client/utils/v-%%BRANCHVERSION%%/ethumbd_slave
+%%OPENGL%%lib/evas/modules/engines/gl_generic/v-%%BRANCHVERSION%%/module.so
+lib/evas/modules/engines/software_x11/v-%%BRANCHVERSION%%/module.so
+%%OPENGL%%lib/evas/modules/engines/gl_x11/v-%%BRANCHVERSION%%/module.so
+%%OPENGL%%%%SDL%%lib/evas/modules/engines/gl_sdl/v-%%BRANCHVERSION%%/module.so
+lib/evas/modules/image_loaders/gif/v-%%BRANCHVERSION%%/module.so
+%%OPENJPEG%%lib/evas/modules/image_loaders/jp2k/v-%%BRANCHVERSION%%/module.so
+lib/evas/modules/image_loaders/tiff/v-%%BRANCHVERSION%%/module.so
+lib/evas/modules/image_savers/tiff/v-%%BRANCHVERSION%%/module.so
+%%WEBP%%lib/evas/modules/image_loaders/webp/v-%%BRANCHVERSION%%/module.so
+%%WEBP%%lib/evas/modules/image_savers/webp/v-%%BRANCHVERSION%%/module.so
+lib/libecore.so
+lib/libecore.so.1
+lib/libecore.so.%%PORTVERSION%%
+%%AUDIO%%lib/libecore_audio.so
+%%AUDIO%%lib/libecore_audio.so.1
+%%AUDIO%%lib/libecore_audio.so.%%PORTVERSION%%
+lib/libecore_avahi.so
+lib/libecore_avahi.so.1
+lib/libecore_avahi.so.%%PORTVERSION%%
+lib/libecore_con.so
+lib/libecore_con.so.1
+lib/libecore_con.so.%%PORTVERSION%%
+lib/libecore_evas.so
+lib/libecore_evas.so.1
+lib/libecore_evas.so.%%PORTVERSION%%
+lib/libecore_file.so
+lib/libecore_file.so.1
+lib/libecore_file.so.%%PORTVERSION%%
+lib/libecore_imf.so
+lib/libecore_imf.so.1
+lib/libecore_imf.so.%%PORTVERSION%%
+lib/libecore_imf_evas.so
+lib/libecore_imf_evas.so.1
+lib/libecore_imf_evas.so.%%PORTVERSION%%
+lib/libecore_input.so
+lib/libecore_input.so.1
+lib/libecore_input.so.%%PORTVERSION%%
+lib/libecore_input_evas.so
+lib/libecore_input_evas.so.1
+lib/libecore_input_evas.so.%%PORTVERSION%%
+lib/libecore_ipc.so
+lib/libecore_ipc.so.1
+lib/libecore_ipc.so.%%PORTVERSION%%
+lib/libecore_x.so
+lib/libecore_x.so.1
+lib/libecore_x.so.%%PORTVERSION%%
+%%SDL%%lib/libecore_sdl.so
+%%SDL%%lib/libecore_sdl.so.1
+%%SDL%%lib/libecore_sdl.so.%%PORTVERSION%%
+lib/libedje.so
+lib/libedje.so.1
+lib/libedje.so.%%PORTVERSION%%
+lib/libeet.so
+lib/libeet.so.1
+lib/libeet.so.%%PORTVERSION%%
+lib/libefl.so
+lib/libefl.so.1
+lib/libefl.so.%%PORTVERSION%%
+lib/libefreet.so
+lib/libefreet.so.1
+lib/libefreet.so.%%PORTVERSION%%
+lib/libefreet_mime.so
+lib/libefreet_mime.so.1
+lib/libefreet_mime.so.%%PORTVERSION%%
+lib/libefreet_trash.so
+lib/libefreet_trash.so.1
+lib/libefreet_trash.so.%%PORTVERSION%%
+lib/libeina.so
+lib/libeina.so.1
+lib/libeina.so.%%PORTVERSION%%
+lib/libeio.so
+lib/libeio.so.1
+lib/libeio.so.%%PORTVERSION%%
+lib/libeldbus.so
+lib/libeldbus.so.1
+lib/libeldbus.so.%%PORTVERSION%%
+lib/libelocation.so
+lib/libelocation.so.1
+lib/libelocation.so.%%PORTVERSION%%
+%%ELUA%%lib/libelua.so
+%%ELUA%%lib/libelua.so.1
+%%ELUA%%lib/libelua.so.%%PORTVERSION%%
+lib/libembryo.so
+lib/libembryo.so.1
+lib/libembryo.so.%%PORTVERSION%%
+lib/libemotion.so
+lib/libemotion.so.1
+lib/libemotion.so.%%PORTVERSION%%
+lib/libeo.so
+lib/libeo.so.1
+lib/libeo.so.%%PORTVERSION%%
+lib/libeolian.so
+lib/libeolian.so.1
+lib/libeolian.so.%%PORTVERSION%%
+%%PHYSICS%%lib/libephysics.so
+%%PHYSICS%%lib/libephysics.so.1
+%%PHYSICS%%lib/libephysics.so.%%PORTVERSION%%
+lib/libethumb.so
+lib/libethumb.so.1
+lib/libethumb.so.%%PORTVERSION%%
+lib/libethumb_client.so
+lib/libethumb_client.so.1
+lib/libethumb_client.so.%%PORTVERSION%%
+lib/libevas.so
+lib/libevas.so.1
+lib/libevas.so.%%PORTVERSION%%
+%%AUDIO%%libdata/pkgconfig/ecore-audio.pc
+libdata/pkgconfig/ecore-avahi.pc
+libdata/pkgconfig/ecore-con.pc
+libdata/pkgconfig/ecore-evas.pc
+libdata/pkgconfig/ecore-file.pc
+libdata/pkgconfig/ecore-imf-evas.pc
+libdata/pkgconfig/ecore-imf.pc
+libdata/pkgconfig/ecore-input-evas.pc
+libdata/pkgconfig/ecore-input.pc
+libdata/pkgconfig/ecore-ipc.pc
+libdata/pkgconfig/ecore-x.pc
+%%SDL%%libdata/pkgconfig/ecore-sdl.pc
+libdata/pkgconfig/ecore.pc
+%%AUDIO%%libdata/pkgconfig/ecore-audio-cxx.pc
+libdata/pkgconfig/ecore-cxx.pc
+libdata/pkgconfig/edje.pc
+libdata/pkgconfig/edje-cxx.pc
+libdata/pkgconfig/eet.pc
+libdata/pkgconfig/eet-cxx.pc
+libdata/pkgconfig/efl.pc
+libdata/pkgconfig/efl-cxx.pc
+libdata/pkgconfig/efreet.pc
+libdata/pkgconfig/efreet-mime.pc
+libdata/pkgconfig/efreet-trash.pc
+libdata/pkgconfig/eina.pc
+libdata/pkgconfig/eina-cxx.pc
+libdata/pkgconfig/eio.pc
+libdata/pkgconfig/eldbus.pc
+libdata/pkgconfig/elocation.pc
+libdata/pkgconfig/elua.pc
+libdata/pkgconfig/embryo.pc
+libdata/pkgconfig/emotion.pc
+libdata/pkgconfig/eo.pc
+libdata/pkgconfig/eo-cxx.pc
+libdata/pkgconfig/eolian.pc
+libdata/pkgconfig/eolian-cxx.pc
+%%PHYSICS%%libdata/pkgconfig/ephysics.pc
+libdata/pkgconfig/ethumb.pc
+libdata/pkgconfig/ethumb_client.pc
+libdata/pkgconfig/evas-cxx.pc
+libdata/pkgconfig/evas-software-buffer.pc
+libdata/pkgconfig/evas-software-x11.pc
+%%OPENGL%%libdata/pkgconfig/evas-opengl-x11.pc
+%%OPENGL%%%%SDL%%libdata/pkgconfig/evas-opengl-sdl.pc
+libdata/pkgconfig/evas.pc
+share/dbus-1/services/org.enlightenment.Efreet.service
+share/dbus-1/services/org.enlightenment.Ethumb.service
+share/ecore/checkme
+share/ecore_imf/checkme
+share/ecore_x/checkme
+share/edje/include/edje.inc
+share/eeze/checkme
+share/efreet/checkme
+%%ELUA%%share/elua/checkme
+%%ELUA%%share/elua/apps/lualian.lua
+%%ELUA%%share/elua/apps/xgettext.lua
+%%ELUA%%share/elua/core/gettext.lua
+%%ELUA%%share/elua/core/module.lua
+%%ELUA%%share/elua/core/util.lua
+%%ELUA%%share/elua/modules/benchmark.lua
+%%ELUA%%share/elua/modules/ecore/ecore_animator.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_exe.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_idle_enterer.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_idle_exiter.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_idler.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_job.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_mainloop.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_parent.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_poller.eo.lua
+%%ELUA%%share/elua/modules/ecore/ecore_timer.eo.lua
+%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio.eo.lua
+%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in.eo.lua
+%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_sndfile.eo.lua
+%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_tone.eo.lua
+%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out.eo.lua
+%%ELUA%%%%PULSEAUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_pulse.eo.lua
+%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_sndfile.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/ecore_con_base.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/ecore_con_client.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/ecore_con_connector.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/ecore_con_server.eo.lua
+%%ELUA%%share/elua/modules/ecore_con/ecore_con_url.eo.lua
+%%ELUA%%share/elua/modules/edje/edje_edit.eo.lua
+%%ELUA%%share/elua/modules/edje/edje_object.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_control.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_file.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_image.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_player.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_text.eo.lua
+%%ELUA%%share/elua/modules/efl/efl_text_properties.eo.lua
+%%ELUA%%share/elua/modules/eina/accessor.lua
+%%ELUA%%share/elua/modules/eina/counter.lua
+%%ELUA%%share/elua/modules/eina/file.lua
+%%ELUA%%share/elua/modules/eina/hamster.lua
+%%ELUA%%share/elua/modules/eina/iterator.lua
+%%ELUA%%share/elua/modules/eina/list.lua
+%%ELUA%%share/elua/modules/eina/log.lua
+%%ELUA%%share/elua/modules/eina/rectangle.lua
+%%ELUA%%share/elua/modules/eina/tiler.lua
+%%ELUA%%share/elua/modules/eina/xattr.lua
+%%ELUA%%share/elua/modules/emotion/emotion_object.eo.lua
+%%ELUA%%share/elua/modules/eo.lua
+%%ELUA%%share/elua/modules/eolian.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_camera.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_light.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_material.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_mesh.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_node.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_object.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_scene.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_3d_texture.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_box.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_canvas.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_clickable_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_common_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_draggable_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_grid.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_image.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_line.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_object.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_object_smart.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_out.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_polygon.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_rectangle.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_scrollable_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_selectable_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_signal_interface.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_smart_clipped.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_table.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_text.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_textblock.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_textgrid.eo.lua
+%%ELUA%%share/elua/modules/evas/evas_zoomable_interface.eo.lua
+%%ELUA%%share/elua/modules/getopt.lua
+%%ELUA%%share/elua/modules/lualian.lua
+%%ELUA%%share/elua/modules/xgettext/generator.lua
+%%ELUA%%share/elua/modules/xgettext/lexer.lua
+%%ELUA%%share/elua/modules/xgettext/parser.lua
+share/embryo/include/default.inc
+share/emotion/checkme
+share/eo/gdb/eo_gdb.py
+share/eolian/include/ecore-1/ecore_animator.eo
+%%AUDIO%%share/eolian/include/ecore-1/ecore_audio.eo
+%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in.eo
+%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_sndfile.eo
+%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_tone.eo
+%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out.eo
+%%PULSEAUDIO%%share/eolian/include/ecore-1/ecore_audio_out_pulse.eo
+%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out_sndfile.eo
+share/eolian/include/ecore-1/ecore_con_base.eo
+share/eolian/include/ecore-1/ecore_con_client.eo
+share/eolian/include/ecore-1/ecore_con_connector.eo
+share/eolian/include/ecore-1/ecore_con_server.eo
+share/eolian/include/ecore-1/ecore_con_url.eo
+share/eolian/include/ecore-1/ecore_exe.eo
+share/eolian/include/ecore-1/ecore_idle_enterer.eo
+share/eolian/include/ecore-1/ecore_idle_exiter.eo
+share/eolian/include/ecore-1/ecore_idler.eo
+share/eolian/include/ecore-1/ecore_job.eo
+share/eolian/include/ecore-1/ecore_mainloop.eo
+share/eolian/include/ecore-1/ecore_parent.eo
+share/eolian/include/ecore-1/ecore_poller.eo
+share/eolian/include/ecore-1/ecore_timer.eo
+share/eolian/include/edje-1/edje_object.eo
+share/eolian/include/edje-1/edje_edit.eo
+share/eolian/include/efl-1/efl_control.eo
+share/eolian/include/efl-1/efl_file.eo
+share/eolian/include/efl-1/efl_image.eo
+share/eolian/include/efl-1/efl_player.eo
+share/eolian/include/efl-1/efl_text.eo
+share/eolian/include/efl-1/efl_text_properties.eo
+share/eolian/include/emotion-1/emotion_object.eo
+share/eolian/include/eo-1/eo_abstract_class.eo
+share/eolian/include/eo-1/eo_base.eo
+share/eolian/include/evas-1/evas_3d_camera.eo
+share/eolian/include/evas-1/evas_3d_light.eo
+share/eolian/include/evas-1/evas_3d_material.eo
+share/eolian/include/evas-1/evas_3d_mesh.eo
+share/eolian/include/evas-1/evas_3d_node.eo
+share/eolian/include/evas-1/evas_3d_object.eo
+share/eolian/include/evas-1/evas_3d_scene.eo
+share/eolian/include/evas-1/evas_3d_texture.eo
+share/eolian/include/evas-1/evas_box.eo
+share/eolian/include/evas-1/evas_canvas.eo
+share/eolian/include/evas-1/evas_clickable_interface.eo
+share/eolian/include/evas-1/evas_common_interface.eo
+share/eolian/include/evas-1/evas_draggable_interface.eo
+share/eolian/include/evas-1/evas_grid.eo
+share/eolian/include/evas-1/evas_image.eo
+share/eolian/include/evas-1/evas_line.eo
+share/eolian/include/evas-1/evas_object.eo
+share/eolian/include/evas-1/evas_object_smart.eo
+share/eolian/include/evas-1/evas_out.eo
+share/eolian/include/evas-1/evas_polygon.eo
+share/eolian/include/evas-1/evas_rectangle.eo
+share/eolian/include/evas-1/evas_scrollable_interface.eo
+share/eolian/include/evas-1/evas_selectable_interface.eo
+share/eolian/include/evas-1/evas_signal_interface.eo
+share/eolian/include/evas-1/evas_smart_clipped.eo
+share/eolian/include/evas-1/evas_table.eo
+share/eolian/include/evas-1/evas_text.eo
+share/eolian/include/evas-1/evas_textblock.eo
+share/eolian/include/evas-1/evas_textgrid.eo
+share/eolian/include/evas-1/evas_zoomable_interface.eo
+share/ethumb/checkme
+share/ethumb/frames/default.edj
+share/ethumb_client/checkme
+share/evas/checkme
+%%NLS%%share/locale/ca/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/de/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/el/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/es/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/it/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/efl.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/efl.mo
+share/mime/packages/edje.xml
Property changes on: trunk/devel/efl/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