aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 17:57:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 17:57:52 +0000
commit41e18a89cb8024d4ea1e96427c63bc8ca5d3ec41 (patch)
tree790ef56698f65762dd9a11920319840af5168eaa /x11-fm
parentfa0e7718c1b06339694a23aa242699a30caf4863 (diff)
downloadports-41e18a89cb8024d4ea1e96427c63bc8ca5d3ec41.tar.gz
ports-41e18a89cb8024d4ea1e96427c63bc8ca5d3ec41.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/Makefile4
-rw-r--r--x11-fm/cfm/Makefile36
-rw-r--r--x11-fm/cfm/distinfo2
-rw-r--r--x11-fm/cfm/pkg-descr10
-rw-r--r--x11-fm/cfm/pkg-plist3
-rw-r--r--x11-fm/gnome-commander/Makefile43
-rw-r--r--x11-fm/gnome-commander/distinfo2
-rw-r--r--x11-fm/gnome-commander/files/patch-src::gnome-cmd-connection.c10
-rw-r--r--x11-fm/gnome-commander/files/patch-src_gnome-cmd-advrename-lexer.l95
-rw-r--r--x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c28
-rw-r--r--x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-list.c20
-rw-r--r--x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-selector.c20
-rw-r--r--x11-fm/gnome-commander/pkg-descr8
-rw-r--r--x11-fm/gnome-commander/pkg-plist91
-rw-r--r--x11-fm/jaffm/Makefile37
-rw-r--r--x11-fm/jaffm/distinfo2
-rw-r--r--x11-fm/jaffm/pkg-descr7
-rw-r--r--x11-fm/workplace/Makefile49
-rw-r--r--x11-fm/workplace/distinfo4
-rw-r--r--x11-fm/workplace/files/patch-aa30
-rw-r--r--x11-fm/workplace/files/patch-ab16
-rw-r--r--x11-fm/workplace/pkg-descr10
-rw-r--r--x11-fm/workplace/pkg-plist72
23 files changed, 0 insertions, 599 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index 1b98d4aa3ef9..31954abb7282 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -6,7 +6,6 @@
SUBDIR += FSViewer
SUBDIR += asfiles
SUBDIR += catseye-fm
- SUBDIR += cfm
SUBDIR += dfm
SUBDIR += dolphin
SUBDIR += emelfm2
@@ -15,10 +14,8 @@
SUBDIR += filerunner
SUBDIR += fsv
SUBDIR += gentoo
- SUBDIR += gnome-commander
SUBDIR += gnome-commander2
SUBDIR += gprename
- SUBDIR += jaffm
SUBDIR += krusader
SUBDIR += krusader2
SUBDIR += mtoolsfm
@@ -37,7 +34,6 @@
SUBDIR += tkdesk
SUBDIR += twander
SUBDIR += worker
- SUBDIR += workplace
SUBDIR += x-files
SUBDIR += xcruise
SUBDIR += xdiskusage
diff --git a/x11-fm/cfm/Makefile b/x11-fm/cfm/Makefile
deleted file mode 100644
index b1c5836a709d..000000000000
--- a/x11-fm/cfm/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: cfm
-# Date created: 23 June 2001
-# Whom: petef@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= cfm
-PORTVERSION= 0.5
-PORTREVISION= 4
-CATEGORIES= x11-fm
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.rpi.edu/~mullr/cfm/dist/
-MASTER_SITE_SUBDIR= petef
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Quick Perl/Tk file manager with support for regular expressions
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
-
-NO_BUILD= yes
-USE_PERL5= yes
-
-post-patch:
- @${PERL} -pi -e 's|#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/cfm
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/cfm ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/examples/cfm
- ${INSTALL_DATA} ${WRKSRC}/example.cfmrc \
- ${PREFIX}/share/examples/cfm/dot.cfmrc
-
-.include <bsd.port.mk>
diff --git a/x11-fm/cfm/distinfo b/x11-fm/cfm/distinfo
deleted file mode 100644
index 940bd2514796..000000000000
--- a/x11-fm/cfm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cfm-0.5.tar.gz) = 7efd4910bcc3c5f553fe2b5ed4df1d3a9c60a5384cba461f1469f8fa4b2ca3eb
-SIZE (cfm-0.5.tar.gz) = 16778
diff --git a/x11-fm/cfm/pkg-descr b/x11-fm/cfm/pkg-descr
deleted file mode 100644
index 5a05849954ce..000000000000
--- a/x11-fm/cfm/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-cfm is the "Canine File Manager", with a mutt-like interface.
-
-Some cool CFM features:
- - Color Listings
- - Mouseless Operation
- - Context Menus based on file extension
- - Limit listing by regular expression
- - Create a selection based by regular expressio
-
-WWW: http://www.rpi.edu/~mullr/cfm/
diff --git a/x11-fm/cfm/pkg-plist b/x11-fm/cfm/pkg-plist
deleted file mode 100644
index 18a5a5cdea6c..000000000000
--- a/x11-fm/cfm/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/cfm
-share/examples/cfm/dot.cfmrc
-@dirrm share/examples/cfm
diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile
deleted file mode 100644
index 41f4eeb24c33..000000000000
--- a/x11-fm/gnome-commander/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: gnomem-commander
-# Date created: 23 April 2002
-# Whom: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-commander
-PORTVERSION= 1.0.1
-PORTREVISION= 9
-CATEGORIES= x11-fm gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= File manager for Gnome
-
-DEPRECATED= Gnome1 is deprecated, consider using gnome-commander2
-EXPIRATION_DATE= 2011-05-01
-
-.if defined(WITH_FAM)
-LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
-.else
-CONFIGURE_ARGS= --without-fam
-.endif
-
-CONFLICTS= gnome-commander2-*
-
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack gnometarget gnomevfs gnomelibs gdkpixbuf
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
-
-pre-everything::
-.if !defined(WITH_FAM)
- @${ECHO} ""
- @${ECHO} " Define WITH_FAM to add support for the"
- @${ECHO} " 'file alteration monitor' fam"
- @${ECHO} ""
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11-fm/gnome-commander/distinfo b/x11-fm/gnome-commander/distinfo
deleted file mode 100644
index 3bfada696830..000000000000
--- a/x11-fm/gnome-commander/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome-commander-1.0.1.tar.bz2) = a6b6373830a2f6e6994a3363f58452a4c43bbf18687566098a80e6870430a865
-SIZE (gnome-commander-1.0.1.tar.bz2) = 423714
diff --git a/x11-fm/gnome-commander/files/patch-src::gnome-cmd-connection.c b/x11-fm/gnome-commander/files/patch-src::gnome-cmd-connection.c
deleted file mode 100644
index dea0efea2b2e..000000000000
--- a/x11-fm/gnome-commander/files/patch-src::gnome-cmd-connection.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gnome-cmd-connection.c.orig Tue Aug 19 16:07:51 2003
-+++ src/gnome-cmd-connection.c Tue Aug 19 16:08:00 2003
-@@ -17,7 +17,6 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
- #include <config.h>
--#include <mntent.h>
- #include "gnome-cmd-includes.h"
- #include "gnome-cmd-connection-funcs.h"
- #include "gnome-cmd-dir-funcs.h"
diff --git a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-advrename-lexer.l b/x11-fm/gnome-commander/files/patch-src_gnome-cmd-advrename-lexer.l
deleted file mode 100644
index 8e471ec0af9c..000000000000
--- a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-advrename-lexer.l
+++ /dev/null
@@ -1,95 +0,0 @@
---- src/gnome-cmd-advrename-lexer.l.orig 2007-12-07 01:47:10.000000000 +0100
-+++ src/gnome-cmd-advrename-lexer.l 2007-12-07 01:49:09.000000000 +0100
-@@ -85,8 +85,8 @@
- case 'p' : *s++ = PARENT_DIR; break;
- }
-
-- *((int *) s)++ = --from;
-- *((int *) s)++ = length;
-+ *s++ = --from;
-+ *s++ = length;
- }
-
- fname_template_size -= sizeof(char)+2*sizeof(int);
-@@ -99,7 +99,7 @@
- precision = -1;
- sscanf(yytext+3,"%d",&precision);
- *s++ = COUNTER;
-- *((int *) s)++ = precision<MAX_PRECISION ? precision : MAX_PRECISION;
-+ *s++ = precision<MAX_PRECISION ? precision : MAX_PRECISION;
- fname_template_size -= sizeof(char)+sizeof(int);
- }
- }
-@@ -117,8 +117,8 @@
- case 'p' : *s++ = PARENT_DIR; break;
- }
-
-- *((int *) s)++ = 0;
-- *((int *) s)++ = -1;
-+ *s++ = 0;
-+ *s++ = -1;
-
- fname_template_size -= sizeof(char)+2*sizeof(int);
- }
-@@ -128,7 +128,7 @@
- if (fname_template_size>1+sizeof(int))
- {
- *s++ = COUNTER;
-- *((int *) s)++ = -1;
-+ *s++ = -1;
- fname_template_size -= sizeof(char)+sizeof(int);
- }
- }
-@@ -260,8 +260,8 @@
- switch (*src)
- {
- case NAME : ++src;
-- from = *((int *) src)++;
-- length = *((int *) src)++;
-+ from = *src++;
-+ length = *src++;
- mksubstr(name_len,&from,&length);
- if (length<=NAME_MAX-(dest-fmt))
- {
-@@ -271,8 +271,8 @@
- break;
-
- case EXTENSION : ++src;
-- from = *((int *) src)++;
-- length = *((int *) src)++;
-+ from = *src++;
-+ length = *src++;
- mksubstr(ext_len,&from,&length);
- if (length<=NAME_MAX-(dest-fmt))
- {
-@@ -282,8 +282,8 @@
- break;
-
- case FULL_NAME : ++src;
-- from = *((int *) src)++;
-- length = *((int *) src)++;
-+ from = *src++;
-+ length = *src++;
- mksubstr(full_name_len,&from,&length);
- if (length<=NAME_MAX-(dest-fmt))
- {
-@@ -293,8 +293,8 @@
- break;
-
- case PARENT_DIR: ++src;
-- from = *((int *) src)++;
-- length = *((int *) src)++;
-+ from = *src++;
-+ length = *src++;
- mksubstr(parent_dir_len,&from,&length);
- if (length<=NAME_MAX-(dest-fmt))
- {
-@@ -304,7 +304,7 @@
- break;
-
- case COUNTER : ++src;
-- precision = *((int *) src)++;
-+ precision = *src++;
- if (precision!=-1)
- sprintf(custom_counter_fmt,"%%0%ilu",precision);
- dest += snprintf(dest,NAME_MAX-(dest-fmt),(precision==-1 ? counter_fmt : custom_counter_fmt),counter);
diff --git a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c b/x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c
deleted file mode 100644
index 624ee5491131..000000000000
--- a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/gnome-cmd-data.c.orig 2007-12-07 01:52:03.000000000 +0100
-+++ src/gnome-cmd-data.c 2007-12-07 01:55:02.000000000 +0100
-@@ -557,10 +557,10 @@
- data->priv->advrename_defaults->height);
-
- write_int_array ("/gnome-commander/advrename/pat_col_widths%d",
-- advrename_dialog_default_pat_column_width,
-+ (gint *) &advrename_dialog_default_pat_column_width,
- ADVRENAME_DIALOG_PAT_NUM_COLUMNS);
- write_int_array ("/gnome-commander/advrename/res_col_widths%d",
-- advrename_dialog_default_res_column_width,
-+ (gint *)&advrename_dialog_default_res_column_width,
- ADVRENAME_DIALOG_RES_NUM_COLUMNS);
-
- set_int ("/gnome-commander/advrename/sep_value",
-@@ -688,10 +688,10 @@
- "/gnome-commander/advrename/height", 400);
-
- load_int_array ("/gnome-commander/advrename/pat_col_widths%d",
-- advrename_dialog_default_pat_column_width,
-+ (gint *)&advrename_dialog_default_pat_column_width,
- ADVRENAME_DIALOG_PAT_NUM_COLUMNS);
- load_int_array ("/gnome-commander/advrename/res_col_widths%d",
-- advrename_dialog_default_res_column_width,
-+ (gint *)&advrename_dialog_default_res_column_width,
- ADVRENAME_DIALOG_RES_NUM_COLUMNS);
-
- data->priv->advrename_defaults->sep_value = get_int (
diff --git a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-list.c b/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-list.c
deleted file mode 100644
index 003ae7dcc86c..000000000000
--- a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-list.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/gnome-cmd-file-list.c.orig 2007-12-07 01:55:47.000000000 +0100
-+++ src/gnome-cmd-file-list.c 2007-12-07 01:58:30.000000000 +0100
-@@ -57,7 +57,7 @@
- };
-
-
--static GtkTargetEntry drag_types [] = {
-+GtkTargetEntry drag_types [] = {
- { TARGET_URI_LIST_TYPE, 0, TARGET_URI_LIST },
- { TARGET_TEXT_PLAIN_TYPE, 0, TARGET_TEXT_PLAIN },
- { TARGET_URL_TYPE, 0, TARGET_URL }
-@@ -574,7 +574,7 @@
- switch (info){
- case TARGET_URI_LIST:
- case TARGET_TEXT_PLAIN:
-- gtk_selection_data_set (selection_data, selection_data->target, 8, data, len);
-+ gtk_selection_data_set (selection_data, selection_data->target, 8, (guchar *)data, len);
- break;
-
- case TARGET_URL:
diff --git a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-selector.c b/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-selector.c
deleted file mode 100644
index 86e120123ff4..000000000000
--- a/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-selector.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/gnome-cmd-file-selector.c.orig 2007-12-07 01:59:14.000000000 +0100
-+++ src/gnome-cmd-file-selector.c 2007-12-07 02:00:52.000000000 +0100
-@@ -42,7 +42,7 @@
-
- #define AUTOSCROLL_INTERVAL 100
-
--static GtkTargetEntry drop_types [] = {
-+GtkTargetEntry drop_types [] = {
- { TARGET_URI_LIST_TYPE, 0, TARGET_URI_LIST },
- { TARGET_URL_TYPE, 0, TARGET_URL }
- };
-@@ -405,7 +405,7 @@
- /* Transform the drag data to a list with uris
- *
- */
-- uri_list = strings_to_uris (selection_data->data);
-+ uri_list = strings_to_uris ((gchar *)selection_data->data);
-
- if (g_list_length (uri_list) == 1) {
- GnomeVFSURI *uri = (GnomeVFSURI*)uri_list->data;
diff --git a/x11-fm/gnome-commander/pkg-descr b/x11-fm/gnome-commander/pkg-descr
deleted file mode 100644
index 7906f4b28661..000000000000
--- a/x11-fm/gnome-commander/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-GNOME Commander is file manager aimed at people that wants an efficient and
-fast file manager. The program can currently perform most common file
-operations such as copy, move, delete, chown and chmod and so on. It can also
-detect changes to files caused by other programs and update the views without
-the need for the user to manually reload. The program also supports
-Copy & Paste as well as Drag & Drop.
-
-WWW: http://www.nongnu.org/gcmd/
diff --git a/x11-fm/gnome-commander/pkg-plist b/x11-fm/gnome-commander/pkg-plist
deleted file mode 100644
index c5b0d20a0ff2..000000000000
--- a/x11-fm/gnome-commander/pkg-plist
+++ /dev/null
@@ -1,91 +0,0 @@
-bin/gnome-commander
-share/gnome/apps/Applications/gnome-commander.desktop
-share/locale/de/LC_MESSAGES/gnome-commander.mo
-share/locale/es/LC_MESSAGES/gnome-commander.mo
-share/locale/fr/LC_MESSAGES/gnome-commander.mo
-share/locale/pl/LC_MESSAGES/gnome-commander.mo
-share/locale/ru/LC_MESSAGES/gnome-commander.mo
-share/locale/sk/LC_MESSAGES/gnome-commander.mo
-share/locale/sv/LC_MESSAGES/gnome-commander.mo
-share/pixmaps/gnome-commander/device-icons/burner.xpm
-share/pixmaps/gnome-commander/device-icons/camera.xpm
-share/pixmaps/gnome-commander/device-icons/cdrom.xpm
-share/pixmaps/gnome-commander/device-icons/floppy.xpm
-share/pixmaps/gnome-commander/device-icons/zip.xpm
-share/pixmaps/gnome-commander/exec.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_block_device.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_char_device.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_dir.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_fifo.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_regular.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_socket.xpm
-share/pixmaps/gnome-commander/file-type-icons/file_type_symlink.xpm
-share/pixmaps/gnome-commander/ftp.xpm
-share/pixmaps/gnome-commander/ftp_connect.xpm
-share/pixmaps/gnome-commander/ftp_disconnect.xpm
-share/pixmaps/gnome-commander/gcmd-icon1.png
-share/pixmaps/gnome-commander/gcmd-icon1.xpm
-share/pixmaps/gnome-commander/gcmd-icon2.png
-share/pixmaps/gnome-commander/gcmd-icon3.xpm
-share/pixmaps/gnome-commander/gnome_cmd_arrow_blank.xpm
-share/pixmaps/gnome-commander/gnome_cmd_arrow_down.xpm
-share/pixmaps/gnome-commander/gnome_cmd_arrow_up.xpm
-share/pixmaps/gnome-commander/home.xpm
-share/pixmaps/gnome-commander/key.xpm
-share/pixmaps/gnome-commander/lock.xpm
-share/pixmaps/gnome-commander/menu_bookmark.xpm
-share/pixmaps/gnome-commander/menu_ftp_connect.xpm
-share/pixmaps/gnome-commander/menu_ftp_disconnect.xpm
-share/pixmaps/gnome-commander/mime-icons/gnome-application-msword.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-pdf.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-postscript.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.ms-excel.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.ms-powerpoint.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.calc.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.draw.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.impress.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.writer.math.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-vnd.sun.xml.writer.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-anjuta-project.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-arj.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-bzip.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-compressed.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-dia-diagram.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-executable-binary.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-glade.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-gnumeric.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-gzip.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-mrproject.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-ogg.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-x-rpm.png
-share/pixmaps/gnome-commander/mime-icons/gnome-application-zip.png
-share/pixmaps/gnome-commander/mime-icons/gnome-audio-plain.png
-share/pixmaps/gnome-commander/mime-icons/gnome-audio-x-mp3.png
-share/pixmaps/gnome-commander/mime-icons/gnome-compressed.png
-share/pixmaps/gnome-commander/mime-icons/gnome-image-plain.png
-share/pixmaps/gnome-commander/mime-icons/gnome-text-html.png
-share/pixmaps/gnome-commander/mime-icons/gnome-text-plain.png
-share/pixmaps/gnome-commander/mime-icons/gnome-text-x-c-header.png
-share/pixmaps/gnome-commander/mime-icons/gnome-text-x-c.png
-share/pixmaps/gnome-commander/mime-icons/gnome-text-x-sh.png
-share/pixmaps/gnome-commander/mime-icons/gnome-video-plain.png
-share/pixmaps/gnome-commander/mime-icons/i-blockdev.png
-share/pixmaps/gnome-commander/mime-icons/i-chardev.png
-share/pixmaps/gnome-commander/mime-icons/i-directory.png
-share/pixmaps/gnome-commander/mime-icons/i-fifo.png
-share/pixmaps/gnome-commander/mime-icons/i-music.png
-share/pixmaps/gnome-commander/mime-icons/i-regular.png
-share/pixmaps/gnome-commander/mime-icons/i-socket.png
-share/pixmaps/gnome-commander/mime-icons/i-symlink.png
-share/pixmaps/gnome-commander/mkdir.xpm
-share/pixmaps/gnome-commander/overlay_symlink.xpm
-share/pixmaps/gnome-commander/overlay_umount.xpm
-share/pixmaps/gnome-commander/parent_dir.xpm
-share/pixmaps/gnome-commander/root_dir.xpm
-share/pixmaps/gnome-commander/server.xpm
-share/pixmaps/gnome-commander/smb-computer.xpm
-share/pixmaps/gnome-commander/smb-network.xpm
-@dirrm share/pixmaps/gnome-commander/mime-icons
-@dirrm share/pixmaps/gnome-commander/file-type-icons
-@dirrm share/pixmaps/gnome-commander/device-icons
-@dirrm share/pixmaps/gnome-commander
diff --git a/x11-fm/jaffm/Makefile b/x11-fm/jaffm/Makefile
deleted file mode 100644
index 3086e8be9880..000000000000
--- a/x11-fm/jaffm/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: jaffm
-# Date Created: 2006-04-27
-# Whom: Shaun Amott <shaun@inerd.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jaffm
-PORTVERSION= 1.4
-PORTREVISION= 7
-CATEGORIES= x11-fm
-MASTER_SITES= http://binary.is/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A lightweight file manager inspired by MacOS Finder
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_BZIP2= yes
-USE_WX= 2.4-2.6
-ALL_TARGET= ${PORTNAME}
-
-PLIST_FILES= bin/${PORTNAME}
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's#^PREFIX=.*#PREFIX=${PREFIX}#' \
- -e 's#$$(shell wx-config \(.*\))#`${WX_CONFIG} \1`#' \
- -e 's#^FLAGS=-ggdb#FLAGS=${CFLAGS}#' \
- ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-
-.include <bsd.port.post.mk>
diff --git a/x11-fm/jaffm/distinfo b/x11-fm/jaffm/distinfo
deleted file mode 100644
index f36482abcdb6..000000000000
--- a/x11-fm/jaffm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jaffm-1.4.tar.bz2) = 625021ec67bbd0313b5ad38e3abc6c27dc44ce1f7728870f18e37d30643949ba
-SIZE (jaffm-1.4.tar.bz2) = 17691
diff --git a/x11-fm/jaffm/pkg-descr b/x11-fm/jaffm/pkg-descr
deleted file mode 100644
index 63d42e9b0b7f..000000000000
--- a/x11-fm/jaffm/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Jaffm is a lightweight wxWindows (GTK+ interface) file manager for
-Unix, written in C++. It is aimed at nonsense-free file management. It
-is mostly inspired by the List View in Mac OS Finder, but also has
-Unix-handy features such as an interactive location bar with Bash-style
-tab completion, and a simple but elegant user interface.
-
-WWW: http://jaffm.binary.is/
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile
deleted file mode 100644
index 52f520c96768..000000000000
--- a/x11-fm/workplace/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: workplace
-# Date created: 7 March 1998
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= workplace
-PORTVERSION= 1.0.a3
-PORTREVISION= 6
-PORTEPOCH= 1
-CATEGORIES= x11-fm
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= trevor
-
-PATCH_SITES= http://people.freebsd.org/~trevor/ports/
-PATCHFILES= workplace-1.0.a3+tj1.diff.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= File manager and launcher
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-GNU_CONFIGURE= yes
-USE_GNOME= gtk12
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/glib12 \
- -I${LOCALBASE}/include/gtk12" \
- LIBS="-L${LOCALBASE}/lib"
-
-pre-configure:
- @ ${RM} ${WRKSRC}/config.cache
-
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/src/workplace ${PREFIX}/bin
- @ ${MKDIR} ${PREFIX}/include/X11/pixmaps
- @ ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/include/X11/pixmaps
-.if !defined(NOPORTDOCS)
-.for file in AUTHORS INSTALL README TODO
- @ ${MKDIR} ${PREFIX}/share/doc/workplace
- @ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-.if !defined(NOPORTEXAMPLES)
- @ ${MKDIR} ${EXAMPLESDIR}
- @ ${INSTALL_DATA} ${WRKSRC}/example/* ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11-fm/workplace/distinfo b/x11-fm/workplace/distinfo
deleted file mode 100644
index 39120f1ea9ba..000000000000
--- a/x11-fm/workplace/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (workplace-1.0.a3.tar.gz) = 1406e10ce40611dbcef408dca2a03ffc26bf1bdbfcbb21765bf791418dc8a582
-SIZE (workplace-1.0.a3.tar.gz) = 178180
-SHA256 (workplace-1.0.a3+tj1.diff.gz) = b4984a7459ab1264f34e7d79e313042e0c47986c06100eed7d24fd03e24ed891
-SIZE (workplace-1.0.a3+tj1.diff.gz) = 3193
diff --git a/x11-fm/workplace/files/patch-aa b/x11-fm/workplace/files/patch-aa
deleted file mode 100644
index 7dd24a87cd4e..000000000000
--- a/x11-fm/workplace/files/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Wed Apr 8 02:48:44 1998
-+++ configure Thu Oct 5 02:42:18 2000
-@@ -1807,14 +1807,14 @@
-
- LDFLAGS="$saved_ldflags $X_LDFLAGS $X_LIBS"
-
-- echo $ac_n "checking for gtk_widget_new in -lgtk""... $ac_c" 1>&6
--echo "configure:1812: checking for gtk_widget_new in -lgtk" >&5
--ac_lib_var=`echo gtk'_'gtk_widget_new | sed 'y%./+-%__p_%'`
-+ echo $ac_n "checking for gtk_widget_new in -lgtk-12""... $ac_c" 1>&6
-+echo "configure:1812: checking for gtk_widget_new in -lgtk-12" >&5
-+ac_lib_var=`echo gtk-12'_'gtk_widget_new | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lgtk -lgdk -lglib $x_libs -lm $LIBS"
-+LIBS="-lgtk-12 -lgdk-12 -lglib-12 $x_libs -lm $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1820 "configure"
- #include "confdefs.h"
-@@ -1842,7 +1842,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- X_LIBS="$X_LIBS -lgtk -lgdk -lglib $x_libs -lm"
-+ X_LIBS="$X_LIBS -lgtk-12 -lgdk-12 -lglib-12 $x_libs -lm"
- else
- echo "$ac_t""no" 1>&6
- { echo "configure: error: Can not link with gtk/gdk/glib" 1>&2; exit 1; }
diff --git a/x11-fm/workplace/files/patch-ab b/x11-fm/workplace/files/patch-ab
deleted file mode 100644
index 5e6d58663f0c..000000000000
--- a/x11-fm/workplace/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure.in.orig Wed Apr 8 02:39:00 1998
-+++ configure.in Thu Oct 5 02:42:18 2000
-@@ -37,10 +37,10 @@
-
- LDFLAGS="$saved_ldflags $X_LDFLAGS $X_LIBS"
-
-- AC_CHECK_LIB(gtk, gtk_widget_new,
-- X_LIBS="$X_LIBS -lgtk -lgdk -lglib $x_libs -lm",
-+ AC_CHECK_LIB(gtk-12, gtk_widget_new,
-+ X_LIBS="$X_LIBS -lgtk-12 -lgdk-12 -lglib-12 $x_libs -lm",
- [AC_MSG_ERROR(Can not link with gtk/gdk/glib)],
-- -lgdk -lglib $x_libs -lm)
-+ -lgdk-12 -lglib-12 $x_libs -lm)
-
- CFLAGS="$saved_cflags"
- LDFLAGS="$saved_ldflags"
diff --git a/x11-fm/workplace/pkg-descr b/x11-fm/workplace/pkg-descr
deleted file mode 100644
index 4563115fa9e4..000000000000
--- a/x11-fm/workplace/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-WorkPlace is a file manager and launcher which can copy files between another
-instance of itself by drag-and-drop (not supported in this version) or change
-permissions with one click.
-
-If you try to set preferences, the program is likely to crash, either on exit
-or immediately, possibly destroying your preference files. I recommend
-manually editing the WPPref and WPSuffix examples, then placing them in your
-~/.workplace/.
-
-Trevor Johnson
diff --git a/x11-fm/workplace/pkg-plist b/x11-fm/workplace/pkg-plist
deleted file mode 100644
index 8fa238b74241..000000000000
--- a/x11-fm/workplace/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-bin/workplace
-include/X11/pixmaps/3D.xpm
-include/X11/pixmaps/3dpaint.xpm
-include/X11/pixmaps/AceKingCards.xpm
-include/X11/pixmaps/AdobePostscript.xpm
-include/X11/pixmaps/Animator.xpm
-include/X11/pixmaps/Apple.xpm
-include/X11/pixmaps/Book.xpm
-include/X11/pixmaps/BookOpen.xpm
-include/X11/pixmaps/BooksSideBySide.xpm
-include/X11/pixmaps/Brush.xpm
-include/X11/pixmaps/BrushText.xpm
-include/X11/pixmaps/BulletHole.xpm
-include/X11/pixmaps/CAD.xpm
-include/X11/pixmaps/CD.xpm
-include/X11/pixmaps/Clipboard.xpm
-include/X11/pixmaps/ColorGNU.xpm
-include/X11/pixmaps/Communications.xpm
-include/X11/pixmaps/DTP.xpm
-include/X11/pixmaps/DVI.xpm
-include/X11/pixmaps/Debug.xpm
-include/X11/pixmaps/Draw.xpm
-include/X11/pixmaps/Equation.xpm
-include/X11/pixmaps/FileGnutar.xpm
-include/X11/pixmaps/FileGz.xpm
-include/X11/pixmaps/FileLha.xpm
-include/X11/pixmaps/FileLzh.xpm
-include/X11/pixmaps/FilePS.xpm
-include/X11/pixmaps/FileTar.xpm
-include/X11/pixmaps/FileTaz.xpm
-include/X11/pixmaps/FileTgz.xpm
-include/X11/pixmaps/FileURL.xpm
-include/X11/pixmaps/FileZ.xpm
-include/X11/pixmaps/FileZip.xpm
-include/X11/pixmaps/Ghost.xpm
-include/X11/pixmaps/ImageGIF.xpm
-include/X11/pixmaps/ImageJPG.xpm
-include/X11/pixmaps/ImageTIFF.xpm
-include/X11/pixmaps/ImageXPM.xpm
-include/X11/pixmaps/Mail.xpm
-include/X11/pixmaps/MailOpen.xpm
-include/X11/pixmaps/Mathematica.xpm
-include/X11/pixmaps/Monalisa.xpm
-include/X11/pixmaps/Monitor2.xpm
-include/X11/pixmaps/MonitorCheck.xpm
-include/X11/pixmaps/Mosaic.xpm
-include/X11/pixmaps/Netscape-1x.xpm
-include/X11/pixmaps/Netscape-2x.xpm
-include/X11/pixmaps/Netsurfer.xpm
-include/X11/pixmaps/News.xpm
-include/X11/pixmaps/PGP.xpm
-include/X11/pixmaps/Paint.xpm
-include/X11/pixmaps/Pen.xpm
-include/X11/pixmaps/Pencils.xpm
-include/X11/pixmaps/Pictorial.xpm
-include/X11/pixmaps/Reference.xpm
-include/X11/pixmaps/RenderManager.xpm
-include/X11/pixmaps/Spreadsheet.xpm
-include/X11/pixmaps/Time.xpm
-include/X11/pixmaps/WWW.xpm
-include/X11/pixmaps/Window.xpm
-include/X11/pixmaps/Write.xpm
-include/X11/pixmaps/WriteMail.xpm
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/WPPref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/WPSuffix
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-@dirrmtry include/X11/pixmaps