diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-08-26 09:41:50 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-08-26 09:41:50 +0000 |
commit | 992a3cc042a7b995d81898880ef1e933a0dd5920 (patch) | |
tree | e39d17cbcc84635f94e1c6e360a3aae7da9e220c | |
parent | f2c3b4328886e504fa0d607f6b543db2ffe8f0b2 (diff) |
Notes
37 files changed, 8 insertions, 890 deletions
@@ -3651,3 +3651,11 @@ databases/libudbc||2012-08-21|Has expired: Does not fetch and no vendor support net/asterisk16||2012-08-22|Unsupported upstream, please use net/asterisk instead. net/asterisk16-addons||2012-08-22|Unsupported upstream, now part of net/asterisk. databases/edb||2012-08-26|Has expired: Deprecated by enlightenment.org team +databases/php5-rrdtool||2012-08-26|Has expired: deprecated via upstream please use databases/pecl-rrd. +graphics/evas-engine-xrender||2012-08-26|Has expired: Deprecated by enlightenment.org +graphics/evas-loader-edb||2012-08-26|Has expired: Deprecated by enlightenment.org +www/linux-f10-flashplugin10||2012-08-26|Has expired: has vulnerabilities and is EOL +x11-wm/e17-module-efm_nav||2012-08-26|Has expired: Deprecated by enlightenment.org +x11-wm/e17-module-efm_path||2012-08-26|Has expired: Deprecated by enlightenment.org +x11-wm/e17-module-efm_pathbar||2012-08-26|Has expired: Deprecated by enlightenment.org +x11-wm/e17-module-notification||2012-08-26|Has expired: Merged into x11-wm/enlightenment diff --git a/databases/Makefile b/databases/Makefile index 18a2d2e74e1c..590e550db748 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -577,7 +577,6 @@ SUBDIR += php5-pgsql SUBDIR += php5-propel SUBDIR += php5-redis - SUBDIR += php5-rrdtool SUBDIR += php5-sqlite3 SUBDIR += php5-sybase_ct SUBDIR += php52-dba diff --git a/databases/php5-rrdtool/Makefile b/databases/php5-rrdtool/Makefile deleted file mode 100644 index ce318894b2b8..000000000000 --- a/databases/php5-rrdtool/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: php5-rrdtool -# Date created: 19 Mar 2006 -# Whom: rick@wzoeterwoude.net -# Credits: mat -# -# $FreeBSD$ - -PORTNAME= rrdtool -PORTVERSION= 1.00 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/contrib/ \ - http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \ - http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/ -PKGNAMEPREFIX= php5- -DISTNAME= php_rrdtool - -MAINTAINER= rick@wzoeterwoude.net -COMMENT= A php 5 rrdtool glue - -LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool - -WRKSRC= ${WRKDIR}/rrdtool - -USE_PHP= yes -USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 - -DEPRECATED= deprecated via upstream please use databases/pecl-rrd. -EXPIRATION_DATE= 2012-06-30 - -.include <bsd.port.mk> diff --git a/databases/php5-rrdtool/distinfo b/databases/php5-rrdtool/distinfo deleted file mode 100644 index 7c2e98e8f52c..000000000000 --- a/databases/php5-rrdtool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (php_rrdtool.tar.gz) = 922719f2dd8772512339e82856ed4f102b493ef5d34d6cb389eded57c0a1bce4 -SIZE (php_rrdtool.tar.gz) = 9353 diff --git a/databases/php5-rrdtool/files/patch-config.m4 b/databases/php5-rrdtool/files/patch-config.m4 deleted file mode 100644 index 733aa4b443b5..000000000000 --- a/databases/php5-rrdtool/files/patch-config.m4 +++ /dev/null @@ -1,55 +0,0 @@ ---- config.m4.orig Wed Nov 30 19:44:51 2005 -+++ config.m4 Sun Mar 19 20:48:34 2006 -@@ -13,7 +13,7 @@ - [ --with-rrdtool[=DIR] Include rrdtool support (requires rrdtool >= 1.0.49).]) - - if test "$PHP_RRDTOOL" != "no"; then -- -+ PHP_NEW_EXTENSION(rrdtool, rrdtool.c, $ext_shared) - if test "$PHP_RRDTOOL" != "yes"; then - AC_MSG_CHECKING(if rrdtool specified path is valid) - if test -r $PHP_RRDTOOL/include/rrd.h && test -f $PHP_RRDTOOL/lib/librrd.$SHLIB_SUFFIX_NAME -o -f $PHP_RRDTOOL/lib/librrd.a; then # path given as parameter -@@ -51,7 +51,14 @@ - fi - fi - --dnl Finish the setup -+ -+ dnl PHP Libaries include -+ AC_DEFINE(HAVE_RRDTOOL,1,[ ]) -+ PHP_SUBST(RRDTOOL_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH(rrd, $RRDTOOL_LIBDIR, RRDTOOL_SHARED_LIBADD) -+ PHP_ADD_INCLUDE($RRDTOOL_INCDIR) -+ -+ dnl Finish the setup - - RRD_H_PATH="$RRDTOOL_INCDIR/rrd.h" - PHP_RRDTOOL_DIR=$RRDTOOL_DIR -@@ -59,14 +66,9 @@ - - PHP_CHECK_LIBRARY(rrd, rrd_create, - [],[ -- PHP_CHECK_LIBRARY(rrd, rrd_create, -- [],[ -- AC_MSG_ERROR([wrong rrd lib version or lib not found]) -- ],[ -- -L$RRDTOOL_LIBDIR -ldl -- ]) -+ AC_MSG_ERROR([wrong rrd lib version or lib not found]) - ],[ -- -L$RRDTOOL_LIBDIR -ldl -+ -L$RRDTOOL_LIBDIR - ]) - - AC_MSG_CHECKING([rrdtool version]) -@@ -87,10 +89,4 @@ - if test "$ac_cv_rrdversion" = yes; then - AC_DEFINE(HAVE_RRD_12X, 1, [Whether you have rrd_verion]) - fi -- -- PHP_ADD_LIBRARY_WITH_PATH(rrd, $RRDTOOL_LIBDIR, RRDTOOL_SHARED_LIBADD) -- -- PHP_NEW_EXTENSION(rrdtool, rrdtool.c, $ext_shared) -- PHP_SUBST(RRDTOOL_SHARED_LIBADD) -- AC_DEFINE(HAVE_RRDTOOL, 1, [ ]) - fi diff --git a/databases/php5-rrdtool/pkg-descr b/databases/php5-rrdtool/pkg-descr deleted file mode 100644 index f69073be4841..000000000000 --- a/databases/php5-rrdtool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Contained herein are bindings to allow you to interface php scripts with RRD -tool directly via RRD tool's 'librrd' library, thus avoiding the need to use -system() calls to the rrdtool binary. - -WWW: http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.txt diff --git a/graphics/Makefile b/graphics/Makefile index 33129b67ef3d..4b42eeee9215 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -158,9 +158,7 @@ SUBDIR += evas-engine-opengl SUBDIR += evas-engine-sdl SUBDIR += evas-engine-x11 - SUBDIR += evas-engine-xrender SUBDIR += evas-loader-bmp - SUBDIR += evas-loader-edb SUBDIR += evas-loader-eet SUBDIR += evas-loader-generic SUBDIR += evas-loader-gif diff --git a/graphics/evas-engine-xrender/Makefile b/graphics/evas-engine-xrender/Makefile deleted file mode 100644 index 21ba44316609..000000000000 --- a/graphics/evas-engine-xrender/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: evas-engine-xrender -# Date created: 15 September 2007 -# Whom: Stanislav Sedov <stas@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= engine-xrender -DISTVERSION= 1.0.1 -CATEGORIES= graphics enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ -PKGNAMEPREFIX= evas- -DISTNAME= evas-${DISTVERSION} - -MAINTAINER= magik@roorback.net -COMMENT= A hardware accelerated canvas API (XRender engine) - -LICENSE= BSD - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 - -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 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig -USE_EFL= evas librt_hack libtool_hack -USE_XORG= x11 xrender xext -BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/xrender_x11 -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -.include "../evas-core/Makefile.inc" -CONFIGURE_ARGS+= --enable-xrender-x11 - -post-patch: - @${REINPLACE_CMD} -E \ - -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ - -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ - ${BUILD_WRKSRC}/Makefile.in - -post-install: - ${INSTALL_DATA} ${WRKSRC}/evas-xrender-x11.pc \ - ${PREFIX}/libdata/pkgconfig/ - -.include <bsd.port.mk> diff --git a/graphics/evas-engine-xrender/distinfo b/graphics/evas-engine-xrender/distinfo deleted file mode 100644 index c2623b766638..000000000000 --- a/graphics/evas-engine-xrender/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/evas-1.0.1.tar.bz2) = 250f1741bb8c5d1c2f8afc2e75f4fd3480b47fcc64cd88eafa1e1645471cb221 -SIZE (e17/evas-1.0.1.tar.bz2) = 1031231 diff --git a/graphics/evas-engine-xrender/pkg-descr b/graphics/evas-engine-xrender/pkg-descr deleted file mode 100644 index e525449b6c61..000000000000 --- a/graphics/evas-engine-xrender/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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://enlightenment.sourceforge.net/Libraries/Evas/ diff --git a/graphics/evas-engine-xrender/pkg-plist b/graphics/evas-engine-xrender/pkg-plist deleted file mode 100644 index 997f7879d0e4..000000000000 --- a/graphics/evas-engine-xrender/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/evas-1/Evas_Engine_XRender_X11.h -lib/evas/modules/engines/xrender_x11/%%E17_ARCH%%/module.so -libdata/pkgconfig/evas-xrender-x11.pc -@dirrm lib/evas/modules/engines/xrender_x11/%%E17_ARCH%% -@dirrm lib/evas/modules/engines/xrender_x11 -@dirrmtry lib/evas/modules/engines -@dirrmtry lib/evas/modules -@dirrmtry lib/evas -@dirrmtry include/evas-1 diff --git a/graphics/evas-loader-edb/Makefile b/graphics/evas-loader-edb/Makefile deleted file mode 100644 index a05660b5f278..000000000000 --- a/graphics/evas-loader-edb/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: evas-loader-edb -# Date created: 15 September 2007 -# Whom: Stanislav Sedov <stas@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= loader-edb -PORTVERSION= 0.9.9.042 -PORTREVISION= 2 -CATEGORIES= graphics enlightenment -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ -PKGNAMEPREFIX= evas- -DISTNAME= evas-${PORTVERSION} - -MAINTAINER= magik@roorback.net -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 -USE_GNOME= gnomehack pkgconfig -USE_EFL= evas edb - -MAKEDIRS= ${WRKSRC}/src/modules/loaders/edb \ - ${WRKSRC}/src/modules/savers/edb - -CONFIGURE_ARGS= --disable-software-x11 \ - --disable-software-16-x11 \ - --disable-software-xcb \ - --disable-directfb \ - --disable-sdl \ - --disable-buffer \ - --disable-software-qtopia \ - --disable-gl-x11 \ - --disable-cairo-x11 \ - --disable-xrender-x11 \ - --disable-xrender-xcb \ - --disable-glitz-x11 \ - --disable-image-loader-gif \ - --disable-image-loader-png \ - --disable-image-loader-jpeg \ - --disable-image-loader-eet \ - --enable-image-loader-edb \ - --disable-image-loader-tiff \ - --disable-image-loader-xpm \ - --disable-image-loader-svg - -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-edb/distinfo b/graphics/evas-loader-edb/distinfo deleted file mode 100644 index 1f41f12b303e..000000000000 --- a/graphics/evas-loader-edb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (evas-0.9.9.042.tar.bz2) = e7ebc64a983950979b5488cc0b6fe2b3220f24da554c12c96a4f9131e5a76440 -SIZE (evas-0.9.9.042.tar.bz2) = 7373199 diff --git a/graphics/evas-loader-edb/pkg-descr b/graphics/evas-loader-edb/pkg-descr deleted file mode 100644 index e525449b6c61..000000000000 --- a/graphics/evas-loader-edb/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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://enlightenment.sourceforge.net/Libraries/Evas/ diff --git a/graphics/evas-loader-edb/pkg-plist b/graphics/evas-loader-edb/pkg-plist deleted file mode 100644 index 5720df50c884..000000000000 --- a/graphics/evas-loader-edb/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/evas/modules/loaders/edb/%%E17_ARCH%%/module.a -lib/evas/modules/loaders/edb/%%E17_ARCH%%/module.la -lib/evas/modules/loaders/edb/%%E17_ARCH%%/module.so -lib/evas/modules/savers/edb/%%E17_ARCH%%/module.a -lib/evas/modules/savers/edb/%%E17_ARCH%%/module.la -lib/evas/modules/savers/edb/%%E17_ARCH%%/module.so -@dirrm lib/evas/modules/loaders/edb/%%E17_ARCH%% -@dirrm lib/evas/modules/loaders/edb -@dirrm lib/evas/modules/savers/edb/%%E17_ARCH%% -@dirrm lib/evas/modules/savers/edb -@dirrmtry lib/evas/modules/savers -@dirrmtry lib/evas/modules/loaders -@dirrmtry lib/evas/modules -@dirrmtry lib/evas diff --git a/www/Makefile b/www/Makefile index 662bf4fcf993..0d0a76694db3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -400,7 +400,6 @@ SUBDIR += links SUBDIR += links-hacked SUBDIR += links1 - SUBDIR += linux-f10-flashplugin10 SUBDIR += linux-f10-flashplugin11 SUBDIR += linux-firefox SUBDIR += linux-flashplugin9 diff --git a/www/linux-f10-flashplugin10/Makefile b/www/linux-f10-flashplugin10/Makefile deleted file mode 100644 index 278b6641334a..000000000000 --- a/www/linux-f10-flashplugin10/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: www/linux-f10-flashplugin10 -# Date created: 2009-06-26 -# Whom: bsam -# Based on: www/linux-f8-flashplugin10 by nox@ -# -# $FreeBSD$ -# - -PORTNAME= flashplugin -PORTVERSION= 10.3r183.11 -CATEGORIES= www multimedia linux -MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/./}/:plugin \ - ftp://ftp.ipt.ru/pub/download/:suplib \ - LOCAL/nox:suplib -PKGNAMEPREFIX= linux-f10- -DISTFILES= install_flash_player_10_linux.tar.gz:plugin \ - linux-f10-flashsupport-9.0.1.i386.tar.gz:suplib -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} - -MAINTAINER= emulation@FreeBSD.org -COMMENT= Adobe Flash Player NPAPI Plugin - -ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX= yes -USE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap gtk2 -WANT_GNOME= yes - -DEPRECATED= has vulnerabilities and is EOL -FORBIDDEN= insecure version - use flashplugin11 -EXPIRATION_DATE= 2012-03-27 - -RESTRICTED= Redistribution not allowed -RESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} - -NO_BUILD= yes -WRKSRC= ${WRKDIR} - -USE_NPAPI= linux-* -NPAPI_FILES= libflashplayer.so - -CONFLICTS= linux-flashplugin-9* linux-f8-flashplugin10-* linux-f10-flashplugin11-* - -OPTIONS= GNOME "include gnome support for .desktop file" Off - -.include <bsd.port.pre.mk> - -.ifndef(WITHOUT_GNOME) -INSTALLS_ICONS= yes -USE_GNOME= desktopfileutils -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' -e '/^NotShowIn=KDE/d' ${WRKDIR}/usr/share/applications/flash-player-properties.desktop - -post-install: - @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib - @${INSTALL_PROGRAM} ${WRKDIR}/usr/bin/flash-player-properties ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/applications/ - @${INSTALL_DATA} ${WRKDIR}/usr/share/applications/flash-player-properties.desktop ${DESKTOPDIR} - @(cd ${WRKDIR}/usr/share/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons) - -@update-desktop-database - -.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" -.include <bsd.port.post.mk> diff --git a/www/linux-f10-flashplugin10/distinfo b/www/linux-f10-flashplugin10/distinfo deleted file mode 100644 index e312ccd947a1..000000000000 --- a/www/linux-f10-flashplugin10/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (flashplugin/10.3r183.11/install_flash_player_10_linux.tar.gz) = 57739e4333c2712409e0f47e0c681c2ae3eb495d1e9dc1d30fd8344c8e896d85 -SIZE (flashplugin/10.3r183.11/install_flash_player_10_linux.tar.gz) = 5460006 -SHA256 (flashplugin/10.3r183.11/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/10.3r183.11/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 diff --git a/www/linux-f10-flashplugin10/pkg-descr b/www/linux-f10-flashplugin10/pkg-descr deleted file mode 100644 index 9c9dcd2de5d8..000000000000 --- a/www/linux-f10-flashplugin10/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is the official Flash Player from Adobe. This plugin enables -you to see .swf and .spl files on the 'net from your Opera, Mozilla or -Firefox sessions. - -Please see the Adobe home page for more information. - -FreeBSD Flash License Agreement: - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 - -WWW: http://www.adobe.com/ diff --git a/www/linux-f10-flashplugin10/pkg-plist b/www/linux-f10-flashplugin10/pkg-plist deleted file mode 100644 index c936fc9b9125..000000000000 --- a/www/linux-f10-flashplugin10/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/flash-player-properties -share/applications/flash-player-properties.desktop -share/icons/hicolor/16x16/apps/flash-player-properties.png -share/icons/hicolor/22x22/apps/flash-player-properties.png -share/icons/hicolor/24x24/apps/flash-player-properties.png -share/icons/hicolor/32x32/apps/flash-player-properties.png -share/icons/hicolor/48x48/apps/flash-player-properties.png -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/applications -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null 2>&1 || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null 2>&1 || /usr/bin/true -@cwd /compat/linux -usr/lib/libflashsupport.so -@cwd diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 77db86931fdf..6ceaba01356e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -42,9 +42,6 @@ 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-engage @@ -69,7 +66,6 @@ SUBDIR += e17-module-mpdule SUBDIR += e17-module-net SUBDIR += e17-module-news - SUBDIR += e17-module-notification SUBDIR += e17-module-penguins SUBDIR += e17-module-photo SUBDIR += e17-module-places diff --git a/x11-wm/e17-module-efm_nav/Makefile b/x11-wm/e17-module-efm_nav/Makefile deleted file mode 100644 index 07c3d0fbd0c4..000000000000 --- a/x11-wm/e17-module-efm_nav/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-efm_nav -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -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- - -MAINTAINER= magik@roorback.net -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 -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-efm_nav/distinfo b/x11-wm/e17-module-efm_nav/distinfo deleted file mode 100644 index 130d7aa159aa..000000000000 --- a/x11-wm/e17-module-efm_nav/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/efm_nav-20110129.tar.bz2) = dc6ec9e936e73e3b3d5e2e53cea79955a663455b40f12f94bf96336811991c3f -SIZE (e17/efm_nav-20110129.tar.bz2) = 490473 diff --git a/x11-wm/e17-module-efm_nav/pkg-descr b/x11-wm/e17-module-efm_nav/pkg-descr deleted file mode 100644 index 4a8025022ef1..000000000000 --- a/x11-wm/e17-module-efm_nav/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A module that allows a user to navigate through the filesystem. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-efm_nav/pkg-plist b/x11-wm/e17-module-efm_nav/pkg-plist deleted file mode 100644 index fcf1c510dc09..000000000000 --- a/x11-wm/e17-module-efm_nav/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -lib/enlightenment/modules/efm_nav/module.desktop -lib/enlightenment/modules/efm_nav/e-module-efm_nav.edj -lib/enlightenment/modules/efm_nav/%%E17_ARCH%%/module.so -%%NLS%%lib/enlightenment/modules/efm_nav/locale/fr/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/nl/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/cs/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ar/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/he/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/lt/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/es/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/pl/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/hu/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/nb/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/hr/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/bg/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/zh_CN/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/sk/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/tr/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/da/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/it/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/eo/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/sv/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/fi/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ko/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ru/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/pt/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/pt_BR/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/ja/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/de/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/uk/LC_MESSAGES/efm_nav.mo -%%NLS%%lib/enlightenment/modules/efm_nav/locale/el/LC_MESSAGES/efm_nav.mo -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ja/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ja -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ko/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ko -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fi/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fi -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sv/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sv -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/da/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/da -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nb/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nb -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/efm_nav/locale -@dirrm lib/enlightenment/modules/efm_nav/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/efm_nav -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-efm_path/Makefile b/x11-wm/e17-module-efm_path/Makefile deleted file mode 100644 index 300e630a4843..000000000000 --- a/x11-wm/e17-module-efm_path/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-efm_path -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -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- - -MAINTAINER= magik@roorback.net -COMMENT= An e17 module that allows a user to type a location into the filemanager - -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 -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-efm_path/distinfo b/x11-wm/e17-module-efm_path/distinfo deleted file mode 100644 index 7ba9494d4a15..000000000000 --- a/x11-wm/e17-module-efm_path/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/efm_path-20110129.tar.bz2) = c9b26cb4c771380b2a0ba18129ff72c421affd8733eedc5bc205a38e10785841 -SIZE (e17/efm_path-20110129.tar.bz2) = 465991 diff --git a/x11-wm/e17-module-efm_path/pkg-descr b/x11-wm/e17-module-efm_path/pkg-descr deleted file mode 100644 index f28d7f0aeb92..000000000000 --- a/x11-wm/e17-module-efm_path/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A module that allows a user to type a location into the filemanager. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-efm_path/pkg-plist b/x11-wm/e17-module-efm_path/pkg-plist deleted file mode 100644 index 19a7b681c1f0..000000000000 --- a/x11-wm/e17-module-efm_path/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -lib/enlightenment/modules/efm_path/%%E17_ARCH%%/module.so -lib/enlightenment/modules/efm_path/e-module-efm_path.edj -lib/enlightenment/modules/efm_path/module.desktop -%%NLS%%lib/enlightenment/modules/efm_path/locale/fr/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/nl/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/cs/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/pt/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/pt_BR/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/lt/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/he/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/ar/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/hu/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/pl/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/es/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/bg/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/hr/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/tr/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/sk/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/da/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/it/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/zh_CN/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/eo/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/fi/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/sv/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/ru/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/uk/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/de/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/ja/LC_MESSAGES/efm_path.mo -%%NLS%%lib/enlightenment/modules/efm_path/locale/el/LC_MESSAGES/efm_path.mo -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ja/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ja -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sv/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sv -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fi/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fi -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/da/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/da -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/efm_path/locale -@dirrm lib/enlightenment/modules/efm_path/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/efm_path -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-efm_pathbar/Makefile b/x11-wm/e17-module-efm_pathbar/Makefile deleted file mode 100644 index 8aff3392f115..000000000000 --- a/x11-wm/e17-module-efm_pathbar/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-efm_pathbar -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -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- - -MAINTAINER= magik@roorback.net -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 -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-efm_pathbar/distinfo b/x11-wm/e17-module-efm_pathbar/distinfo deleted file mode 100644 index eae4427f0529..000000000000 --- a/x11-wm/e17-module-efm_pathbar/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/efm_pathbar-20110129.tar.bz2) = 7f7e8980df91b77d6ee13c5c59f8f45e2b32ecd528f8dd569b9eb440d2f1e813 -SIZE (e17/efm_pathbar-20110129.tar.bz2) = 488092 diff --git a/x11-wm/e17-module-efm_pathbar/pkg-descr b/x11-wm/e17-module-efm_pathbar/pkg-descr deleted file mode 100644 index dc067d8c1638..000000000000 --- a/x11-wm/e17-module-efm_pathbar/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A module that provide a pathbar gadget to navigate through the filesystem. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-efm_pathbar/pkg-plist b/x11-wm/e17-module-efm_pathbar/pkg-plist deleted file mode 100644 index 577bc050acd1..000000000000 --- a/x11-wm/e17-module-efm_pathbar/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -lib/enlightenment/modules/efm_pathbar/e-module-efm_pathbar.edj -lib/enlightenment/modules/efm_pathbar/module.desktop -lib/enlightenment/modules/efm_pathbar/%%E17_ARCH%%/module.so -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/pt_BR/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/lt/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/he/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/ar/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/cs/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/nl/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/fr/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/bg/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/hr/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/hu/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/pl/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/pt/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/es/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/eo/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/it/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/zh_CN/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/da/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/tr/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/sk/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/el/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/uk/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/ru/LC_MESSAGES/efm_pathbar.mo -%%NLS%%lib/enlightenment/modules/efm_pathbar/locale/de/LC_MESSAGES/efm_pathbar.mo -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/da/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/da -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/efm_pathbar/locale -@dirrm lib/enlightenment/modules/efm_pathbar/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/efm_pathbar -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment diff --git a/x11-wm/e17-module-notification/Makefile b/x11-wm/e17-module-notification/Makefile deleted file mode 100644 index 6440419b0a29..000000000000 --- a/x11-wm/e17-module-notification/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: e17-module-notification -# Date created: 07 January 2010 -# Whom: Grzegorz Blach <magik@roorback.net> -# -# $FreeBSD$ -# - -PORTNAME= notification -PORTVERSION= 20110129 -PORTREVISION= 1 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= http://files.roorback.net/e17/2011-01-29/modules/ -PKGNAMEPREFIX= e17-module- - -MAINTAINER= magik@roorback.net -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 -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-notification/distinfo b/x11-wm/e17-module-notification/distinfo deleted file mode 100644 index d67d2ed80f16..000000000000 --- a/x11-wm/e17-module-notification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (e17/notification-20110129.tar.bz2) = b7ddeb2e6301782881e97345489391600dc36abb490456a5a890ec109dc1d272 -SIZE (e17/notification-20110129.tar.bz2) = 562271 diff --git a/x11-wm/e17-module-notification/pkg-descr b/x11-wm/e17-module-notification/pkg-descr deleted file mode 100644 index 37cbf7bd4980..000000000000 --- a/x11-wm/e17-module-notification/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This module provides a notification daemon for E17. - -WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-notification/pkg-plist b/x11-wm/e17-module-notification/pkg-plist deleted file mode 100644 index 5f603aca8f5a..000000000000 --- a/x11-wm/e17-module-notification/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -lib/enlightenment/modules/notification/module.desktop -lib/enlightenment/modules/notification/e-module-notification.edj -lib/enlightenment/modules/notification/%%E17_ARCH%%/module.so -%%NLS%%lib/enlightenment/modules/notification/locale/it/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/en_GB/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/eo/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/tr/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/sk/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/ja/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/de/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/uk/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/el/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/sv/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/fi/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/pt/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/pt_BR/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/ru/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/cs/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/he/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/ar/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/lt/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/fr/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/nl/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/hr/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/bg/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/es/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/pl/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/fo/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/hu/LC_MESSAGES/notification.mo -%%NLS%%lib/enlightenment/modules/notification/locale/zh_CN/LC_MESSAGES/notification.mo -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/zh_CN/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/zh_CN -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hu/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hu -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fo -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pl -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/es/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/es -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/bg/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/bg -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/hr -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/nl/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/nl -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fr -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/lt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/lt -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ar/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ar -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/he/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/he -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/cs/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/cs -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ru/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ru -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt_BR/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt_BR -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/pt -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fi/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/fi -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sv/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sv -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/el/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/el -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/uk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/uk -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/de/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/de -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ja/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/ja -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sk/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/sk -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/tr/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/tr -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/eo/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/eo -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/en_GB/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/en_GB -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/it/LC_MESSAGES -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale/it -%%NLS%%@dirrm lib/enlightenment/modules/notification/locale -@dirrm lib/enlightenment/modules/notification/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/notification -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment |