diff options
342 files changed, 2569 insertions, 1067 deletions
diff --git a/Mk/bsd.efl.mk b/Mk/bsd.efl.mk index 1771716158aa..1f060a43adf6 100644 --- a/Mk/bsd.efl.mk +++ b/Mk/bsd.efl.mk @@ -24,24 +24,20 @@ # USE_EFL - lists all EFL libraries which port depends on # WANT_EFL - the port wants to test which of EFL libraries are installed # on the target system -# USE_EFL_ESMART- the ports depends on specified esmart objects (or on all -# esmart objects if "yes") # # The following variables could be tested after inclusion of bsd.port.pre.mk: # HAVE_EFL - lists all EFL libraries which are available on target system -# HAVE_EFL_ESMART - esmart objects available # # Feel free to send any comments and suggestion to maintainer. # -EFL_Include_MAINTAINER= ports@FreeBSD.org +EFL_Include_MAINTAINER= magik@roorback.net # # Define all supported libraries # -_USE_EFL_ALL= ecore edb edbus edje eet efreet eina elementary embryo emotion \ - engrave enhance epeg epsilon etk etox evas evfs ewl exml \ - imlib2 +_USE_EFL_ALL= ecore edbus edje eet efreet eio eina elementary embryo emotion \ + epeg evas imlib2 # For each library supported we define the following variables: # _%%LIB%%_CATEGORY - category the port belongs to @@ -56,80 +52,50 @@ _USE_EFL_ALL= ecore edb edbus edje eet efreet eina elementary embryo emotion \ _ecore_CATEGORY= devel _ecore_DEPENDS= eina _ecore_PORTNAME= ecore-main -_ecore_VERSION= 1 - -_edb_CATEGORY= databases -_edb_VERSION= 1 +_ecore_VERSION= 2 _edbus_CATEGORY= devel _edbus_PORTNAME= e_dbus -_edbus_VERSION= 1 +_edbus_VERSION= 2 _eet_CATEGORY= devel _eet_DEPENDS= eina -_eet_VERSION= 5 +_eet_VERSION= 6 _efreet_CATEGORY= x11 _efreet_DEPENDS= ecore eina -_efreet_VERSION= 1 +_efreet_VERSION= 2 _edje_CATEGORY= graphics _edje_DEPENDS= ecore eet embryo evas -_edje_VERSION= 1 +_edje_VERSION= 2 + +_eio_CATEGORY= devel +_eio_DEPENDS= ecore eina +_eio_VERSION= 1 _eina_CATEGORY= devel -_eina_VERSION= 1 +_eina_VERSION= 2 _elementary_CATEGORY= x11-toolkits _elementary_DEPENDS= ecore embryo edje -_elementary_VERSION= 7 +_elementary_VERSION= 8 _embryo_CATEGORY= lang -_embryo_VERSION= 1 +_embryo_DEPENDS= eina +_embryo_VERSION= 2 _emotion_CATEGORY= multimedia -_emotion_DEPENDS= ecore edje eet embryo evas +_emotion_DEPENDS= ecore edje eet eio embryo evas _emotion_VERSION= 2 -_engrave_CATEGORY= devel -_engrave_DEPENDS= ecore evas -_engrave_VERSION= 1 - -_enhance_CATEGORY= x11-toolkits -_enhance_DEPENDS= ecore etk exml -_enhance_VERSION= 0 - _epeg_CATEGORY= graphics _epeg_VERSION= 9 -_epsilon_CATEGORY= graphics -_epsilon_DEPENDS= epeg edje imlib2 ecore -_epsilon_VERSION= 3 - -_etk_CATEGORY= x11-toolkits -_etk_DEPENDS= evas ecore edje -_etk_VERSION= 1 - -_etox_CATEGORY= x11-toolkits -_etox_DEPENDS= edb evas ecore -_etox_VERSION= 0 - _evas_CATEGORY= graphics _evas_DEPENDS= eina eet _evas_PORTNAME= evas-core -_evas_VERSION= 1 - -_evfs_CATEGORY= devel -_evfs_DEPENDS= eet ecore -_evfs_VERSION= 0 - -_ewl_CATEGORY= x11-toolkits -_ewl_DEPENDS= evas ecore edje epsilon -_ewl_VERSION= 1 - -_exml_CATEGORY= textproc -_exml_DEPENDS= ecore -_exml_VERSION= 1 +_evas_VERSION= 2 _imlib2_CATEGORY= graphics _imlib2_VERSION= 5 @@ -154,54 +120,6 @@ _${LIB}_PREFIX=${LOCALBASE} .endfor # -# Esmart support. We'll define esmart components in the way they are -# defined for EFL. -# Values processed: -# _esmart_COMP_CATEGORY - Where the port for this esmart object is located -# _esmart_COMP_PORTNAME - Object's port subdirectory -# _esmart_COMP_DEPENDS - Other components which this object depends on -# _esmart_COMP_PREFIX - Where the shared library for this object is located -# _esmart_COMP_VERSION - Version of the shared library -# - -# All components that are currently supported -_EFL_ESMART_ALL= container draggies text_entry \ - thumb trans_x11 - -# -# Generic stock esmart definitions -# -_EFL_ESMART_CATEGORY= graphics -_EFL_ESMART_PORTNAME= esmart -_EFL_ESMART_DEPENDS= epsilon evas ecore imlib2 edje -_EFL_ESMART_PREFIX= ${LOCALBASE} -_EFL_ESMART_VERSION= 9 - -# -# Assign values for variables which were not defined explicitly -# -.for COMP in ${_EFL_ESMART_ALL} -. if !defined(_esmart_${COMP}_CATEGORY) -_esmart_${COMP}_CATEGORY= ${_EFL_ESMART_CATEGORY} -. endif -. if !defined(_esmart_${COMP}_PORTNAME) -_esmart_${COMP}_PORTNAME= ${_EFL_ESMART_PORTNAME} -. endif -. if !defined(_esmart_${COMP}_PREFIX) -_esmart_${COMP}_PREFIX= ${_EFL_ESMART_PREFIX} -. endif -. if !defined(_esmart_${COMP}_DEPENDS) -_esmart_${COMP}_DEPENDS= #empty -. endif -. if !defined(_esmart_${COMP}_SLIB) -_esmart_${COMP}_SLIB= esmart_${COMP} -. endif -. if !defined(_esmart_${COMP}_VERSION) -_esmart_${COMP}_VERSION= ${_EFL_ESMART_VERSION} -. endif -.endfor - -# # Evas engines and loaders support. # Values processed: # _evas_engine_COMP_CATEGORY - Where the port for this object is located @@ -210,8 +128,8 @@ _esmart_${COMP}_VERSION= ${_EFL_ESMART_VERSION} # # All components that are currently supported -_EFL_EVAS_ENGINES_ALL= buffer opengl sdl x11 xrender -_EFL_EVAS_LOADERS_ALL= bmp edb eet gif jpeg png pmaps svg tga tiff xpm +_EFL_EVAS_ENGINES_ALL= buffer opengl sdl x11 +_EFL_EVAS_LOADERS_ALL= bmp edb eet gif ico jpeg png pmaps psd svg tga tiff wbmp xpm # # Generic evas engines definitions @@ -229,7 +147,6 @@ _evas_engine_buffer_DIR= buffer _evas_engine_opengl_DIR= gl_x11 _evas_engine_sdl_DIR= software_sdl _evas_engine_x11_DIR= software_x11 -_evas_engine_xrender_DIR= xrender_x11 # # Assign values for variables which were not defined explicitly @@ -317,7 +234,6 @@ _ecore_${COMP}_NAME= ecore_${COMP} EFL_Include_pre= bsd.efl.mk HAVE_EFL?= -HAVE_EFL_ESMART?= HAVE_EFL_ECORE?= .if defined(WANT_EFL) # @@ -330,15 +246,6 @@ HAVE_EFL+= ${LIB} . endfor # -# Esmart objects -# -. for COMP in ${_EFL_ESMART_ALL} -. if exists(${_esmart_${COMP}_PREFIX}/lib/lib${_esmart_${COMP}_SLIB}.so.${_esmart_${COMP}_VERSION}) -HAVE_EFL_ESMART+= ${COMP} -. endif -. endfor - -# # Ecore components # . for COMP in ${_EFL_ECORE_ALL} @@ -352,46 +259,11 @@ HAVE_EFL_ECORE+= ${COMP} .endif #AFTERPORTMK # -# Handle USE_EFL, USE_EFL_ESMART, USE_EFL_EVAS_* and USE_EFL_ECORE features +# Handle USE_EFL, USE_EFL_EVAS_* and USE_EFL_ECORE features # .if !defined(BEFOREPORTMK) .if !defined(EFL_Include_post) -.if defined(USE_EFL_ESMART) - -USE_EFL+= ${_EFL_ESMART_DEPENDS} #we use EFL too - -_USE_EFL_ESMART= #empty -.if USE_EFL_ESMART=="yes" -_USE_EFL_ESMART= ${_EFL_ESMART_ALL} -.else -. for COMP in ${USE_EFL_ESMART} -. if ${_EFL_ESMART_ALL:M${COMP}}=="" -IGNORE= cannot install: unknown Esmart component ${COMP} -. else -_USE_EFL_ESMART+= ${COMP} ${_esmart_${COMP}_DEPENDS} -. endif -. endfor -.endif - -# Get rid of duplicates -#.if ${OSVERSION} > 700016 -#_USE_EFL_ESMART_UQ= ${_USE_EFL_ESMART:O:u} -#.else -_USE_EFL_ESMART_UQ= #empty -. for COMP in ${_USE_EFL_ESMART} -. if ${_USE_EFL_ESMART_UQ:M${COMP}}=="" -_USE_EFL_ESMART_UQ+= ${COMP} -. endif -. endfor -#.endif - -.for COMP in ${_USE_EFL_ESMART_UQ} -LIB_DEPENDS+= ${_esmart_${COMP}_SLIB}.${_esmart_${COMP}_VERSION}:${PORTSDIR}/${_esmart_${COMP}_CATEGORY}/${_esmart_${COMP}_PORTNAME} -.endfor - -.endif #USE_EFL_ESMART - .if defined(USE_EFL_EVAS_ENGINES) USE_EFL+= evas diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 15e5b89a45bc..a63054060b1f 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -11,6 +11,7 @@ SUBDIR += dbench SUBDIR += dbs SUBDIR += dkftpbench + SUBDIR += expedite SUBDIR += fhourstones SUBDIR += filebench SUBDIR += flops diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile new file mode 100644 index 000000000000..9a6dece3bd41 --- /dev/null +++ b/benchmarks/expedite/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: expedite +# Date created: 10 March 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= expedite +DISTVERSION= 1.1.0 +CATEGORIES= benchmarks enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ + +MAINTAINER= magik@roorback.net +COMMENT= Expedite is a benchmark suite for Evas + +LICENSE= BSD + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= evas +USE_EFL_EVAS_ENGINES= buffer +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes + +OPTIONS= OPENGL "Enable OpenGL engine" on \ + SDL "Enable SDL engine" off \ + X11 "Enable X11 engine" on + +.if !defined(WITHOUT_OPENGL) +USE_EFL_EVAS_ENGINES+= opengl +CONFIGURE_ARGS+= --enable-opengl-x11 +.else +CONFIGURE_ARGS+= --disable-opengl-x11 +.endif + +.if !defined(WITHOUT_SDL) +USE_EFL_EVAS_ENGINES+= sdl +CONFIGURE_ARGS+= --enable-software-sdl +.else +CONFIGURE_ARGS+= --disable-software-sdl +.endif + +.if !defined(WITHOUT_X11) +USE_EFL_EVAS_ENGINES+= x11 +CONFIGURE_ARGS+= --enable-software-x11 --enable-xrender-x11 +.else +CONFIGURE_ARGS+= --disable-software-x11 --disable-xrender-x11 +.endif + +.include <bsd.port.mk> diff --git a/benchmarks/expedite/distinfo b/benchmarks/expedite/distinfo new file mode 100644 index 000000000000..b76b48b30bf5 --- /dev/null +++ b/benchmarks/expedite/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/expedite-1.1.0.tar.bz2) = 47112c44146a91c55bc156b01e710eba9b07109ed09668fd2cdbc558f2db0e8b +SIZE (e17/expedite-1.1.0.tar.bz2) = 5833503 diff --git a/benchmarks/expedite/pkg-descr b/benchmarks/expedite/pkg-descr new file mode 100644 index 000000000000..5fc09836ec72 --- /dev/null +++ b/benchmarks/expedite/pkg-descr @@ -0,0 +1,4 @@ +Expedite is meant to be a detailed and comprehensive benchmark +suite for Evas. + +WWW: http://trac.enlightenment.org/e/wiki/Expedite diff --git a/benchmarks/expedite/pkg-plist b/benchmarks/expedite/pkg-plist new file mode 100644 index 000000000000..253bfad89ce5 --- /dev/null +++ b/benchmarks/expedite/pkg-plist @@ -0,0 +1,59 @@ +bin/expedite +bin/expedite-cmp +%%DATADIR%%/data/3d.png +%%DATADIR%%/data/Kochi.ttf +%%DATADIR%%/data/Vera.ttf +%%DATADIR%%/data/VeraBI.ttf +%%DATADIR%%/data/VeraBd.ttf +%%DATADIR%%/data/VeraIt.ttf +%%DATADIR%%/data/VeraMoBI.ttf +%%DATADIR%%/data/VeraMoBd.ttf +%%DATADIR%%/data/VeraMoIt.ttf +%%DATADIR%%/data/VeraMono.ttf +%%DATADIR%%/data/VeraSe.ttf +%%DATADIR%%/data/VeraSeBd.ttf +%%DATADIR%%/data/bar.png +%%DATADIR%%/data/blend.png +%%DATADIR%%/data/bug.png +%%DATADIR%%/data/bulb.png +%%DATADIR%%/data/camera.png +%%DATADIR%%/data/colorbox.png +%%DATADIR%%/data/cube1.png +%%DATADIR%%/data/cube2.png +%%DATADIR%%/data/cube3.png +%%DATADIR%%/data/cube4.png +%%DATADIR%%/data/cube5.png +%%DATADIR%%/data/cube6.png +%%DATADIR%%/data/data.png +%%DATADIR%%/data/e-logo-2.png +%%DATADIR%%/data/e-logo-mask.png +%%DATADIR%%/data/e-logo.png +%%DATADIR%%/data/e.png +%%DATADIR%%/data/error.png +%%DATADIR%%/data/exit.png +%%DATADIR%%/data/flower.png +%%DATADIR%%/data/fonts.alias +%%DATADIR%%/data/fonts.dir +%%DATADIR%%/data/frame.png +%%DATADIR%%/data/house.png +%%DATADIR%%/data/icon_sel.png +%%DATADIR%%/data/im1.png +%%DATADIR%%/data/im2.png +%%DATADIR%%/data/image.png +%%DATADIR%%/data/logo.png +%%DATADIR%%/data/map.png +%%DATADIR%%/data/mushroom.png +%%DATADIR%%/data/pan.png +%%DATADIR%%/data/pulse.png +%%DATADIR%%/data/rect.png +%%DATADIR%%/data/text.png +%%DATADIR%%/data/text_sel.png +%%DATADIR%%/data/texture.png +%%DATADIR%%/data/tp.png +%%DATADIR%%/data/tp.yuv +%%DATADIR%%/data/typewriter.png +%%DATADIR%%/data/warning.png +%%DATADIR%%/data/watch.png +%%DATADIR%%/data/widgets.png +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% diff --git a/databases/edb/Makefile b/databases/edb/Makefile index 208a866e064b..ec382227da99 100644 --- a/databases/edb/Makefile +++ b/databases/edb/Makefile @@ -7,7 +7,6 @@ PORTNAME= edb PORTVERSION= 1.0.5.042 -PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= databases enlightenment MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ @@ -16,6 +15,9 @@ MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ MAINTAINER= magik@roorback.net COMMENT= Enlightenment Database Library +DEPRECATED= Deprecated by enlightenment.org team +EXPIRATION_DATE= 2012-07-31 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig diff --git a/devel/Makefile b/devel/Makefile index dbd96c28aac9..c74ba5e49106 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -359,6 +359,7 @@ SUBDIR += eieio SUBDIR += eiffelstudio SUBDIR += eina + SUBDIR += eio SUBDIR += elf SUBDIR += elfio SUBDIR += elfkickers diff --git a/devel/e_dbus/Makefile b/devel/e_dbus/Makefile index 0d85b63c692e..4a79f50452fb 100644 --- a/devel/e_dbus/Makefile +++ b/devel/e_dbus/Makefile @@ -6,74 +6,32 @@ # PORTNAME= e_dbus -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net COMMENT= EFL DBUS connectivity library +LICENSE= BSD + LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_EFL= eina ecore libtool_hack librt_hack +USE_EFL= eina evas ecore libtool_hack librt_hack +USE_EFL_ECORE= evas USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-ebluez # Linux specific ?? - -OPTIONS= EHAL "Build E HAL module" on \ - EUKIT "Build E upower module" on \ - ECONNM "Build E connman module" on \ - EOFONO "Build E oFono module" on \ - ENOT "Build E notify module" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_EHAL) -CONFIGURE_ARGS+= --enable-ehal -PLIST_SUB+= EHAL="" -.else -CONFIGURE_ARGS+= --disable-ehal -PLIST_SUB+= EHAL="@comment " -.endif - -.if !defined(WITHOUT_EUKIT) -CONFIGURE_ARGS+= --enable-eukit -PLIST_SUB+= EUKIT="" -.else -CONFIGURE_ARGS+= --disable-eukit -PLIST_SUB+= EUKIT="@comment " -.endif - -.if !defined(WITHOUT_ECONNM) -CONFIGURE_ARGS+= --enable-econnman -PLIST_SUB+= ECONNM="" -.else -CONFIGURE_ARGS+= --disable-econnman -PLIST_SUB+= ECONNM="@comment " -.endif - -.if !defined(WITHOUT_EOFONO) -CONFIGURE_ARGS+= --enable-eofono -PLIST_SUB+= EOFONO="" -.else -CONFIGURE_ARGS+= --disable-eofono -PLIST_SUB+= EOFONO="@comment " -.endif - -.if !defined(WITHOUT_ENOT) -CONFIGURE_ARGS+= --enable-enotify -PLIST_SUB+= ENOT="" -USE_EFL+= evas -.else -CONFIGURE_ARGS+= --disable-enotify -PLIST_SUB+= ENOT="@comment " -.endif +CONFIGURE_ARGS= --enable-ehal \ + --enable-eukit \ + --enable-econnman0_7x \ + --enable-eofono \ + --enable-enotify \ + --disable-ebluez # Linux specific ?? -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/e_dbus/distinfo b/devel/e_dbus/distinfo index 8f48fad01c8c..ff31fc8ad589 100644 --- a/devel/e_dbus/distinfo +++ b/devel/e_dbus/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/e_dbus-1.0.1.tar.bz2) = 744bc4b9eba04e864f1748e0716a4d4260e45cb5f57a19b3aa549bc8b1ab1df5 -SIZE (e17/e_dbus-1.0.1.tar.bz2) = 357609 +SHA256 (e17/e_dbus-1.1.0.tar.bz2) = e3f229ca3f597ab01c89968f6d6e040e977299be19558160a978b9b5377dcb10 +SIZE (e17/e_dbus-1.1.0.tar.bz2) = 404269 diff --git a/devel/e_dbus/pkg-plist b/devel/e_dbus/pkg-plist index dae1f604ee20..c34c4903631c 100644 --- a/devel/e_dbus/pkg-plist +++ b/devel/e_dbus/pkg-plist @@ -1,34 +1,37 @@ -%%ENOT%%bin/e-notify-send -%%ECONNM%%bin/e_dbus_connman_test -%%ENOT%%bin/e_dbus_notification_daemon -%%ENOT%%bin/e_dbus_notify -%%EOFONO%%bin/e_dbus_ofono_test +bin/e-notify-send +bin/e_dbus_connman0_7x_test +bin/e_dbus_notification_daemon +bin/e_dbus_notify +bin/e_dbus_ofono_test bin/e_dbus_test bin/e_dbus_test_client -%%EUKIT%%bin/e_dbus_ukit_test -%%ECONNM%%include/e_dbus-1/E_Connman.h +bin/e_dbus_ukit_test +include/e_dbus-1/connman0_7x/E_Connman.h include/e_dbus-1/E_DBus.h -%%EHAL%%include/e_dbus-1/E_Hal.h -%%ENOT%%include/e_dbus-1/E_Notification_Daemon.h -%%ENOT%%include/e_dbus-1/E_Notify.h -%%EOFONO%%include/e_dbus-1/E_Ofono.h -%%EUKIT%%include/e_dbus-1/E_Ukit.h -%%ECONNM%%lib/libeconnman.so -%%ECONNM%%lib/libeconnman.so.1 +include/e_dbus-1/E_Hal.h +include/e_dbus-1/E_Notification_Daemon.h +include/e_dbus-1/E_Notify.h +include/e_dbus-1/E_Ofono.h +include/e_dbus-1/E_Ukit.h +lib/libeconnman0_7x.so +lib/libeconnman0_7x.so.2 lib/libedbus.so -lib/libedbus.so.1 -%%EHAL%%lib/libehal.so -%%EHAL%%lib/libehal.so.1 -%%ENOT%%lib/libenotify.so -%%ENOT%%lib/libenotify.so.1 -%%EOFONO%%lib/libeofono.so -%%EOFONO%%lib/libeofono.so.1 -%%EUKIT%%lib/libeukit.so -%%EUKIT%%lib/libeukit.so.1 -%%ECONNM%%libdata/pkgconfig/econnman.pc +lib/libedbus.so.2 +lib/libehal.so +lib/libehal.so.2 +lib/libenotify.so +lib/libenotify.so.2 +lib/libeofono.so +lib/libeofono.so.2 +lib/libeukit.so +lib/libeukit.so.2 +libdata/pkgconfig/econnman-0.7x.pc libdata/pkgconfig/edbus.pc -%%EHAL%%libdata/pkgconfig/ehal.pc -%%ENOT%%libdata/pkgconfig/enotify.pc -%%EOFONO%%libdata/pkgconfig/eofono.pc -%%EUKIT%%libdata/pkgconfig/eukit.pc +libdata/pkgconfig/ehal.pc +libdata/pkgconfig/enotify.pc +libdata/pkgconfig/eofono.pc +libdata/pkgconfig/eukit.pc +%%DATADIR%%/logo.png +@dirrm include/e_dbus-1/connman0_7x @dirrm include/e_dbus-1 +@dirrm %%DATADIR%% diff --git a/devel/ecore-file/Makefile b/devel/ecore-file/Makefile index 02b0dfb40844..163a60f6fd3a 100644 --- a/devel/ecore-file/Makefile +++ b/devel/ecore-file/Makefile @@ -6,10 +6,10 @@ # PORTNAME= file -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (file module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/ecore-file/distinfo b/devel/ecore-file/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/devel/ecore-file/distinfo +++ b/devel/ecore-file/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/devel/ecore-file/pkg-descr b/devel/ecore-file/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/devel/ecore-file/pkg-descr +++ b/devel/ecore-file/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/devel/ecore-file/pkg-plist b/devel/ecore-file/pkg-plist index 1be78d64f6e8..8c6a5b52a3d3 100644 --- a/devel/ecore-file/pkg-plist +++ b/devel/ecore-file/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_File.h lib/libecore_file.so -lib/libecore_file.so.1 +lib/libecore_file.so.2 libdata/pkgconfig/ecore-file.pc @dirrmtry include/ecore-1 diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile index df40b212716e..12d1325c47e9 100644 --- a/devel/ecore-ipc/Makefile +++ b/devel/ecore-ipc/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ipc -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (ipc module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/ecore-ipc/distinfo b/devel/ecore-ipc/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/devel/ecore-ipc/distinfo +++ b/devel/ecore-ipc/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/devel/ecore-ipc/pkg-descr b/devel/ecore-ipc/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/devel/ecore-ipc/pkg-descr +++ b/devel/ecore-ipc/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/devel/ecore-ipc/pkg-plist b/devel/ecore-ipc/pkg-plist index 684339caa68e..8870531736a9 100644 --- a/devel/ecore-ipc/pkg-plist +++ b/devel/ecore-ipc/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_Ipc.h lib/libecore_ipc.so -lib/libecore_ipc.so.1 +lib/libecore_ipc.so.2 libdata/pkgconfig/ecore-ipc.pc @dirrmtry include/ecore-1 diff --git a/devel/ecore-main/Makefile b/devel/ecore-main/Makefile index 099a1be9e2d2..373ad9224b53 100644 --- a/devel/ecore-main/Makefile +++ b/devel/ecore-main/Makefile @@ -6,10 +6,10 @@ # PORTNAME= main -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,15 +17,41 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (main library) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina libtool_hack -USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes +EXAMPLESDIR= ${PREFIX}/share/examples/ecore + .include "Makefile.inc" +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.if !defined(NOPORTEXAMPLES) +CONFIGURE_ARGS+= --enable-install-examples +.else +CONFIGURE_ARGS+= --disable-install-examples +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in + +post-install: +.if defined(NOPORTEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif + .include <bsd.port.mk> diff --git a/devel/ecore-main/distinfo b/devel/ecore-main/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/devel/ecore-main/distinfo +++ b/devel/ecore-main/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/devel/ecore-main/pkg-descr b/devel/ecore-main/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/devel/ecore-main/pkg-descr +++ b/devel/ecore-main/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/devel/ecore-main/pkg-plist b/devel/ecore-main/pkg-plist index c5410f86f381..b3c94dcbdb7c 100644 --- a/devel/ecore-main/pkg-plist +++ b/devel/ecore-main/pkg-plist @@ -1,12 +1,63 @@ include/ecore-1/Ecore.h include/ecore-1/Ecore_Getopt.h lib/libecore.so -lib/libecore.so.1 +lib/libecore.so.2 libdata/pkgconfig/ecore.pc -share/locale/cs/LC_MESSAGES/ecore.mo -share/locale/de/LC_MESSAGES/ecore.mo -share/locale/el/LC_MESSAGES/ecore.mo -share/locale/fr/LC_MESSAGES/ecore.mo -share/locale/it/LC_MESSAGES/ecore.mo -share/locale/pt/LC_MESSAGES/ecore.mo +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_animator_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_client_bench.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_client_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_client_simple_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_lookup_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_server_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_server_http_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_server_simple_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_url_cookies_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_url_download_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_con_url_headers_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_basics_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_buffer_example_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_buffer_example_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_callbacks.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_ews_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_object_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_evas_window_sizes_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_event_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_fd_handler_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_fd_handler_gnutls_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_file_download_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_idler_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_job_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_pipe_gstreamer_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_pipe_simple_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_poller_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_server_bench.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_thread_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_time_functions_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecore_timer_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/red.png +%%NLS%%share/locale/cs/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/el/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/nl/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/pt/LC_MESSAGES/ecore.mo +%%NLS%%share/locale/sl/LC_MESSAGES/ecore.mo @dirrmtry include/ecore-1 +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de +%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/el +%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr +%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt +%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sl +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile index 29411e4c2fb0..d486db692e59 100644 --- a/devel/ecore/Makefile +++ b/devel/ecore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ecore -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 PORTEPOCH= 2 CATEGORIES= devel enlightenment MASTER_SITES= # none @@ -39,7 +39,7 @@ OPTIONS+= off USE_EFL_ECORE+= ${NODE} . endif . else -. if defined(WITH_${NODE:U}) +. if !defined(WITHOUT_${NODE:U}) USE_EFL_ECORE+= ${NODE} . endif . endif diff --git a/devel/ecore/pkg-descr b/devel/ecore/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/devel/ecore/pkg-descr +++ b/devel/ecore/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 74babeb192e5..89a3bd51783e 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -6,18 +6,19 @@ # PORTNAME= eet -DISTVERSION= 1.4.1 +DISTVERSION= 1.5.0 PORTEPOCH= 2 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net COMMENT= Enlightenment Data Handling Library +LICENSE= BSD + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -29,7 +30,20 @@ USE_OPENSSL= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" CONFIGURE_ARGS= --disable-gnutls --enable-amalgamation +.if !defined(NOPORTEXAMPLES) +CONFIGURE_ARGS+= --enable-install-examples +.else +CONFIGURE_ARGS+= --disable-install-examples +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in + post-install: - ${REINPLACE_CMD} 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc + @${REINPLACE_CMD} -i '' -e 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc +.if defined(NOPORTEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff --git a/devel/eet/distinfo b/devel/eet/distinfo index daddb426b15d..a92a672e728b 100644 --- a/devel/eet/distinfo +++ b/devel/eet/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/eet-1.4.1.tar.bz2) = 395853714895e9e57c4b0e76ae5903e7b31597a598b70a8e3063681d96c79ca5 -SIZE (e17/eet-1.4.1.tar.bz2) = 476077 +SHA256 (e17/eet-1.5.0.tar.bz2) = 3a69e4a1b91b3b3d768b2c191624f80511546703dac932088875ca5a590a5d39 +SIZE (e17/eet-1.5.0.tar.bz2) = 518901 diff --git a/devel/eet/pkg-plist b/devel/eet/pkg-plist index 821eef7bf11a..e57a41701a9d 100644 --- a/devel/eet/pkg-plist +++ b/devel/eet/pkg-plist @@ -1,7 +1,14 @@ bin/eet include/eet-1/Eet.h lib/libeet.so -lib/libeet.so.5 +lib/libeet.so.6 libdata/pkgconfig/eet.pc -libdata/pkgconfig/eet.pc.bak +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-basic.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-data-cipher_decipher.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-data-file_descriptor_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-data-file_descriptor_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-file.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-data-nested.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eet-data-simple.c @dirrm include/eet-1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/devel/eina/Makefile b/devel/eina/Makefile index fac9f59acaf7..633bed1ad897 100644 --- a/devel/eina/Makefile +++ b/devel/eina/Makefile @@ -6,15 +6,16 @@ # PORTNAME= eina -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net COMMENT= Enlightenment API for data types LICENSE= LGPL21 + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -23,6 +24,21 @@ USE_EFL= librt_hack libtool_hack USE_ICONV= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-amalgamation +CONFIGURE_ARGS= --enable-amalgamation + +.if !defined(NOPORTEXAMPLES) +CONFIGURE_ARGS+= --enable-install-examples +.else +CONFIGURE_ARGS+= --disable-install-examples +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in + +post-install: +.if defined(NOPORTEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff --git a/devel/eina/distinfo b/devel/eina/distinfo index 04f1dd17342a..6c67a47f8f1f 100644 --- a/devel/eina/distinfo +++ b/devel/eina/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/eina-1.0.1.tar.bz2) = 6afe2d0e002a0c734dc6061fe2b70d9ebab2cf55c86732aa36783eed8e9accaf -SIZE (e17/eina-1.0.1.tar.bz2) = 602689 +SHA256 (e17/eina-1.1.0.tar.bz2) = 0c509c8dcef08945d0932ee5ba76e99eb6b5c3035a1b63ff0ce73e21630193c0 +SIZE (e17/eina-1.1.0.tar.bz2) = 9983287 diff --git a/devel/eina/pkg-plist b/devel/eina/pkg-plist index b70a24416fcd..66dcef4b190d 100644 --- a/devel/eina/pkg-plist +++ b/devel/eina/pkg-plist @@ -2,7 +2,9 @@ include/eina-1/Eina.h include/eina-1/eina/eina_accessor.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_cpu.h @@ -18,6 +20,7 @@ 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_list.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 @@ -31,17 +34,22 @@ 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 @@ -51,9 +59,38 @@ 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_xattr.h include/eina-1/eina_config.h lib/libeina.so -lib/libeina.so.1 +lib/libeina.so.2 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_accessor_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_array_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_array_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_error_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_file_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_04.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_05.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_06.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_07.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_hash_08.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_inlist_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_inlist_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_inlist_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_iterator_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_list_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_list_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_list_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_list_04.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_log_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_log_02.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_log_03.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_str_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_strbuf_01.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eina_tiler_01.c libdata/pkgconfig/eina.pc @dirrm include/eina-1/eina @dirrm include/eina-1 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/devel/eio/Makefile b/devel/eio/Makefile new file mode 100644 index 000000000000..5ad2a22f42ef --- /dev/null +++ b/devel/eio/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: eio +# Date created: 02 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= eio +DISTVERSION= 0.1.0.65643 +CATEGORIES= devel enlightenment +MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ + http://files.roorback.net/e17/base/ + +MAINTAINER= magik@roorback.net +COMMENT= Enlightenment Input/Output Library + +LICENSE= LGPL21 + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= eina ecore libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/devel/eio/distinfo b/devel/eio/distinfo new file mode 100644 index 000000000000..d1cbcee60b58 --- /dev/null +++ b/devel/eio/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/eio-0.1.0.65643.tar.bz2) = 9352cbf545a66645d07ebdf413b0866b6f13b86e6e0bfed500523427ff6debb7 +SIZE (e17/eio-0.1.0.65643.tar.bz2) = 317461 diff --git a/devel/eio/files/patch-configure b/devel/eio/files/patch-configure new file mode 100644 index 000000000000..a5d1bfd89a71 --- /dev/null +++ b/devel/eio/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-04-02 17:30:16.831741118 +0200 ++++ configure 2012-04-02 17:30:36.938737358 +0200 +@@ -11132,7 +11132,7 @@ + _ACEOF + + version_info="1:0:1" +-release_info="-release ver-pre-svn-09" ++release_info="" + + + ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## diff --git a/devel/eio/pkg-descr b/devel/eio/pkg-descr new file mode 100644 index 000000000000..cecad1c9f20e --- /dev/null +++ b/devel/eio/pkg-descr @@ -0,0 +1,5 @@ +Eio is intended to provide non blocking IO by using thread for all +operation that may block. It depends only on eina and ecore right now. It +should integrate all the features/functions of Ecore_File that could block. + +WWW: http://docs.enlightenment.org/auto/eio/ diff --git a/devel/eio/pkg-plist b/devel/eio/pkg-plist new file mode 100644 index 000000000000..387029584514 --- /dev/null +++ b/devel/eio/pkg-plist @@ -0,0 +1,6 @@ +include/eio-0/Eio.h +include/eio-0/eio_inline_helper.x +lib/libeio.so +lib/libeio.so.1 +libdata/pkgconfig/eio.pc +@dirrm include/eio-0 diff --git a/graphics/Makefile b/graphics/Makefile index 06003a3c278c..cc6dca112f33 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -161,14 +161,23 @@ SUBDIR += evas-loader-bmp SUBDIR += evas-loader-edb SUBDIR += evas-loader-eet + SUBDIR += evas-loader-generic SUBDIR += evas-loader-gif + SUBDIR += evas-loader-ico SUBDIR += evas-loader-jpeg SUBDIR += evas-loader-pmaps SUBDIR += evas-loader-png + SUBDIR += evas-loader-psd SUBDIR += evas-loader-svg SUBDIR += evas-loader-tga SUBDIR += evas-loader-tiff + SUBDIR += evas-loader-wbmp SUBDIR += evas-loader-xpm + SUBDIR += evas_generic_loaders-gst + SUBDIR += evas_generic_loaders-pdf + SUBDIR += evas_generic_loaders-ps + SUBDIR += evas_generic_loaders-raw + SUBDIR += evas_generic_loaders-xcf SUBDIR += evince SUBDIR += evolvotron SUBDIR += exact-image diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile index e22e21c312a5..4107f2948a8b 100644 --- a/graphics/ecore-evas/Makefile +++ b/graphics/ecore-evas/Makefile @@ -6,10 +6,10 @@ # PORTNAME= evas -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,11 +17,12 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (evas module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas ecore libtool_hack -USE_EFL_ECORE= input input_evas sdl +USE_EFL_ECORE= input input_evas USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas @@ -35,7 +36,6 @@ CONFIGURE_ARGS+= --enable-ecore-evas \ OPTIONS= X11 "Enable Evas X11 support" on \ GL "Enable Evas GL support" on \ - XRENDER "Enable Evas Xrender support" on \ BUFFER "Enable Evas Buffer support" on \ SDL "Enable Evas SDL support" off @@ -49,15 +49,7 @@ WITH_X= yes CONFIGURE_ARGS+= --disable-ecore-evas-opengl-x11 .endif -.if !defined(WITHOUT_XRENDER) -CONFIGURE_ARGS+= --enable-ecore-evas-xrender-x11 -USE_EFL_EVAS_ENGINES+= xrender -WITH_X= yes -.else -CONFIGURE_ARGS+= --disable-ecore-evas-xrender-x11 -.endif - -.if !defined(WITHOUT_X11) || defined(WITH_X) +.if !defined(WITHOUT_X11) CONFIGURE_ARGS+= --enable-ecore-x USE_EFL_ECORE+= x11 USE_EFL_EVAS_ENGINES+= x11 @@ -77,7 +69,7 @@ CONFIGURE_ARGS+= --enable-ecore-evas-software-sdl --enable-ecore-sdl USE_EFL_EVAS_ENGINES+= sdl USE_EFL_ECORE+= sdl .else -CONFIGURE_ARGS+= --disable-ecore-evas-software-sdl --enable-ecore-sdl +CONFIGURE_ARGS+= --disable-ecore-evas-software-sdl --disable-ecore-sdl .endif post-patch: diff --git a/graphics/ecore-evas/distinfo b/graphics/ecore-evas/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/graphics/ecore-evas/distinfo +++ b/graphics/ecore-evas/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/graphics/ecore-evas/pkg-descr b/graphics/ecore-evas/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/graphics/ecore-evas/pkg-descr +++ b/graphics/ecore-evas/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/graphics/ecore-evas/pkg-plist b/graphics/ecore-evas/pkg-plist index eddc4ed4a8db..fd77c7cfb3c6 100644 --- a/graphics/ecore-evas/pkg-plist +++ b/graphics/ecore-evas/pkg-plist @@ -1,4 +1,4 @@ include/ecore-1/Ecore_Evas.h lib/libecore_evas.so -lib/libecore_evas.so.1 +lib/libecore_evas.so.2 libdata/pkgconfig/ecore-evas.pc diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile index d8f4cedcad40..7e8a14031328 100644 --- a/graphics/ecore-sdl/Makefile +++ b/graphics/ecore-sdl/Makefile @@ -6,11 +6,10 @@ # PORTNAME= sdl -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -18,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (sdl module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/ecore-sdl/distinfo b/graphics/ecore-sdl/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/graphics/ecore-sdl/distinfo +++ b/graphics/ecore-sdl/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/graphics/ecore-sdl/pkg-descr b/graphics/ecore-sdl/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/graphics/ecore-sdl/pkg-descr +++ b/graphics/ecore-sdl/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/graphics/ecore-sdl/pkg-plist b/graphics/ecore-sdl/pkg-plist index d8ac3404ceef..ef485f24c78b 100644 --- a/graphics/ecore-sdl/pkg-plist +++ b/graphics/ecore-sdl/pkg-plist @@ -1,4 +1,4 @@ include/ecore-1/Ecore_Sdl.h lib/libecore_sdl.so -lib/libecore_sdl.so.1 +lib/libecore_sdl.so.2 libdata/pkgconfig/ecore-sdl.pc diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 16f408c5460a..114adb74909a 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -6,20 +6,20 @@ # PORTNAME= edje -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net COMMENT= Edje is a complex graphical design and layout engine +LICENSE= BSD + LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -31,11 +31,22 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --without-vim +.if !defined(NOPORTEXAMPLES) +CONFIGURE_ARGS+= --enable-install-examples +.else +CONFIGURE_ARGS+= --disable-install-examples +.endif + post-patch: @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in post-install: -update-mime-database ${PREFIX}/share/mime +.if defined(NOPORTEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff --git a/graphics/edje/distinfo b/graphics/edje/distinfo index e214cc2a467f..dda48025142e 100644 --- a/graphics/edje/distinfo +++ b/graphics/edje/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/edje-1.0.1.tar.bz2) = b688a9c0a43acef0f55306e106a53e7cec5b2e773a14c2aac02a8c4b8d1c3377 -SIZE (e17/edje-1.0.1.tar.bz2) = 584395 +SHA256 (e17/edje-1.1.0.tar.bz2) = c662a65897a985b08a3f63a41672e33e20de4c53657859742ab66024977641bd +SIZE (e17/edje-1.1.0.tar.bz2) = 933474 diff --git a/graphics/edje/pkg-plist b/graphics/edje/pkg-plist index c73bf2e006d5..65ee429eabdc 100644 --- a/graphics/edje/pkg-plist +++ b/graphics/edje/pkg-plist @@ -7,14 +7,46 @@ bin/edje_player include/edje-1/Edje.h include/edje-1/Edje_Edit.h lib/libedje.so -lib/libedje.so.1 +lib/libedje.so.2 +lib/edje/utils/epp libdata/pkgconfig/edje.pc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Vera.ttf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bubble.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/color-class.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drag.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-animations.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-basic.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-box.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-box2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-color-class.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-drag.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-perspective.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-signals-messages.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-swallow.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-table.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/edje-text.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua_script.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perspective.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/red.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signals-messages.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sigtest.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sigtest.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swallow.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/table.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.edc %%DATADIR%%/include/edje.inc share/mime/packages/edje.xml @dirrmtry share/mime/packages @dirrmtry share/mime +@dirrm lib/edje/utils +@dirrm lib/edje @dirrm include/edje-1 @dirrm %%DATADIR%%/include @dirrm %%DATADIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime diff --git a/graphics/edje_viewer/Makefile b/graphics/edje_viewer/Makefile index ffd74be98b27..d17c66acdcb5 100644 --- a/graphics/edje_viewer/Makefile +++ b/graphics/edje_viewer/Makefile @@ -7,10 +7,9 @@ # PORTNAME= edje_viewer -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= graphics enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/ +MASTER_SITES= http://files.roorback.net/e17/extra/ MAINTAINER= magik@roorback.net COMMENT= A simple viewer for .edj files diff --git a/graphics/edje_viewer/distinfo b/graphics/edje_viewer/distinfo index 6f7c9384aee6..61e278347c62 100644 --- a/graphics/edje_viewer/distinfo +++ b/graphics/edje_viewer/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/edje_viewer-20110129.tar.bz2) = ff926c6a1e8ad5f86afd081ca4bd4420cbf110d8affffd8895f084c8746295c3 -SIZE (e17/edje_viewer-20110129.tar.bz2) = 263316 +SHA256 (e17/edje_viewer-20111128.tar.bz2) = e42c94981640a7fbd5d4e6c986e6cff82baec1ee32f7d4705fa2cd025d967d80 +SIZE (e17/edje_viewer-20111128.tar.bz2) = 255382 diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index 2de31a02dd4c..314fe837d955 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -6,17 +6,18 @@ # PORTNAME= ethumb -PORTVERSION= 0.1.1.56361 -PORTREVISION= 2 +PORTVERSION= 0.1.1.65643 CATEGORIES= graphics enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/ +MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ + http://files.roorback.net/e17/base/ MAINTAINER= magik@roorback.net COMMENT= Thumbnail generator library +LICENSE= LGPL21 + LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif -LICENSE= LGPL21 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/ethumb/distinfo b/graphics/ethumb/distinfo index 456e9d38e294..f9b5370318de 100644 --- a/graphics/ethumb/distinfo +++ b/graphics/ethumb/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ethumb-0.1.1.56361.tar.bz2) = 813bbdb83b2f03242e30b1e3e1574c501297c7a1a0f29dd0b152815152ec6db0 -SIZE (e17/ethumb-0.1.1.56361.tar.bz2) = 552479 +SHA256 (e17/ethumb-0.1.1.65643.tar.bz2) = 013cddeb21deac8ae107cbc6d9de21f203787dfb8ee4d1b9c5440299465d6863 +SIZE (e17/ethumb-0.1.1.65643.tar.bz2) = 382530 diff --git a/graphics/ethumb/pkg-descr b/graphics/ethumb/pkg-descr index 720753f0d779..35c949a9dfa6 100644 --- a/graphics/ethumb/pkg-descr +++ b/graphics/ethumb/pkg-descr @@ -4,4 +4,4 @@ Create thumbnails with a predefined frame (possibly an edje frame). Have an option to create fdo-like thumbnails. Have a client/server utility. -WWW: http://www.enlightenment.org/ +WWW: http://docs.enlightenment.org/auto/ethumb/ diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index b0df0e6211c8..7388d61b8bb5 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -6,19 +6,20 @@ # PORTNAME= core -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (core library) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -30,10 +31,10 @@ DATADIR= ${PREFIX}/share/evas .include "Makefile.inc" OPTIONS= FONTCONFIG "Enable fontconfig support" on \ - FRIBIDI "Enable bidirectional text support" on \ + FRIBIDI "Enable bidirectional text support" on \ EET "Enable EET font loader" on -.include <bsd.port.pre.mk> +EXAMPLESDIR= ${PREFIX}/share/examples/evas .if !defined(WITHOUT_FONTCONFIG) CONFIGURE_ARGS+= --enable-fontconfig @@ -56,4 +57,19 @@ USE_EFL+= eet CONFIGURE_ARGS+= --disable-font-loader-eet .endif -.include <bsd.port.post.mk> +.if !defined(NOPORTEXAMPLES) +CONFIGURE_ARGS+= --enable-install-examples +.else +CONFIGURE_ARGS+= --disable-install-examples +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in + +post-install: +.if defined(NOPORTEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif + +.include <bsd.port.mk> diff --git a/graphics/evas-core/Makefile.inc b/graphics/evas-core/Makefile.inc index b1e19ac7e6ee..2fdc63494b8f 100644 --- a/graphics/evas-core/Makefile.inc +++ b/graphics/evas-core/Makefile.inc @@ -1,23 +1,29 @@ -CONFIGURE_ARGS= --disable-software-xlib \ +CONFIGURE_ARGS= --disable-software-xcb \ + --disable-software-xlib \ --disable-software-8-x11 \ --disable-software-16-x11 \ - --disable-software-xcb \ --disable-directfb \ --disable-software-sdl \ + --disable-software-16-sdl \ + --disable-gl-sdl \ --disable-buffer \ - --disable-gl-x11 \ - --disable-xrender-x11 \ - --disable-xrender-xcb \ + --disable-gl-xcb \ + --disable-gl-xlib \ --disable-image-loader-bmp \ --disable-image-loader-edb \ --disable-image-loader-eet \ + --disable-image-loader-generic \ --disable-image-loader-gif \ --disable-image-loader-png \ + --disable-image-loader-ico \ --disable-image-loader-jpeg \ --disable-image-loader-pmaps \ + --disable-image-loader-psd \ --disable-image-loader-svg \ --disable-image-loader-tga \ --disable-image-loader-tiff \ + --disable-image-loader-wbmp \ --disable-image-loader-xpm \ + --disable-cpu-sse3 PATCHDIR= "../../graphics/evas-core/files" diff --git a/graphics/evas-core/distinfo b/graphics/evas-core/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-core/distinfo +++ b/graphics/evas-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-core/files/patch-configure b/graphics/evas-core/files/patch-configure index 03f08df2bf43..992c2ff81567 100644 --- a/graphics/evas-core/files/patch-configure +++ b/graphics/evas-core/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2011-05-25 17:39:00.945937598 +0200 -+++ configure 2011-05-25 17:42:12.592296998 +0200 -@@ -11871,7 +11871,7 @@ +--- configure.orig 2011-12-02 18:39:03.319551596 +0100 ++++ configure 2011-12-02 18:43:43.426551716 +0100 +@@ -12097,7 +12097,7 @@ case "$host_os" in -- mingw32ce* | cegcc*) -+ mingw32ce* | cegcc* | freebsd*) +- mingw32ce*) ++ mingw32ce* | freebsd*) MODULE_ARCH="$host_os-$host_cpu" ;; *) diff --git a/graphics/evas-core/pkg-descr b/graphics/evas-core/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-core/pkg-descr +++ b/graphics/evas-core/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-core/pkg-plist b/graphics/evas-core/pkg-plist index 3cd2e84578f4..bfbc3a73006b 100644 --- a/graphics/evas-core/pkg-plist +++ b/graphics/evas-core/pkg-plist @@ -1,14 +1,30 @@ include/evas-1/Evas.h lib/libevas.so -lib/libevas.so.1 +lib/libevas.so.2 lib/evas/modules/engines/software_generic/%%E17_ARCH%%/module.so libdata/pkgconfig/evas.pc -%%DATADIR%%/examples/evas-buffer-simple.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aspect.edc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube1.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enlightenment.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-aspect-hints.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-box.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-buffer-simple.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-events.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-hints.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-images.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-images2.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-init-shutdown.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-map-utils.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-object-manipulation.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-smart-object.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-stacking.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evas-text.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/im1.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/red.png @dirrm include/evas-1 -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%% @dirrm lib/evas/modules/engines/software_generic/%%E17_ARCH%% @dirrm lib/evas/modules/engines/software_generic @dirrmtry lib/evas/modules/engines @dirrmtry lib/evas/modules @dirrmtry lib/evas +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/evas-engine-buffer/Makefile b/graphics/evas-engine-buffer/Makefile index 6047bd91b609..fca368e8ef2f 100644 --- a/graphics/evas-engine-buffer/Makefile +++ b/graphics/evas-engine-buffer/Makefile @@ -6,19 +6,20 @@ # PORTNAME= engine-buffer -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (buffer engine) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-engine-buffer/distinfo b/graphics/evas-engine-buffer/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-engine-buffer/distinfo +++ b/graphics/evas-engine-buffer/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-engine-buffer/pkg-descr b/graphics/evas-engine-buffer/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-engine-buffer/pkg-descr +++ b/graphics/evas-engine-buffer/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile index d048d707398a..19554ba2174b 100644 --- a/graphics/evas-engine-opengl/Makefile +++ b/graphics/evas-engine-opengl/Makefile @@ -6,19 +6,20 @@ # PORTNAME= engine-opengl -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (OpenGL engine) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -31,7 +32,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/gl_x11 INSTALL_WRKSRC= ${BUILD_WRKSRC} .include "../evas-core/Makefile.inc" -CONFIGURE_ARGS+= --enable-gl-x11 +CONFIGURE_ARGS+= --enable-gl-xlib post-patch: @${REINPLACE_CMD} -E \ diff --git a/graphics/evas-engine-opengl/distinfo b/graphics/evas-engine-opengl/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-engine-opengl/distinfo +++ b/graphics/evas-engine-opengl/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-engine-opengl/pkg-descr b/graphics/evas-engine-opengl/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-engine-opengl/pkg-descr +++ b/graphics/evas-engine-opengl/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-engine-sdl/Makefile b/graphics/evas-engine-sdl/Makefile index f53201667f0a..cd028aa11bbd 100644 --- a/graphics/evas-engine-sdl/Makefile +++ b/graphics/evas-engine-sdl/Makefile @@ -6,20 +6,20 @@ # PORTNAME= engine-sdl -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (SDL engine) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-engine-sdl/distinfo b/graphics/evas-engine-sdl/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-engine-sdl/distinfo +++ b/graphics/evas-engine-sdl/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-engine-sdl/pkg-descr b/graphics/evas-engine-sdl/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-engine-sdl/pkg-descr +++ b/graphics/evas-engine-sdl/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 5ae13f1c6df6..f6a8671c7e63 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -6,19 +6,20 @@ # PORTNAME= engine-x11 -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (X11 engine) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-engine-x11/distinfo b/graphics/evas-engine-x11/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-engine-x11/distinfo +++ b/graphics/evas-engine-x11/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-engine-x11/pkg-descr b/graphics/evas-engine-x11/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-engine-x11/pkg-descr +++ b/graphics/evas-engine-x11/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-engine-xrender/Makefile b/graphics/evas-engine-xrender/Makefile index 498f15f1835a..21ba44316609 100644 --- a/graphics/evas-engine-xrender/Makefile +++ b/graphics/evas-engine-xrender/Makefile @@ -16,9 +16,14 @@ DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (XRender engine) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD +BROKEN= does not build with graphics/evas 1.1.0 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-bmp/Makefile b/graphics/evas-loader-bmp/Makefile index 6e1b19ae7bca..bc4397ade9d3 100644 --- a/graphics/evas-loader-bmp/Makefile +++ b/graphics/evas-loader-bmp/Makefile @@ -6,10 +6,10 @@ # PORTNAME= loader-bmp -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (BMP loader) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-bmp/distinfo b/graphics/evas-loader-bmp/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-bmp/distinfo +++ b/graphics/evas-loader-bmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-bmp/pkg-descr b/graphics/evas-loader-bmp/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-bmp/pkg-descr +++ b/graphics/evas-loader-bmp/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-edb/Makefile b/graphics/evas-loader-edb/Makefile index e4cf37bdd050..a05660b5f278 100644 --- a/graphics/evas-loader-edb/Makefile +++ b/graphics/evas-loader-edb/Makefile @@ -19,6 +19,9 @@ COMMENT= A hardware accelerated canvas API (edb engine) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/evas-loader-eet/Makefile b/graphics/evas-loader-eet/Makefile index 629bdd13c1f1..669cc07c5960 100644 --- a/graphics/evas-loader-eet/Makefile +++ b/graphics/evas-loader-eet/Makefile @@ -6,19 +6,20 @@ # PORTNAME= loader-eet -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (EET loader) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-eet/distinfo b/graphics/evas-loader-eet/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-eet/distinfo +++ b/graphics/evas-loader-eet/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-eet/pkg-descr b/graphics/evas-loader-eet/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-eet/pkg-descr +++ b/graphics/evas-loader-eet/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-generic/Makefile b/graphics/evas-loader-generic/Makefile new file mode 100644 index 000000000000..8bc669fc196e --- /dev/null +++ b/graphics/evas-loader-generic/Makefile @@ -0,0 +1,61 @@ +# New ports collection makefile for: evas-loader-generic +# Date created: 2012-03-09 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= loader-generic +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas- +DISTNAME= evas-${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= A hardware accelerated canvas API (generic loader) + +LICENSE= BSD + +EVAS_GENERIC_LOADERS= gst pdf ps raw xcf + +.for NODE in ${EVAS_GENERIC_LOADERS} +OPTIONS+= ${NODE:U} "Install ${NODE} evas generic loader" on +.endfor + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_GNOME= gnomehack pkgconfig +USE_EFL= evas librt_hack libtool_hack + +MAKEDIRS= ${WRKSRC}/src/modules/loaders/generic + +.include "../evas-core/Makefile.inc" +CONFIGURE_ARGS+= --enable-image-loader-generic + +.include <bsd.port.options.mk> + +.for NODE in ${EVAS_GENERIC_LOADERS} +. if !defined(WITHOUT_${NODE:U}) +RUN_DEPENDS+= ${LOCALBASE}/lib/evas/utils/evas_image_loader.${NODE}:${PORTSDIR}/graphics/evas_generic_loaders-${NODE} +. endif +.endfor + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ + -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ + ${MAKEDIRS:S,$,/Makefile.in,} + +do-build: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) + +do-install: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) + +.include <bsd.port.mk> diff --git a/graphics/evas-loader-generic/distinfo b/graphics/evas-loader-generic/distinfo new file mode 100644 index 000000000000..0159d761d2d9 --- /dev/null +++ b/graphics/evas-loader-generic/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-generic/pkg-descr b/graphics/evas-loader-generic/pkg-descr new file mode 100644 index 000000000000..ff3217abcad0 --- /dev/null +++ b/graphics/evas-loader-generic/pkg-descr @@ -0,0 +1,6 @@ +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-generic/pkg-plist b/graphics/evas-loader-generic/pkg-plist new file mode 100644 index 000000000000..79ccb31a7c8f --- /dev/null +++ b/graphics/evas-loader-generic/pkg-plist @@ -0,0 +1,6 @@ +lib/evas/modules/loaders/generic/%%E17_ARCH%%/module.so +@dirrm lib/evas/modules/loaders/generic/%%E17_ARCH%% +@dirrm lib/evas/modules/loaders/generic +@dirrmtry lib/evas/modules/loaders +@dirrmtry lib/evas/modules +@dirrmtry lib/evas diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index 589240fc14e4..dbdb5972b8b6 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -6,20 +6,21 @@ # PORTNAME= loader-gif -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (GIF loader) +LICENSE= BSD + LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-gif/distinfo b/graphics/evas-loader-gif/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-gif/distinfo +++ b/graphics/evas-loader-gif/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-gif/pkg-descr b/graphics/evas-loader-gif/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-gif/pkg-descr +++ b/graphics/evas-loader-gif/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-ico/Makefile b/graphics/evas-loader-ico/Makefile new file mode 100644 index 000000000000..f11431ecb16f --- /dev/null +++ b/graphics/evas-loader-ico/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: evas-loader-ico +# Date created: 2012-04-28 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= loader-ico +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas- +DISTNAME= evas-${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= A hardware accelerated canvas API (ICO loader) + +LICENSE= BSD + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= evas librt_hack libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes + +MAKEDIRS= ${WRKSRC}/src/modules/loaders/ico + +.include "../evas-core/Makefile.inc" +CONFIGURE_ARGS+= --enable-image-loader-ico + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ + -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ + ${MAKEDIRS:S,$,/Makefile.in,} + +do-build: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) + +do-install: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) + +.include <bsd.port.mk> diff --git a/graphics/evas-loader-ico/distinfo b/graphics/evas-loader-ico/distinfo new file mode 100644 index 000000000000..0159d761d2d9 --- /dev/null +++ b/graphics/evas-loader-ico/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-ico/pkg-descr b/graphics/evas-loader-ico/pkg-descr new file mode 100644 index 000000000000..ff3217abcad0 --- /dev/null +++ b/graphics/evas-loader-ico/pkg-descr @@ -0,0 +1,6 @@ +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-ico/pkg-plist b/graphics/evas-loader-ico/pkg-plist new file mode 100644 index 000000000000..4b6d8d8c1533 --- /dev/null +++ b/graphics/evas-loader-ico/pkg-plist @@ -0,0 +1,6 @@ +lib/evas/modules/loaders/ico/%%E17_ARCH%%/module.so +@dirrm lib/evas/modules/loaders/ico/%%E17_ARCH%% +@dirrm lib/evas/modules/loaders/ico +@dirrmtry lib/evas/modules/loaders +@dirrmtry lib/evas/modules +@dirrmtry lib/evas diff --git a/graphics/evas-loader-jpeg/Makefile b/graphics/evas-loader-jpeg/Makefile index d07893860dd0..579a88c313d5 100644 --- a/graphics/evas-loader-jpeg/Makefile +++ b/graphics/evas-loader-jpeg/Makefile @@ -6,20 +6,21 @@ # PORTNAME= loader-jpeg -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (JPEG loader) +LICENSE= BSD + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-jpeg/distinfo b/graphics/evas-loader-jpeg/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-jpeg/distinfo +++ b/graphics/evas-loader-jpeg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-jpeg/pkg-descr b/graphics/evas-loader-jpeg/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-jpeg/pkg-descr +++ b/graphics/evas-loader-jpeg/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-pmaps/Makefile b/graphics/evas-loader-pmaps/Makefile index 6e3f10a87c24..e8ac07a0fdff 100644 --- a/graphics/evas-loader-pmaps/Makefile +++ b/graphics/evas-loader-pmaps/Makefile @@ -6,10 +6,10 @@ # PORTNAME= loader-pmaps -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (PMAPS loader) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-pmaps/distinfo b/graphics/evas-loader-pmaps/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-pmaps/distinfo +++ b/graphics/evas-loader-pmaps/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-pmaps/pkg-descr b/graphics/evas-loader-pmaps/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-pmaps/pkg-descr +++ b/graphics/evas-loader-pmaps/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index 0fc83d46f930..47b1a8c5d50d 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -6,21 +6,21 @@ # PORTNAME= loader-png -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (PNG loader) +LICENSE= BSD + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-png/distinfo b/graphics/evas-loader-png/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-png/distinfo +++ b/graphics/evas-loader-png/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-png/pkg-descr b/graphics/evas-loader-png/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-png/pkg-descr +++ b/graphics/evas-loader-png/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-psd/Makefile b/graphics/evas-loader-psd/Makefile new file mode 100644 index 000000000000..155e5e23adb6 --- /dev/null +++ b/graphics/evas-loader-psd/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: evas-loader-psd +# Date created: 2012-04-28 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= loader-psd +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas- +DISTNAME= evas-${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= A hardware accelerated canvas API (PSD loader) + +LICENSE= BSD + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= evas librt_hack libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes + +MAKEDIRS= ${WRKSRC}/src/modules/loaders/psd + +.include "../evas-core/Makefile.inc" +CONFIGURE_ARGS+= --enable-image-loader-psd + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ + -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ + ${MAKEDIRS:S,$,/Makefile.in,} + +do-build: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) + +do-install: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) + +.include <bsd.port.mk> diff --git a/graphics/evas-loader-psd/distinfo b/graphics/evas-loader-psd/distinfo new file mode 100644 index 000000000000..0159d761d2d9 --- /dev/null +++ b/graphics/evas-loader-psd/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-psd/pkg-descr b/graphics/evas-loader-psd/pkg-descr new file mode 100644 index 000000000000..ff3217abcad0 --- /dev/null +++ b/graphics/evas-loader-psd/pkg-descr @@ -0,0 +1,6 @@ +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-psd/pkg-plist b/graphics/evas-loader-psd/pkg-plist new file mode 100644 index 000000000000..34e0343f5bc9 --- /dev/null +++ b/graphics/evas-loader-psd/pkg-plist @@ -0,0 +1,6 @@ +lib/evas/modules/loaders/psd/%%E17_ARCH%%/module.so +@dirrm lib/evas/modules/loaders/psd/%%E17_ARCH%% +@dirrm lib/evas/modules/loaders/psd +@dirrmtry lib/evas/modules/loaders +@dirrmtry lib/evas/modules +@dirrmtry lib/evas diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index c2f40be0549c..3526ccd7ffb2 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -6,21 +6,21 @@ # PORTNAME= loader-svg -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (SVG loader) +LICENSE= BSD + LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo \ freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-svg/distinfo b/graphics/evas-loader-svg/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-svg/distinfo +++ b/graphics/evas-loader-svg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-svg/pkg-descr b/graphics/evas-loader-svg/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-svg/pkg-descr +++ b/graphics/evas-loader-svg/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-tga/Makefile b/graphics/evas-loader-tga/Makefile index fff2eb5ef50a..8702c1b05b31 100644 --- a/graphics/evas-loader-tga/Makefile +++ b/graphics/evas-loader-tga/Makefile @@ -6,10 +6,10 @@ # PORTNAME= loader-tga -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (TGA loader) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-tga/distinfo b/graphics/evas-loader-tga/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-tga/distinfo +++ b/graphics/evas-loader-tga/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-tga/pkg-descr b/graphics/evas-loader-tga/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-tga/pkg-descr +++ b/graphics/evas-loader-tga/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-tiff/Makefile b/graphics/evas-loader-tiff/Makefile index 161683c6c20f..592d72c76cb8 100644 --- a/graphics/evas-loader-tiff/Makefile +++ b/graphics/evas-loader-tiff/Makefile @@ -6,20 +6,21 @@ # PORTNAME= loader-tiff -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (TIFF loader) +LICENSE= BSD + LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-tiff/distinfo b/graphics/evas-loader-tiff/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-tiff/distinfo +++ b/graphics/evas-loader-tiff/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-tiff/pkg-descr b/graphics/evas-loader-tiff/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-tiff/pkg-descr +++ b/graphics/evas-loader-tiff/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-wbmp/Makefile b/graphics/evas-loader-wbmp/Makefile new file mode 100644 index 000000000000..023f3de6f136 --- /dev/null +++ b/graphics/evas-loader-wbmp/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: evas-loader-wbmp +# Date created: 2012-04-28 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= loader-wbmp +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas- +DISTNAME= evas-${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= A hardware accelerated canvas API (WBMP loader) + +LICENSE= BSD + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_EFL= evas librt_hack libtool_hack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes + +MAKEDIRS= ${WRKSRC}/src/modules/loaders/wbmp + +.include "../evas-core/Makefile.inc" +CONFIGURE_ARGS+= --enable-image-loader-wbmp + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ + -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ + ${MAKEDIRS:S,$,/Makefile.in,} + +do-build: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) + +do-install: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) + +.include <bsd.port.mk> diff --git a/graphics/evas-loader-wbmp/distinfo b/graphics/evas-loader-wbmp/distinfo new file mode 100644 index 000000000000..0159d761d2d9 --- /dev/null +++ b/graphics/evas-loader-wbmp/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-wbmp/pkg-descr b/graphics/evas-loader-wbmp/pkg-descr new file mode 100644 index 000000000000..ff3217abcad0 --- /dev/null +++ b/graphics/evas-loader-wbmp/pkg-descr @@ -0,0 +1,6 @@ +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas-loader-wbmp/pkg-plist b/graphics/evas-loader-wbmp/pkg-plist new file mode 100644 index 000000000000..7eed1c48d017 --- /dev/null +++ b/graphics/evas-loader-wbmp/pkg-plist @@ -0,0 +1,6 @@ +lib/evas/modules/loaders/wbmp/%%E17_ARCH%%/module.so +@dirrm lib/evas/modules/loaders/wbmp/%%E17_ARCH%% +@dirrm lib/evas/modules/loaders/wbmp +@dirrmtry lib/evas/modules/loaders +@dirrmtry lib/evas/modules +@dirrmtry lib/evas diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile index 36f19ae39657..33b1a7ce0131 100644 --- a/graphics/evas-loader-xpm/Makefile +++ b/graphics/evas-loader-xpm/Makefile @@ -6,19 +6,20 @@ # PORTNAME= loader-xpm -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= evas- DISTNAME= evas-${DISTVERSION} MAINTAINER= magik@roorback.net COMMENT= A hardware accelerated canvas API (XPM loader) +LICENSE= BSD + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/graphics/evas-loader-xpm/distinfo b/graphics/evas-loader-xpm/distinfo index c2623b766638..0159d761d2d9 100644 --- a/graphics/evas-loader-xpm/distinfo +++ b/graphics/evas-loader-xpm/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 +SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 +SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 diff --git a/graphics/evas-loader-xpm/pkg-descr b/graphics/evas-loader-xpm/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas-loader-xpm/pkg-descr +++ b/graphics/evas-loader-xpm/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 96b37d8a46cb..ea7e27c3cc86 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -6,8 +6,7 @@ # PORTNAME= evas -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.1.0 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= # none @@ -20,8 +19,8 @@ COMMENT= A hardware accelerated canvas API (meta-port) NO_BUILD= yes USE_EFL= evas -EVAS_ENGINES= buffer opengl sdl x11 xrender -EVAS_LOADERS= bmp eet gif jpeg png pmaps svg tga tiff xpm +EVAS_ENGINES= buffer opengl sdl x11 +EVAS_LOADERS= bmp eet gif ico jpeg png pmaps psd svg tga tiff wbmp xpm .for NODE in ${EVAS_ENGINES} OPTIONS+= ${NODE:U} "Install ${NODE} evas engine" on diff --git a/graphics/evas/pkg-descr b/graphics/evas/pkg-descr index e525449b6c61..ff3217abcad0 100644 --- a/graphics/evas/pkg-descr +++ b/graphics/evas/pkg-descr @@ -3,4 +3,4 @@ text, smooth super and sub-sampled images, alpha-blend, as well as drop down to using normal X11 primitives such as pixmaps, lines and rectangles for speed if your CPU or graphics hardware is too slow. -WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ +WWW: http://docs.enlightenment.org/auto/evas/ diff --git a/graphics/evas_generic_loaders-gst/Makefile b/graphics/evas_generic_loaders-gst/Makefile new file mode 100644 index 000000000000..9a5d6302c437 --- /dev/null +++ b/graphics/evas_generic_loaders-gst/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: evas_generic_loaders-gst +# Date created: 9 March 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= gst +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas_generic_loaders- +DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= Additional loader for Evas (GStreamer) + +LICENSE= GPLv2 + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_EFL= eina +USE_GNOME= gnomehack pkgconfig +USE_GSTREAMER= good ffmpeg + +BINSRC= ${WRKSRC}/src/bin/${PORTNAME} + +do-build: + ${MAKE} -C ${BINSRC} + +do-install: + ${MAKE} -C ${BINSRC} install + +.include <bsd.port.mk> diff --git a/graphics/evas_generic_loaders-gst/distinfo b/graphics/evas_generic_loaders-gst/distinfo new file mode 100644 index 000000000000..738ab3a9faa8 --- /dev/null +++ b/graphics/evas_generic_loaders-gst/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas_generic_loaders-1.1.0.tar.bz2) = e3da3d5d1d9108a29b4b3cde1cb8c1cf9332bc48c6c4c4af7c5f7bf9740e5acc +SIZE (e17/evas_generic_loaders-1.1.0.tar.bz2) = 189476 diff --git a/graphics/evas_generic_loaders-gst/pkg-descr b/graphics/evas_generic_loaders-gst/pkg-descr new file mode 100644 index 000000000000..80b633c68130 --- /dev/null +++ b/graphics/evas_generic_loaders-gst/pkg-descr @@ -0,0 +1,9 @@ +These are additional "generic" loaders for Evas that are stand-alone +executables that evas may run from its generic loader module. This +means that if they crash, the application loading the image does not +crash also. In addition the licensing of these binaries will not +affect the license of any application that uses Evas as this uses a +completely generic execution system that allows anything to be plugged +in as a loader. + +WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders diff --git a/graphics/evas_generic_loaders-gst/pkg-plist b/graphics/evas_generic_loaders-gst/pkg-plist new file mode 100644 index 000000000000..67d9ce557bdb --- /dev/null +++ b/graphics/evas_generic_loaders-gst/pkg-plist @@ -0,0 +1,50 @@ +lib/evas/utils/evas_image_loader.gst +lib/evas/utils/evas_image_loader.264 +lib/evas/utils/evas_image_loader.3g2 +lib/evas/utils/evas_image_loader.3gp +lib/evas/utils/evas_image_loader.3gp2 +lib/evas/utils/evas_image_loader.3gpp +lib/evas/utils/evas_image_loader.3gpp2 +lib/evas/utils/evas_image_loader.3p2 +lib/evas/utils/evas_image_loader.asf +lib/evas/utils/evas_image_loader.avi +lib/evas/utils/evas_image_loader.bdm +lib/evas/utils/evas_image_loader.bdmv +lib/evas/utils/evas_image_loader.clpi +lib/evas/utils/evas_image_loader.cpi +lib/evas/utils/evas_image_loader.fla +lib/evas/utils/evas_image_loader.flv +lib/evas/utils/evas_image_loader.m1v +lib/evas/utils/evas_image_loader.m2t +lib/evas/utils/evas_image_loader.m2v +lib/evas/utils/evas_image_loader.m4v +lib/evas/utils/evas_image_loader.mkv +lib/evas/utils/evas_image_loader.mov +lib/evas/utils/evas_image_loader.mp2 +lib/evas/utils/evas_image_loader.mp2ts +lib/evas/utils/evas_image_loader.mp4 +lib/evas/utils/evas_image_loader.mpe +lib/evas/utils/evas_image_loader.mpeg +lib/evas/utils/evas_image_loader.mpg +lib/evas/utils/evas_image_loader.mpl +lib/evas/utils/evas_image_loader.mpls +lib/evas/utils/evas_image_loader.mts +lib/evas/utils/evas_image_loader.mxf +lib/evas/utils/evas_image_loader.nut +lib/evas/utils/evas_image_loader.nuv +lib/evas/utils/evas_image_loader.ogg +lib/evas/utils/evas_image_loader.ogm +lib/evas/utils/evas_image_loader.ogv +lib/evas/utils/evas_image_loader.rm +lib/evas/utils/evas_image_loader.rmj +lib/evas/utils/evas_image_loader.rmm +lib/evas/utils/evas_image_loader.rms +lib/evas/utils/evas_image_loader.rmx +lib/evas/utils/evas_image_loader.rmvb +lib/evas/utils/evas_image_loader.swf +lib/evas/utils/evas_image_loader.ts +lib/evas/utils/evas_image_loader.webm +lib/evas/utils/evas_image_loader.weba +lib/evas/utils/evas_image_loader.wmv +@dirrmtry lib/evas/utils +@dirrmtry lib/evas diff --git a/graphics/evas_generic_loaders-pdf/Makefile b/graphics/evas_generic_loaders-pdf/Makefile new file mode 100644 index 000000000000..1a39f75c1f23 --- /dev/null +++ b/graphics/evas_generic_loaders-pdf/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: evas_generic_loaders-pdf +# Date created: 9 March 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= pdf +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas_generic_loaders- +DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= Additional loader for Evas (pdf) + +LICENSE= GPLv2 + +LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_EFL= eina +USE_GNOME= gnomehack pkgconfig + +BINSRC= ${WRKSRC}/src/bin/${PORTNAME} + +do-build: + ${MAKE} -C ${BINSRC} + +do-install: + ${MAKE} -C ${BINSRC} install + +.include <bsd.port.mk> diff --git a/graphics/evas_generic_loaders-pdf/distinfo b/graphics/evas_generic_loaders-pdf/distinfo new file mode 100644 index 000000000000..738ab3a9faa8 --- /dev/null +++ b/graphics/evas_generic_loaders-pdf/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas_generic_loaders-1.1.0.tar.bz2) = e3da3d5d1d9108a29b4b3cde1cb8c1cf9332bc48c6c4c4af7c5f7bf9740e5acc +SIZE (e17/evas_generic_loaders-1.1.0.tar.bz2) = 189476 diff --git a/graphics/evas_generic_loaders-pdf/pkg-descr b/graphics/evas_generic_loaders-pdf/pkg-descr new file mode 100644 index 000000000000..80b633c68130 --- /dev/null +++ b/graphics/evas_generic_loaders-pdf/pkg-descr @@ -0,0 +1,9 @@ +These are additional "generic" loaders for Evas that are stand-alone +executables that evas may run from its generic loader module. This +means that if they crash, the application loading the image does not +crash also. In addition the licensing of these binaries will not +affect the license of any application that uses Evas as this uses a +completely generic execution system that allows anything to be plugged +in as a loader. + +WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders diff --git a/graphics/evas_generic_loaders-pdf/pkg-plist b/graphics/evas_generic_loaders-pdf/pkg-plist new file mode 100644 index 000000000000..0d5ee6c4e4f1 --- /dev/null +++ b/graphics/evas_generic_loaders-pdf/pkg-plist @@ -0,0 +1,3 @@ +lib/evas/utils/evas_image_loader.pdf +@dirrmtry lib/evas/utils +@dirrmtry lib/evas diff --git a/graphics/evas_generic_loaders-ps/Makefile b/graphics/evas_generic_loaders-ps/Makefile new file mode 100644 index 000000000000..4d9a7892d8af --- /dev/null +++ b/graphics/evas_generic_loaders-ps/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: evas_generic_loaders-ps +# Date created: 9 March 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= ps +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas_generic_loaders- +DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= Additional loader for Evas (ps) + +LICENSE= GPLv2 + +LIB_DEPENDS= spectre.1:${PORTSDIR}/print/libspectre + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_EFL= eina +USE_GNOME= gnomehack pkgconfig + +BINSRC= ${WRKSRC}/src/bin/${PORTNAME} + +do-build: + ${MAKE} -C ${BINSRC} + +do-install: + ${MAKE} -C ${BINSRC} install + +.include <bsd.port.mk> diff --git a/graphics/evas_generic_loaders-ps/distinfo b/graphics/evas_generic_loaders-ps/distinfo new file mode 100644 index 000000000000..738ab3a9faa8 --- /dev/null +++ b/graphics/evas_generic_loaders-ps/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas_generic_loaders-1.1.0.tar.bz2) = e3da3d5d1d9108a29b4b3cde1cb8c1cf9332bc48c6c4c4af7c5f7bf9740e5acc +SIZE (e17/evas_generic_loaders-1.1.0.tar.bz2) = 189476 diff --git a/graphics/evas_generic_loaders-ps/pkg-descr b/graphics/evas_generic_loaders-ps/pkg-descr new file mode 100644 index 000000000000..80b633c68130 --- /dev/null +++ b/graphics/evas_generic_loaders-ps/pkg-descr @@ -0,0 +1,9 @@ +These are additional "generic" loaders for Evas that are stand-alone +executables that evas may run from its generic loader module. This +means that if they crash, the application loading the image does not +crash also. In addition the licensing of these binaries will not +affect the license of any application that uses Evas as this uses a +completely generic execution system that allows anything to be plugged +in as a loader. + +WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders diff --git a/graphics/evas_generic_loaders-ps/pkg-plist b/graphics/evas_generic_loaders-ps/pkg-plist new file mode 100644 index 000000000000..8c850849596e --- /dev/null +++ b/graphics/evas_generic_loaders-ps/pkg-plist @@ -0,0 +1,3 @@ +lib/evas/utils/evas_image_loader.ps +@dirrmtry lib/evas/utils +@dirrmtry lib/evas diff --git a/graphics/evas_generic_loaders-raw/Makefile b/graphics/evas_generic_loaders-raw/Makefile new file mode 100644 index 000000000000..526364c1b454 --- /dev/null +++ b/graphics/evas_generic_loaders-raw/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: evas_generic_loaders-raw +# Date created: 9 March 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= raw +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas_generic_loaders- +DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= Additional loader for Evas (raw) + +LICENSE= GPLv2 + +LIB_DEPENDS= raw.5:${PORTSDIR}/graphics/libraw + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_EFL= eina +USE_GNOME= gnomehack pkgconfig + +BINSRC= ${WRKSRC}/src/bin/${PORTNAME} + +do-build: + ${MAKE} -C ${BINSRC} + +do-install: + ${MAKE} -C ${BINSRC} install + +.include <bsd.port.mk> diff --git a/graphics/evas_generic_loaders-raw/distinfo b/graphics/evas_generic_loaders-raw/distinfo new file mode 100644 index 000000000000..738ab3a9faa8 --- /dev/null +++ b/graphics/evas_generic_loaders-raw/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas_generic_loaders-1.1.0.tar.bz2) = e3da3d5d1d9108a29b4b3cde1cb8c1cf9332bc48c6c4c4af7c5f7bf9740e5acc +SIZE (e17/evas_generic_loaders-1.1.0.tar.bz2) = 189476 diff --git a/graphics/evas_generic_loaders-raw/pkg-descr b/graphics/evas_generic_loaders-raw/pkg-descr new file mode 100644 index 000000000000..80b633c68130 --- /dev/null +++ b/graphics/evas_generic_loaders-raw/pkg-descr @@ -0,0 +1,9 @@ +These are additional "generic" loaders for Evas that are stand-alone +executables that evas may run from its generic loader module. This +means that if they crash, the application loading the image does not +crash also. In addition the licensing of these binaries will not +affect the license of any application that uses Evas as this uses a +completely generic execution system that allows anything to be plugged +in as a loader. + +WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders diff --git a/graphics/evas_generic_loaders-raw/pkg-plist b/graphics/evas_generic_loaders-raw/pkg-plist new file mode 100644 index 000000000000..ccd51f9cbbdf --- /dev/null +++ b/graphics/evas_generic_loaders-raw/pkg-plist @@ -0,0 +1,22 @@ +lib/evas/utils/evas_image_loader.raw +lib/evas/utils/evas_image_loader.arw +lib/evas/utils/evas_image_loader.cr2 +lib/evas/utils/evas_image_loader.crw +lib/evas/utils/evas_image_loader.dcr +lib/evas/utils/evas_image_loader.dng +lib/evas/utils/evas_image_loader.k25 +lib/evas/utils/evas_image_loader.kdc +lib/evas/utils/evas_image_loader.erf +lib/evas/utils/evas_image_loader.mrw +lib/evas/utils/evas_image_loader.nef +lib/evas/utils/evas_image_loader.nrf +lib/evas/utils/evas_image_loader.nrw +lib/evas/utils/evas_image_loader.orf +lib/evas/utils/evas_image_loader.rw2 +lib/evas/utils/evas_image_loader.pef +lib/evas/utils/evas_image_loader.raf +lib/evas/utils/evas_image_loader.sr2 +lib/evas/utils/evas_image_loader.srf +lib/evas/utils/evas_image_loader.x3f +@dirrmtry lib/evas/utils +@dirrmtry lib/evas diff --git a/graphics/evas_generic_loaders-xcf/Makefile b/graphics/evas_generic_loaders-xcf/Makefile new file mode 100644 index 000000000000..a9fbbf00a79a --- /dev/null +++ b/graphics/evas_generic_loaders-xcf/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: evas_generic_loaders-xcf +# Date created: 9 March 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= xcf +DISTVERSION= 1.1.0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2011-12-02/base/ +PKGNAMEPREFIX= evas_generic_loaders- +DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION} + +MAINTAINER= magik@roorback.net +COMMENT= Additional loader for Evas (xcf) + +LICENSE= GPLv2 + +DIST_SUBDIR= e17 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_EFL= eina +USE_GNOME= gnomehack pkgconfig + +BINSRC= ${WRKSRC}/src/bin/${PORTNAME} + +do-build: + ${MAKE} -C ${BINSRC} + +do-install: + ${MAKE} -C ${BINSRC} install + +.include <bsd.port.mk> diff --git a/graphics/evas_generic_loaders-xcf/distinfo b/graphics/evas_generic_loaders-xcf/distinfo new file mode 100644 index 000000000000..738ab3a9faa8 --- /dev/null +++ b/graphics/evas_generic_loaders-xcf/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/evas_generic_loaders-1.1.0.tar.bz2) = e3da3d5d1d9108a29b4b3cde1cb8c1cf9332bc48c6c4c4af7c5f7bf9740e5acc +SIZE (e17/evas_generic_loaders-1.1.0.tar.bz2) = 189476 diff --git a/graphics/evas_generic_loaders-xcf/pkg-descr b/graphics/evas_generic_loaders-xcf/pkg-descr new file mode 100644 index 000000000000..80b633c68130 --- /dev/null +++ b/graphics/evas_generic_loaders-xcf/pkg-descr @@ -0,0 +1,9 @@ +These are additional "generic" loaders for Evas that are stand-alone +executables that evas may run from its generic loader module. This +means that if they crash, the application loading the image does not +crash also. In addition the licensing of these binaries will not +affect the license of any application that uses Evas as this uses a +completely generic execution system that allows anything to be plugged +in as a loader. + +WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders diff --git a/graphics/evas_generic_loaders-xcf/pkg-plist b/graphics/evas_generic_loaders-xcf/pkg-plist new file mode 100644 index 000000000000..62ba986bbc80 --- /dev/null +++ b/graphics/evas_generic_loaders-xcf/pkg-plist @@ -0,0 +1,4 @@ +lib/evas/utils/evas_image_loader.xcf +lib/evas/utils/evas_image_loader.xcf.gz +@dirrmtry lib/evas/utils +@dirrmtry lib/evas diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index 3263355ebbfb..faeb3823c4d9 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -6,20 +6,21 @@ # PORTNAME= embryo -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 PORTEPOCH= 2 CATEGORIES= lang enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-01-29/base/ + http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net COMMENT= A C like scripting language used in Enlightenment LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_EFL= libtool_hack librt_hack +USE_EFL= eina libtool_hack librt_hack USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo index af0024127631..07da70616523 100644 --- a/lang/embryo/distinfo +++ b/lang/embryo/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/embryo-1.0.0.tar.bz2) = d4363689fb39436386c35704f916adfc5e84dc8da1b832499010c1d5bf56ef5e -SIZE (e17/embryo-1.0.0.tar.bz2) = 425951 +SHA256 (e17/embryo-1.1.0.tar.bz2) = a95fa6ac4ec4c98c9a237214d2c4bde561dbe1daefaa2ed5e9c2944c2c8e9e5b +SIZE (e17/embryo-1.1.0.tar.bz2) = 443457 diff --git a/lang/embryo/pkg-plist b/lang/embryo/pkg-plist index 701fbd190353..525810ef3889 100644 --- a/lang/embryo/pkg-plist +++ b/lang/embryo/pkg-plist @@ -1,7 +1,7 @@ bin/embryo_cc include/embryo-1/Embryo.h lib/libembryo.so -lib/libembryo.so.1 +lib/libembryo.so.2 libdata/pkgconfig/embryo.pc %%DATADIR%%/include/default.inc @dirrm %%DATADIR%%/include diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile index 45b365648b87..49832c65387f 100644 --- a/multimedia/emotion/Makefile +++ b/multimedia/emotion/Makefile @@ -7,31 +7,32 @@ # PORTNAME= emotion -PORTVERSION= 0.2.0.56361 -PORTREVISION= 4 +PORTVERSION= 0.2.0.65643 PORTEPOCH= 1 CATEGORIES= multimedia enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/ +MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ + http://files.roorback.net/e17/base/ MAINTAINER= magik@roorback.net COMMENT= Video playback wrapper library for Enlightenment LICENSE= BSD + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_EFL= ecore edje eet embryo evas libtool_hack modarch_hack +USE_EFL= ecore edje eet eio embryo evas libtool_hack modarch_hack USE_EFL_EVAS_LOADERS= png jpeg USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -OPTIONS= XINE "Build Xine module" on \ - GST "Build GStreamer module" on +OPTIONS= GST "Build GStreamer module" on \ + XINE "Build Xine module" off # emotion's vlc plugin needs updating due to libvlc API changes # details: http://trac.enlightenment.org/e/ticket/601 -CONFIGURE_ARGS= --disable-vlc +CONFIGURE_ARGS= --disable-generic-vlc .include <bsd.port.pre.mk> @@ -57,4 +58,19 @@ CONFIGURE_ARGS+=--disable-gstreamer PLIST_SUB+= GST="@comment " .endif +.if !defined(NOPORTEXAMPLES) +CONFIGURE_ARGS+= --enable-install-examples +.else +CONFIGURE_ARGS+= --disable-install-examples +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ + ${WRKSRC}/src/examples/Makefile.in + +post-install: +.if defined(NOPORTEXAMPLES) + @${RMDIR} ${EXAMPLESDIR} +.endif + .include <bsd.port.post.mk> diff --git a/multimedia/emotion/distinfo b/multimedia/emotion/distinfo index 7504bd3e4754..16ea2132e179 100644 --- a/multimedia/emotion/distinfo +++ b/multimedia/emotion/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/emotion-0.2.0.56361.tar.bz2) = b6d7278c3c8837dd0ba3c23b1d33e1b7a14b7a25751eb3dda5a5b2e61e74ca96 -SIZE (e17/emotion-0.2.0.56361.tar.bz2) = 1827445 +SHA256 (e17/emotion-0.2.0.65643.tar.bz2) = 4a149d3c0e3c6617ff949b9d8f691556eeea4622ae4d698d0b6c1893f26c88d7 +SIZE (e17/emotion-0.2.0.65643.tar.bz2) = 477814 diff --git a/multimedia/emotion/pkg-descr b/multimedia/emotion/pkg-descr index 16e81062c14b..42872b188312 100644 --- a/multimedia/emotion/pkg-descr +++ b/multimedia/emotion/pkg-descr @@ -3,4 +3,4 @@ various multimedia engines. It features simplified and generalized interface and power. Author: The Rasterman (Carsten Haitzler) <raster@rasterman.com> -WWW: http://www.enlightenment.org/ +WWW: http://docs.enlightenment.org/auto/emotion/ diff --git a/multimedia/emotion/pkg-plist b/multimedia/emotion/pkg-plist index e2f8008b39a2..88da5c57086e 100644 --- a/multimedia/emotion/pkg-plist +++ b/multimedia/emotion/pkg-plist @@ -1,5 +1,7 @@ bin/emotion_test include/emotion-0/Emotion.h +include/emotion-0/Emotion_Generic_Plugin.h +lib/emotion/em_generic.so %%GST%%lib/emotion/gstreamer.so %%XINE%%lib/emotion/xine.so lib/edje/modules/emotion/%%E17_ARCH%%/module.so @@ -8,6 +10,10 @@ lib/libemotion.so.2 libdata/pkgconfig/emotion.pc %%DATADIR%%/data/theme.edj %%DATADIR%%/data/icon.edj +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_basic_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_generic_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_border_example.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_signals_example.c @dirrm lib/edje/modules/emotion/%%E17_ARCH%% @dirrm lib/edje/modules/emotion @dirrmtry lib/edje/modules @@ -16,3 +22,4 @@ libdata/pkgconfig/emotion.pc @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% @dirrm lib/emotion +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index 79a01bf4c96a..caf938775b97 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -6,10 +6,10 @@ # PORTNAME= con -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= net enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (con module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -64,7 +65,7 @@ post-patch: ${BUILD_WRKSRC}/Makefile.in post-install: - ${REINPLACE_CMD} 's/ openssl//' ${WRKSRC}/ecore-con.pc + @${REINPLACE_CMD} 's/ openssl//' ${WRKSRC}/ecore-con.pc ${INSTALL_DATA} ${WRKSRC}/ecore-con.pc \ ${PREFIX}/libdata/pkgconfig/ diff --git a/net/ecore-con/distinfo b/net/ecore-con/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/net/ecore-con/distinfo +++ b/net/ecore-con/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/net/ecore-con/pkg-descr b/net/ecore-con/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/net/ecore-con/pkg-descr +++ b/net/ecore-con/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/net/ecore-con/pkg-plist b/net/ecore-con/pkg-plist index f3fc9d085686..51a9a658d2da 100644 --- a/net/ecore-con/pkg-plist +++ b/net/ecore-con/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_Con.h lib/libecore_con.so -lib/libecore_con.so.1 +lib/libecore_con.so.2 libdata/pkgconfig/ecore-con.pc @dirrmtry include/ecore-1 diff --git a/sysutils/empower/Makefile b/sysutils/empower/Makefile index 04015c76000e..460d335404b0 100644 --- a/sysutils/empower/Makefile +++ b/sysutils/empower/Makefile @@ -7,17 +7,17 @@ # PORTNAME= empower -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= sysutils enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/ +MASTER_SITES= http://files.roorback.net/e17/extra/ MAINTAINER= magik@roorback.net COMMENT= A graphical sudo tool based on the EFL +DIST_SUBDIR= e17 + RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo -DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas ecore edje elementary @@ -28,9 +28,10 @@ USE_LDCONFIG= yes .if !defined(WITHOUT_NLS) USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif diff --git a/sysutils/empower/distinfo b/sysutils/empower/distinfo index e8b50151506e..306b57180c9e 100644 --- a/sysutils/empower/distinfo +++ b/sysutils/empower/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/empower-20110129.tar.bz2) = 8722c3a12b45fbefb21dd171421135e04b03c45920b5c54dd7f2b032aba97f65 -SIZE (e17/empower-20110129.tar.bz2) = 514129 +SHA256 (e17/empower-20111128.tar.bz2) = 9326ae9ab017d120c52fd01e4ca0be27ac7f710940b4481a9afa565a6d65cdd8 +SIZE (e17/empower-20111128.tar.bz2) = 522469 diff --git a/sysutils/empower/pkg-plist b/sysutils/empower/pkg-plist index a54db2612783..744a6fb19913 100644 --- a/sysutils/empower/pkg-plist +++ b/sysutils/empower/pkg-plist @@ -17,11 +17,13 @@ bin/empower-askpass %%NLS%%share/locale/it/LC_MESSAGES/empower.mo %%NLS%%share/locale/ja/LC_MESSAGES/empower.mo %%NLS%%share/locale/lt/LC_MESSAGES/empower.mo +%%NLS%%share/locale/nl/LC_MESSAGES/empower.mo %%NLS%%share/locale/pl/LC_MESSAGES/empower.mo %%NLS%%share/locale/pt/LC_MESSAGES/empower.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/empower.mo %%NLS%%share/locale/ru/LC_MESSAGES/empower.mo %%NLS%%share/locale/sk/LC_MESSAGES/empower.mo +%%NLS%%share/locale/sl/LC_MESSAGES/empower.mo %%NLS%%share/locale/sv/LC_MESSAGES/empower.mo %%NLS%%share/locale/tr/LC_MESSAGES/empower.mo %%NLS%%share/locale/uk/LC_MESSAGES/empower.mo @@ -36,14 +38,22 @@ bin/empower-askpass %%NLS%%@dirrmtry share/locale/tr %%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sv +%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sl %%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sk %%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ru %%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pt_BR +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt %%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/pl +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/lt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lt %%NLS%%@dirrmtry share/locale/ja/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ja %%NLS%%@dirrmtry share/locale/it/LC_MESSAGES @@ -70,3 +80,5 @@ bin/empower-askpass %%NLS%%@dirrmtry share/locale/cs %%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES %%NLS%%@dirrmtry share/locale/bg +%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ar diff --git a/x11-toolkits/elementary/Makefile b/x11-toolkits/elementary/Makefile index 857274abaa68..02426527e3e5 100644 --- a/x11-toolkits/elementary/Makefile +++ b/x11-toolkits/elementary/Makefile @@ -6,18 +6,18 @@ # PORTNAME= elementary -PORTVERSION= 0.7.0.55225 -PORTREVISION= 1 +PORTVERSION= 0.8.0.65643 CATEGORIES= x11-toolkits enlightenment -MASTER_SITES= http://download.enlightenment.org/snapshots/2010-12-03/ \ - http://files.roorback.net/e17/2010-12-03/base/ +MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ + http://files.roorback.net/e17/base/ MAINTAINER= magik@roorback.net COMMENT= Simple widget toolkit using EFL +LICENSE= LGPL21 + LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua -LICENSE= LGPL21 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -26,10 +26,24 @@ USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-install-examples + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: - ${LN} -s profile.src ${WRKSRC}/config/profile.cfg - ${LN} -s base.src ${WRKSRC}/config/default/base.cfg - ${LN} -s base.src ${WRKSRC}/config/illume/base.cfg - ${LN} -s base.src ${WRKSRC}/config/standard/base.cfg + @${LN} -s profile.src ${WRKSRC}/config/profile.cfg + @${LN} -s base.src ${WRKSRC}/config/default/base.cfg + @${LN} -s base.src ${WRKSRC}/config/illume/base.cfg + @${LN} -s base.src ${WRKSRC}/config/standard/base.cfg + +post-install: + @${RMDIR} ${PREFIX}/share/elementary/examples .include <bsd.port.mk> diff --git a/x11-toolkits/elementary/distinfo b/x11-toolkits/elementary/distinfo index 47f86365021c..e3a330800d0d 100644 --- a/x11-toolkits/elementary/distinfo +++ b/x11-toolkits/elementary/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/elementary-0.7.0.55225.tar.bz2) = c5d330d47181fd7dea2d22e9f6b1aefbcdad981e4c8891ac49f704c0160768f8 -SIZE (e17/elementary-0.7.0.55225.tar.bz2) = 3412693 +SHA256 (e17/elementary-0.8.0.65643.tar.bz2) = e1d8ab516a6e3556a2fdc1c4188e2d39f6f8fa7b59bf9df178ac6b1f146932da +SIZE (e17/elementary-0.8.0.65643.tar.bz2) = 8197914 diff --git a/x11-toolkits/elementary/files/patch-configure b/x11-toolkits/elementary/files/patch-configure index dabfbaef1ce7..9c9887a4ac48 100644 --- a/x11-toolkits/elementary/files/patch-configure +++ b/x11-toolkits/elementary/files/patch-configure @@ -3,7 +3,7 @@ @@ -13066,7 +13066,7 @@ _ACEOF - version_info="7:0:7" + version_info="8:0:8" -release_info="-release ver-pre-svn-09" +release_info="" diff --git a/x11-toolkits/elementary/pkg-plist b/x11-toolkits/elementary/pkg-plist index 8c2a6b9e8a89..e0666a0b1159 100644 --- a/x11-toolkits/elementary/pkg-plist +++ b/x11-toolkits/elementary/pkg-plist @@ -7,10 +7,12 @@ include/elementary-0/Elementary.h include/elementary-0/Elementary_Cursor.h include/elementary-0/elm_widget.h lib/libelementary.so -lib/libelementary.so.7 +lib/libelementary.so.8 lib/edje/modules/elm/%%E17_ARCH%%/module.so lib/elementary_testql.so +lib/elementary/modules/access_output/%%E17_ARCH%%/module.so lib/elementary/modules/test_entry/%%E17_ARCH%%/module.so +lib/elementary/modules/test_map/%%E17_ARCH%%/module.so libdata/pkgconfig/elementary.pc share/applications/elementary_config.desktop share/applications/elementary_test.desktop @@ -26,6 +28,7 @@ share/icons/elementary.png %%DATADIR%%/config/standard/icon.png %%DATADIR%%/config/standard/profile.desktop %%DATADIR%%/edje_externals/icons.edj +%%DATADIR%%/images/animated_logo.gif %%DATADIR%%/images/bubble.png %%DATADIR%%/images/bubble_sh.png %%DATADIR%%/images/icon_00.png @@ -52,6 +55,8 @@ share/icons/elementary.png %%DATADIR%%/images/icon_21.png %%DATADIR%%/images/icon_22.png %%DATADIR%%/images/icon_23.png +%%DATADIR%%/images/icon_right_arrow.png +%%DATADIR%%/images/insanely_huge_test_image.jpg %%DATADIR%%/images/logo.png %%DATADIR%%/images/logo_small.png %%DATADIR%%/images/mystrale.jpg @@ -59,31 +64,94 @@ share/icons/elementary.png %%DATADIR%%/images/panel_01.jpg %%DATADIR%%/images/parking.png %%DATADIR%%/images/plant_01.jpg +%%DATADIR%%/images/pol_shadow.png +%%DATADIR%%/images/pol_sky.png +%%DATADIR%%/images/pol_twofish.png +%%DATADIR%%/images/pt.png %%DATADIR%%/images/rock_01.jpg %%DATADIR%%/images/rock_02.jpg %%DATADIR%%/images/sky_01.jpg %%DATADIR%%/images/sky_02.jpg %%DATADIR%%/images/sky_03.jpg %%DATADIR%%/images/sky_04.jpg +%%DATADIR%%/images/twofish.jpg %%DATADIR%%/images/wood_01.jpg +%%DATADIR%%/images/g_layer/double_tap_1.png +%%DATADIR%%/images/g_layer/double_tap_2.png +%%DATADIR%%/images/g_layer/double_tap_3.png +%%DATADIR%%/images/g_layer/double_tap_4.png +%%DATADIR%%/images/g_layer/double_tap_5.png +%%DATADIR%%/images/g_layer/flick_1.png +%%DATADIR%%/images/g_layer/flick_2.png +%%DATADIR%%/images/g_layer/flick_3.png +%%DATADIR%%/images/g_layer/flick_4.png +%%DATADIR%%/images/g_layer/flick_5.png +%%DATADIR%%/images/g_layer/line_1.png +%%DATADIR%%/images/g_layer/line_2.png +%%DATADIR%%/images/g_layer/line_3.png +%%DATADIR%%/images/g_layer/line_4.png +%%DATADIR%%/images/g_layer/line_5.png +%%DATADIR%%/images/g_layer/long_tap_1.png +%%DATADIR%%/images/g_layer/long_tap_2.png +%%DATADIR%%/images/g_layer/long_tap_3.png +%%DATADIR%%/images/g_layer/long_tap_4.png +%%DATADIR%%/images/g_layer/long_tap_5.png +%%DATADIR%%/images/g_layer/momentum_1.png +%%DATADIR%%/images/g_layer/momentum_2.png +%%DATADIR%%/images/g_layer/momentum_3.png +%%DATADIR%%/images/g_layer/momentum_4.png +%%DATADIR%%/images/g_layer/momentum_5.png +%%DATADIR%%/images/g_layer/rotate_1.png +%%DATADIR%%/images/g_layer/tap_1.png +%%DATADIR%%/images/g_layer/tap_2.png +%%DATADIR%%/images/g_layer/tap_3.png +%%DATADIR%%/images/g_layer/tap_4.png +%%DATADIR%%/images/g_layer/tap_5.png +%%DATADIR%%/images/g_layer/triple_tap_1.png +%%DATADIR%%/images/g_layer/triple_tap_2.png +%%DATADIR%%/images/g_layer/triple_tap_3.png +%%DATADIR%%/images/g_layer/triple_tap_4.png +%%DATADIR%%/images/g_layer/triple_tap_5.png +%%DATADIR%%/images/g_layer/zoom_1.png +%%DATADIR%%/objects/multibuttonentry.edj %%DATADIR%%/objects/multip.edj +%%DATADIR%%/objects/postit_ent.edj %%DATADIR%%/objects/test.edj %%DATADIR%%/objects/colorpreview.edj %%DATADIR%%/objects/cursors.edj %%DATADIR%%/objects/font_preview.edj %%DATADIR%%/themes/default.edj %%DATADIR%%/themes/default-desktop.edj +%%NLS%%share/locale/ar/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/az_IR/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/cs/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/de/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/fa/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/fr/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/he/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/it/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/ko_KR/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/nl/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/ps/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/pt/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/ur/LC_MESSAGES/elementary.mo +%%NLS%%share/locale/yi/LC_MESSAGES/elementary.mo @dirrm include/elementary-0 @dirrm lib/edje/modules/elm/%%E17_ARCH%% @dirrm lib/edje/modules/elm @dirrmtry lib/edje/modules @dirrmtry lib/edje +@dirrm lib/elementary/modules/test_map/%%E17_ARCH%% +@dirrm lib/elementary/modules/test_map @dirrm lib/elementary/modules/test_entry/%%E17_ARCH%% @dirrm lib/elementary/modules/test_entry +@dirrm lib/elementary/modules/access_output/%%E17_ARCH%% +@dirrm lib/elementary/modules/access_output @dirrm lib/elementary/modules @dirrm lib/elementary @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%%/objects +@dirrm %%DATADIR%%/images/g_layer @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/edje_externals @dirrm %%DATADIR%%/config/standard @@ -91,5 +159,33 @@ share/icons/elementary.png @dirrm %%DATADIR%%/config/default @dirrm %%DATADIR%%/config @dirrm %%DATADIR%% +%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ar +%%NLS%%@dirrmtry share/locale/az_IR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/az_IR +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de +%%NLS%%@dirrmtry share/locale/fa/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fa +%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr +%%NLS%%@dirrmtry share/locale/he/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/he +%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it +%%NLS%%@dirrmtry share/locale/ko_KR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ko_KR +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/ps/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ps +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/yi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/yi @dirrmtry share/applications @dirrmtry share/icons diff --git a/x11-wm/Makefile b/x11-wm/Makefile index bf9d8002ac72..a57b7c6412d5 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -36,18 +36,23 @@ SUBDIR += e16utils SUBDIR += e17-module-alarm SUBDIR += e17-module-calendar + SUBDIR += e17-module-comp-scale SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow SUBDIR += e17-module-diskio SUBDIR += e17-module-drawer + SUBDIR += e17-module-e-tiling SUBDIR += e17-module-efm_nav SUBDIR += e17-module-efm_path SUBDIR += e17-module-efm_pathbar + SUBDIR += e17-module-elfe SUBDIR += e17-module-empris SUBDIR += e17-module-eooorg + SUBDIR += e17-module-everything-aspell SUBDIR += e17-module-everything-mpris SUBDIR += e17-module-everything-pidgin SUBDIR += e17-module-everything-places + SUBDIR += e17-module-everything-shotgun SUBDIR += e17-module-everything-wallpaper SUBDIR += e17-module-everything-websearch SUBDIR += e17-module-exebuf @@ -81,6 +86,7 @@ SUBDIR += e17-module-winlist-ng SUBDIR += e17-module-winselector SUBDIR += e17-module-wlan + SUBDIR += e17-module-xkbswitch SUBDIR += e17-modules SUBDIR += echinus SUBDIR += ede diff --git a/x11-wm/e17-module-alarm/Makefile b/x11-wm/e17-module-alarm/Makefile index 6d3eb253ff1f..8585ca9bb676 100644 --- a/x11-wm/e17-module-alarm/Makefile +++ b/x11-wm/e17-module-alarm/Makefile @@ -6,10 +6,9 @@ # PORTNAME= alarm -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-alarm/distinfo b/x11-wm/e17-module-alarm/distinfo index c42f71be35a9..4a9d2f714cf6 100644 --- a/x11-wm/e17-module-alarm/distinfo +++ b/x11-wm/e17-module-alarm/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/alarm-20110129.tar.bz2) = e06442a95ac870cdf3996124e7700b82ca79cca74970d6c624878f4c7f383bf8 -SIZE (e17/alarm-20110129.tar.bz2) = 607608 +SHA256 (e17/alarm-20111128.tar.bz2) = 182518f42a96ba1c737adcb7eae5209671e506bcfc15ee14b83696960592a5ce +SIZE (e17/alarm-20111128.tar.bz2) = 635949 diff --git a/x11-wm/e17-module-alarm/pkg-plist b/x11-wm/e17-module-alarm/pkg-plist index 82530393b2c0..13007ff533a9 100644 --- a/x11-wm/e17-module-alarm/pkg-plist +++ b/x11-wm/e17-module-alarm/pkg-plist @@ -31,6 +31,9 @@ lib/enlightenment/modules/alarm/alarm.edj %%NLS%%lib/enlightenment/modules/alarm/locale/pl/LC_MESSAGES/alarm.mo %%NLS%%lib/enlightenment/modules/alarm/locale/es/LC_MESSAGES/alarm.mo %%NLS%%lib/enlightenment/modules/alarm/locale/hu/LC_MESSAGES/alarm.mo +%%NLS%%lib/enlightenment/modules/alarm/locale/sl/LC_MESSAGES/alarm.mo +%%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/hu/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/hu %%NLS%%@dirrm lib/enlightenment/modules/alarm/locale/es/LC_MESSAGES diff --git a/x11-wm/e17-module-calendar/Makefile b/x11-wm/e17-module-calendar/Makefile index d65bf6f3fd9c..fecc327e2a50 100644 --- a/x11-wm/e17-module-calendar/Makefile +++ b/x11-wm/e17-module-calendar/Makefile @@ -6,11 +6,10 @@ # PORTNAME= calendar -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-calendar/distinfo b/x11-wm/e17-module-calendar/distinfo index 1640557a7d75..b40a18677b9e 100644 --- a/x11-wm/e17-module-calendar/distinfo +++ b/x11-wm/e17-module-calendar/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/calendar-20110129.tar.bz2) = 303376fff8f4b6caf60c277d2399aa96a2f4c30b7986e6c530571ed6d56f67ca -SIZE (e17/calendar-20110129.tar.bz2) = 506651 +SHA256 (e17/calendar-20111128.tar.bz2) = 2af400b6c89d383357fefac0c6831b12f36f429e3d2fe0fb744f0ee5dfb1fffd +SIZE (e17/calendar-20111128.tar.bz2) = 530974 diff --git a/x11-wm/e17-module-calendar/pkg-plist b/x11-wm/e17-module-calendar/pkg-plist index 52f5fae90244..dfd9d44866e3 100644 --- a/x11-wm/e17-module-calendar/pkg-plist +++ b/x11-wm/e17-module-calendar/pkg-plist @@ -36,6 +36,9 @@ lib/enlightenment/modules/calendar/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/calendar/locale/bg/LC_MESSAGES/calendar.mo %%NLS%%lib/enlightenment/modules/calendar/locale/pt_BR/LC_MESSAGES/calendar.mo %%NLS%%lib/enlightenment/modules/calendar/locale/nb/LC_MESSAGES/calendar.mo +%%NLS%%lib/enlightenment/modules/calendar/locale/sl/LC_MESSAGES/calendar.mo +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/nb/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/nb %%NLS%%@dirrm lib/enlightenment/modules/calendar/locale/pt_BR/LC_MESSAGES diff --git a/x11-wm/e17-module-comp-scale/Makefile b/x11-wm/e17-module-comp-scale/Makefile new file mode 100644 index 000000000000..6f3ed8864eb1 --- /dev/null +++ b/x11-wm/e17-module-comp-scale/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-comp-scale +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= comp-scale +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= A comp-scale module for Enlightenment 17 + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-comp-scale/distinfo b/x11-wm/e17-module-comp-scale/distinfo new file mode 100644 index 000000000000..91572ca30222 --- /dev/null +++ b/x11-wm/e17-module-comp-scale/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/comp-scale-20111128.tar.bz2) = 1a9075a222e042b2b4787cfbe7357d5798e5a84b807e0ad6a976b9a13b61d7df +SIZE (e17/comp-scale-20111128.tar.bz2) = 587174 diff --git a/x11-wm/e17-module-comp-scale/pkg-descr b/x11-wm/e17-module-comp-scale/pkg-descr new file mode 100644 index 000000000000..d55929c4b35e --- /dev/null +++ b/x11-wm/e17-module-comp-scale/pkg-descr @@ -0,0 +1,3 @@ +A comp-scale module for Enlightenment 17. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-comp-scale/pkg-plist b/x11-wm/e17-module-comp-scale/pkg-plist new file mode 100644 index 000000000000..e422b37cb985 --- /dev/null +++ b/x11-wm/e17-module-comp-scale/pkg-plist @@ -0,0 +1,86 @@ +lib/enlightenment/modules/scale/module.desktop +lib/enlightenment/modules/scale/e-module-scale.edj +lib/enlightenment/modules/scale/%%E17_ARCH%%/module.so +%%NLS%%lib/enlightenment/modules/scale/locale/el/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/uk/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/de/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ja/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ru/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ko/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/pt/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/sv/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/zh_CN/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/sl/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/eo/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/it/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/sk/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/tr/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/bg/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/hr/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/hu/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/pl/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/es/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/lt/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/ar/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/he/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/cs/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/pt_BR/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/nl/LC_MESSAGES/scale.mo +%%NLS%%lib/enlightenment/modules/scale/locale/fr/LC_MESSAGES/scale.mo +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt_BR +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/cs/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/cs +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/he/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/he +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ar +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/lt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/lt +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/es/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/es +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pl +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hu/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hu +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/hr +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/bg/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/bg +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/tr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/tr +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sk/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sk +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/eo/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/eo +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/zh_CN +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sv/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/sv +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ko/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ko +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ru/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ru +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ja/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/ja +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/de +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/uk/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/uk +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/el/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale/el +%%NLS%%@dirrm lib/enlightenment/modules/scale/locale +@dirrm lib/enlightenment/modules/scale/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/scale +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-cpu/Makefile b/x11-wm/e17-module-cpu/Makefile index 45d6a6bea5a7..fb2c9c9f6c27 100644 --- a/x11-wm/e17-module-cpu/Makefile +++ b/x11-wm/e17-module-cpu/Makefile @@ -6,10 +6,9 @@ # PORTNAME= cpu -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-cpu/distinfo b/x11-wm/e17-module-cpu/distinfo index c1570cd5b61d..65682bac6845 100644 --- a/x11-wm/e17-module-cpu/distinfo +++ b/x11-wm/e17-module-cpu/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/cpu-20110129.tar.bz2) = a0cce5cf789c9310632a08bfe592aeb78413c309425814c5bf0b832f4df9b961 -SIZE (e17/cpu-20110129.tar.bz2) = 497050 +SHA256 (e17/cpu-20111128.tar.bz2) = fda0c1ba2c62124577a8f31e97688d0e0b79041ac383aeaebd8cdb03e67ea9e4 +SIZE (e17/cpu-20111128.tar.bz2) = 519440 diff --git a/x11-wm/e17-module-cpu/pkg-plist b/x11-wm/e17-module-cpu/pkg-plist index 3460d66b78cb..831b36a710e9 100644 --- a/x11-wm/e17-module-cpu/pkg-plist +++ b/x11-wm/e17-module-cpu/pkg-plist @@ -30,6 +30,9 @@ lib/enlightenment/modules/cpu/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/cpu/locale/tr/LC_MESSAGES/cpu.mo %%NLS%%lib/enlightenment/modules/cpu/locale/pt_BR/LC_MESSAGES/cpu.mo %%NLS%%lib/enlightenment/modules/cpu/locale/sk/LC_MESSAGES/cpu.mo +%%NLS%%lib/enlightenment/modules/cpu/locale/sl/LC_MESSAGES/cpu.mo +%%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sk/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/sk %%NLS%%@dirrm lib/enlightenment/modules/cpu/locale/pt_BR/LC_MESSAGES diff --git a/x11-wm/e17-module-deskshow/Makefile b/x11-wm/e17-module-deskshow/Makefile index 09114293386c..2473cb96218f 100644 --- a/x11-wm/e17-module-deskshow/Makefile +++ b/x11-wm/e17-module-deskshow/Makefile @@ -6,10 +6,9 @@ # PORTNAME= deskshow -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-deskshow/distinfo b/x11-wm/e17-module-deskshow/distinfo index 70326a1c70b8..fe7f7512709b 100644 --- a/x11-wm/e17-module-deskshow/distinfo +++ b/x11-wm/e17-module-deskshow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/deskshow-20110129.tar.bz2) = bdde9fa2bc3f696fc0096283fbd6ff6437f6248a38d43e2ef838201db1c7293f -SIZE (e17/deskshow-20110129.tar.bz2) = 373439 +SHA256 (e17/deskshow-20111128.tar.bz2) = 27c542f376629de643a2fd8b8e68ed9adb77a15cdab9cd74a391cb0b00ec7a2c +SIZE (e17/deskshow-20111128.tar.bz2) = 397639 diff --git a/x11-wm/e17-module-diskio/Makefile b/x11-wm/e17-module-diskio/Makefile index e958d70d1549..52e36ce77ccb 100644 --- a/x11-wm/e17-module-diskio/Makefile +++ b/x11-wm/e17-module-diskio/Makefile @@ -6,10 +6,9 @@ # PORTNAME= diskio -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-diskio/distinfo b/x11-wm/e17-module-diskio/distinfo index 28ef850f2821..e73586acc2d5 100644 --- a/x11-wm/e17-module-diskio/distinfo +++ b/x11-wm/e17-module-diskio/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/diskio-20110129.tar.bz2) = 20ff112cfb581521f18d058a8fc15ade988ff954431c2aff7eac9b28f6fd0ef1 -SIZE (e17/diskio-20110129.tar.bz2) = 425183 +SHA256 (e17/diskio-20111128.tar.bz2) = 36d37ad022d3b73615d1533c20ccebc4cb6f2a4c05f66b098e21f9565168f102 +SIZE (e17/diskio-20111128.tar.bz2) = 449929 diff --git a/x11-wm/e17-module-drawer/Makefile b/x11-wm/e17-module-drawer/Makefile index 8163abbca520..b65c34506669 100644 --- a/x11-wm/e17-module-drawer/Makefile +++ b/x11-wm/e17-module-drawer/Makefile @@ -6,10 +6,9 @@ # PORTNAME= drawer -PORTVERSION= 20110129 -PORTREVISION= 2 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-drawer/distinfo b/x11-wm/e17-module-drawer/distinfo index 0afe23c34b8c..2cab40cbdad1 100644 --- a/x11-wm/e17-module-drawer/distinfo +++ b/x11-wm/e17-module-drawer/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/drawer-20110129.tar.bz2) = 1dd561df2d68951606058a6859496ed628fba261836de7ab146d4dde90b4bf26 -SIZE (e17/drawer-20110129.tar.bz2) = 600112 +SHA256 (e17/drawer-20111128.tar.bz2) = 1c60655f761f8626dd3d97a0e0533b041a6d74cfd744ef5a25bc472eeeb18d22 +SIZE (e17/drawer-20111128.tar.bz2) = 654447 diff --git a/x11-wm/e17-module-drawer/pkg-plist b/x11-wm/e17-module-drawer/pkg-plist index 7f60dd1d1413..1e017910aa5a 100644 --- a/x11-wm/e17-module-drawer/pkg-plist +++ b/x11-wm/e17-module-drawer/pkg-plist @@ -30,6 +30,15 @@ lib/enlightenment/modules/drawer/module.desktop %%NLS%%lib/enlightenment/modules/drawer/locale/es/LC_MESSAGES/drawer.mo %%NLS%%lib/enlightenment/modules/drawer/locale/hr/LC_MESSAGES/drawer.mo %%NLS%%lib/enlightenment/modules/drawer/locale/de/LC_MESSAGES/drawer.mo +%%NLS%%lib/enlightenment/modules/drawer/locale/ar/LC_MESSAGES/drawer.mo +%%NLS%%lib/enlightenment/modules/drawer/locale/sl/LC_MESSAGES/drawer.mo +%%NLS%%lib/enlightenment/modules/drawer/locale/nl/LC_MESSAGES/drawer.mo +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/ar %%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/de/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/de %%NLS%%@dirrm lib/enlightenment/modules/drawer/locale/hr/LC_MESSAGES diff --git a/x11-wm/e17-module-e-tiling/Makefile b/x11-wm/e17-module-e-tiling/Makefile new file mode 100644 index 000000000000..4cc6e64312c0 --- /dev/null +++ b/x11-wm/e17-module-e-tiling/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-e-tiling +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= e-tiling +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= A tiling module for Enlightenment 17 + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-e-tiling/distinfo b/x11-wm/e17-module-e-tiling/distinfo new file mode 100644 index 000000000000..3f91a154ee87 --- /dev/null +++ b/x11-wm/e17-module-e-tiling/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/e-tiling-20111128.tar.bz2) = 21b09cad938d7a4d6b6e2879bb0bdd37b60063744f9713400275c9d6c83e0f1a +SIZE (e17/e-tiling-20111128.tar.bz2) = 521316 diff --git a/x11-wm/e17-module-e-tiling/pkg-descr b/x11-wm/e17-module-e-tiling/pkg-descr new file mode 100644 index 000000000000..361194a8848a --- /dev/null +++ b/x11-wm/e17-module-e-tiling/pkg-descr @@ -0,0 +1,8 @@ +E-Tiling is a tiling module the Enlightenment Window Manager. + +Each desktop can have from 1 to 8 (vertical) columns. Windows are then resized +and moved to use as much as columns as configured. When there are more windows +than possible columns, the remaining windows are packed in the last column. +Resizing or moving a window will try to resize or move the column it is in. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-e-tiling/pkg-plist b/x11-wm/e17-module-e-tiling/pkg-plist new file mode 100644 index 000000000000..bf93837395e8 --- /dev/null +++ b/x11-wm/e17-module-e-tiling/pkg-plist @@ -0,0 +1,17 @@ +lib/enlightenment/modules/e-tiling/module.desktop +lib/enlightenment/modules/e-tiling/%%E17_ARCH%%/module.so +lib/enlightenment/modules/e-tiling/e-module-e-tiling.edj +%%NLS%%lib/enlightenment/modules/e-tiling/locale/fr/LC_MESSAGES/e-tiling.mo +%%NLS%%lib/enlightenment/modules/e-tiling/locale/it/LC_MESSAGES/e-tiling.mo +%%NLS%%lib/enlightenment/modules/e-tiling/locale/pt/LC_MESSAGES/e-tiling.mo +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/e-tiling/locale +@dirrm lib/enlightenment/modules/e-tiling/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/e-tiling +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-efm_nav/Makefile b/x11-wm/e17-module-efm_nav/Makefile index 1b02b9f54916..ed063acee9d1 100644 --- a/x11-wm/e17-module-efm_nav/Makefile +++ b/x11-wm/e17-module-efm_nav/Makefile @@ -7,7 +7,6 @@ PORTNAME= efm_nav PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 module that allows a user to navigate through the filesystem BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-efm_path/Makefile b/x11-wm/e17-module-efm_path/Makefile index 309f3e7e4bec..ead7c9688004 100644 --- a/x11-wm/e17-module-efm_path/Makefile +++ b/x11-wm/e17-module-efm_path/Makefile @@ -7,7 +7,6 @@ PORTNAME= efm_path PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 module that allows a user to type a location into the filemanage BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-efm_pathbar/Makefile b/x11-wm/e17-module-efm_pathbar/Makefile index fbbb9f2b1d19..6757eb3b0967 100644 --- a/x11-wm/e17-module-efm_pathbar/Makefile +++ b/x11-wm/e17-module-efm_pathbar/Makefile @@ -7,7 +7,6 @@ PORTNAME= efm_pathbar PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 module that provides a pathbar gadget BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Deprecated by enlightenment.org +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-elfe/Makefile b/x11-wm/e17-module-elfe/Makefile new file mode 100644 index 000000000000..c8d10e172852 --- /dev/null +++ b/x11-wm/e17-module-elfe/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-elfe +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= elfe +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= Enlightenment launcher for embedded devices + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje elementary libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-elfe/distinfo b/x11-wm/e17-module-elfe/distinfo new file mode 100644 index 000000000000..bab62597c40c --- /dev/null +++ b/x11-wm/e17-module-elfe/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/elfe-20111128.tar.bz2) = 7bfe76f05418a6dc16f17dcdf54aa10607ff558906df9faa9dc76b5efd2a7a63 +SIZE (e17/elfe-20111128.tar.bz2) = 891818 diff --git a/x11-wm/e17-module-elfe/pkg-descr b/x11-wm/e17-module-elfe/pkg-descr new file mode 100644 index 000000000000..cfa61809417b --- /dev/null +++ b/x11-wm/e17-module-elfe/pkg-descr @@ -0,0 +1,3 @@ +Enlightenment launcher for embedded devices. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-elfe/pkg-plist b/x11-wm/e17-module-elfe/pkg-plist new file mode 100644 index 000000000000..216f39a6aa29 --- /dev/null +++ b/x11-wm/e17-module-elfe/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/elfe/module.desktop +lib/enlightenment/modules/elfe/%%E17_ARCH%%/module.so +lib/enlightenment/modules/elfe/default.edj +@dirrm lib/enlightenment/modules/elfe/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/elfe +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-empris/Makefile b/x11-wm/e17-module-empris/Makefile index a101c89ef009..3c81e4c59a87 100644 --- a/x11-wm/e17-module-empris/Makefile +++ b/x11-wm/e17-module-empris/Makefile @@ -6,10 +6,9 @@ # PORTNAME= empris -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-empris/distinfo b/x11-wm/e17-module-empris/distinfo index c19f898b94c7..a06137b63a38 100644 --- a/x11-wm/e17-module-empris/distinfo +++ b/x11-wm/e17-module-empris/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/empris-20110129.tar.bz2) = f7e1a8bd15175c777c0dd1536ac137fe52d6857e3e941c7d86ee866a61a0af77 -SIZE (e17/empris-20110129.tar.bz2) = 424201 +SHA256 (e17/empris-20111128.tar.bz2) = e7d11d46e8c4b9e54a397e682452df0c9f10e136ba37e83255e970be8b891d17 +SIZE (e17/empris-20111128.tar.bz2) = 447219 diff --git a/x11-wm/e17-module-engage/Makefile b/x11-wm/e17-module-engage/Makefile index 8dc960b69bae..92b6ad021414 100644 --- a/x11-wm/e17-module-engage/Makefile +++ b/x11-wm/e17-module-engage/Makefile @@ -5,13 +5,11 @@ # $FreeBSD$ # -PORTNAME= itask-ng -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTNAME= engage +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= MacOS X like taskbar module for e17 diff --git a/x11-wm/e17-module-engage/distinfo b/x11-wm/e17-module-engage/distinfo index 98f207761b8c..fd5873b4b9db 100644 --- a/x11-wm/e17-module-engage/distinfo +++ b/x11-wm/e17-module-engage/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/itask-ng-20110129.tar.bz2) = b011ee74b7d5a24e05bc8bd3b0a28e15b0591bc20be74d753580044d9377a317 -SIZE (e17/itask-ng-20110129.tar.bz2) = 549490 +SHA256 (e17/engage-20111128.tar.bz2) = 7dd9764cbf5cd8d173cf03386d33477912b219b11192ed0e9b05ec52f1f231d7 +SIZE (e17/engage-20111128.tar.bz2) = 583408 diff --git a/x11-wm/e17-module-engage/pkg-plist b/x11-wm/e17-module-engage/pkg-plist index 2540024447b8..e9ab6ce8db37 100644 --- a/x11-wm/e17-module-engage/pkg-plist +++ b/x11-wm/e17-module-engage/pkg-plist @@ -1,25 +1,28 @@ -lib/enlightenment/modules/itask-ng/itask-ng.edj -lib/enlightenment/modules/itask-ng/module_icon.png -lib/enlightenment/modules/itask-ng/%%E17_ARCH%%/module.so -lib/enlightenment/modules/itask-ng/module.desktop -lib/enlightenment/modules/itask-ng/e-module-ng.edj -%%NLS%%lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES/itask-ng.mo -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale -@dirrm lib/enlightenment/modules/itask-ng/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/itask-ng +lib/enlightenment/modules/engage/engage.edj +lib/enlightenment/modules/engage/module_icon.png +lib/enlightenment/modules/engage/%%E17_ARCH%%/module.so +lib/enlightenment/modules/engage/module.desktop +lib/enlightenment/modules/engage/e-module-ng.edj +%%NLS%%lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/de/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/it/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES/engage.mo +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale +@dirrm lib/enlightenment/modules/engage/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/engage @dirrmtry lib/enlightenment/modules @dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-eooorg/Makefile b/x11-wm/e17-module-eooorg/Makefile index febc5709d796..af5c1dba82f0 100644 --- a/x11-wm/e17-module-eooorg/Makefile +++ b/x11-wm/e17-module-eooorg/Makefile @@ -6,12 +6,10 @@ # PORTNAME= eooorg -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= OpenOffice.org preload module for e17 diff --git a/x11-wm/e17-module-eooorg/distinfo b/x11-wm/e17-module-eooorg/distinfo index bff169badaf8..f5838fd9caa2 100644 --- a/x11-wm/e17-module-eooorg/distinfo +++ b/x11-wm/e17-module-eooorg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/eooorg-20110129.tar.bz2) = 8aac5a93fb713f3cb737c0e64c8f04113c36b296fd05c998810898ff26fab05e -SIZE (e17/eooorg-20110129.tar.bz2) = 513514 +SHA256 (e17/eooorg-20111128.tar.bz2) = 84c2a8afb3623fc03b4e656aeed4588f43e55b54970678e2d8e7c933be70de20 +SIZE (e17/eooorg-20111128.tar.bz2) = 523204 diff --git a/x11-wm/e17-module-eooorg/pkg-plist b/x11-wm/e17-module-eooorg/pkg-plist index e6da3b9a19d4..8889feb3bba9 100644 --- a/x11-wm/e17-module-eooorg/pkg-plist +++ b/x11-wm/e17-module-eooorg/pkg-plist @@ -7,6 +7,9 @@ lib/enlightenment/modules/eooorg/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/eooorg/locale/cs/LC_MESSAGES/eooorg.mo %%NLS%%lib/enlightenment/modules/eooorg/locale/el/LC_MESSAGES/eooorg.mo %%NLS%%lib/enlightenment/modules/eooorg/locale/pt/LC_MESSAGES/eooorg.mo +%%NLS%%lib/enlightenment/modules/eooorg/locale/sl/LC_MESSAGES/eooorg.mo +%%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/eooorg/locale/el/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-aspell/Makefile b/x11-wm/e17-module-everything-aspell/Makefile new file mode 100644 index 000000000000..8171376aef06 --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-module-everything-aspell +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= everything-aspell +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= An e17 aspell plugin for the "everything" module + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \ + aspell:${PORTSDIR}/textproc/aspell + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-everything-aspell/distinfo b/x11-wm/e17-module-everything-aspell/distinfo new file mode 100644 index 000000000000..a8cc0381622c --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/everything-aspell-20111128.tar.bz2) = 49dd0fe31d25356498a91650ddf38aef858e8aa1c4389b45720c334334a15bda +SIZE (e17/everything-aspell-20111128.tar.bz2) = 515350 diff --git a/x11-wm/e17-module-everything-aspell/pkg-descr b/x11-wm/e17-module-everything-aspell/pkg-descr new file mode 100644 index 000000000000..5523c0da5dc1 --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell module for everything: checks spelling of words. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-everything-aspell/pkg-plist b/x11-wm/e17-module-everything-aspell/pkg-plist new file mode 100644 index 000000000000..12b7c489b83f --- /dev/null +++ b/x11-wm/e17-module-everything-aspell/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/everything-aspell/e-module.edj +lib/enlightenment/modules/everything-aspell/%%E17_ARCH%%/module.so +lib/enlightenment/modules/everything-aspell/module.desktop +@dirrm lib/enlightenment/modules/everything-aspell/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/everything-aspell +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-everything-mpris/Makefile b/x11-wm/e17-module-everything-mpris/Makefile index e53af3d1edd7..9c644f8a994e 100644 --- a/x11-wm/e17-module-everything-mpris/Makefile +++ b/x11-wm/e17-module-everything-mpris/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-mpris -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-mpris/distinfo b/x11-wm/e17-module-everything-mpris/distinfo index b7cda07a0522..9ad4e724a09c 100644 --- a/x11-wm/e17-module-everything-mpris/distinfo +++ b/x11-wm/e17-module-everything-mpris/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-mpris-20110129.tar.bz2) = e9d6dfb6cfb357aa6f1a8483f0ffa092a12fa892bd3145714cde5b91761c76d6 -SIZE (e17/everything-mpris-20110129.tar.bz2) = 585298 +SHA256 (e17/everything-mpris-20111128.tar.bz2) = fe206d5384a0ad3206ff78a4f10ed1064f5c0ea0f2ea7eeeee85149891430e95 +SIZE (e17/everything-mpris-20111128.tar.bz2) = 638170 diff --git a/x11-wm/e17-module-everything-mpris/pkg-plist b/x11-wm/e17-module-everything-mpris/pkg-plist index 75dad88d5a5b..bf3b64b80a00 100644 --- a/x11-wm/e17-module-everything-mpris/pkg-plist +++ b/x11-wm/e17-module-everything-mpris/pkg-plist @@ -7,6 +7,12 @@ lib/enlightenment/modules/evry-mpris/module.desktop %%NLS%%lib/enlightenment/modules/evry-mpris/locale/cs/LC_MESSAGES/evry-mpris.mo %%NLS%%lib/enlightenment/modules/evry-mpris/locale/de/LC_MESSAGES/evry-mpris.mo %%NLS%%lib/enlightenment/modules/evry-mpris/locale/pt/LC_MESSAGES/evry-mpris.mo +%%NLS%%lib/enlightenment/modules/evry-mpris/locale/sl/LC_MESSAGES/evry-mpris.mo +%%NLS%%lib/enlightenment/modules/evry-mpris/locale/nl/LC_MESSAGES/evry-mpris.mo +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/evry-mpris/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-pidgin/Makefile b/x11-wm/e17-module-everything-pidgin/Makefile index 1fd884206505..2b94e03841cf 100644 --- a/x11-wm/e17-module-everything-pidgin/Makefile +++ b/x11-wm/e17-module-everything-pidgin/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-pidgin -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-pidgin/distinfo b/x11-wm/e17-module-everything-pidgin/distinfo index 8c73b53a0157..99517f5a724d 100644 --- a/x11-wm/e17-module-everything-pidgin/distinfo +++ b/x11-wm/e17-module-everything-pidgin/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-pidgin-20110129.tar.bz2) = d5b8f9f462d69696388721fb29bf4d439d8e40635a0110b5ced9bddeab2dda90 -SIZE (e17/everything-pidgin-20110129.tar.bz2) = 487232 +SHA256 (e17/everything-pidgin-20111128.tar.bz2) = 869faa32bd2642d4fd16580746e7648edb9cd35b7bc53c7670847c68f3e5f3af +SIZE (e17/everything-pidgin-20111128.tar.bz2) = 501320 diff --git a/x11-wm/e17-module-everything-pidgin/pkg-plist b/x11-wm/e17-module-everything-pidgin/pkg-plist index e103efa84a81..cdc55a3a58f7 100644 --- a/x11-wm/e17-module-everything-pidgin/pkg-plist +++ b/x11-wm/e17-module-everything-pidgin/pkg-plist @@ -7,6 +7,15 @@ lib/enlightenment/modules/evry-pidgin/module.desktop %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/cs/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/de/LC_MESSAGES/evry-pidgin.mo %%NLS%%lib/enlightenment/modules/evry-pidgin/locale/pt/LC_MESSAGES/evry-pidgin.mo +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/zh_CN/LC_MESSAGES/evry-pidgin.mo +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/nl/LC_MESSAGES/evry-pidgin.mo +%%NLS%%lib/enlightenment/modules/evry-pidgin/locale/sl/LC_MESSAGES/evry-pidgin.mo +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/evry-pidgin/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-places/Makefile b/x11-wm/e17-module-everything-places/Makefile index 5fddec7a9dfa..458d9b372142 100644 --- a/x11-wm/e17-module-everything-places/Makefile +++ b/x11-wm/e17-module-everything-places/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-places -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-places/distinfo b/x11-wm/e17-module-everything-places/distinfo index 0d755e2ce03d..e72ae77940e8 100644 --- a/x11-wm/e17-module-everything-places/distinfo +++ b/x11-wm/e17-module-everything-places/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-places-20110129.tar.bz2) = ce0766f2fde6c87655eb0f0a4569c861ce62dd3389f38e30c73230bd41e77c20 -SIZE (e17/everything-places-20110129.tar.bz2) = 480353 +SHA256 (e17/everything-places-20111128.tar.bz2) = a864afdcf21f536aa171e42085c8c8382bcf1c07cfd8c88ed2f5893827ac4b3f +SIZE (e17/everything-places-20111128.tar.bz2) = 486203 diff --git a/x11-wm/e17-module-everything-places/pkg-plist b/x11-wm/e17-module-everything-places/pkg-plist index f827591335ec..9a1bbff270d6 100644 --- a/x11-wm/e17-module-everything-places/pkg-plist +++ b/x11-wm/e17-module-everything-places/pkg-plist @@ -6,6 +6,12 @@ lib/enlightenment/modules/everything-places/e-module.edj %%NLS%%lib/enlightenment/modules/everything-places/locale/cs/LC_MESSAGES/everything-places.mo %%NLS%%lib/enlightenment/modules/everything-places/locale/el/LC_MESSAGES/everything-places.mo %%NLS%%lib/enlightenment/modules/everything-places/locale/pt/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/sl/LC_MESSAGES/everything-places.mo +%%NLS%%lib/enlightenment/modules/everything-places/locale/nl/LC_MESSAGES/everything-places.mo +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/everything-places/locale/el/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-shotgun/Makefile b/x11-wm/e17-module-everything-shotgun/Makefile new file mode 100644 index 000000000000..dfb3da9656a9 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-everything-shotgun +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= everything-shotgun +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= An e17 shotgun plugin for the "everything" module + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-everything-shotgun/distinfo b/x11-wm/e17-module-everything-shotgun/distinfo new file mode 100644 index 000000000000..b332d9873bc4 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/everything-shotgun-20111128.tar.bz2) = 6b8c69756e0dd4ac1826e678382a669a903ee9660f97c2bfe21f6f0fb736215b +SIZE (e17/everything-shotgun-20111128.tar.bz2) = 515212 diff --git a/x11-wm/e17-module-everything-shotgun/pkg-descr b/x11-wm/e17-module-everything-shotgun/pkg-descr new file mode 100644 index 000000000000..ae9fe1eb4c20 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/pkg-descr @@ -0,0 +1,3 @@ +An e17 shotgun plugin for the "everything" module + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-everything-shotgun/pkg-plist b/x11-wm/e17-module-everything-shotgun/pkg-plist new file mode 100644 index 000000000000..e52f85aef035 --- /dev/null +++ b/x11-wm/e17-module-everything-shotgun/pkg-plist @@ -0,0 +1,7 @@ +lib/enlightenment/modules/evry-shotgun/%%E17_ARCH%%/module.so +lib/enlightenment/modules/evry-shotgun/e-module.edj +lib/enlightenment/modules/evry-shotgun/module.desktop +@dirrm lib/enlightenment/modules/evry-shotgun/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/evry-shotgun +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-everything-wallpaper/Makefile b/x11-wm/e17-module-everything-wallpaper/Makefile index 1dd39aacb5b9..15a919fc9f7a 100644 --- a/x11-wm/e17-module-everything-wallpaper/Makefile +++ b/x11-wm/e17-module-everything-wallpaper/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-wallpaper -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-wallpaper/distinfo b/x11-wm/e17-module-everything-wallpaper/distinfo index 74f4848495ec..4017769c1cc5 100644 --- a/x11-wm/e17-module-everything-wallpaper/distinfo +++ b/x11-wm/e17-module-everything-wallpaper/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-wallpaper-20110129.tar.bz2) = 8c9306ea0a434048bcb87b40992dbb6a9ca7c0af6948b2d8c033580a7d86bf3d -SIZE (e17/everything-wallpaper-20110129.tar.bz2) = 503399 +SHA256 (e17/everything-wallpaper-20111128.tar.bz2) = cdd3ebd049ecc47b53c6ba8936579b6c482bd4da19ab1563d50168745fb0c48e +SIZE (e17/everything-wallpaper-20111128.tar.bz2) = 519131 diff --git a/x11-wm/e17-module-everything-wallpaper/pkg-plist b/x11-wm/e17-module-everything-wallpaper/pkg-plist index f4a8d8e95a3a..0fdd8643a01e 100644 --- a/x11-wm/e17-module-everything-wallpaper/pkg-plist +++ b/x11-wm/e17-module-everything-wallpaper/pkg-plist @@ -5,6 +5,18 @@ lib/enlightenment/modules/everything-wallpaper/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/de/LC_MESSAGES/everything-wallpaper.mo %%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/fr/LC_MESSAGES/everything-wallpaper.mo %%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/it/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/nl/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/zh_CN/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/sl/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%lib/enlightenment/modules/everything-wallpaper/locale/pt/LC_MESSAGES/everything-wallpaper.mo +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/zh_CN +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/it %%NLS%%@dirrm lib/enlightenment/modules/everything-wallpaper/locale/fr/LC_MESSAGES diff --git a/x11-wm/e17-module-everything-websearch/Makefile b/x11-wm/e17-module-everything-websearch/Makefile index 9a5be28a4776..2eeb3012567e 100644 --- a/x11-wm/e17-module-everything-websearch/Makefile +++ b/x11-wm/e17-module-everything-websearch/Makefile @@ -6,10 +6,9 @@ # PORTNAME= everything-websearch -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-everything-websearch/distinfo b/x11-wm/e17-module-everything-websearch/distinfo index 739370fcc483..3c7d9a165ed1 100644 --- a/x11-wm/e17-module-everything-websearch/distinfo +++ b/x11-wm/e17-module-everything-websearch/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/everything-websearch-20110129.tar.bz2) = 3c1b9f4fffcfd58ca0c8f4dac420d7f668988c4122eaef37d940a8730074be05 -SIZE (e17/everything-websearch-20110129.tar.bz2) = 573319 +SHA256 (e17/everything-websearch-20111128.tar.bz2) = 1d87bccf49d92e8498ee81b19d96127d71c401c415913079831f6c5f0fcd1751 +SIZE (e17/everything-websearch-20111128.tar.bz2) = 597825 diff --git a/x11-wm/e17-module-everything-websearch/pkg-plist b/x11-wm/e17-module-everything-websearch/pkg-plist index 6758aaccda22..6719953a5329 100644 --- a/x11-wm/e17-module-everything-websearch/pkg-plist +++ b/x11-wm/e17-module-everything-websearch/pkg-plist @@ -7,6 +7,15 @@ lib/enlightenment/modules/evry-websearch/e-module.edj %%NLS%%lib/enlightenment/modules/evry-websearch/locale/cs/LC_MESSAGES/evry-websearch.mo %%NLS%%lib/enlightenment/modules/evry-websearch/locale/de/LC_MESSAGES/evry-websearch.mo %%NLS%%lib/enlightenment/modules/evry-websearch/locale/pt/LC_MESSAGES/evry-websearch.mo +%%NLS%%lib/enlightenment/modules/evry-websearch/locale/zh_CN/LC_MESSAGES/evry-websearch.mo +%%NLS%%lib/enlightenment/modules/evry-websearch/locale/nl/LC_MESSAGES/evry-websearch.mo +%%NLS%%lib/enlightenment/modules/evry-websearch/locale/sl/LC_MESSAGES/evry-websearch.mo +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/nl +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/evry-websearch/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-exebuf/Makefile b/x11-wm/e17-module-exebuf/Makefile index 7f1183d2c327..b2ae856637aa 100644 --- a/x11-wm/e17-module-exebuf/Makefile +++ b/x11-wm/e17-module-exebuf/Makefile @@ -6,10 +6,9 @@ # PORTNAME= exebuf -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-exebuf/distinfo b/x11-wm/e17-module-exebuf/distinfo index 5685cdd28ec3..a7c795690fa5 100644 --- a/x11-wm/e17-module-exebuf/distinfo +++ b/x11-wm/e17-module-exebuf/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/exebuf-20110129.tar.bz2) = 873de0d4a86cc72fc223b4c6497731386f3ab8bfc77605d715dcd7ffd93f30fb -SIZE (e17/exebuf-20110129.tar.bz2) = 520587 +SHA256 (e17/exebuf-20111128.tar.bz2) = d521a78d974ebe4929070dfd31d5ed995c7eef04e0b7ca5cd77f6e19f579764f +SIZE (e17/exebuf-20111128.tar.bz2) = 535634 diff --git a/x11-wm/e17-module-execwatch/Makefile b/x11-wm/e17-module-execwatch/Makefile index 49c76abd8f62..af360d1d935e 100644 --- a/x11-wm/e17-module-execwatch/Makefile +++ b/x11-wm/e17-module-execwatch/Makefile @@ -6,14 +6,13 @@ # PORTNAME= execwatch -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net -COMMENT= An e17 module to show the last state of a periodically executed command +COMMENT= An e17 module to show state of a periodically executed command BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment diff --git a/x11-wm/e17-module-execwatch/distinfo b/x11-wm/e17-module-execwatch/distinfo index 839ebb69daab..795dd532ddd8 100644 --- a/x11-wm/e17-module-execwatch/distinfo +++ b/x11-wm/e17-module-execwatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/execwatch-20110129.tar.bz2) = 26cc9246aaf54044429517639485ad5f84caaa5d674f93d8fc86e3d1e0632695 -SIZE (e17/execwatch-20110129.tar.bz2) = 434538 +SHA256 (e17/execwatch-20111128.tar.bz2) = efb9abaf925ae7881b4a2cc28117bb3e5e156fa9194ebd089169f203a6961c23 +SIZE (e17/execwatch-20111128.tar.bz2) = 449842 diff --git a/x11-wm/e17-module-flame/Makefile b/x11-wm/e17-module-flame/Makefile index c92088bd6f40..ffb551334c6f 100644 --- a/x11-wm/e17-module-flame/Makefile +++ b/x11-wm/e17-module-flame/Makefile @@ -6,10 +6,9 @@ # PORTNAME= flame -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-flame/distinfo b/x11-wm/e17-module-flame/distinfo index 46d0f5999efe..9dd70f16bd1c 100644 --- a/x11-wm/e17-module-flame/distinfo +++ b/x11-wm/e17-module-flame/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/flame-20110129.tar.bz2) = 74018951e0b229c60a6f9caa022a4e44d97be9d676c6585a8a6b9c23e2233eb7 -SIZE (e17/flame-20110129.tar.bz2) = 476527 +SHA256 (e17/flame-20111128.tar.bz2) = b7f007f6c9ccab0620474e0d28649b0f6f6ff2a76c140a6190d9776dc459765f +SIZE (e17/flame-20111128.tar.bz2) = 532817 diff --git a/x11-wm/e17-module-flame/pkg-plist b/x11-wm/e17-module-flame/pkg-plist index b4f75756803a..757e167b5396 100644 --- a/x11-wm/e17-module-flame/pkg-plist +++ b/x11-wm/e17-module-flame/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/flame/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/flame/locale/lt/LC_MESSAGES/flame.mo %%NLS%%lib/enlightenment/modules/flame/locale/ar/LC_MESSAGES/flame.mo %%NLS%%lib/enlightenment/modules/flame/locale/he/LC_MESSAGES/flame.mo +%%NLS%%lib/enlightenment/modules/flame/locale/sl/LC_MESSAGES/flame.mo +%%NLS%%@dirrm lib/enlightenment/modules/flame/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/flame/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/flame/locale/he/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/flame/locale/he %%NLS%%@dirrm lib/enlightenment/modules/flame/locale/ar/LC_MESSAGES diff --git a/x11-wm/e17-module-forecasts/Makefile b/x11-wm/e17-module-forecasts/Makefile index 521ad349038c..419d41cd5a92 100644 --- a/x11-wm/e17-module-forecasts/Makefile +++ b/x11-wm/e17-module-forecasts/Makefile @@ -6,10 +6,9 @@ # PORTNAME= forecasts -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-forecasts/distinfo b/x11-wm/e17-module-forecasts/distinfo index 90f6b83ab584..5f0a099913a2 100644 --- a/x11-wm/e17-module-forecasts/distinfo +++ b/x11-wm/e17-module-forecasts/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/forecasts-20110129.tar.bz2) = d6da1ee35837d206f9fd09af178764fc419905129273fc6bc5475ec2faba4b48 -SIZE (e17/forecasts-20110129.tar.bz2) = 1088205 +SHA256 (e17/forecasts-20111128.tar.bz2) = 59a75c442820bdc2d35fab4e2b0d23c42eaf2ed549571225c1f60bd45e05f18a +SIZE (e17/forecasts-20111128.tar.bz2) = 1078578 diff --git a/x11-wm/e17-module-forecasts/pkg-plist b/x11-wm/e17-module-forecasts/pkg-plist index 8528b2dd6a77..3ebb2cd77de4 100644 --- a/x11-wm/e17-module-forecasts/pkg-plist +++ b/x11-wm/e17-module-forecasts/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/forecasts/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/forecasts/locale/pt_BR/LC_MESSAGES/forecasts.mo %%NLS%%lib/enlightenment/modules/forecasts/locale/eo/LC_MESSAGES/forecasts.mo %%NLS%%lib/enlightenment/modules/forecasts/locale/it/LC_MESSAGES/forecasts.mo +%%NLS%%lib/enlightenment/modules/forecasts/locale/sl/LC_MESSAGES/forecasts.mo +%%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/it %%NLS%%@dirrm lib/enlightenment/modules/forecasts/locale/eo/LC_MESSAGES diff --git a/x11-wm/e17-module-iiirk/Makefile b/x11-wm/e17-module-iiirk/Makefile index 0798c0a32583..21c2ab696e63 100644 --- a/x11-wm/e17-module-iiirk/Makefile +++ b/x11-wm/e17-module-iiirk/Makefile @@ -6,10 +6,9 @@ # PORTNAME= iiirk -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-iiirk/distinfo b/x11-wm/e17-module-iiirk/distinfo index 6b1abbbaacd8..042df3def699 100644 --- a/x11-wm/e17-module-iiirk/distinfo +++ b/x11-wm/e17-module-iiirk/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/iiirk-20110129.tar.bz2) = 99f7eed89781f35419b6e7efdb31035191a56f3991f7a4c34d313618c45fb28f -SIZE (e17/iiirk-20110129.tar.bz2) = 495797 +SHA256 (e17/iiirk-20111128.tar.bz2) = aa953764b72111f89960d88d182a0a2b7396bbf05e29ae83848015c157870b58 +SIZE (e17/iiirk-20111128.tar.bz2) = 544745 diff --git a/x11-wm/e17-module-iiirk/pkg-descr b/x11-wm/e17-module-iiirk/pkg-descr index 1e3bcbc2de76..3d1add5aacca 100644 --- a/x11-wm/e17-module-iiirk/pkg-descr +++ b/x11-wm/e17-module-iiirk/pkg-descr @@ -4,19 +4,21 @@ status of the system tray specification this module don't rely on it, but on .desktop and netwm icons only instead. It's highly recommended to make sure a .desktop match the border you want to -dock in this module. See http://wiki.enlightenment.org/index.php/E17_and_Efreet#Border_Icons +dock in this module. +See http://wiki.enlightenment.org/index.php/E17_and_Efreet#Border_Icons for further explanation on how do this matching. -In order to add an icon to the module you have two ways. You can either drag and -drop the border icon on it, or configure the "Iiirk source". Which is a list of -.desktop to match automatically. +In order to add an icon to the module you have two ways. You can either drag +and drop the border icon on it, or configure the "Iiirk source". Which is a +list of .desktop to match automatically. Once the icon is in the module, a click on it will toggle show/hide on the corresponding window. Don't close your windows, what does the window when closed is up to the application, not to the module. Use the minimize instead. -If the option "Hide window from any list when iconified" is enabled, minimize it -even by using the border button will active the skip window list on it. +If the option "Hide window from any list when iconified" is enabled, minimize +it even by using the border button will active the skip window list on it. -Drop an icon outside the box will remove the match on the corresponding .desktop. +Drop an icon outside the box will remove the match on the corresponding +.desktop. WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-iiirk/pkg-plist b/x11-wm/e17-module-iiirk/pkg-plist index b83fa07779e3..812c36c1f7b0 100644 --- a/x11-wm/e17-module-iiirk/pkg-plist +++ b/x11-wm/e17-module-iiirk/pkg-plist @@ -17,6 +17,15 @@ lib/enlightenment/modules/iiirk/module.desktop %%NLS%%lib/enlightenment/modules/iiirk/locale/pt/LC_MESSAGES/iiirk.mo %%NLS%%lib/enlightenment/modules/iiirk/locale/uk/LC_MESSAGES/iiirk.mo %%NLS%%lib/enlightenment/modules/iiirk/locale/zh_CN/LC_MESSAGES/iiirk.mo +%%NLS%%lib/enlightenment/modules/iiirk/locale/de/LC_MESSAGES/iiirk.mo +%%NLS%%lib/enlightenment/modules/iiirk/locale/sl/LC_MESSAGES/iiirk.mo +%%NLS%%lib/enlightenment/modules/iiirk/locale/ar/LC_MESSAGES/iiirk.mo +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/ar +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/de %%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/zh_CN/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/iiirk/locale/uk/LC_MESSAGES diff --git a/x11-wm/e17-module-itask-ng/Makefile b/x11-wm/e17-module-itask-ng/Makefile index 8dc960b69bae..92b6ad021414 100644 --- a/x11-wm/e17-module-itask-ng/Makefile +++ b/x11-wm/e17-module-itask-ng/Makefile @@ -5,13 +5,11 @@ # $FreeBSD$ # -PORTNAME= itask-ng -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTNAME= engage +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= MacOS X like taskbar module for e17 diff --git a/x11-wm/e17-module-itask-ng/distinfo b/x11-wm/e17-module-itask-ng/distinfo index 98f207761b8c..fd5873b4b9db 100644 --- a/x11-wm/e17-module-itask-ng/distinfo +++ b/x11-wm/e17-module-itask-ng/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/itask-ng-20110129.tar.bz2) = b011ee74b7d5a24e05bc8bd3b0a28e15b0591bc20be74d753580044d9377a317 -SIZE (e17/itask-ng-20110129.tar.bz2) = 549490 +SHA256 (e17/engage-20111128.tar.bz2) = 7dd9764cbf5cd8d173cf03386d33477912b219b11192ed0e9b05ec52f1f231d7 +SIZE (e17/engage-20111128.tar.bz2) = 583408 diff --git a/x11-wm/e17-module-itask-ng/pkg-plist b/x11-wm/e17-module-itask-ng/pkg-plist index 2540024447b8..e9ab6ce8db37 100644 --- a/x11-wm/e17-module-itask-ng/pkg-plist +++ b/x11-wm/e17-module-itask-ng/pkg-plist @@ -1,25 +1,28 @@ -lib/enlightenment/modules/itask-ng/itask-ng.edj -lib/enlightenment/modules/itask-ng/module_icon.png -lib/enlightenment/modules/itask-ng/%%E17_ARCH%%/module.so -lib/enlightenment/modules/itask-ng/module.desktop -lib/enlightenment/modules/itask-ng/e-module-ng.edj -%%NLS%%lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES/itask-ng.mo -%%NLS%%lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES/itask-ng.mo -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/itask-ng/locale -@dirrm lib/enlightenment/modules/itask-ng/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/itask-ng +lib/enlightenment/modules/engage/engage.edj +lib/enlightenment/modules/engage/module_icon.png +lib/enlightenment/modules/engage/%%E17_ARCH%%/module.so +lib/enlightenment/modules/engage/module.desktop +lib/enlightenment/modules/engage/e-module-ng.edj +%%NLS%%lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/de/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/it/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES/engage.mo +%%NLS%%lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES/engage.mo +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/cs +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/de +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/engage/locale +@dirrm lib/enlightenment/modules/engage/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/engage @dirrmtry lib/enlightenment/modules @dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-itask/Makefile b/x11-wm/e17-module-itask/Makefile index c1a48debd42f..a7488b214d0a 100644 --- a/x11-wm/e17-module-itask/Makefile +++ b/x11-wm/e17-module-itask/Makefile @@ -6,12 +6,10 @@ # PORTNAME= itask -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= MS Windows like taskbar module for e17 diff --git a/x11-wm/e17-module-itask/distinfo b/x11-wm/e17-module-itask/distinfo index bde0cdad78ce..e23f819322b6 100644 --- a/x11-wm/e17-module-itask/distinfo +++ b/x11-wm/e17-module-itask/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/itask-20110129.tar.bz2) = fed256222a80974450d5876635fa31ca6cba9cf9ee3dd8ea16a4142e40f6eed1 -SIZE (e17/itask-20110129.tar.bz2) = 528462 +SHA256 (e17/itask-20111128.tar.bz2) = cf5f2a42f17b2fecd7173d66dc11a0dfd181fa104df7e706d1e489f77afeee5f +SIZE (e17/itask-20111128.tar.bz2) = 545667 diff --git a/x11-wm/e17-module-language/Makefile b/x11-wm/e17-module-language/Makefile index 7866846c42ac..c205c00a2e98 100644 --- a/x11-wm/e17-module-language/Makefile +++ b/x11-wm/e17-module-language/Makefile @@ -6,10 +6,9 @@ # PORTNAME= language -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-language/distinfo b/x11-wm/e17-module-language/distinfo index 62010d826d4e..f228e2fcd902 100644 --- a/x11-wm/e17-module-language/distinfo +++ b/x11-wm/e17-module-language/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/language-20110129.tar.bz2) = 5a654611ba706f0584a2d7e0b0ff55f1ae88424cce08529a3fcd6c471ed4cc5d -SIZE (e17/language-20110129.tar.bz2) = 661818 +SHA256 (e17/language-20111128.tar.bz2) = fb11921330d6b09667e6a68acb32774d40ac94822279f7ccba5a43695f830e08 +SIZE (e17/language-20111128.tar.bz2) = 703341 diff --git a/x11-wm/e17-module-language/pkg-plist b/x11-wm/e17-module-language/pkg-plist index a53ba8ac941b..51acd5332678 100644 --- a/x11-wm/e17-module-language/pkg-plist +++ b/x11-wm/e17-module-language/pkg-plist @@ -99,6 +99,9 @@ lib/enlightenment/modules/language/module.desktop %%NLS%%lib/enlightenment/modules/language/locale/de/LC_MESSAGES/language.mo %%NLS%%lib/enlightenment/modules/language/locale/uk/LC_MESSAGES/language.mo %%NLS%%lib/enlightenment/modules/language/locale/el/LC_MESSAGES/language.mo +%%NLS%%lib/enlightenment/modules/language/locale/sl/LC_MESSAGES/language.mo +%%NLS%%@dirrm lib/enlightenment/modules/language/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/language/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/language/locale/el/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/language/locale/el %%NLS%%@dirrm lib/enlightenment/modules/language/locale/uk/LC_MESSAGES diff --git a/x11-wm/e17-module-mail/Makefile b/x11-wm/e17-module-mail/Makefile index e9105d3ef911..538374832f0d 100644 --- a/x11-wm/e17-module-mail/Makefile +++ b/x11-wm/e17-module-mail/Makefile @@ -6,10 +6,9 @@ # PORTNAME= mail -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-mail/distinfo b/x11-wm/e17-module-mail/distinfo index f9e6dad44978..d0e999cd3817 100644 --- a/x11-wm/e17-module-mail/distinfo +++ b/x11-wm/e17-module-mail/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/mail-20110129.tar.bz2) = a9391d9e7181750e6aadb4a7c9252bbee21e529b936c718781995829428f0fe2 -SIZE (e17/mail-20110129.tar.bz2) = 529677 +SHA256 (e17/mail-20111128.tar.bz2) = 8b60d5be5903d4fd762939c5e81d2a8c1bfa63a38ad9f0dee84c1bea682701ce +SIZE (e17/mail-20111128.tar.bz2) = 569458 diff --git a/x11-wm/e17-module-mail/pkg-plist b/x11-wm/e17-module-mail/pkg-plist index d5b898619773..22c56c412ba4 100644 --- a/x11-wm/e17-module-mail/pkg-plist +++ b/x11-wm/e17-module-mail/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/mail/mail.edj %%NLS%%lib/enlightenment/modules/mail/locale/es/LC_MESSAGES/mail.mo %%NLS%%lib/enlightenment/modules/mail/locale/hu/LC_MESSAGES/mail.mo %%NLS%%lib/enlightenment/modules/mail/locale/pt_BR/LC_MESSAGES/mail.mo +%%NLS%%lib/enlightenment/modules/mail/locale/sl/LC_MESSAGES/mail.mo +%%NLS%%@dirrm lib/enlightenment/modules/mail/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/mail/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/mail/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/mail/locale/pt_BR %%NLS%%@dirrm lib/enlightenment/modules/mail/locale/hu/LC_MESSAGES diff --git a/x11-wm/e17-module-mem/Makefile b/x11-wm/e17-module-mem/Makefile index 150b5266a356..3f84b8c8f396 100644 --- a/x11-wm/e17-module-mem/Makefile +++ b/x11-wm/e17-module-mem/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mem -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-mem/distinfo b/x11-wm/e17-module-mem/distinfo index 90c0cccde9e8..f93b7b0a5145 100644 --- a/x11-wm/e17-module-mem/distinfo +++ b/x11-wm/e17-module-mem/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/mem-20110129.tar.bz2) = 826c1f5a514c2d239408177ba24eaf598ec619a7e178bc456fbe9ddcc24d7dba -SIZE (e17/mem-20110129.tar.bz2) = 552278 +SHA256 (e17/mem-20111128.tar.bz2) = 840b7a203dfd9ad05e9fd5cde6fd41d95d6f2b91cc22e214b58ba8398a2b686d +SIZE (e17/mem-20111128.tar.bz2) = 551004 diff --git a/x11-wm/e17-module-mem/pkg-plist b/x11-wm/e17-module-mem/pkg-plist index 860941b77184..589ed3fcafee 100644 --- a/x11-wm/e17-module-mem/pkg-plist +++ b/x11-wm/e17-module-mem/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/mem/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/mem/locale/nb/LC_MESSAGES/mem.mo %%NLS%%lib/enlightenment/modules/mem/locale/hr/LC_MESSAGES/mem.mo %%NLS%%lib/enlightenment/modules/mem/locale/bg/LC_MESSAGES/mem.mo +%%NLS%%lib/enlightenment/modules/mem/locale/sl/LC_MESSAGES/mem.mo +%%NLS%%@dirrm lib/enlightenment/modules/mem/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/mem/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/mem/locale/bg/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/mem/locale/bg %%NLS%%@dirrm lib/enlightenment/modules/mem/locale/hr/LC_MESSAGES diff --git a/x11-wm/e17-module-moon/Makefile b/x11-wm/e17-module-moon/Makefile index 142ff444b8d1..852e60bf2345 100644 --- a/x11-wm/e17-module-moon/Makefile +++ b/x11-wm/e17-module-moon/Makefile @@ -6,11 +6,10 @@ # PORTNAME= moon -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-moon/distinfo b/x11-wm/e17-module-moon/distinfo index 1e3213707156..9fcbc3a39572 100644 --- a/x11-wm/e17-module-moon/distinfo +++ b/x11-wm/e17-module-moon/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/moon-20110129.tar.bz2) = e23d1f33a425e6720972d2bee0445ea357721d800f1f0ed11cc0bb9c17251b5c -SIZE (e17/moon-20110129.tar.bz2) = 900089 +SHA256 (e17/moon-20111128.tar.bz2) = f9e58752fc8e8c2513a395515675e0d5451476cc0f25e5cc8c343b815989e202 +SIZE (e17/moon-20111128.tar.bz2) = 904637 diff --git a/x11-wm/e17-module-moon/pkg-plist b/x11-wm/e17-module-moon/pkg-plist index e09dc5ffdf25..32e478b875ac 100644 --- a/x11-wm/e17-module-moon/pkg-plist +++ b/x11-wm/e17-module-moon/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/moon/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/moon/locale/es/LC_MESSAGES/moon.mo %%NLS%%lib/enlightenment/modules/moon/locale/pl/LC_MESSAGES/moon.mo %%NLS%%lib/enlightenment/modules/moon/locale/hu/LC_MESSAGES/moon.mo +%%NLS%%lib/enlightenment/modules/moon/locale/sl/LC_MESSAGES/moon.mo +%%NLS%%@dirrm lib/enlightenment/modules/moon/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/moon/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/moon/locale/hu/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/moon/locale/hu %%NLS%%@dirrm lib/enlightenment/modules/moon/locale/pl/LC_MESSAGES diff --git a/x11-wm/e17-module-mpdule/Makefile b/x11-wm/e17-module-mpdule/Makefile index 60af30aea4e1..b25bc73f5476 100644 --- a/x11-wm/e17-module-mpdule/Makefile +++ b/x11-wm/e17-module-mpdule/Makefile @@ -6,10 +6,9 @@ # PORTNAME= mpdule -PORTVERSION= 20110129 -PORTREVISION= 2 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-mpdule/distinfo b/x11-wm/e17-module-mpdule/distinfo index 014723be0fff..2dc93b2260b4 100644 --- a/x11-wm/e17-module-mpdule/distinfo +++ b/x11-wm/e17-module-mpdule/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/mpdule-20110129.tar.bz2) = bbaa518e7585e017e1845c86d04a8bcc27fce76060b8cd5d8a14f4c015623a7c -SIZE (e17/mpdule-20110129.tar.bz2) = 423743 +SHA256 (e17/mpdule-20111128.tar.bz2) = 7964133f8f3ea76557a9651217738c2cf4563978fca407c7e887ed700c77fd39 +SIZE (e17/mpdule-20111128.tar.bz2) = 454386 diff --git a/x11-wm/e17-module-net/Makefile b/x11-wm/e17-module-net/Makefile index ff46bd38bf24..865e9a886751 100644 --- a/x11-wm/e17-module-net/Makefile +++ b/x11-wm/e17-module-net/Makefile @@ -6,10 +6,9 @@ # PORTNAME= net -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-net/distinfo b/x11-wm/e17-module-net/distinfo index da05b8bb7eff..55aff34a7444 100644 --- a/x11-wm/e17-module-net/distinfo +++ b/x11-wm/e17-module-net/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/net-20110129.tar.bz2) = 10612d47b324a520fb4a38e2d125b19d785adfe0c9ccb666996a10bb772208ff -SIZE (e17/net-20110129.tar.bz2) = 514240 +SHA256 (e17/net-20111128.tar.bz2) = 30c47ce49ae954113a1c99ccad4c7623af81bb361493b44b4a6f9c79cfe22d67 +SIZE (e17/net-20111128.tar.bz2) = 537534 diff --git a/x11-wm/e17-module-net/pkg-plist b/x11-wm/e17-module-net/pkg-plist index c590418eea87..a1f727bf370a 100644 --- a/x11-wm/e17-module-net/pkg-plist +++ b/x11-wm/e17-module-net/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/net/e-module-net.edj %%NLS%%lib/enlightenment/modules/net/locale/fi/LC_MESSAGES/net.mo %%NLS%%lib/enlightenment/modules/net/locale/sv/LC_MESSAGES/net.mo %%NLS%%lib/enlightenment/modules/net/locale/ru/LC_MESSAGES/net.mo +%%NLS%%lib/enlightenment/modules/net/locale/sl/LC_MESSAGES/net.mo +%%NLS%%@dirrm lib/enlightenment/modules/net/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/net/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/net/locale/ru/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/net/locale/ru %%NLS%%@dirrm lib/enlightenment/modules/net/locale/sv/LC_MESSAGES diff --git a/x11-wm/e17-module-news/Makefile b/x11-wm/e17-module-news/Makefile index b4edfff58f5a..0b9ab5f76259 100644 --- a/x11-wm/e17-module-news/Makefile +++ b/x11-wm/e17-module-news/Makefile @@ -6,10 +6,9 @@ # PORTNAME= news -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-news/distinfo b/x11-wm/e17-module-news/distinfo index 4c3ba77e5b98..1098ffdfeac7 100644 --- a/x11-wm/e17-module-news/distinfo +++ b/x11-wm/e17-module-news/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/news-20110129.tar.bz2) = 7ada14ecbd6015e204c8a7f61e6f4aae4e35cd13e48931a6d66adf1411e5c677 -SIZE (e17/news-20110129.tar.bz2) = 972871 +SHA256 (e17/news-20111128.tar.bz2) = 730818b38d67fa91c94be3079d7cff966107dbe402c88b2ecce663d9886edeb5 +SIZE (e17/news-20111128.tar.bz2) = 1044776 diff --git a/x11-wm/e17-module-news/pkg-plist b/x11-wm/e17-module-news/pkg-plist index b98b3b059c40..88ab232e9678 100644 --- a/x11-wm/e17-module-news/pkg-plist +++ b/x11-wm/e17-module-news/pkg-plist @@ -47,6 +47,9 @@ lib/enlightenment/modules/news/e-module-news.edj %%NLS%%lib/enlightenment/modules/news/locale/it/LC_MESSAGES/news.mo %%NLS%%lib/enlightenment/modules/news/locale/tr/LC_MESSAGES/news.mo %%NLS%%lib/enlightenment/modules/news/locale/sk/LC_MESSAGES/news.mo +%%NLS%%lib/enlightenment/modules/news/locale/sl/LC_MESSAGES/news.mo +%%NLS%%@dirrm lib/enlightenment/modules/news/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/news/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/news/locale/sk/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/news/locale/sk %%NLS%%@dirrm lib/enlightenment/modules/news/locale/tr/LC_MESSAGES diff --git a/x11-wm/e17-module-notification/Makefile b/x11-wm/e17-module-notification/Makefile index cabd4f326c3f..43ce7086baba 100644 --- a/x11-wm/e17-module-notification/Makefile +++ b/x11-wm/e17-module-notification/Makefile @@ -7,7 +7,6 @@ PORTNAME= notification PORTVERSION= 20110129 -PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ PKGNAMEPREFIX= e17-module- @@ -18,6 +17,10 @@ COMMENT= An e17 notification daemon module BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +BROKEN= does not build with x11-wm/enlightenment 0.16.999.65643 or newer +DEPRECATED= Merged into x11-wm/enlightenment +EXPIRATION_DATE= 2012-07-31 + DIST_SUBDIR= e17 GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/x11-wm/e17-module-penguins/Makefile b/x11-wm/e17-module-penguins/Makefile index e825d24dc6a4..1c456cd789fb 100644 --- a/x11-wm/e17-module-penguins/Makefile +++ b/x11-wm/e17-module-penguins/Makefile @@ -6,10 +6,9 @@ # PORTNAME= penguins -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-penguins/distinfo b/x11-wm/e17-module-penguins/distinfo index 39b8228efb65..2ce2aa42edf6 100644 --- a/x11-wm/e17-module-penguins/distinfo +++ b/x11-wm/e17-module-penguins/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/penguins-20110129.tar.bz2) = 9005bd75919ca882da765b26a22f600f8688216abb6fea2ea9e994d3c431d903 -SIZE (e17/penguins-20110129.tar.bz2) = 731896 +SHA256 (e17/penguins-20111128.tar.bz2) = dc4acf9954a1033077af37bdf93d5f26b23cb46c9f50e94d9184c507116f031b +SIZE (e17/penguins-20111128.tar.bz2) = 746405 diff --git a/x11-wm/e17-module-penguins/pkg-plist b/x11-wm/e17-module-penguins/pkg-plist index 16192099a52f..f0c1b71f8788 100644 --- a/x11-wm/e17-module-penguins/pkg-plist +++ b/x11-wm/e17-module-penguins/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/penguins/e-module-penguins.edj %%NLS%%lib/enlightenment/modules/penguins/locale/it/LC_MESSAGES/penguins.mo %%NLS%%lib/enlightenment/modules/penguins/locale/sk/LC_MESSAGES/penguins.mo %%NLS%%lib/enlightenment/modules/penguins/locale/tr/LC_MESSAGES/penguins.mo +%%NLS%%lib/enlightenment/modules/penguins/locale/sl/LC_MESSAGES/penguins.mo +%%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/tr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/tr %%NLS%%@dirrm lib/enlightenment/modules/penguins/locale/sk/LC_MESSAGES diff --git a/x11-wm/e17-module-photo/Makefile b/x11-wm/e17-module-photo/Makefile index 47264f4b276c..1320738f893b 100644 --- a/x11-wm/e17-module-photo/Makefile +++ b/x11-wm/e17-module-photo/Makefile @@ -6,10 +6,9 @@ # PORTNAME= photo -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-photo/distinfo b/x11-wm/e17-module-photo/distinfo index a0f699b624db..7084fb90be9e 100644 --- a/x11-wm/e17-module-photo/distinfo +++ b/x11-wm/e17-module-photo/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/photo-20110129.tar.bz2) = 29a4b3b3d444bf46fa5a306a9fe1898015e668b4cdd79621f4aeb979127a6b9e -SIZE (e17/photo-20110129.tar.bz2) = 639180 +SHA256 (e17/photo-20111128.tar.bz2) = e6df2594366a7abcbd8bad91debf8fde9aec863e9ead9f956ef042945a799361 +SIZE (e17/photo-20111128.tar.bz2) = 685048 diff --git a/x11-wm/e17-module-photo/pkg-plist b/x11-wm/e17-module-photo/pkg-plist index 76a27cbfbf63..7327f308d2b5 100644 --- a/x11-wm/e17-module-photo/pkg-plist +++ b/x11-wm/e17-module-photo/pkg-plist @@ -22,6 +22,9 @@ lib/enlightenment/modules/photo/images/photo_logo.png %%NLS%%lib/enlightenment/modules/photo/locale/eo/LC_MESSAGES/photo.mo %%NLS%%lib/enlightenment/modules/photo/locale/it/LC_MESSAGES/photo.mo %%NLS%%lib/enlightenment/modules/photo/locale/zh_CN/LC_MESSAGES/photo.mo +%%NLS%%lib/enlightenment/modules/photo/locale/sl/LC_MESSAGES/photo.mo +%%NLS%%@dirrm lib/enlightenment/modules/photo/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/photo/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/photo/locale/zh_CN/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/photo/locale/zh_CN %%NLS%%@dirrm lib/enlightenment/modules/photo/locale/it/LC_MESSAGES diff --git a/x11-wm/e17-module-places/Makefile b/x11-wm/e17-module-places/Makefile index 0486749aecc3..c2f6e5935400 100644 --- a/x11-wm/e17-module-places/Makefile +++ b/x11-wm/e17-module-places/Makefile @@ -6,10 +6,9 @@ # PORTNAME= places -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-places/distinfo b/x11-wm/e17-module-places/distinfo index e03ddb50f0a6..84d7eee15f51 100644 --- a/x11-wm/e17-module-places/distinfo +++ b/x11-wm/e17-module-places/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/places-20110129.tar.bz2) = f4f3e44059d49295b8104f5f485df4eb15b1e584ee69643454cff825c4488dc7 -SIZE (e17/places-20110129.tar.bz2) = 522957 +SHA256 (e17/places-20111128.tar.bz2) = dedc39cc9e769c087b25935a01b8cffdf845c478c81bade04b00f1978f89ab95 +SIZE (e17/places-20111128.tar.bz2) = 568787 diff --git a/x11-wm/e17-module-places/pkg-plist b/x11-wm/e17-module-places/pkg-plist index 8b983db2bf28..81adeae9cbc2 100644 --- a/x11-wm/e17-module-places/pkg-plist +++ b/x11-wm/e17-module-places/pkg-plist @@ -19,6 +19,15 @@ lib/enlightenment/modules/places/e-module-places.edj %%NLS%%lib/enlightenment/modules/places/locale/fr/LC_MESSAGES/places.mo %%NLS%%lib/enlightenment/modules/places/locale/lt/LC_MESSAGES/places.mo %%NLS%%lib/enlightenment/modules/places/locale/cs/LC_MESSAGES/places.mo +%%NLS%%lib/enlightenment/modules/places/locale/nl/LC_MESSAGES/places.mo +%%NLS%%lib/enlightenment/modules/places/locale/ar/LC_MESSAGES/places.mo +%%NLS%%lib/enlightenment/modules/places/locale/sl/LC_MESSAGES/places.mo +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/ar/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/ar +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/places/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/places/locale/cs/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/places/locale/cs %%NLS%%@dirrm lib/enlightenment/modules/places/locale/lt/LC_MESSAGES diff --git a/x11-wm/e17-module-quickaccess/Makefile b/x11-wm/e17-module-quickaccess/Makefile index 6a81c84b1806..382f7e582d57 100644 --- a/x11-wm/e17-module-quickaccess/Makefile +++ b/x11-wm/e17-module-quickaccess/Makefile @@ -6,10 +6,9 @@ # PORTNAME= quickaccess -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-quickaccess/distinfo b/x11-wm/e17-module-quickaccess/distinfo index 919daaef75d3..b2c88f0346e9 100644 --- a/x11-wm/e17-module-quickaccess/distinfo +++ b/x11-wm/e17-module-quickaccess/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/quickaccess-20110129.tar.bz2) = 443c8ee14f9f8ff8a68892c1e3d0336dcab41ce54af94b2e60b5ceabedc0e930 -SIZE (e17/quickaccess-20110129.tar.bz2) = 546301 +SHA256 (e17/quickaccess-20111128.tar.bz2) = 7f2538c8d50a3e74b97d28818c65d0bf45fbb943092857cb290e2e7f9f7e2201 +SIZE (e17/quickaccess-20111128.tar.bz2) = 559319 diff --git a/x11-wm/e17-module-rain/Makefile b/x11-wm/e17-module-rain/Makefile index d08f690a3540..69c22c690986 100644 --- a/x11-wm/e17-module-rain/Makefile +++ b/x11-wm/e17-module-rain/Makefile @@ -6,10 +6,9 @@ # PORTNAME= rain -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-rain/distinfo b/x11-wm/e17-module-rain/distinfo index f5d37a3c43f8..98e13ddfc531 100644 --- a/x11-wm/e17-module-rain/distinfo +++ b/x11-wm/e17-module-rain/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/rain-20110129.tar.bz2) = 542a258536d2556637be4ab20492db7ee1513ffe7c99888821b1195bcfe95df9 -SIZE (e17/rain-20110129.tar.bz2) = 570436 +SHA256 (e17/rain-20111128.tar.bz2) = 290c556e9780795ddb70c74d81c3eee9c7cec6e58ae270ba3f3d37d28be2384b +SIZE (e17/rain-20111128.tar.bz2) = 601389 diff --git a/x11-wm/e17-module-rain/pkg-plist b/x11-wm/e17-module-rain/pkg-plist index a4e0e3c45967..51a690e228ff 100644 --- a/x11-wm/e17-module-rain/pkg-plist +++ b/x11-wm/e17-module-rain/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/rain/drop-m.png %%NLS%%lib/enlightenment/modules/rain/locale/sk/LC_MESSAGES/rain.mo %%NLS%%lib/enlightenment/modules/rain/locale/zh_CN/LC_MESSAGES/rain.mo %%NLS%%lib/enlightenment/modules/rain/locale/tr/LC_MESSAGES/rain.mo +%%NLS%%lib/enlightenment/modules/rain/locale/sl/LC_MESSAGES/rain.mo +%%NLS%%@dirrm lib/enlightenment/modules/rain/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/rain/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/rain/locale/tr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/rain/locale/tr %%NLS%%@dirrm lib/enlightenment/modules/rain/locale/zh_CN/LC_MESSAGES diff --git a/x11-wm/e17-module-screenshot/Makefile b/x11-wm/e17-module-screenshot/Makefile index 57138a663c62..a04dd2117f6c 100644 --- a/x11-wm/e17-module-screenshot/Makefile +++ b/x11-wm/e17-module-screenshot/Makefile @@ -6,10 +6,9 @@ # PORTNAME= screenshot -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-screenshot/distinfo b/x11-wm/e17-module-screenshot/distinfo index 33ed0e5f03bc..7a4da1bbf787 100644 --- a/x11-wm/e17-module-screenshot/distinfo +++ b/x11-wm/e17-module-screenshot/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/screenshot-20110129.tar.bz2) = 61231df44dd382d80e92b3cca97085813addec06844547ffd0459d890e43c1dc -SIZE (e17/screenshot-20110129.tar.bz2) = 534838 +SHA256 (e17/screenshot-20111128.tar.bz2) = a5570898aad3ce7163a33128a1093e5fc9c6f1430a752124ab1a9b2ae34d36ef +SIZE (e17/screenshot-20111128.tar.bz2) = 559492 diff --git a/x11-wm/e17-module-screenshot/pkg-plist b/x11-wm/e17-module-screenshot/pkg-plist index 53319bf74445..29ef2a05cb49 100644 --- a/x11-wm/e17-module-screenshot/pkg-plist +++ b/x11-wm/e17-module-screenshot/pkg-plist @@ -14,6 +14,12 @@ lib/enlightenment/modules/screenshot/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/screenshot/locale/uk/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/de/LC_MESSAGES/screenshot.mo %%NLS%%lib/enlightenment/modules/screenshot/locale/pt/LC_MESSAGES/screenshot.mo +%%NLS%%lib/enlightenment/modules/screenshot/locale/nl/LC_MESSAGES/screenshot.mo +%%NLS%%lib/enlightenment/modules/screenshot/locale/sl/LC_MESSAGES/screenshot.mo +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/sl +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/nl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/pt/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/pt %%NLS%%@dirrm lib/enlightenment/modules/screenshot/locale/de/LC_MESSAGES diff --git a/x11-wm/e17-module-slideshow/Makefile b/x11-wm/e17-module-slideshow/Makefile index 31ca49f1904e..0845e37cf785 100644 --- a/x11-wm/e17-module-slideshow/Makefile +++ b/x11-wm/e17-module-slideshow/Makefile @@ -6,10 +6,9 @@ # PORTNAME= slideshow -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-slideshow/distinfo b/x11-wm/e17-module-slideshow/distinfo index 48def1d162b3..32367854340a 100644 --- a/x11-wm/e17-module-slideshow/distinfo +++ b/x11-wm/e17-module-slideshow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/slideshow-20110129.tar.bz2) = d46a95c0b0844823a98c125831ed8e2782380f5e80bf702b178eff0bc86b2513 -SIZE (e17/slideshow-20110129.tar.bz2) = 486891 +SHA256 (e17/slideshow-20111128.tar.bz2) = 551861f6715ae11980b90f14bff3fdc12d68f6cfecf3e60ac257694503599163 +SIZE (e17/slideshow-20111128.tar.bz2) = 512457 diff --git a/x11-wm/e17-module-slideshow/pkg-plist b/x11-wm/e17-module-slideshow/pkg-plist index a7ee170b9aaf..72951aa54721 100644 --- a/x11-wm/e17-module-slideshow/pkg-plist +++ b/x11-wm/e17-module-slideshow/pkg-plist @@ -28,6 +28,9 @@ lib/enlightenment/modules/slideshow/slideshow.edj %%NLS%%lib/enlightenment/modules/slideshow/locale/sk/LC_MESSAGES/slideshow.mo %%NLS%%lib/enlightenment/modules/slideshow/locale/eo/LC_MESSAGES/slideshow.mo %%NLS%%lib/enlightenment/modules/slideshow/locale/it/LC_MESSAGES/slideshow.mo +%%NLS%%lib/enlightenment/modules/slideshow/locale/sl/LC_MESSAGES/slideshow.mo +%%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/it/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/it %%NLS%%@dirrm lib/enlightenment/modules/slideshow/locale/eo/LC_MESSAGES diff --git a/x11-wm/e17-module-snow/Makefile b/x11-wm/e17-module-snow/Makefile index 83f147fe5f95..9d4419873cc0 100644 --- a/x11-wm/e17-module-snow/Makefile +++ b/x11-wm/e17-module-snow/Makefile @@ -6,10 +6,9 @@ # PORTNAME= snow -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-snow/distinfo b/x11-wm/e17-module-snow/distinfo index 540d666cc040..a71360ca64c0 100644 --- a/x11-wm/e17-module-snow/distinfo +++ b/x11-wm/e17-module-snow/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/snow-20110129.tar.bz2) = 573e26d20af0c7e4ef9419242b5e52e56f2a3f2b4d23e14e7ec7a630d6cd90d3 -SIZE (e17/snow-20110129.tar.bz2) = 496796 +SHA256 (e17/snow-20111128.tar.bz2) = a3243093922a22b7f6850af8b635eec6363d9a4c9633b54f590b1619cbf838c7 +SIZE (e17/snow-20111128.tar.bz2) = 511727 diff --git a/x11-wm/e17-module-snow/pkg-plist b/x11-wm/e17-module-snow/pkg-plist index 942184b8a0a0..6d3a8dfc545c 100644 --- a/x11-wm/e17-module-snow/pkg-plist +++ b/x11-wm/e17-module-snow/pkg-plist @@ -33,6 +33,9 @@ lib/enlightenment/modules/snow/module_icon.png %%NLS%%lib/enlightenment/modules/snow/locale/nb/LC_MESSAGES/snow.mo %%NLS%%lib/enlightenment/modules/snow/locale/bg/LC_MESSAGES/snow.mo %%NLS%%lib/enlightenment/modules/snow/locale/hr/LC_MESSAGES/snow.mo +%%NLS%%lib/enlightenment/modules/snow/locale/sl/LC_MESSAGES/snow.mo +%%NLS%%@dirrm lib/enlightenment/modules/snow/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/snow/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/snow/locale/hr/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/snow/locale/hr %%NLS%%@dirrm lib/enlightenment/modules/snow/locale/bg/LC_MESSAGES diff --git a/x11-wm/e17-module-taskbar/Makefile b/x11-wm/e17-module-taskbar/Makefile index c64894b9efe5..7f070a8e5937 100644 --- a/x11-wm/e17-module-taskbar/Makefile +++ b/x11-wm/e17-module-taskbar/Makefile @@ -6,10 +6,9 @@ # PORTNAME= taskbar -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-taskbar/distinfo b/x11-wm/e17-module-taskbar/distinfo index a92f3bb226e4..4202c9366223 100644 --- a/x11-wm/e17-module-taskbar/distinfo +++ b/x11-wm/e17-module-taskbar/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/taskbar-20110129.tar.bz2) = 3fc2d4efcdc774e610cb6132f4d318ee3812d44d1345da6ab9a5a12d26320b0c -SIZE (e17/taskbar-20110129.tar.bz2) = 504801 +SHA256 (e17/taskbar-20111128.tar.bz2) = e1b2aa1ce2c91164dca54575e3f3b051c91f77a04721aeb1d61c7de0f7265d3f +SIZE (e17/taskbar-20111128.tar.bz2) = 544891 diff --git a/x11-wm/e17-module-taskbar/pkg-plist b/x11-wm/e17-module-taskbar/pkg-plist index fd17300f2412..5891252dba16 100644 --- a/x11-wm/e17-module-taskbar/pkg-plist +++ b/x11-wm/e17-module-taskbar/pkg-plist @@ -31,6 +31,9 @@ lib/enlightenment/modules/taskbar/e-module-taskbar.edj %%NLS%%lib/enlightenment/modules/taskbar/locale/he/LC_MESSAGES/taskbar.mo %%NLS%%lib/enlightenment/modules/taskbar/locale/fr/LC_MESSAGES/taskbar.mo %%NLS%%lib/enlightenment/modules/taskbar/locale/nl/LC_MESSAGES/taskbar.mo +%%NLS%%lib/enlightenment/modules/taskbar/locale/sl/LC_MESSAGES/taskbar.mo +%%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/nl/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/nl %%NLS%%@dirrm lib/enlightenment/modules/taskbar/locale/fr/LC_MESSAGES diff --git a/x11-wm/e17-module-tclock/Makefile b/x11-wm/e17-module-tclock/Makefile index cc519b9d03bb..f014d61231d3 100644 --- a/x11-wm/e17-module-tclock/Makefile +++ b/x11-wm/e17-module-tclock/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tclock -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-tclock/distinfo b/x11-wm/e17-module-tclock/distinfo index afffffe860ae..30f66090e2f1 100644 --- a/x11-wm/e17-module-tclock/distinfo +++ b/x11-wm/e17-module-tclock/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/tclock-20110129.tar.bz2) = 7a1e09dc19b5f06fbc6a7d733e80787749bde75b9412839bf2f9ed0505bd012e -SIZE (e17/tclock-20110129.tar.bz2) = 475381 +SHA256 (e17/tclock-20111128.tar.bz2) = 15bff18aeac6034a3ddf963255c5f3f5f02bca747a1f64b9b480e466dd3d95a2 +SIZE (e17/tclock-20111128.tar.bz2) = 531351 diff --git a/x11-wm/e17-module-tclock/pkg-plist b/x11-wm/e17-module-tclock/pkg-plist index 23449e2237f5..5a99eadd9e3a 100644 --- a/x11-wm/e17-module-tclock/pkg-plist +++ b/x11-wm/e17-module-tclock/pkg-plist @@ -29,6 +29,9 @@ lib/enlightenment/modules/tclock/e-module-tclock.edj %%NLS%%lib/enlightenment/modules/tclock/locale/fi/LC_MESSAGES/tclock.mo %%NLS%%lib/enlightenment/modules/tclock/locale/pt/LC_MESSAGES/tclock.mo %%NLS%%lib/enlightenment/modules/tclock/locale/pt_BR/LC_MESSAGES/tclock.mo +%%NLS%%lib/enlightenment/modules/tclock/locale/sl/LC_MESSAGES/tclock.mo +%%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/pt_BR/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/pt_BR %%NLS%%@dirrm lib/enlightenment/modules/tclock/locale/pt/LC_MESSAGES diff --git a/x11-wm/e17-module-tiling/Makefile b/x11-wm/e17-module-tiling/Makefile index 208cf7f03d7d..9920419fb58f 100644 --- a/x11-wm/e17-module-tiling/Makefile +++ b/x11-wm/e17-module-tiling/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tiling -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-tiling/distinfo b/x11-wm/e17-module-tiling/distinfo index efc4fe81d276..03fa19912a39 100644 --- a/x11-wm/e17-module-tiling/distinfo +++ b/x11-wm/e17-module-tiling/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/tiling-20110129.tar.bz2) = f5e308e3f938b7858ee0cd138603d2ce2d6e9c1efffe596c1196e07098da3e68 -SIZE (e17/tiling-20110129.tar.bz2) = 504051 +SHA256 (e17/tiling-20111128.tar.bz2) = 326b6113d6b57d9ebffac7b51cd1c6116364a9df1d6779cb24bb1357b250ac5c +SIZE (e17/tiling-20111128.tar.bz2) = 528445 diff --git a/x11-wm/e17-module-tiling/pkg-plist b/x11-wm/e17-module-tiling/pkg-plist index 2378a138cb50..f74f63aabf81 100644 --- a/x11-wm/e17-module-tiling/pkg-plist +++ b/x11-wm/e17-module-tiling/pkg-plist @@ -24,6 +24,9 @@ lib/enlightenment/modules/tiling/e-module-tiling.edj %%NLS%%lib/enlightenment/modules/tiling/locale/es/LC_MESSAGES/tiling.mo %%NLS%%lib/enlightenment/modules/tiling/locale/hu/LC_MESSAGES/tiling.mo %%NLS%%lib/enlightenment/modules/tiling/locale/de/LC_MESSAGES/tiling.mo +%%NLS%%lib/enlightenment/modules/tiling/locale/sl/LC_MESSAGES/tiling.mo +%%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/de/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/de %%NLS%%@dirrm lib/enlightenment/modules/tiling/locale/hu/LC_MESSAGES diff --git a/x11-wm/e17-module-uptime/Makefile b/x11-wm/e17-module-uptime/Makefile index 7f7b2555d7a4..2b0b2ae10949 100644 --- a/x11-wm/e17-module-uptime/Makefile +++ b/x11-wm/e17-module-uptime/Makefile @@ -6,10 +6,9 @@ # PORTNAME= uptime -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-uptime/distinfo b/x11-wm/e17-module-uptime/distinfo index 700a5ca873ac..9fa002661a72 100644 --- a/x11-wm/e17-module-uptime/distinfo +++ b/x11-wm/e17-module-uptime/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/uptime-20110129.tar.bz2) = ad133063bcbd2cf1885184c0bdc490a0ec8ee330acb329af01a5f2d9aa395627 -SIZE (e17/uptime-20110129.tar.bz2) = 509214 +SHA256 (e17/uptime-20111128.tar.bz2) = 57c6df4756483ebc98a6fe92d7835489a5d44bb26999ba09d5978f5c8d1e2845 +SIZE (e17/uptime-20111128.tar.bz2) = 522099 diff --git a/x11-wm/e17-module-uptime/pkg-plist b/x11-wm/e17-module-uptime/pkg-plist index 50db1e021a16..fb6962b8d3df 100644 --- a/x11-wm/e17-module-uptime/pkg-plist +++ b/x11-wm/e17-module-uptime/pkg-plist @@ -26,6 +26,9 @@ lib/enlightenment/modules/uptime/%%E17_ARCH%%/module.so %%NLS%%lib/enlightenment/modules/uptime/locale/ja/LC_MESSAGES/uptime.mo %%NLS%%lib/enlightenment/modules/uptime/locale/uk/LC_MESSAGES/uptime.mo %%NLS%%lib/enlightenment/modules/uptime/locale/el/LC_MESSAGES/uptime.mo +%%NLS%%lib/enlightenment/modules/uptime/locale/sl/LC_MESSAGES/uptime.mo +%%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/el/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/el %%NLS%%@dirrm lib/enlightenment/modules/uptime/locale/uk/LC_MESSAGES diff --git a/x11-wm/e17-module-weather/Makefile b/x11-wm/e17-module-weather/Makefile index 80a23b7875f6..180eba3bdf4d 100644 --- a/x11-wm/e17-module-weather/Makefile +++ b/x11-wm/e17-module-weather/Makefile @@ -6,11 +6,10 @@ # PORTNAME= weather -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 PORTEPOCH= 1 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-weather/distinfo b/x11-wm/e17-module-weather/distinfo index 26122b8ac3b0..a27fd70dfb0d 100644 --- a/x11-wm/e17-module-weather/distinfo +++ b/x11-wm/e17-module-weather/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/weather-20110129.tar.bz2) = 0ee2bea2ca59112ec49d0effdc999ca5b42692971cae52b17716e67b5e6d7912 -SIZE (e17/weather-20110129.tar.bz2) = 1099235 +SHA256 (e17/weather-20111128.tar.bz2) = 651212c13ca584b0da750a45f337ac0018535bfac6697fbdfac8cc8d5204c0fe +SIZE (e17/weather-20111128.tar.bz2) = 1182627 diff --git a/x11-wm/e17-module-weather/pkg-plist b/x11-wm/e17-module-weather/pkg-plist index b07d5002a00a..2acc7442f472 100644 --- a/x11-wm/e17-module-weather/pkg-plist +++ b/x11-wm/e17-module-weather/pkg-plist @@ -92,6 +92,9 @@ lib/enlightenment/modules/weather/module.desktop %%NLS%%lib/enlightenment/modules/weather/locale/ca/LC_MESSAGES/weather.mo %%NLS%%lib/enlightenment/modules/weather/locale/tr/LC_MESSAGES/weather.mo %%NLS%%lib/enlightenment/modules/weather/locale/sk/LC_MESSAGES/weather.mo +%%NLS%%lib/enlightenment/modules/weather/locale/sl/LC_MESSAGES/weather.mo +%%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sk/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/weather/locale/sk %%NLS%%@dirrm lib/enlightenment/modules/weather/locale/tr/LC_MESSAGES diff --git a/x11-wm/e17-module-winlist-ng/Makefile b/x11-wm/e17-module-winlist-ng/Makefile index 13a673892edf..5a353f33f44f 100644 --- a/x11-wm/e17-module-winlist-ng/Makefile +++ b/x11-wm/e17-module-winlist-ng/Makefile @@ -6,10 +6,9 @@ # PORTNAME= winlist-ng -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-winlist-ng/distinfo b/x11-wm/e17-module-winlist-ng/distinfo index f86d7b0acea7..d98794291467 100644 --- a/x11-wm/e17-module-winlist-ng/distinfo +++ b/x11-wm/e17-module-winlist-ng/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/winlist-ng-20110129.tar.bz2) = 63823925f3dc484329fac5360f5c036215b68b572c2934a09d876eaf40ed689d -SIZE (e17/winlist-ng-20110129.tar.bz2) = 561698 +SHA256 (e17/winlist-ng-20111128.tar.bz2) = e0117f1c9a522e43e0fcb99447f1769282ef314088d276e239c28fb3ee97dc09 +SIZE (e17/winlist-ng-20111128.tar.bz2) = 586299 diff --git a/x11-wm/e17-module-winselector/Makefile b/x11-wm/e17-module-winselector/Makefile index d74f25aa0c22..9de6e460bd09 100644 --- a/x11-wm/e17-module-winselector/Makefile +++ b/x11-wm/e17-module-winselector/Makefile @@ -7,10 +7,9 @@ # PORTNAME= winselector -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-winselector/distinfo b/x11-wm/e17-module-winselector/distinfo index 4a68f4617f1e..9ca3ffee4351 100644 --- a/x11-wm/e17-module-winselector/distinfo +++ b/x11-wm/e17-module-winselector/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/winselector-20110129.tar.bz2) = 6e6c2d605b7a517674a75b2f594f520fd0b950a32d6515bcb554e7bff84e7e94 -SIZE (e17/winselector-20110129.tar.bz2) = 370368 +SHA256 (e17/winselector-20111128.tar.bz2) = e325c3c77440f348d37bc4944125e339f954d99582dd304ec146f876bbf8bb77 +SIZE (e17/winselector-20111128.tar.bz2) = 404540 diff --git a/x11-wm/e17-module-wlan/Makefile b/x11-wm/e17-module-wlan/Makefile index 52e9dcf91ecb..d03405fd7919 100644 --- a/x11-wm/e17-module-wlan/Makefile +++ b/x11-wm/e17-module-wlan/Makefile @@ -6,10 +6,9 @@ # PORTNAME= wlan -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ +MASTER_SITES= http://files.roorback.net/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= magik@roorback.net diff --git a/x11-wm/e17-module-wlan/distinfo b/x11-wm/e17-module-wlan/distinfo index da5ff25e4891..0e7e22dd0ae6 100644 --- a/x11-wm/e17-module-wlan/distinfo +++ b/x11-wm/e17-module-wlan/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/wlan-20110129.tar.bz2) = e6067317034cd187a0b791007af14fb3fe88321b005a93d3f7256b7043b44a05 -SIZE (e17/wlan-20110129.tar.bz2) = 514024 +SHA256 (e17/wlan-20111128.tar.bz2) = 84dff4a371abbc55512f1c6699e3328d586961f3bd9d28e845df5a9fb29d8f63 +SIZE (e17/wlan-20111128.tar.bz2) = 566954 diff --git a/x11-wm/e17-module-wlan/pkg-plist b/x11-wm/e17-module-wlan/pkg-plist index 56e37f058ab4..cad77c0778b3 100644 --- a/x11-wm/e17-module-wlan/pkg-plist +++ b/x11-wm/e17-module-wlan/pkg-plist @@ -31,6 +31,9 @@ lib/enlightenment/modules/wlan/module.desktop %%NLS%%lib/enlightenment/modules/wlan/locale/fi/LC_MESSAGES/wlan.mo %%NLS%%lib/enlightenment/modules/wlan/locale/id/LC_MESSAGES/wlan.mo %%NLS%%lib/enlightenment/modules/wlan/locale/ru/LC_MESSAGES/wlan.mo +%%NLS%%lib/enlightenment/modules/wlan/locale/sl/LC_MESSAGES/wlan.mo +%%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/sl/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/sl %%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/ru/LC_MESSAGES %%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/ru %%NLS%%@dirrm lib/enlightenment/modules/wlan/locale/id/LC_MESSAGES diff --git a/x11-wm/e17-module-xkbswitch/Makefile b/x11-wm/e17-module-xkbswitch/Makefile new file mode 100644 index 000000000000..c1144e47ab5a --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: e17-module-xkbswitch +# Date created: 21 April 2012 +# Whom: Grzegorz Blach <magik@roorback.net> +# +# $FreeBSD$ +# + +PORTNAME= xkbswitch +PORTVERSION= 20111128 +CATEGORIES= x11-wm enlightenment +MASTER_SITES= http://files.roorback.net/e17/modules/ +PKGNAMEPREFIX= e17-module- + +MAINTAINER= magik@roorback.net +COMMENT= X keyboard switcher module for Enlightenment 0.17 + +LIB_DEPENDS= xkbfile.1:${PORTSDIR}/x11/libxkbfile +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_EFL= edje libtool_hack modarch_hack + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/e17-module-xkbswitch/distinfo b/x11-wm/e17-module-xkbswitch/distinfo new file mode 100644 index 000000000000..f11cf6d8087a --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/distinfo @@ -0,0 +1,2 @@ +SHA256 (e17/xkbswitch-20111128.tar.bz2) = 3f5dca1882f9f773f3ef5d83055cb7876987b76eda2267a1197081ea47f78b13 +SIZE (e17/xkbswitch-20111128.tar.bz2) = 677979 diff --git a/x11-wm/e17-module-xkbswitch/pkg-descr b/x11-wm/e17-module-xkbswitch/pkg-descr new file mode 100644 index 000000000000..bf4f228a1601 --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/pkg-descr @@ -0,0 +1,4 @@ +X keyboard switcher module for Enlightenment 0.17. +Allows you to get a list of keyboard layouts and use some of them. + +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-xkbswitch/pkg-plist b/x11-wm/e17-module-xkbswitch/pkg-plist new file mode 100644 index 000000000000..fa86214ba296 --- /dev/null +++ b/x11-wm/e17-module-xkbswitch/pkg-plist @@ -0,0 +1,89 @@ +lib/enlightenment/modules/xkbswitch/module.desktop +lib/enlightenment/modules/xkbswitch/%%E17_ARCH%%/module.so +lib/enlightenment/modules/xkbswitch/e-module-xkbswitch.edj +lib/enlightenment/modules/xkbswitch/flags/mao_flag.png +lib/enlightenment/modules/xkbswitch/flags/uz_flag.png +lib/enlightenment/modules/xkbswitch/flags/pl_flag.png +lib/enlightenment/modules/xkbswitch/flags/af_flag.png +lib/enlightenment/modules/xkbswitch/flags/no_flag.png +lib/enlightenment/modules/xkbswitch/flags/kh_flag.png +lib/enlightenment/modules/xkbswitch/flags/kg_flag.png +lib/enlightenment/modules/xkbswitch/flags/lv_flag.png +lib/enlightenment/modules/xkbswitch/flags/ba_flag.png +lib/enlightenment/modules/xkbswitch/flags/pk_flag.png +lib/enlightenment/modules/xkbswitch/flags/tr_flag.png +lib/enlightenment/modules/xkbswitch/flags/ca_flag.png +lib/enlightenment/modules/xkbswitch/flags/mv_flag.png +lib/enlightenment/modules/xkbswitch/flags/cn_flag.png +lib/enlightenment/modules/xkbswitch/flags/fi_flag.png +lib/enlightenment/modules/xkbswitch/flags/epo_flag.png +lib/enlightenment/modules/xkbswitch/flags/ru_flag.png +lib/enlightenment/modules/xkbswitch/flags/sk_flag.png +lib/enlightenment/modules/xkbswitch/flags/rs_flag.png +lib/enlightenment/modules/xkbswitch/flags/tj_flag.png +lib/enlightenment/modules/xkbswitch/flags/mn_flag.png +lib/enlightenment/modules/xkbswitch/flags/fo_flag.png +lib/enlightenment/modules/xkbswitch/flags/bg_flag.png +lib/enlightenment/modules/xkbswitch/flags/by_flag.png +lib/enlightenment/modules/xkbswitch/flags/la_flag.png +lib/enlightenment/modules/xkbswitch/flags/unknown_flag.png +lib/enlightenment/modules/xkbswitch/flags/se_flag.png +lib/enlightenment/modules/xkbswitch/flags/jp_flag.png +lib/enlightenment/modules/xkbswitch/flags/us_flag.png +lib/enlightenment/modules/xkbswitch/flags/pt_flag.png +lib/enlightenment/modules/xkbswitch/flags/in_flag.png +lib/enlightenment/modules/xkbswitch/flags/gh_flag.png +lib/enlightenment/modules/xkbswitch/flags/is_flag.png +lib/enlightenment/modules/xkbswitch/flags/ua_flag.png +lib/enlightenment/modules/xkbswitch/flags/lt_flag.png +lib/enlightenment/modules/xkbswitch/flags/br_flag.png +lib/enlightenment/modules/xkbswitch/flags/mt_flag.png +lib/enlightenment/modules/xkbswitch/flags/si_flag.png +lib/enlightenment/modules/xkbswitch/flags/dk_flag.png +lib/enlightenment/modules/xkbswitch/flags/vn_flag.png +lib/enlightenment/modules/xkbswitch/flags/al_flag.png +lib/enlightenment/modules/xkbswitch/flags/fr_flag.png +lib/enlightenment/modules/xkbswitch/flags/cz_flag.png +lib/enlightenment/modules/xkbswitch/flags/mm_flag.png +lib/enlightenment/modules/xkbswitch/flags/gr_flag.png +lib/enlightenment/modules/xkbswitch/flags/ie_flag.png +lib/enlightenment/modules/xkbswitch/flags/it_flag.png +lib/enlightenment/modules/xkbswitch/flags/bd_flag.png +lib/enlightenment/modules/xkbswitch/flags/az_flag.png +lib/enlightenment/modules/xkbswitch/flags/ad_flag.png +lib/enlightenment/modules/xkbswitch/flags/ee_flag.png +lib/enlightenment/modules/xkbswitch/flags/sy_flag.png +lib/enlightenment/modules/xkbswitch/flags/de_flag.png +lib/enlightenment/modules/xkbswitch/flags/am_flag.png +lib/enlightenment/modules/xkbswitch/flags/ir_flag.png +lib/enlightenment/modules/xkbswitch/flags/ge_flag.png +lib/enlightenment/modules/xkbswitch/flags/il_flag.png +lib/enlightenment/modules/xkbswitch/flags/lk_flag.png +lib/enlightenment/modules/xkbswitch/flags/hr_flag.png +lib/enlightenment/modules/xkbswitch/flags/mk_flag.png +lib/enlightenment/modules/xkbswitch/flags/es_flag.png +lib/enlightenment/modules/xkbswitch/flags/ro_flag.png +lib/enlightenment/modules/xkbswitch/flags/kz_flag.png +lib/enlightenment/modules/xkbswitch/flags/nl_flag.png +lib/enlightenment/modules/xkbswitch/flags/hu_flag.png +lib/enlightenment/modules/xkbswitch/flags/za_flag.png +lib/enlightenment/modules/xkbswitch/flags/th_flag.png +lib/enlightenment/modules/xkbswitch/flags/gb_flag.png +lib/enlightenment/modules/xkbswitch/flags/ara_flag.png +lib/enlightenment/modules/xkbswitch/flags/bt_flag.png +lib/enlightenment/modules/xkbswitch/flags/be_flag.png +%%NLS%%lib/enlightenment/modules/xkbswitch/locale/pt/LC_MESSAGES/xkbswitch.mo +%%NLS%%lib/enlightenment/modules/xkbswitch/locale/it/LC_MESSAGES/xkbswitch.mo +%%NLS%%lib/enlightenment/modules/xkbswitch/locale/fr/LC_MESSAGES/xkbswitch.mo +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/fr/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/fr +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/it/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/it +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/pt/LC_MESSAGES +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale/pt +%%NLS%%@dirrm lib/enlightenment/modules/xkbswitch/locale +@dirrm lib/enlightenment/modules/xkbswitch/flags +@dirrm lib/enlightenment/modules/xkbswitch/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/xkbswitch +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-modules/Makefile b/x11-wm/e17-modules/Makefile index 17ba90fbe822..11267456b351 100644 --- a/x11-wm/e17-modules/Makefile +++ b/x11-wm/e17-modules/Makefile @@ -6,8 +6,7 @@ # PORTNAME= e17-modules -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11-wm enlightenment MASTER_SITES= # Empty DISTFILES= # Empty @@ -19,17 +18,17 @@ NO_BUILD= yes WANT_EFL= yes E17_ARCH= freebsd${OSREL}-${ARCH} -MODULES= alarm calendar cpu deskshow diskio drawer \ - efm_nav efm_path efm_pathbar empris eooorg \ - everything-mpris everything-pidgin everything-places \ - everything-wallpaper everything-websearch exebuf execwatch \ - flame forecasts iiirk itask itask-ng language mail mem \ - moon mpdule net news notification penguins photo \ - places quickaccess rain screenshot slideshow snow taskbar \ - tclock tiling uptime weather winlist-ng winselector wlan +MODULES= alarm calendar comp-scale cpu deskshow diskio drawer e-tiling elfe empris eooorg \ + everything-aspell everything-mpris everything-pidgin everything-places \ + everything-shotgun everything-wallpaper everything-websearch exebuf execwatch \ + flame forecasts iiirk itask itask-ng language mail mem moon mpdule net news \ + penguins photo places quickaccess rain screenshot slideshow snow \ + taskbar tclock tiling uptime weather winlist-ng winselector wlan xkbswitch +COMP_SCALE_PATH= scale EVERYTHING_MPRIS_PATH= evry-mpris EVERYTHING_PIDGIN_PATH= evry-pidgin +EVERYTHING_SHOTGUN_PATH= evry-shotgun EVERYTHING_WEBSEARCH_PATH= evry-websearch .for M in ${MODULES} @@ -47,7 +46,7 @@ OPTIONS+= off . if !defined(${M:U:S,-,_,g}_PATH) ${M:U:S,-,_,g}_PATH= ${M} . endif -. if defined(WITH_${M:U:S,-,_,g}) +. if !defined(WITHOUT_${M:U:S,-,_,g}) RUN_DEPENDS+= ${LOCALBASE}/lib/enlightenment/modules/${${M:U:S,-,_,g}_PATH}/${E17_ARCH}/module.so:${PORTSDIR}/x11-wm/e17-module-${M} . endif .endfor diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index ae1d13e5612c..e43476553ff6 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -6,20 +6,20 @@ # PORTNAME= enlightenment -PORTVERSION= 0.16.999.55225 -PORTREVISION= 1 +PORTVERSION= 0.16.999.65643 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://download.enlightenment.org/snapshots/2010-12-03/ \ - http://files.roorback.net/e17/2010-12-03/base/ +MASTER_SITES= http://download.enlightenment.org/snapshots/2011-11-28/ \ + http://files.roorback.net/e17/base/ MAINTAINER= magik@roorback.net COMMENT= A very artistic X window manager +LICENSE= BSD + LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo -LICENSE= BSD -DIST_SUBDIR= e17 +DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina eet evas ecore edbus efreet edje libtool_hack librt_hack @@ -59,10 +59,4 @@ post-install: @${ECHO_MSG} 'set suid bit if do not trust all users of this machine.' @${ECHO_MSG} '********************************************************' -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 -BROKEN= Does not build on sparc64-9 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-wm/enlightenment/distinfo b/x11-wm/enlightenment/distinfo index 2e5ab544cb35..a950a3abdeab 100644 --- a/x11-wm/enlightenment/distinfo +++ b/x11-wm/enlightenment/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/enlightenment-0.16.999.55225.tar.bz2) = a3f5b27a335110fd5c234b1355277fdcec15b3b2d60f643fd7936e67b32ac12f -SIZE (e17/enlightenment-0.16.999.55225.tar.bz2) = 5988716 +SHA256 (e17/enlightenment-0.16.999.65643.tar.bz2) = e1ec69ef24cd7e97f83ef7907e8eaddd801753b8d724bd006996b6d85f8cb2ed +SIZE (e17/enlightenment-0.16.999.65643.tar.bz2) = 6262847 diff --git a/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in b/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in new file mode 100644 index 000000000000..0f44758530c9 --- /dev/null +++ b/x11-wm/enlightenment/files/patch-src-bin-e_fm-Makefile.in @@ -0,0 +1,11 @@ +--- src/bin/e_fm/Makefile.in.orig 2011-11-28 12:06:04.000000000 +0100 ++++ src/bin/e_fm/Makefile.in 2012-04-01 23:36:50.502616507 +0200 +@@ -421,7 +421,7 @@ + ../e_user.c \ + ../e_sha1.c + +-enlightenment_fm_LDADD = @E_FM_LIBS@ ++enlightenment_fm_LDADD = @E_FM_LIBS@ -lehal -leukit + all: all-am + + .SUFFIXES: diff --git a/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c b/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c new file mode 100644 index 000000000000..ba10da646339 --- /dev/null +++ b/x11-wm/enlightenment/files/patch-src-modules-mixer-pa.c @@ -0,0 +1,10 @@ +--- src/modules/mixer/pa.c.orig 2012-04-01 23:52:05.418578586 +0200 ++++ src/modules/mixer/pa.c 2012-04-01 23:52:28.819577346 +0200 +@@ -350,7 +350,6 @@ + INF("connected to %s", ecore_con_server_name_get(ev->server)); + + conn->fd = dup(ecore_con_server_fd_get(ev->server)); +- setsockopt(conn->fd, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on)); + setsockopt(conn->fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)); + fcntl(conn->fd, F_SETFL, O_NONBLOCK | FD_CLOEXEC); + conn->fdh = ecore_main_fd_handler_add(conn->fd, ECORE_FD_WRITE, (Ecore_Fd_Cb)fdh_func, conn, NULL, NULL); diff --git a/x11-wm/enlightenment/pkg-plist b/x11-wm/enlightenment/pkg-plist index 1f041ae61472..669fdeb74fa9 100644 --- a/x11-wm/enlightenment/pkg-plist +++ b/x11-wm/enlightenment/pkg-plist @@ -3,12 +3,14 @@ bin/enlightenment_imc bin/enlightenment_remote bin/enlightenment_start %%ETCDIR%%/sysactions.conf +etc/xdg/menus/enlightenment.menu include/enlightenment/e.h include/enlightenment/e_about.h include/enlightenment/e_acpi.h include/enlightenment/e_actions.h include/enlightenment/e_alert.h include/enlightenment/e_atoms.h +include/enlightenment/e_backlight.h include/enlightenment/e_bg.h include/enlightenment/e_bindings.h include/enlightenment/e_border.h @@ -25,6 +27,7 @@ include/enlightenment/e_confirm_dialog.h include/enlightenment/e_container.h include/enlightenment/e_datastore.h include/enlightenment/e_desk.h +include/enlightenment/e_deskenv.h include/enlightenment/e_desklock.h include/enlightenment/e_dialog.h include/enlightenment/e_dnd.h @@ -33,6 +36,7 @@ include/enlightenment/e_eap_editor.h include/enlightenment/e_editable.h include/enlightenment/e_entry.h include/enlightenment/e_entry_dialog.h +include/enlightenment/e_env.h include/enlightenment/e_error.h include/enlightenment/e_exec.h include/enlightenment/e_exehist.h @@ -146,9 +150,13 @@ include/enlightenment/e_widget_toolbar.h include/enlightenment/e_widget_toolbook.h include/enlightenment/e_win.h include/enlightenment/e_xinerama.h +include/enlightenment/e_xsettings.h include/enlightenment/e_zone.h include/enlightenment/evry_api.h include/enlightenment/evry_types.h +lib/enlightenment/modules/backlight/e-module-backlight.edj +lib/enlightenment/modules/backlight/%%E17_ARCH%%/module.so +lib/enlightenment/modules/backlight/module.desktop lib/enlightenment/modules/battery/e-module-battery.edj lib/enlightenment/modules/battery/%%E17_ARCH%%/batget lib/enlightenment/modules/battery/%%E17_ARCH%%/module.so @@ -163,52 +171,20 @@ lib/enlightenment/modules/comp/shadow.edj lib/enlightenment/modules/conf/e-module-conf.edj lib/enlightenment/modules/conf/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf/module.desktop -lib/enlightenment/modules/conf_acpibindings/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_acpibindings/module.desktop +lib/enlightenment/modules/connman/e-module-connman.edj +lib/enlightenment/modules/connman/%%E17_ARCH%%/module.so +lib/enlightenment/modules/connman/module.desktop lib/enlightenment/modules/conf_applications/e-module-conf_applications.edj lib/enlightenment/modules/conf_applications/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_applications/module.desktop -lib/enlightenment/modules/conf_borders/e-module-conf_borders.edj -lib/enlightenment/modules/conf_borders/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_borders/module.desktop -lib/enlightenment/modules/conf_clientlist/e-module-conf_clientlist.edj -lib/enlightenment/modules/conf_clientlist/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_clientlist/module.desktop -lib/enlightenment/modules/conf_colors/e-module-conf_colors.edj -lib/enlightenment/modules/conf_colors/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_colors/module.desktop -lib/enlightenment/modules/conf_desk/e-module-conf_desk.edj -lib/enlightenment/modules/conf_desk/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_desk/module.desktop -lib/enlightenment/modules/conf_desklock/e-module-conf_desklock.edj -lib/enlightenment/modules/conf_desklock/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_desklock/module.desktop -lib/enlightenment/modules/conf_desks/e-module-conf_desks.edj -lib/enlightenment/modules/conf_desks/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_desks/module.desktop lib/enlightenment/modules/conf_dialogs/e-module-conf_dialogs.edj lib/enlightenment/modules/conf_dialogs/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_dialogs/module.desktop -lib/enlightenment/modules/conf_display/e-module-conf_display.edj lib/enlightenment/modules/conf_display/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_display/module.desktop -lib/enlightenment/modules/conf_dpms/e-module-conf_dpms.edj -lib/enlightenment/modules/conf_dpms/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_dpms/module.desktop lib/enlightenment/modules/conf_edgebindings/e-module-conf_edgebindings.edj lib/enlightenment/modules/conf_edgebindings/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_edgebindings/module.desktop -lib/enlightenment/modules/conf_engine/e-module-conf_engine.edj -lib/enlightenment/modules/conf_engine/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_engine/module.desktop -lib/enlightenment/modules/conf_fonts/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_fonts/module.desktop -lib/enlightenment/modules/conf_icon_theme/e-module-conf_icon_theme.edj -lib/enlightenment/modules/conf_icon_theme/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_icon_theme/module.desktop -lib/enlightenment/modules/conf_imc/e-module-conf_imc.edj -lib/enlightenment/modules/conf_imc/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_imc/module.desktop lib/enlightenment/modules/conf_interaction/e-module-conf_interaction.edj lib/enlightenment/modules/conf_interaction/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_interaction/module.desktop @@ -220,65 +196,28 @@ lib/enlightenment/modules/conf_keybindings/module.desktop lib/enlightenment/modules/conf_menus/e-module-conf_menus.edj lib/enlightenment/modules/conf_menus/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_menus/module.desktop -lib/enlightenment/modules/conf_mime/e-module-conf_mime.edj -lib/enlightenment/modules/conf_mime/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mime/module.desktop -lib/enlightenment/modules/conf_mouse/e-module-conf_mouse.edj -lib/enlightenment/modules/conf_mouse/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mouse/module.desktop -lib/enlightenment/modules/conf_mouse_cursor/e-module-conf_mouse_cursor.edj -lib/enlightenment/modules/conf_mouse_cursor/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mouse_cursor/module.desktop -lib/enlightenment/modules/conf_mousebindings/e-module-conf_mousebindings.edj -lib/enlightenment/modules/conf_mousebindings/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_mousebindings/module.desktop lib/enlightenment/modules/conf_paths/e-module-conf_paths.edj lib/enlightenment/modules/conf_paths/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_paths/module.desktop lib/enlightenment/modules/conf_performance/e-module-conf_performance.edj lib/enlightenment/modules/conf_performance/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_performance/module.desktop -lib/enlightenment/modules/conf_profiles/e-module-conf_profiles.edj -lib/enlightenment/modules/conf_profiles/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_profiles/module.desktop -lib/enlightenment/modules/conf_scale/e-module-conf_scale.edj -lib/enlightenment/modules/conf_scale/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_scale/module.desktop -lib/enlightenment/modules/conf_screensaver/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_screensaver/module.desktop +lib/enlightenment/modules/conf_randr/e-module-conf_randr.edj +lib/enlightenment/modules/conf_randr/%%E17_ARCH%%/module.so +lib/enlightenment/modules/conf_randr/module.desktop lib/enlightenment/modules/conf_shelves/e-module-conf_shelves.edj lib/enlightenment/modules/conf_shelves/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_shelves/module.desktop -lib/enlightenment/modules/conf_startup/e-module-conf_startup.edj -lib/enlightenment/modules/conf_startup/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_startup/module.desktop lib/enlightenment/modules/conf_theme/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_theme/module.desktop -lib/enlightenment/modules/conf_transitions/e-module-conf_transitions.edj -lib/enlightenment/modules/conf_transitions/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_transitions/module.desktop -lib/enlightenment/modules/conf_wallpaper/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_wallpaper/module.desktop lib/enlightenment/modules/conf_wallpaper2/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_wallpaper2/module.desktop -lib/enlightenment/modules/conf_window_display/e-module-conf_window_display.edj -lib/enlightenment/modules/conf_window_display/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_window_display/module.desktop -lib/enlightenment/modules/conf_window_focus/e-module-conf_window_focus.edj -lib/enlightenment/modules/conf_window_focus/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_window_focus/module.desktop lib/enlightenment/modules/conf_window_manipulation/e-module-conf_winmanip.edj lib/enlightenment/modules/conf_window_manipulation/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_window_manipulation/module.desktop lib/enlightenment/modules/conf_window_remembers/e-module-conf_window_remembers.edj lib/enlightenment/modules/conf_window_remembers/%%E17_ARCH%%/module.so lib/enlightenment/modules/conf_window_remembers/module.desktop -lib/enlightenment/modules/conf_winlist/e-module-conf_winlist.edj -lib/enlightenment/modules/conf_winlist/%%E17_ARCH%%/module.so -lib/enlightenment/modules/conf_winlist/module.desktop -lib/enlightenment/modules/connman/e-module-connman.edj -lib/enlightenment/modules/connman/%%E17_ARCH%%/module.so -lib/enlightenment/modules/connman/module.desktop lib/enlightenment/modules/cpufreq/e-module-cpufreq.edj lib/enlightenment/modules/cpufreq/%%E17_ARCH%%/freqset lib/enlightenment/modules/cpufreq/%%E17_ARCH%%/module.so @@ -286,20 +225,8 @@ lib/enlightenment/modules/cpufreq/module.desktop lib/enlightenment/modules/dropshadow/e-module-dropshadow.edj lib/enlightenment/modules/dropshadow/%%E17_ARCH%%/module.so lib/enlightenment/modules/dropshadow/module.desktop -lib/enlightenment/modules/everything-apps/e-module.edj -lib/enlightenment/modules/everything-apps/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-apps/module.desktop -lib/enlightenment/modules/everything-aspell/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-aspell/module.desktop -lib/enlightenment/modules/everything-calc/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-calc/module.desktop -lib/enlightenment/modules/everything-files/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-files/module.desktop -lib/enlightenment/modules/everything-settings/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-settings/module.desktop -lib/enlightenment/modules/everything-windows/%%E17_ARCH%%/module.so -lib/enlightenment/modules/everything-windows/module.desktop lib/enlightenment/modules/everything/e-module-everything.edj +lib/enlightenment/modules/everything/e-module-everything-start.edj lib/enlightenment/modules/everything/%%E17_ARCH%%/module.so lib/enlightenment/modules/everything/module.desktop lib/enlightenment/modules/fileman/e-module-fileman.edj @@ -317,27 +244,6 @@ lib/enlightenment/modules/ibar/module.desktop lib/enlightenment/modules/ibox/e-module-ibox.edj lib/enlightenment/modules/ibox/%%E17_ARCH%%/module.so lib/enlightenment/modules/ibox/module.desktop -lib/enlightenment/modules/illume/keyboards/Default.kbd -lib/enlightenment/modules/illume/keyboards/numeric.png -lib/enlightenment/modules/illume/keyboards/Numbers.kbd -lib/enlightenment/modules/illume/keyboards/up.png -lib/enlightenment/modules/illume/keyboards/enter.png -lib/enlightenment/modules/illume/keyboards/ignore_built_in_keyboards -lib/enlightenment/modules/illume/keyboards/right.png -lib/enlightenment/modules/illume/keyboards/Terminal.kbd -lib/enlightenment/modules/illume/keyboards/qwerty.png -lib/enlightenment/modules/illume/keyboards/shift.png -lib/enlightenment/modules/illume/keyboards/tab.png -lib/enlightenment/modules/illume/keyboards/alpha.png -lib/enlightenment/modules/illume/keyboards/left.png -lib/enlightenment/modules/illume/keyboards/down.png -lib/enlightenment/modules/illume/keyboards/backspace.png -lib/enlightenment/modules/illume/e-module-illume.edj -lib/enlightenment/modules/illume/dicts/English_(US).dic -lib/enlightenment/modules/illume/dicts/English_(US)_Small.dic -lib/enlightenment/modules/illume/module.desktop -lib/enlightenment/modules/illume/%%E17_ARCH%%/module.so -lib/enlightenment/modules/illume/%%E17_ARCH%%/wifiget lib/enlightenment/modules/illume-bluetooth/e-module-illume-bluetooth.edj lib/enlightenment/modules/illume-bluetooth/%%E17_ARCH%%/module.so lib/enlightenment/modules/illume-bluetooth/module.desktop @@ -384,18 +290,25 @@ lib/enlightenment/modules/illume2/%%E17_ARCH%%/module.so lib/enlightenment/modules/illume2/keyboards/ignore_built_in_keyboards lib/enlightenment/modules/illume2/module.desktop lib/enlightenment/modules/illume2/policies/illume.so +lib/enlightenment/modules/illume2/policies/tablet.so lib/enlightenment/modules/mixer/e-module-mixer.edj lib/enlightenment/modules/mixer/%%E17_ARCH%%/module.so lib/enlightenment/modules/mixer/module.desktop lib/enlightenment/modules/msgbus/e-module-msgbus.edj lib/enlightenment/modules/msgbus/%%E17_ARCH%%/module.so lib/enlightenment/modules/msgbus/module.desktop +lib/enlightenment/modules/notification/e-module-notification.edj +lib/enlightenment/modules/notification/%%E17_ARCH%%/module.so +lib/enlightenment/modules/notification/module.desktop lib/enlightenment/modules/ofono/e-module-ofono.edj lib/enlightenment/modules/ofono/%%E17_ARCH%%/module.so lib/enlightenment/modules/ofono/module.desktop lib/enlightenment/modules/pager/e-module-pager.edj lib/enlightenment/modules/pager/%%E17_ARCH%%/module.so lib/enlightenment/modules/pager/module.desktop +lib/enlightenment/modules/shot/e-module-shot.edj +lib/enlightenment/modules/shot/%%E17_ARCH%%/module.so +lib/enlightenment/modules/shot/module.desktop lib/enlightenment/modules/start/e-module-start.edj lib/enlightenment/modules/start/%%E17_ARCH%%/module.so lib/enlightenment/modules/start/module.desktop @@ -405,6 +318,9 @@ lib/enlightenment/modules/syscon/module.desktop lib/enlightenment/modules/systray/e-module-systray.edj lib/enlightenment/modules/systray/%%E17_ARCH%%/module.so lib/enlightenment/modules/systray/module.desktop +lib/enlightenment/modules/tasks/e-module-tasks.edj +lib/enlightenment/modules/tasks/%%E17_ARCH%%/module.so +lib/enlightenment/modules/tasks/module.desktop lib/enlightenment/modules/temperature/e-module-temperature.edj lib/enlightenment/modules/temperature/%%E17_ARCH%%/module.so lib/enlightenment/modules/temperature/%%E17_ARCH%%/tempget @@ -412,15 +328,38 @@ lib/enlightenment/modules/temperature/module.desktop lib/enlightenment/modules/winlist/e-module-winlist.edj lib/enlightenment/modules/winlist/%%E17_ARCH%%/module.so lib/enlightenment/modules/winlist/module.desktop +lib/enlightenment/modules/wizard/def-ibar.txt lib/enlightenment/modules/wizard/%%E17_ARCH%%/module.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_000.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_010.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_020.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_030.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_040.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_050.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_060.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_070.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_080.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_090.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_100.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_110.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_120.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_130.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_140.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_150.so +lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_160.so lib/enlightenment/modules/wizard/%%E17_ARCH%%/page_200.so +lib/enlightenment/modules/wizard/extra_desktops/mplayer.desktop +lib/enlightenment/modules/wizard/extra_desktops/xterm.desktop +lib/enlightenment/modules/wizard/desktop/home.desktop +lib/enlightenment/modules/wizard/desktop/root.desktop +lib/enlightenment/modules/wizard/desktop/tmp.desktop +lib/enlightenment/modules/wizard/favorites/.order +lib/enlightenment/modules/wizard/favorites/desktop.desktop +lib/enlightenment/modules/wizard/favorites/home.desktop +lib/enlightenment/modules/wizard/favorites/root.desktop +lib/enlightenment/modules/wizard/favorites/tmp.desktop lib/enlightenment/preload/e_precache.so +lib/enlightenment/utils/enlightenment_alert lib/enlightenment/utils/enlightenment_fm lib/enlightenment/utils/enlightenment_fm_op lib/enlightenment/utils/enlightenment_init @@ -435,62 +374,17 @@ libdata/pkgconfig/everything.pc %%DATADIR%%/data/config/default/e.cfg %%DATADIR%%/data/config/default/icon.png %%DATADIR%%/data/config/default/profile.desktop -%%DATADIR%%/data/config/illume-home/e.cfg -%%DATADIR%%/data/config/illume-home/icon.png -%%DATADIR%%/data/config/illume-home/module.battery.cfg -%%DATADIR%%/data/config/illume-home/module.conf.cfg -%%DATADIR%%/data/config/illume-home/module.illume-home.cfg -%%DATADIR%%/data/config/illume-home/module.illume-indicator.cfg -%%DATADIR%%/data/config/illume-home/module.illume-keyboard.cfg -%%DATADIR%%/data/config/illume-home/module.illume-softkey.cfg -%%DATADIR%%/data/config/illume-home/module.illume2.cfg -%%DATADIR%%/data/config/illume-home/profile.desktop %%DATADIR%%/data/config/illume/e.cfg %%DATADIR%%/data/config/illume/icon.png %%DATADIR%%/data/config/illume/module.battery.cfg %%DATADIR%%/data/config/illume/module.conf.cfg -%%DATADIR%%/data/config/illume/module.dropshadow.cfg -%%DATADIR%%/data/config/illume/module.illume.cfg -%%DATADIR%%/data/config/illume/module.mixer.cfg -%%DATADIR%%/data/config/illume/module.pager.cfg +%%DATADIR%%/data/config/illume/module.illume-home.cfg +%%DATADIR%%/data/config/illume/module.illume-keyboard.cfg +%%DATADIR%%/data/config/illume/module.illume-indicator.cfg +%%DATADIR%%/data/config/illume/module.illume-softkey.cfg +%%DATADIR%%/data/config/illume/module.illume2.cfg %%DATADIR%%/data/config/illume/profile.desktop -%%DATADIR%%/data/config/minimalist/e.cfg -%%DATADIR%%/data/config/minimalist/icon.png -%%DATADIR%%/data/config/minimalist/module.battery.cfg -%%DATADIR%%/data/config/minimalist/module.conf.cfg -%%DATADIR%%/data/config/minimalist/module.cpufreq.cfg -%%DATADIR%%/data/config/minimalist/module.dropshadow.cfg -%%DATADIR%%/data/config/minimalist/module.fileman.cfg -%%DATADIR%%/data/config/minimalist/module.ibar.cfg -%%DATADIR%%/data/config/minimalist/module.ibox.cfg -%%DATADIR%%/data/config/minimalist/module.pager.cfg -%%DATADIR%%/data/config/minimalist/module.temperature.cfg -%%DATADIR%%/data/config/minimalist/profile.desktop -%%DATADIR%%/data/config/netbook/e.cfg -%%DATADIR%%/data/config/netbook/icon.png -%%DATADIR%%/data/config/netbook/module.battery.cfg -%%DATADIR%%/data/config/netbook/module.conf.cfg -%%DATADIR%%/data/config/netbook/module.cpufreq.cfg -%%DATADIR%%/data/config/netbook/module.dropshadow.cfg -%%DATADIR%%/data/config/netbook/module.fileman.cfg -%%DATADIR%%/data/config/netbook/module.ibar.cfg -%%DATADIR%%/data/config/netbook/module.ibox.cfg -%%DATADIR%%/data/config/netbook/module.pager.cfg -%%DATADIR%%/data/config/netbook/module.temperature.cfg -%%DATADIR%%/data/config/netbook/profile.desktop %%DATADIR%%/data/config/profile.cfg -%%DATADIR%%/data/config/scaleable/e.cfg -%%DATADIR%%/data/config/scaleable/icon.png -%%DATADIR%%/data/config/scaleable/module.battery.cfg -%%DATADIR%%/data/config/scaleable/module.conf.cfg -%%DATADIR%%/data/config/scaleable/module.cpufreq.cfg -%%DATADIR%%/data/config/scaleable/module.dropshadow.cfg -%%DATADIR%%/data/config/scaleable/module.fileman.cfg -%%DATADIR%%/data/config/scaleable/module.ibar.cfg -%%DATADIR%%/data/config/scaleable/module.ibox.cfg -%%DATADIR%%/data/config/scaleable/module.pager.cfg -%%DATADIR%%/data/config/scaleable/module.temperature.cfg -%%DATADIR%%/data/config/scaleable/profile.desktop %%DATADIR%%/data/config/standard/e.cfg %%DATADIR%%/data/config/standard/icon.png %%DATADIR%%/data/config/standard/module.battery.cfg @@ -536,20 +430,18 @@ libdata/pkgconfig/everything.pc %%DATADIR%%/data/images/lang-sl_SI.png %%DATADIR%%/data/images/lang-sv_SE.png %%DATADIR%%/data/images/lang-zh_CN.png +%%DATADIR%%/data/images/lang-zh_HK.png %%DATADIR%%/data/images/lang-zh_TW.png +%%DATADIR%%/data/images/lang-system.png %%DATADIR%%/data/images/test.edj %%DATADIR%%/data/images/test.jpg %%DATADIR%%/data/images/test.png %%DATADIR%%/data/images/test.svg +%%DATADIR%%/data/input_methods/ibus.imc %%DATADIR%%/data/input_methods/iiimf.imc %%DATADIR%%/data/input_methods/scim.imc %%DATADIR%%/data/input_methods/uim.imc -%%DATADIR%%/data/other/desktop_files.tar.gz -%%DATADIR%%/data/other/desktop_order.tar.gz -%%DATADIR%%/data/other/efm_favorites.tar.gz -%%DATADIR%%/data/other/icon_example.tar.gz %%DATADIR%%/data/themes/default.edj -%%DATADIR%%/data/themes/illume.edj %%DATADIR%%/doc/FDO.txt %%DATADIR%%/doc/cache.txt %%DATADIR%%/doc/documentation.html @@ -595,26 +487,89 @@ share/xsessions/enlightenment.desktop %%NLS%%share/locale/uk/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/enlightenment.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/enlightenment.mo +%%NLS%%@dirrmtry share/locale/ar/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ar +%%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bg +%%NLS%%@dirrmtry share/locale/ca/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca +%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/cs +%%NLS%%@dirrmtry share/locale/da/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/da +%%NLS%%@dirrmtry share/locale/de/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de +%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/el +%%NLS%%@dirrmtry share/locale/eo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/eo +%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es +%%NLS%%@dirrmtry share/locale/et/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/et +%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi %%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fo +%%NLS%%@dirrmtry share/locale/fr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fr %%NLS%%@dirrmtry share/locale/fr_CH/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fr_CH +%%NLS%%@dirrmtry share/locale/he/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/he +%%NLS%%@dirrmtry share/locale/hr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hr +%%NLS%%@dirrmtry share/locale/hu/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hu +%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it +%%NLS%%@dirrmtry share/locale/ja/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ja %%NLS%%@dirrmtry share/locale/km/LC_MESSAGES %%NLS%%@dirrmtry share/locale/km +%%NLS%%@dirrmtry share/locale/ko/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ko %%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ku +%%NLS%%@dirrmtry share/locale/lt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lt +%%NLS%%@dirrmtry share/locale/ms/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ms +%%NLS%%@dirrmtry share/locale/nb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb +%%NLS%%@dirrmtry share/locale/nl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nl +%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pl +%%NLS%%@dirrmtry share/locale/pt/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt +%%NLS%%@dirrmtry share/locale/pt_BR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/pt_BR +%%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ro +%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru +%%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sk +%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sl +%%NLS%%@dirrmtry share/locale/sv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sv +%%NLS%%@dirrmtry share/locale/tr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tr +%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/uk +%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_CN +%%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_TW @dirrmtry share/xsessions @dirrm %%DATADIR%%/doc @dirrm %%DATADIR%%/data/themes -@dirrm %%DATADIR%%/data/other @dirrm %%DATADIR%%/data/input_methods @dirrm %%DATADIR%%/data/images @dirrm %%DATADIR%%/data/icons @dirrm %%DATADIR%%/data/config/standard -@dirrm %%DATADIR%%/data/config/scaleable -@dirrm %%DATADIR%%/data/config/netbook -@dirrm %%DATADIR%%/data/config/minimalist -@dirrm %%DATADIR%%/data/config/illume-home @dirrm %%DATADIR%%/data/config/illume @dirrm %%DATADIR%%/data/config/default @dirrm %%DATADIR%%/data/config @@ -623,22 +578,31 @@ share/xsessions/enlightenment.desktop @dirrm %%DATADIR%% @dirrm lib/enlightenment/utils @dirrm lib/enlightenment/preload +@dirrm lib/enlightenment/modules/wizard/favorites +@dirrm lib/enlightenment/modules/wizard/desktop +@dirrm lib/enlightenment/modules/wizard/extra_desktops @dirrm lib/enlightenment/modules/wizard/%%E17_ARCH%% @dirrm lib/enlightenment/modules/wizard @dirrm lib/enlightenment/modules/winlist/%%E17_ARCH%% @dirrm lib/enlightenment/modules/winlist @dirrm lib/enlightenment/modules/temperature/%%E17_ARCH%% @dirrm lib/enlightenment/modules/temperature +@dirrm lib/enlightenment/modules/tasks/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/tasks @dirrm lib/enlightenment/modules/systray/%%E17_ARCH%% @dirrm lib/enlightenment/modules/systray @dirrm lib/enlightenment/modules/syscon/%%E17_ARCH%% @dirrm lib/enlightenment/modules/syscon @dirrm lib/enlightenment/modules/start/%%E17_ARCH%% @dirrm lib/enlightenment/modules/start +@dirrm lib/enlightenment/modules/shot/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/shot @dirrm lib/enlightenment/modules/pager/%%E17_ARCH%% @dirrm lib/enlightenment/modules/pager @dirrm lib/enlightenment/modules/ofono/%%E17_ARCH%% @dirrm lib/enlightenment/modules/ofono +@dirrm lib/enlightenment/modules/notification/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/notification @dirrm lib/enlightenment/modules/msgbus/%%E17_ARCH%% @dirrm lib/enlightenment/modules/msgbus @dirrm lib/enlightenment/modules/mixer/%%E17_ARCH%% @@ -665,10 +629,6 @@ share/xsessions/enlightenment.desktop @dirrm lib/enlightenment/modules/illume-home-toggle @dirrm lib/enlightenment/modules/illume-bluetooth/%%E17_ARCH%% @dirrm lib/enlightenment/modules/illume-bluetooth -@dirrm lib/enlightenment/modules/illume/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/illume/dicts -@dirrm lib/enlightenment/modules/illume/keyboards -@dirrm lib/enlightenment/modules/illume @dirrm lib/enlightenment/modules/ibox/%%E17_ARCH%% @dirrm lib/enlightenment/modules/ibox @dirrm lib/enlightenment/modules/ibar/%%E17_ARCH%% @@ -681,64 +641,26 @@ share/xsessions/enlightenment.desktop @dirrm lib/enlightenment/modules/fileman @dirrm lib/enlightenment/modules/everything/%%E17_ARCH%% @dirrm lib/enlightenment/modules/everything -@dirrm lib/enlightenment/modules/everything-windows/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-windows -@dirrm lib/enlightenment/modules/everything-settings/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-settings -@dirrm lib/enlightenment/modules/everything-files/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-files -@dirrm lib/enlightenment/modules/everything-calc/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-calc -@dirrm lib/enlightenment/modules/everything-aspell/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-aspell -@dirrm lib/enlightenment/modules/everything-apps/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/everything-apps @dirrm lib/enlightenment/modules/dropshadow/%%E17_ARCH%% @dirrm lib/enlightenment/modules/dropshadow @dirrm lib/enlightenment/modules/cpufreq/%%E17_ARCH%% @dirrm lib/enlightenment/modules/cpufreq -@dirrm lib/enlightenment/modules/connman/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/connman -@dirrm lib/enlightenment/modules/conf_winlist/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_winlist @dirrm lib/enlightenment/modules/conf_window_remembers/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_window_remembers @dirrm lib/enlightenment/modules/conf_window_manipulation/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_window_manipulation -@dirrm lib/enlightenment/modules/conf_window_focus/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_window_focus -@dirrm lib/enlightenment/modules/conf_window_display/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_window_display @dirrm lib/enlightenment/modules/conf_wallpaper2/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_wallpaper2 -@dirrm lib/enlightenment/modules/conf_wallpaper/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_wallpaper -@dirrm lib/enlightenment/modules/conf_transitions/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_transitions @dirrm lib/enlightenment/modules/conf_theme/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_theme -@dirrm lib/enlightenment/modules/conf_startup/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_startup @dirrm lib/enlightenment/modules/conf_shelves/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_shelves -@dirrm lib/enlightenment/modules/conf_screensaver/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_screensaver -@dirrm lib/enlightenment/modules/conf_scale/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_scale -@dirrm lib/enlightenment/modules/conf_profiles/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_profiles +@dirrm lib/enlightenment/modules/conf_randr/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/conf_randr @dirrm lib/enlightenment/modules/conf_performance/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_performance @dirrm lib/enlightenment/modules/conf_paths/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_paths -@dirrm lib/enlightenment/modules/conf_mousebindings/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mousebindings -@dirrm lib/enlightenment/modules/conf_mouse_cursor/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mouse_cursor -@dirrm lib/enlightenment/modules/conf_mouse/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mouse -@dirrm lib/enlightenment/modules/conf_mime/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_mime @dirrm lib/enlightenment/modules/conf_menus/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_menus @dirrm lib/enlightenment/modules/conf_keybindings/%%E17_ARCH%% @@ -747,47 +669,29 @@ share/xsessions/enlightenment.desktop @dirrm lib/enlightenment/modules/conf_intl @dirrm lib/enlightenment/modules/conf_interaction/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_interaction -@dirrm lib/enlightenment/modules/conf_imc/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_imc -@dirrm lib/enlightenment/modules/conf_icon_theme/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_icon_theme -@dirrm lib/enlightenment/modules/conf_fonts/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_fonts -@dirrm lib/enlightenment/modules/conf_engine/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_engine @dirrm lib/enlightenment/modules/conf_edgebindings/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_edgebindings -@dirrm lib/enlightenment/modules/conf_dpms/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_dpms @dirrm lib/enlightenment/modules/conf_display/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_display @dirrm lib/enlightenment/modules/conf_dialogs/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_dialogs -@dirrm lib/enlightenment/modules/conf_desks/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_desks -@dirrm lib/enlightenment/modules/conf_desklock/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_desklock -@dirrm lib/enlightenment/modules/conf_desk/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_desk -@dirrm lib/enlightenment/modules/conf_colors/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_colors -@dirrm lib/enlightenment/modules/conf_clientlist/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_clientlist -@dirrm lib/enlightenment/modules/conf_borders/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_borders @dirrm lib/enlightenment/modules/conf_applications/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf_applications -@dirrm lib/enlightenment/modules/conf_acpibindings/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/conf_acpibindings @dirrm lib/enlightenment/modules/conf/%%E17_ARCH%% @dirrm lib/enlightenment/modules/conf +@dirrm lib/enlightenment/modules/connman/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/connman @dirrm lib/enlightenment/modules/comp/%%E17_ARCH%% @dirrm lib/enlightenment/modules/comp @dirrm lib/enlightenment/modules/clock/%%E17_ARCH%% @dirrm lib/enlightenment/modules/clock @dirrm lib/enlightenment/modules/battery/%%E17_ARCH%% @dirrm lib/enlightenment/modules/battery +@dirrm lib/enlightenment/modules/backlight/%%E17_ARCH%% +@dirrm lib/enlightenment/modules/backlight @dirrm lib/enlightenment/modules @dirrm lib/enlightenment @dirrm include/enlightenment +@dirrmtry etc/xdg/menus +@dirrmtry etc/xdg @dirrm %%ETCDIR%% diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile index 9785be0899a3..5c492eb9dbcf 100644 --- a/x11/ecore-imf/Makefile +++ b/x11/ecore-imf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= imf -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (IMF module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/x11/ecore-imf/distinfo b/x11/ecore-imf/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/x11/ecore-imf/distinfo +++ b/x11/ecore-imf/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/x11/ecore-imf/pkg-descr b/x11/ecore-imf/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/x11/ecore-imf/pkg-descr +++ b/x11/ecore-imf/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/x11/ecore-imf/pkg-plist b/x11/ecore-imf/pkg-plist index c9c5eb771965..3bfc4861fd16 100644 --- a/x11/ecore-imf/pkg-plist +++ b/x11/ecore-imf/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_IMF.h lib/libecore_imf.so -lib/libecore_imf.so.1 +lib/libecore_imf.so.2 libdata/pkgconfig/ecore-imf.pc @dirrmtry include/ecore-1 diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile index 64ca2bb27ce1..12eae264dcfb 100644 --- a/x11/ecore-imf_evas/Makefile +++ b/x11/ecore-imf_evas/Makefile @@ -6,10 +6,10 @@ # PORTNAME= imf_evas -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (IMF-Evas module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/x11/ecore-imf_evas/distinfo b/x11/ecore-imf_evas/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/x11/ecore-imf_evas/distinfo +++ b/x11/ecore-imf_evas/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/x11/ecore-imf_evas/pkg-descr b/x11/ecore-imf_evas/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/x11/ecore-imf_evas/pkg-descr +++ b/x11/ecore-imf_evas/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/x11/ecore-imf_evas/pkg-plist b/x11/ecore-imf_evas/pkg-plist index 6f5604dda4a0..1495c15d4913 100644 --- a/x11/ecore-imf_evas/pkg-plist +++ b/x11/ecore-imf_evas/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_IMF_Evas.h lib/libecore_imf_evas.so -lib/libecore_imf_evas.so.1 +lib/libecore_imf_evas.so.2 libdata/pkgconfig/ecore-imf-evas.pc @dirrmtry include/ecore-1 diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile index 37178877c50c..0bdb0c8e2e36 100644 --- a/x11/ecore-input/Makefile +++ b/x11/ecore-input/Makefile @@ -6,10 +6,10 @@ # PORTNAME= input -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (input module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/x11/ecore-input/distinfo b/x11/ecore-input/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/x11/ecore-input/distinfo +++ b/x11/ecore-input/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/x11/ecore-input/pkg-descr b/x11/ecore-input/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/x11/ecore-input/pkg-descr +++ b/x11/ecore-input/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/x11/ecore-input/pkg-plist b/x11/ecore-input/pkg-plist index 5989e5e779db..4cefe08b334d 100644 --- a/x11/ecore-input/pkg-plist +++ b/x11/ecore-input/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_Input.h lib/libecore_input.so -lib/libecore_input.so.1 +lib/libecore_input.so.2 libdata/pkgconfig/ecore-input.pc @dirrmtry include/ecore-1 diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile index e3dc841ae470..c821f3123ae8 100644 --- a/x11/ecore-input_evas/Makefile +++ b/x11/ecore-input_evas/Makefile @@ -6,10 +6,10 @@ # PORTNAME= input_evas -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (evas input module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/x11/ecore-input_evas/distinfo b/x11/ecore-input_evas/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/x11/ecore-input_evas/distinfo +++ b/x11/ecore-input_evas/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/x11/ecore-input_evas/pkg-descr b/x11/ecore-input_evas/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/x11/ecore-input_evas/pkg-descr +++ b/x11/ecore-input_evas/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/x11/ecore-input_evas/pkg-plist b/x11/ecore-input_evas/pkg-plist index 69513ee591f1..41d05420b98f 100644 --- a/x11/ecore-input_evas/pkg-plist +++ b/x11/ecore-input_evas/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_Input_Evas.h lib/libecore_input_evas.so -lib/libecore_input_evas.so.1 +lib/libecore_input_evas.so.2 libdata/pkgconfig/ecore-input-evas.pc @dirrmtry include/ecore-1 diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile index cb3c4f1f6213..f1e2ec11a1bd 100644 --- a/x11/ecore-x11/Makefile +++ b/x11/ecore-x11/Makefile @@ -6,10 +6,10 @@ # PORTNAME= x11 -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (x11 module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/x11/ecore-x11/distinfo b/x11/ecore-x11/distinfo index 1b6a301ea5d5..30f1faeb45b9 100644 --- a/x11/ecore-x11/distinfo +++ b/x11/ecore-x11/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/x11/ecore-x11/pkg-descr b/x11/ecore-x11/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/x11/ecore-x11/pkg-descr +++ b/x11/ecore-x11/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/x11/ecore-x11/pkg-plist b/x11/ecore-x11/pkg-plist index 8f712c5a4106..2f05dc1bb614 100644 --- a/x11/ecore-x11/pkg-plist +++ b/x11/ecore-x11/pkg-plist @@ -2,6 +2,6 @@ include/ecore-1/Ecore_X.h include/ecore-1/Ecore_X_Atoms.h include/ecore-1/Ecore_X_Cursor.h lib/libecore_x.so -lib/libecore_x.so.1 +lib/libecore_x.so.2 libdata/pkgconfig/ecore-x.pc @dirrmtry include/ecore-1 diff --git a/x11/efreet/Makefile b/x11/efreet/Makefile index f302a0076bd5..0111eb030092 100644 --- a/x11/efreet/Makefile +++ b/x11/efreet/Makefile @@ -6,15 +6,16 @@ # PORTNAME= efreet -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net COMMENT= Freedesktop.org EFL compatiblity layer LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/x11/efreet/distinfo b/x11/efreet/distinfo index e06482de7961..0200244e9518 100644 --- a/x11/efreet/distinfo +++ b/x11/efreet/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/efreet-1.0.1.tar.bz2) = 90e5c7c0183865ecc96d4593991d677a50f759becb03979fd5941feed7be7b17 -SIZE (e17/efreet-1.0.1.tar.bz2) = 354760 +SHA256 (e17/efreet-1.1.0.tar.bz2) = 8ea03762b746253a7f43fe77d1b2e80ec021316cc7c38c1e12d93b985593d4cd +SIZE (e17/efreet-1.1.0.tar.bz2) = 388933 diff --git a/x11/efreet/pkg-plist b/x11/efreet/pkg-plist index 83f2fd5ca1f0..cda64ed2206e 100644 --- a/x11/efreet/pkg-plist +++ b/x11/efreet/pkg-plist @@ -1,5 +1,6 @@ bin/efreet_alloc bin/efreet_cache_test +bin/efreet_icon_cache_dump bin/efreet_menu_alloc bin/efreet_spec_test bin/efreet_test @@ -14,12 +15,13 @@ include/efreet-1/efreet_menu.h include/efreet-1/efreet_uri.h include/efreet-1/efreet_utils.h lib/libefreet.so -lib/libefreet.so.1 +lib/libefreet.so.2 lib/libefreet_mime.so -lib/libefreet_mime.so.1 +lib/libefreet_mime.so.2 lib/libefreet_trash.so -lib/libefreet_trash.so.1 +lib/libefreet_trash.so.2 lib/efreet/efreet_desktop_cache_create +lib/efreet/efreet_icon_cache_create libdata/pkgconfig/efreet-mime.pc libdata/pkgconfig/efreet-trash.pc libdata/pkgconfig/efreet.pc diff --git a/x11/emprint/Makefile b/x11/emprint/Makefile index 36aadf6fbae5..099b7542b319 100644 --- a/x11/emprint/Makefile +++ b/x11/emprint/Makefile @@ -6,15 +6,15 @@ # PORTNAME= emprint -PORTVERSION= 20110129 -PORTREVISION= 1 +PORTVERSION= 20111128 CATEGORIES= x11 enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/extra/ +MASTER_SITES= http://files.roorback.net/e17/extra/ MAINTAINER= magik@roorback.net COMMENT= Utility for taking screenshots for E17 DIST_SUBDIR= e17 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= ecore evas edje imlib2 diff --git a/x11/emprint/distinfo b/x11/emprint/distinfo index f224e966bbaa..f471bbbd8500 100644 --- a/x11/emprint/distinfo +++ b/x11/emprint/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/emprint-20110129.tar.bz2) = 92367b3aa3c07001cd63dc703a528ac4310608785af30e5785e2effab64daa29 -SIZE (e17/emprint-20110129.tar.bz2) = 413308 +SHA256 (e17/emprint-20111128.tar.bz2) = f2b90fbdb4fad39c4e9a02513f69a829aae2d64c81f921978708b58c1cf93ce2 +SIZE (e17/emprint-20111128.tar.bz2) = 373261 |