diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 16:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 16:27:31 +0000 |
commit | 0827590794cb7461f7801b45b82420e1d96841cc (patch) | |
tree | d38154f82fd8e01095756446d170b13df1d48f07 | |
parent | 7c5972877635ab4cc74a56d6dfa82e5fdc750093 (diff) |
2008-02-29 mail/claws-mail-maildir: no longer supported by developers
2008-03-20 x11/e17-module-devian: abandoned by developer
2008-03-20 x11/e17-module-engage: abandoned by developer
2008-03-20 x11/e17-module-eveil: abandoned by developer
Notes
Notes:
svn path=/head/; revision=209542
25 files changed, 4 insertions, 326 deletions
@@ -3436,3 +3436,7 @@ x11/hs-x11-extras-ghc||2008-03-14|Has expired: Use x11/hs-x11-ghc instead www/mod_dosevasise20||2008-03-14|Has expired: Use www/mod_evasive20 instead textproc/p5-Text-ParseWords||2008-03-16|Module included in core perl devel/hc12mem|devel/hcs12mem|2008-03-17|Project renamed +mail/claws-mail-maildir||2008-03-21|Has expired: no longer supported by developers +x11/e17-module-devian||2008-03-21|Has expired: abandoned by developer +x11/e17-module-engage||2008-03-21|Has expired: abandoned by developer +x11/e17-module-eveil||2008-03-21|Has expired: abandoned by developer diff --git a/mail/Makefile b/mail/Makefile index 066d738cf14c..df3009964cef 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -48,7 +48,6 @@ SUBDIR += claws-mail-clamav SUBDIR += claws-mail-fetchinfo SUBDIR += claws-mail-gtkhtml2_viewer - SUBDIR += claws-mail-maildir SUBDIR += claws-mail-mailmbox SUBDIR += claws-mail-newmail SUBDIR += claws-mail-notification diff --git a/mail/claws-mail-maildir/Makefile b/mail/claws-mail-maildir/Makefile deleted file mode 100644 index 4c4984358a74..000000000000 --- a/mail/claws-mail-maildir/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: sylpheed-claws-maildir -# Date created: 3 April 2006 -# Whom: Pawel Pekala <c0rn@o2.pl> -# -# $FreeBSD$ -# - -PORTNAME= maildir -PORTVERSION= 0.24.4 -PORTREVISION?= 11 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ -PKGNAMEPREFIX= claws-mail- - -MAINTAINER= c0rn@o2.pl -COMMENT= Maildir++ plugin for claws-mail - -BUILD_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.1:${PORTSDIR}/mail/claws-mail - -USE_GMAKE= yes -USE_XLIB= yes -USE_AUTOTOOLS= autoconf:261 -USE_BDB= yes - -DEPRECATED= no longer supported by developers -EXPIRATION_DATE= 2008-02-29 - -CONFIGURE_ENV= CFLAGS="-I${BDB_INCLUDE_DIR}" \ - LDFLAGS="-l${BDB_LIB_NAME} -L${BDB_LIB_DIR}" - -PLIST_FILES= lib/claws-mail/plugins/maildir.a \ - lib/claws-mail/plugins/maildir.la \ - lib/claws-mail/plugins/maildir.so - -.include <bsd.port.mk> diff --git a/mail/claws-mail-maildir/distinfo b/mail/claws-mail-maildir/distinfo deleted file mode 100644 index 0922c089c5c1..000000000000 --- a/mail/claws-mail-maildir/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (maildir-0.24.4.tar.gz) = de207f0148ef52dfda3aba85509d53be -SHA256 (maildir-0.24.4.tar.gz) = f98e843a9b3012f61b1223958275687dcc0b6af46d12f1a84037e002b257a47d -SIZE (maildir-0.24.4.tar.gz) = 342825 diff --git a/mail/claws-mail-maildir/files/patch-configure.ac b/mail/claws-mail-maildir/files/patch-configure.ac deleted file mode 100644 index b4d56a1e19ec..000000000000 --- a/mail/claws-mail-maildir/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig Tue May 9 14:35:01 2006 -+++ configure.ac Tue May 9 14:36:08 2006 -@@ -92,7 +92,7 @@ - case "$DBVERS" in - 3) - AC_MSG_RESULT([version 3.x or above]) -- for lib in db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do -+ for lib in db-4.4 db-4.3 db-4.2 db41 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do - if test "x$DBLINKED" = "x0"; then - dnl AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], []) - dnl installations of libdb4 function names are defined in db.h diff --git a/mail/claws-mail-maildir/files/patch-plugin.c b/mail/claws-mail-maildir/files/patch-plugin.c deleted file mode 100644 index e427348b44ed..000000000000 --- a/mail/claws-mail-maildir/files/patch-plugin.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/plugin.c.orig 2007-07-14 19:40:48.000000000 +0000 -+++ src/plugin.c 2007-07-14 19:43:00.000000000 +0000 -@@ -44,12 +44,13 @@ - return 0; - } - --void plugin_done(void) -+gboolean plugin_done(void) - { - maildir_gtk_done(); - if (!claws_is_exiting()) - folder_unregister_class(maildir_get_class()); - uiddb_done(); -+ return TRUE; - } - - const gchar *plugin_name(void) diff --git a/mail/claws-mail-maildir/pkg-descr b/mail/claws-mail-maildir/pkg-descr deleted file mode 100644 index 5c0db8cba099..000000000000 --- a/mail/claws-mail-maildir/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This plugin provides direct support for Maildir++ mailboxes. -With this plugin you can share your Maildir++ mailbox with other -mailers or IMAP servers. diff --git a/x11/Makefile b/x11/Makefile index 60245d7f61e0..67ee9d23bc23 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -40,9 +40,6 @@ SUBDIR += e17-module-calendar SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow - SUBDIR += e17-module-devian - SUBDIR += e17-module-engage - SUBDIR += e17-module-eveil SUBDIR += e17-module-flame SUBDIR += e17-module-language SUBDIR += e17-module-mail diff --git a/x11/e17-module-devian/Makefile b/x11/e17-module-devian/Makefile deleted file mode 100644 index dcee14703d12..000000000000 --- a/x11/e17-module-devian/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: e17-module-devian -# Date created: 23 June 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $FreeBSD$ -# - -PORTNAME= devian -PORTVERSION= 20060926 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11 -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -PKGNAMEPREFIX= e17-module- - -MAINTAINER= stas@FreeBSD.org -COMMENT= An e17 module that displays images and rss feeds - -BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget pkgconfig -USE_EFL= edje - -BROKEN= doesn't compile with recent e17 -DEPRECATED= abandoned by developer -EXPIRATION_DATE= 2008-03-20 - -.include <bsd.port.mk> diff --git a/x11/e17-module-devian/distinfo b/x11/e17-module-devian/distinfo deleted file mode 100644 index 7268ad264ee3..000000000000 --- a/x11/e17-module-devian/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (devian-20060926.tar.bz2) = ee8a004b60761c2e1f50d0b02cf7ba06 -SHA256 (devian-20060926.tar.bz2) = f037f93eac25e71003a56cffd0d8c383c096260dea65e4acf2c868615156e37d -SIZE (devian-20060926.tar.bz2) = 1138740 diff --git a/x11/e17-module-devian/pkg-descr b/x11/e17-module-devian/pkg-descr deleted file mode 100644 index 786036439055..000000000000 --- a/x11/e17-module-devian/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This e17 module allows you to fetch and display on desktop rss feeds, images -and logs. - -Author: Laurent 'kiwi' Ghigonis <ooookiwi@free.fr> -WWW: http://www.enlightenment.org diff --git a/x11/e17-module-devian/pkg-plist b/x11/e17-module-devian/pkg-plist deleted file mode 100644 index 239a0488863f..000000000000 --- a/x11/e17-module-devian/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -lib/enlightenment/modules/devian/dEvian.jpg -lib/enlightenment/modules/devian/%%MODULE_ARCH%%/module.a -lib/enlightenment/modules/devian/%%MODULE_ARCH%%/module.la -lib/enlightenment/modules/devian/%%MODULE_ARCH%%/module.so -lib/enlightenment/modules/devian/module.eap -lib/enlightenment/modules/devian/module_icon.png -lib/enlightenment/modules/devian/themes/blue_eyed.edj -lib/enlightenment/modules/devian/themes/clean.edj -lib/enlightenment/modules/devian/themes/minimal.edj -@dirrm lib/enlightenment/modules/devian/themes -@dirrm lib/enlightenment/modules/devian/%%MODULE_ARCH%% -@dirrm lib/enlightenment/modules/devian diff --git a/x11/e17-module-engage/Makefile b/x11/e17-module-engage/Makefile deleted file mode 100644 index 2c5786c8ec75..000000000000 --- a/x11/e17-module-engage/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: e17-module-engage -# Date created: 23 June 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $FreeBSD$ -# - -PORTNAME= engage -PORTVERSION= 20060719 -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= http://mbsd.msk.ru/dist/ -PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= stas@FreeBSD.org -COMMENT= Alternative e17 application launcher with tray support - -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel -LIB_DEPENDS= esmart_trans_x11.0:${PORTSDIR}/graphics/esmart \ - ewl.0:${PORTSDIR}/x11-toolkits/ewl -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnometarget -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} - -IGNORE= doesn't compile with recent e17 -DEPRECATED= abandoned by developer -EXPIRATION_DATE= 2008-03-20 - -.include <bsd.port.mk> diff --git a/x11/e17-module-engage/distinfo b/x11/e17-module-engage/distinfo deleted file mode 100644 index ca119503d594..000000000000 --- a/x11/e17-module-engage/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (engage-20060719.tar.bz2) = dad08a715f7bfd50589d6e64df578e12 -SHA256 (engage-20060719.tar.bz2) = 62ca3c1af30c51d7dd86527a2c01d97a0a2f1e674aff9a400619fde1f17d0c27 -SIZE (engage-20060719.tar.bz2) = 1344021 diff --git a/x11/e17-module-engage/files/patch-src_module_e_mod_config.c b/x11/e17-module-engage/files/patch-src_module_e_mod_config.c deleted file mode 100644 index 6d4c395957ba..000000000000 --- a/x11/e17-module-engage/files/patch-src_module_e_mod_config.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/module/e_mod_config.c.orig Thu Jul 20 00:20:27 2006 -+++ src/module/e_mod_config.c Thu Aug 3 23:24:37 2006 -@@ -35,6 +35,8 @@ - v = E_NEW(E_Config_Dialog_View, 1); - if (v) - { -+ char buf[4096]; -+ - v->create_cfdata = _create_data; - v->free_cfdata = _free_data; - v->basic.apply_cfdata = _basic_apply_data; -@@ -42,7 +44,8 @@ - v->advanced.apply_cfdata = _advanced_apply_data; - v->advanced.create_widgets = _advanced_create_widgets; - -- cfd = e_config_dialog_new(con, "Engage Configuration", NULL, 0, v, eb); -+ snprintf(buf, sizeof(buf), "%s/module.eap", e_module_dir_get(eb->engage->module)); -+ cfd = e_config_dialog_new(con, "Engage Configuration", buf, 0, v, eb); - eb->cfd = cfd; - } - } diff --git a/x11/e17-module-engage/files/patch-src_module_e_mod_main.c b/x11/e17-module-engage/files/patch-src_module_e_mod_main.c deleted file mode 100644 index 8d1375a872f8..000000000000 --- a/x11/e17-module-engage/files/patch-src_module_e_mod_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/module/e_mod_main.c.orig Thu Jul 20 00:20:27 2006 -+++ src/module/e_mod_main.c Thu Aug 3 23:24:37 2006 -@@ -151,6 +151,7 @@ - /* actually init engage */ - e = _engage_new(); - // m->config_menu = e->config_menu; -+ e->module = m; - return e; - } - diff --git a/x11/e17-module-engage/files/patch-src_module_e_mod_main.h b/x11/e17-module-engage/files/patch-src_module_e_mod_main.h deleted file mode 100644 index 19ed2172ffdf..000000000000 --- a/x11/e17-module-engage/files/patch-src_module_e_mod_main.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/module/e_mod_main.h.orig Thu Jul 20 00:20:27 2006 -+++ src/module/e_mod_main.h Thu Aug 3 23:24:37 2006 -@@ -38,8 +38,9 @@ - E_App *apps; - Evas_List *bars; - E_Menu *config_menu; -- -+ - Config *conf; -+ E_Module *module; - }; - - struct _Engage_Tray diff --git a/x11/e17-module-engage/files/patch-src_module_module_icon.edc b/x11/e17-module-engage/files/patch-src_module_module_icon.edc deleted file mode 100644 index 5c4d55f8e72f..000000000000 --- a/x11/e17-module-engage/files/patch-src_module_module_icon.edc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/module/module_icon.edc.orig Thu Aug 3 23:23:25 2006 -+++ src/module/module_icon.edc Thu Aug 3 23:23:43 2006 -@@ -4,7 +4,7 @@ - collections { - group { - name: "icon"; -- max: %d %d; -+ max: 24 24; - parts { - part { - name: "image"; diff --git a/x11/e17-module-engage/pkg-descr b/x11/e17-module-engage/pkg-descr deleted file mode 100644 index 6c18860acd93..000000000000 --- a/x11/e17-module-engage/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Engage is an application launcher with application state tracking and system -tray functionality. It has nice icon zooming and full theming. - -Author: HandyAndE <andy@handyande.co.uk> -WWW: http://www.enlightenment.org/ diff --git a/x11/e17-module-engage/pkg-plist b/x11/e17-module-engage/pkg-plist deleted file mode 100644 index e2f4cac53205..000000000000 --- a/x11/e17-module-engage/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/engage -lib/enlightenment/modules/engage/%%MODULE_ARCH%%/module.a -lib/enlightenment/modules/engage/%%MODULE_ARCH%%/module.la -lib/enlightenment/modules/engage/%%MODULE_ARCH%%/module.so -lib/enlightenment/modules/engage/icons/xapp.eap -lib/enlightenment/modules/engage/module.eap -lib/enlightenment/modules/engage/themes/gentoo.edj -lib/enlightenment/modules/engage/themes/module.edj -lib/enlightenment/modules/engage/themes/none.edj -@dirrm lib/enlightenment/modules/engage/themes -@dirrm lib/enlightenment/modules/engage/icons -@dirrm lib/enlightenment/modules/engage/%%MODULE_ARCH%% -@dirrm lib/enlightenment/modules/engage diff --git a/x11/e17-module-eveil/Makefile b/x11/e17-module-eveil/Makefile deleted file mode 100644 index 268240453637..000000000000 --- a/x11/e17-module-eveil/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: e17-module-eveil -# Date created: 23 June 2006 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $FreeBSD$ -# - -PORTNAME= eveil -PORTVERSION= 20060926 -PORTREVISION= 1 -CATEGORIES= x11 -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -PKGNAMEPREFIX= e17-module- -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= stas@FreeBSD.org -COMMENT= An e17 module to set alarms and timers - -BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel - -GNU_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget pkgconfig -USE_EFL= edje - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -IGNORE= doesn't compile with recent e17 -DEPRECATED= abandoned by developer -EXPIRATION_DATE= 2008-03-20 - -.include <bsd.port.mk> diff --git a/x11/e17-module-eveil/distinfo b/x11/e17-module-eveil/distinfo deleted file mode 100644 index bf3f9f818699..000000000000 --- a/x11/e17-module-eveil/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (eveil-20060926.tar.bz2) = dc87b851c847a84d4a85825ea84c92e2 -SHA256 (eveil-20060926.tar.bz2) = e9d3222d93c86415522ab05bbf3facaed7c6143cf998c993a0fc2815efe942e5 -SIZE (eveil-20060926.tar.bz2) = 440169 diff --git a/x11/e17-module-eveil/files/patch-e_mod_main.c b/x11/e17-module-eveil/files/patch-e_mod_main.c deleted file mode 100644 index 8283e4c5d886..000000000000 --- a/x11/e17-module-eveil/files/patch-e_mod_main.c +++ /dev/null @@ -1,18 +0,0 @@ ---- e_mod_main.c.orig Sun Jul 9 16:54:17 2006 -+++ e_mod_main.c Sun Jul 9 16:54:39 2006 -@@ -633,7 +633,6 @@ - static double - _epoch_find_date(char *date, int hour, int minute) - { -- extern long timezone; - extern int daylight; - struct tm ts; - time_t t; -@@ -663,7 +662,6 @@ - static double - _epoch_find_next(int day_monday, int day_tuesday, int day_wenesday, int day_thursday, int day_friday, int day_saturday, int day_sunday, int hour, int minute) - { -- extern long timezone; - extern int daylight; - int day_week[7]; - struct tm ts; diff --git a/x11/e17-module-eveil/pkg-descr b/x11/e17-module-eveil/pkg-descr deleted file mode 100644 index c23c0248121d..000000000000 --- a/x11/e17-module-eveil/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This e17 module allows users to set timers and alarms. - -Author: Laurent 'kiwi' Ghigonis <ooookiwi@free.fr> -WWW: http://www.enlightenment.org diff --git a/x11/e17-module-eveil/pkg-plist b/x11/e17-module-eveil/pkg-plist deleted file mode 100644 index 4ef65ffbf605..000000000000 --- a/x11/e17-module-eveil/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -lib/enlightenment/modules/eveil/alarm_disabled.png -lib/enlightenment/modules/eveil/alarm_enabled.png -lib/enlightenment/modules/eveil/alarm_snooze.png -lib/enlightenment/modules/eveil/eveil.edc -lib/enlightenment/modules/eveil/eveil.edj -lib/enlightenment/modules/eveil/%%E17_ARCH%%/module.a -lib/enlightenment/modules/eveil/%%E17_ARCH%%/module.la -lib/enlightenment/modules/eveil/%%E17_ARCH%%/module.so -lib/enlightenment/modules/eveil/module.desktop -lib/enlightenment/modules/eveil/module.edj -lib/enlightenment/modules/eveil/timer_disabled.png -lib/enlightenment/modules/eveil/timer_enabled.png -lib/enlightenment/modules/eveil/vera.ttf -%%NLS%%share/locale/eo/LC_MESSAGES/eveil.mo -%%NLS%%share/locale/it/LC_MESSAGES/eveil.mo -%%NLS%%share/locale/ja/LC_MESSAGES/eveil.mo -%%NLS%%share/locale/sv/LC_MESSAGES/eveil.mo -@dirrm lib/enlightenment/modules/eveil/%%E17_ARCH%% -@dirrm lib/enlightenment/modules/eveil -@dirrmtry lib/enlightenment/modules -@dirrmtry lib/enlightenment |