diff options
author | Renato Botelho <garga@FreeBSD.org> | 2011-01-03 14:38:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2011-01-03 14:38:01 +0000 |
commit | 21526892f39daca6d022ea1a7c1229d60c0d68b7 (patch) | |
tree | 7ee0fa6dbb6ac8d5faf14970e19155d5a6fb9e16 /x11-toolkits/ewl | |
parent | 75a99c614f1b68176aee92482e1d1b628323e3d7 (diff) | |
download | ports-21526892f39daca6d022ea1a7c1229d60c0d68b7.tar.gz ports-21526892f39daca6d022ea1a7c1229d60c0d68b7.zip |
Notes
Diffstat (limited to 'x11-toolkits/ewl')
-rw-r--r-- | x11-toolkits/ewl/Makefile | 111 | ||||
-rw-r--r-- | x11-toolkits/ewl/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/ewl/files/patch-tools-ewl_config_ewl_config.c | 22 | ||||
-rw-r--r-- | x11-toolkits/ewl/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/ewl/pkg-plist | 189 |
5 files changed, 0 insertions, 326 deletions
diff --git a/x11-toolkits/ewl/Makefile b/x11-toolkits/ewl/Makefile deleted file mode 100644 index 68a90c5e36ac..000000000000 --- a/x11-toolkits/ewl/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# New ports collection makefile for: ewl -# Date created: 08/08/2004 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= ewl -PORTVERSION= 0.5.2.042 -PORTREVISION= 5 -PORTEPOCH= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ - -MAINTAINER= stas@FreeBSD.org -COMMENT= Enlightened Widget Library - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig gnometarget -USE_EFL= embryo edb evas edje ecore efreet -USE_EFL_ECORE= txt file -WANT_EFL= yes -USE_LDCONFIG= yes - -BROKEN= does not compile -DEPRECATED= abandoned upstream -EXPIRATION_DATE= 2011-01-01 - -CONFIGURE_ARGS= --disable-tests - -OPTIONS= EPSILON "Enable Epsilon Support for Ewl_Image" on \ - EMOTION "Enable Emotion Support for Ewl_Media" on \ - SOFTX11 "Enable software X11 evas engine support" on \ - XRENDER "Enable XRender evas engine support" on \ - GL "Enable OpenGL evas engine support" on \ - BUFFER "Enable buffer evas engine support" on \ - SDL "Enable SDL evas engine support" off - -.include <bsd.port.pre.mk> - -.if ${ARCH} == ia64 -BROKEN= does not compile on ${ARCH} -.endif - -.if !defined(WITHOUT_EPSILON) || ${HAVE_EFL:Mepsilon} -USE_EFL+= epsilon -.endif - -.if !defined(WITHOUT_EMOTION) || ${HAVE_EFL:Memotion} -USE_EFL+= emotion -.endif - -.if !defined(WITHOUT_SOFTX11) -USE_EVAS_ENGINES+= x11 -CONFIGURE_ARGS+= --enable-software-x11 -PLIST_SUB+= SOFTX11="" -WITH_ECORE_X= yes -.else -CONFIGURE_ARGS+= --disable-software-x11 -PLIST_SUB+= SOFTX11="@comment " -.endif - -.if !defined(WITHOUT_XRENDER) -USE_EVAS_ENGINES+= xrender -CONFIGURE_ARGS+= --enable-xrender-x11 -PLIST_SUB+= XRENDER="" -WITH_ECORE_X= yes -.else -CONFIGURE_ARGS+= --disable-xrender-x11 -PLIST_SUB+= XRENDER="@comment " -.endif - -.if !defined(WITHOUT_GL) -USE_EVAS_ENGINES+= opengl -CONFIGURE_ARGS+= --enable-opengl-x11 -PLIST_SUB+= GL="" -WITH_ECORE_X= yes -.else -CONFIGURE_ARGS+= --disable-opengl-x11 -PLIST_SUB+= GL="@comment " -.endif - -.if defined(WITH_SDL) -CONFIGURE_ARGS+= --enable-software-sdl -PLIST_SUB+= SDL="" -USE_EFL_ECORE+= sdl -.else -CONFIGURE_ARGS+= --disable-software-sdl -PLIST_SUB+= SDL="@comment " -.endif - -.if defined(WITH_ECORE_X) -PLIST_SUB+= X11="" -USE_EFL_ECORE+= x11 -.else -PLIST_SUB+= X11="@comment " -.endif - -.if !defined(WITHOUT_BUFFER) -USE_EVAS_ENGINES+= buffer -CONFIGURE_ARGS+= --enable-buffer -PLIST_SUB+= BUFFER="" -.else -CONFIGURE_ARGS+= --disable-buffer -PLIST_SUB+= BUFFER="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/ewl/distinfo b/x11-toolkits/ewl/distinfo deleted file mode 100644 index 4ceab4eb4dbd..000000000000 --- a/x11-toolkits/ewl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ewl-0.5.2.042.tar.bz2) = c25a57cdee3e58b016ad8ad5e0767902 -SHA256 (ewl-0.5.2.042.tar.bz2) = dd6b496b3a94925a24ced82a0150b8778f29cda20a9c2f9ac18807fe7497c431 -SIZE (ewl-0.5.2.042.tar.bz2) = 3090006 diff --git a/x11-toolkits/ewl/files/patch-tools-ewl_config_ewl_config.c b/x11-toolkits/ewl/files/patch-tools-ewl_config_ewl_config.c deleted file mode 100644 index d01792e311de..000000000000 --- a/x11-toolkits/ewl/files/patch-tools-ewl_config_ewl_config.c +++ /dev/null @@ -1,22 +0,0 @@ ---- tools/ewl_config/ewl_config.c.orig 2009-11-23 20:47:09.000000000 +0100 -+++ tools/ewl_config/ewl_config.c 2009-11-23 20:47:42.000000000 +0100 -@@ -342,8 +342,8 @@ - ret = ec_themes_get(rep, list, v); - if (ret >= 0) - sel = ret; -+ closedir(rep); - } -- closedir(rep); - - home_dir = getenv("HOME"); - snprintf(path, PATH_MAX, "%s/%s", home_dir, ".ewl/themes"); -@@ -355,8 +355,8 @@ - ret = ec_themes_get(rep, list, v); - if (ret >= 0) - sel = ret; -+ closedir(rep); - } -- closedir(rep); - - if (sel >= 0) - ewl_mvc_selected_set(EWL_MVC(o), NULL, list, sel, 0); diff --git a/x11-toolkits/ewl/pkg-descr b/x11-toolkits/ewl/pkg-descr deleted file mode 100644 index c0c047f93e5e..000000000000 --- a/x11-toolkits/ewl/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -EWL is a widget library which uses the E Foundation Libraries (EFL). diff --git a/x11-toolkits/ewl/pkg-plist b/x11-toolkits/ewl/pkg-plist deleted file mode 100644 index 0305f6508228..000000000000 --- a/x11-toolkits/ewl/pkg-plist +++ /dev/null @@ -1,189 +0,0 @@ -bin/ewl_config -%%ETCDIR%%/ewl.cfg -include/ewl/Ewl.h -include/ewl/Ewl_Test.h -include/ewl/ewl_attach.h -include/ewl/ewl_base.h -include/ewl/ewl_border.h -include/ewl/ewl_box.h -include/ewl/ewl_button.h -include/ewl/ewl_calendar.h -include/ewl/ewl_callback.h -include/ewl/ewl_cell.h -include/ewl/ewl_check.h -include/ewl/ewl_checkbutton.h -include/ewl/ewl_colordialog.h -include/ewl/ewl_colorpicker.h -include/ewl/ewl_combo.h -include/ewl/ewl_config.h -include/ewl/ewl_container.h -include/ewl/ewl_context_menu.h -include/ewl/ewl_cursor.h -include/ewl/ewl_datepicker.h -include/ewl/ewl_debug.h -include/ewl/ewl_dialog.h -include/ewl/ewl_dnd.h -include/ewl/ewl_embed.h -include/ewl/ewl_engines.h -include/ewl/ewl_entry.h -include/ewl/ewl_enums.h -include/ewl/ewl_events.h -include/ewl/ewl_expansion.h -include/ewl/ewl_filedialog.h -include/ewl/ewl_filelist.h -include/ewl/ewl_filelist_model.h -include/ewl/ewl_filelist_view.h -include/ewl/ewl_filepicker.h -include/ewl/ewl_floater.h -include/ewl/ewl_freebox.h -include/ewl/ewl_grid.h -include/ewl/ewl_highlight.h -include/ewl/ewl_histogram.h -include/ewl/ewl_icon.h -include/ewl/ewl_icon_theme.h -include/ewl/ewl_image.h -include/ewl/ewl_io_manager.h -include/ewl/ewl_label.h -include/ewl/ewl_list.h -include/ewl/ewl_macros.h -include/ewl/ewl_media.h -include/ewl/ewl_menu.h -include/ewl/ewl_menu_item.h -include/ewl/ewl_menubar.h -include/ewl/ewl_misc.h -include/ewl/ewl_model.h -include/ewl/ewl_mvc.h -include/ewl/ewl_notebook.h -include/ewl/ewl_object.h -include/ewl/ewl_overlay.h -include/ewl/ewl_paned.h -include/ewl/ewl_password.h -include/ewl/ewl_popup.h -include/ewl/ewl_progressbar.h -include/ewl/ewl_radiobutton.h -include/ewl/ewl_range.h -include/ewl/ewl_row.h -include/ewl/ewl_scrollbar.h -include/ewl/ewl_scrollpane.h -include/ewl/ewl_seeker.h -include/ewl/ewl_separator.h -include/ewl/ewl_shadow.h -include/ewl/ewl_spacer.h -include/ewl/ewl_spectrum.h -include/ewl/ewl_spinner.h -include/ewl/ewl_statusbar.h -include/ewl/ewl_stock.h -include/ewl/ewl_table.h -include/ewl/ewl_text.h -include/ewl/ewl_text_context.h -include/ewl/ewl_text_fmt.h -include/ewl/ewl_text_trigger.h -include/ewl/ewl_theme.h -include/ewl/ewl_toolbar.h -include/ewl/ewl_tree.h -include/ewl/ewl_tree_view.h -include/ewl/ewl_tree_view_freebox.h -include/ewl/ewl_tree_view_plain.h -include/ewl/ewl_tree_view_scrolled.h -include/ewl/ewl_view.h -include/ewl/ewl_widget.h -include/ewl/ewl_window.h -lib/ewl/engines/evas.a -lib/ewl/engines/evas.la -lib/ewl/engines/evas.so -lib/ewl/engines/evas.so.1 -%%BUFFER%%lib/ewl/engines/evas_buffer.a -%%BUFFER%%lib/ewl/engines/evas_buffer.la -%%BUFFER%%lib/ewl/engines/evas_buffer.so -%%BUFFER%%lib/ewl/engines/evas_buffer.so.1 -%%GL%%lib/ewl/engines/evas_gl_x11.a -%%GL%%lib/ewl/engines/evas_gl_x11.la -%%GL%%lib/ewl/engines/evas_gl_x11.so -%%GL%%lib/ewl/engines/evas_gl_x11.so.1 -%%SOFTX11%%lib/ewl/engines/evas_software_x11.a -%%SOFTX11%%lib/ewl/engines/evas_software_x11.la -%%SOFTX11%%lib/ewl/engines/evas_software_x11.so -%%SOFTX11%%lib/ewl/engines/evas_software_x11.so.1 -%%SDL%%lib/ewl/engines/evas_software_sdl.a -%%SDL%%lib/ewl/engines/evas_software_sdl.la -%%SDL%%lib/ewl/engines/evas_software_sdl.so -%%SDL%%lib/ewl/engines/evas_software_sdl.so.1 -%%XRENDER%%lib/ewl/engines/evas_xrender_x11.a -%%XRENDER%%lib/ewl/engines/evas_xrender_x11.la -%%XRENDER%%lib/ewl/engines/evas_xrender_x11.so -%%XRENDER%%lib/ewl/engines/evas_xrender_x11.so.1 -%%X11%%lib/ewl/engines/x11.a -%%X11%%lib/ewl/engines/x11.la -%%X11%%lib/ewl/engines/x11.so -%%X11%%lib/ewl/engines/x11.so.1 -lib/ewl/plugins/ewl_io_manager_image_plugin.a -lib/ewl/plugins/ewl_io_manager_image_plugin.la -lib/ewl/plugins/ewl_io_manager_image_plugin.so -lib/ewl/plugins/ewl_io_manager_text_c_plugin.a -lib/ewl/plugins/ewl_io_manager_text_c_plugin.la -lib/ewl/plugins/ewl_io_manager_text_c_plugin.so -lib/ewl/plugins/ewl_io_manager_text_plugin.a -lib/ewl/plugins/ewl_io_manager_text_plugin.la -lib/ewl/plugins/ewl_io_manager_text_plugin.so -lib/libewl.a -lib/libewl.la -lib/libewl.so -lib/libewl.so.1 -libdata/pkgconfig/ewl.pc -%%DATADIR%%/examples/Ewl_Test.h -%%DATADIR%%/examples/ewl_test_private.h -%%DATADIR%%/examples/main.c -%%DATADIR%%/images/Draw.png -%%DATADIR%%/images/End.png -%%DATADIR%%/images/NewBCard.png -%%DATADIR%%/images/Open.png -%%DATADIR%%/images/Package.png -%%DATADIR%%/images/World.png -%%DATADIR%%/images/banner-top.png -%%DATADIR%%/images/bg.edj -%%DATADIR%%/images/e-logo-0.png -%%DATADIR%%/images/e-logo-1.png -%%DATADIR%%/images/e-logo-10.png -%%DATADIR%%/images/e-logo-11.png -%%DATADIR%%/images/e-logo-12.png -%%DATADIR%%/images/e-logo-13.png -%%DATADIR%%/images/e-logo-14.png -%%DATADIR%%/images/e-logo-2.png -%%DATADIR%%/images/e-logo-3.png -%%DATADIR%%/images/e-logo-4.png -%%DATADIR%%/images/e-logo-5.png -%%DATADIR%%/images/e-logo-6.png -%%DATADIR%%/images/e-logo-7.png -%%DATADIR%%/images/e-logo-8.png -%%DATADIR%%/images/e-logo-9.png -%%DATADIR%%/images/e-logo.png -%%DATADIR%%/images/elicit.png -%%DATADIR%%/images/elicit1.png -%%DATADIR%%/images/elicit2.png -%%DATADIR%%/images/elicit3.png -%%DATADIR%%/images/entice.png -%%DATADIR%%/images/entice1.png -%%DATADIR%%/images/entice2.png -%%DATADIR%%/images/entice3.png -%%DATADIR%%/images/entrance.png -%%DATADIR%%/images/entrance1.png -%%DATADIR%%/images/entrance2.png -%%DATADIR%%/images/entrance3.png -%%DATADIR%%/images/evidence.png -%%DATADIR%%/images/evidence1.png -%%DATADIR%%/images/evidence2.png -%%DATADIR%%/images/evidence3.png -%%DATADIR%%/images/evidence4.png -%%DATADIR%%/images/lilbottom.png -%%DATADIR%%/images/lilgrad.png -%%DATADIR%%/themes/e17.edj -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% -@dirrm lib/ewl/plugins -@dirrm lib/ewl/examples -@dirrm lib/ewl/engines -@dirrm lib/ewl -@dirrm include/ewl -@dirrm %%ETCDIR%% |