aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/gnome-commander2
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r--x11-fm/gnome-commander2/Makefile38
-rw-r--r--x11-fm/gnome-commander2/distinfo1
-rw-r--r--x11-fm/gnome-commander2/files/patch-configure11
-rw-r--r--x11-fm/gnome-commander2/files/patch-src_gnome-cmd-data.c11
-rw-r--r--x11-fm/gnome-commander2/pkg-comment1
-rw-r--r--x11-fm/gnome-commander2/pkg-descr8
-rw-r--r--x11-fm/gnome-commander2/pkg-plist55
7 files changed, 0 insertions, 125 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile
deleted file mode 100644
index f7980308a708..000000000000
--- a/x11-fm/gnome-commander2/Makefile
+++ /dev/null
@@ -1,38 +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= 0.9.7
-CATEGORIES= x11-fm gnome
-MASTER_SITES= http://freesoftware.fsf.org/download/gcmd/gcmd.pkg/0.9.7/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-2
-
-MAINTAINER= edybsd@yahoo.com.ar
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.if defined(WITH_FAM)
-LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
-.endif
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomevfs gnomelibs gdkpixbuf
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-WANT_AUTOMAKE_VER= 14
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl"
-
-post-patch:
-.for AM in config.sub config.guess install-sh missing mkinstalldirs
- ${LN} -fs ${AUTOMAKE_DIR}/${AM} ${WRKSRC}/${AM}
-.endfor
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \
- ${WRKSRC}/src/gnome-cmd-data.c
-
-.include <bsd.port.mk>
diff --git a/x11-fm/gnome-commander2/distinfo b/x11-fm/gnome-commander2/distinfo
deleted file mode 100644
index da357026ea7c..000000000000
--- a/x11-fm/gnome-commander2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-commander-0.9.7-2.tar.gz) = ffd06b0d2d0168787eed8b6f34a12dce
diff --git a/x11-fm/gnome-commander2/files/patch-configure b/x11-fm/gnome-commander2/files/patch-configure
deleted file mode 100644
index 6af54855514c..000000000000
--- a/x11-fm/gnome-commander2/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.old Wed Jun 12 08:28:53 2002
-+++ configure Wed Jun 12 08:29:15 2002
-@@ -4627,7 +4627,7 @@
- if test "x${prefix}" = "xNONE"; then
- PACKAGE_PIXMAPS_DIR="${ac_default_prefix}/share/pixmaps/${PACKAGE}"
- else
-- PACKAGE_PIXMAPS_DIR="${prefix}/share/pixmaps/${PACKAGE}"
-+ PACKAGE_PIXMAPS_DIR="${datadir}/pixmaps/${PACKAGE}"
- fi
-
- PIXMAPS_DIR="-DPIXMAPS_DIR=\\\"$PACKAGE_PIXMAPS_DIR\\\""
diff --git a/x11-fm/gnome-commander2/files/patch-src_gnome-cmd-data.c b/x11-fm/gnome-commander2/files/patch-src_gnome-cmd-data.c
deleted file mode 100644
index 972e8891eee2..000000000000
--- a/x11-fm/gnome-commander2/files/patch-src_gnome-cmd-data.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gnome-cmd-data.c.orig Wed Jun 5 14:25:15 2002
-+++ src/gnome-cmd-data.c Mon Jun 17 17:36:33 2002
-@@ -520,7 +520,7 @@
- data->priv->mime_scale_quality = get_int (
- "/gnome-commander/options/mime_scale_quality", 3);
- data->priv->mime_icon_dir = get_string (
-- "/gnome-commander/options/mime_icon_dir", "/usr/share/pixmaps/nautilus/");
-+ "/gnome-commander/options/mime_icon_dir", "%%X11BASE%%/share/gnome/pixmaps/nautilus/");
- data->priv->cmdline_history_length = get_int (
- "/gnome-commander/options/cmdline_history_length", 16);
-
diff --git a/x11-fm/gnome-commander2/pkg-comment b/x11-fm/gnome-commander2/pkg-comment
deleted file mode 100644
index 1c57aee3eb05..000000000000
--- a/x11-fm/gnome-commander2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-File manager for Gnome
diff --git a/x11-fm/gnome-commander2/pkg-descr b/x11-fm/gnome-commander2/pkg-descr
deleted file mode 100644
index 7f79980a0865..000000000000
--- a/x11-fm/gnome-commander2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-GNOME Commander is file mangager aimed at people that wants an efficent and
-fast file mangager. 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://gnome-commander.sourceforge.net/
diff --git a/x11-fm/gnome-commander2/pkg-plist b/x11-fm/gnome-commander2/pkg-plist
deleted file mode 100644
index 97df13573c9a..000000000000
--- a/x11-fm/gnome-commander2/pkg-plist
+++ /dev/null
@@ -1,55 +0,0 @@
-bin/gnome-commander
-share/gnome/pixmaps/gnome-commander/32_gnome-cmd.png
-share/gnome/pixmaps/gnome-commander/cvs_fish.xpm
-share/gnome/pixmaps/gnome-commander/cvs_fish_small.xpm
-share/gnome/pixmaps/gnome-commander/exec.xpm
-share/gnome/pixmaps/gnome-commander/file_type_block_device.xpm
-share/gnome/pixmaps/gnome-commander/file_type_block_device_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_char_device.xpm
-share/gnome/pixmaps/gnome-commander/file_type_char_device_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_dir.xpm
-share/gnome/pixmaps/gnome-commander/file_type_dir_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_exe_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_fifo.xpm
-share/gnome/pixmaps/gnome-commander/file_type_fifo_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_regular.xpm
-share/gnome/pixmaps/gnome-commander/file_type_regular_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_socket.xpm
-share/gnome/pixmaps/gnome-commander/file_type_socket_big.xpm
-share/gnome/pixmaps/gnome-commander/file_type_sym_block_device.xpm
-share/gnome/pixmaps/gnome-commander/file_type_sym_char_device.xpm
-share/gnome/pixmaps/gnome-commander/file_type_sym_dir.xpm
-share/gnome/pixmaps/gnome-commander/file_type_sym_fifo.xpm
-share/gnome/pixmaps/gnome-commander/file_type_sym_regular.xpm
-share/gnome/pixmaps/gnome-commander/file_type_sym_socket.xpm
-share/gnome/pixmaps/gnome-commander/ftp.xpm
-share/gnome/pixmaps/gnome-commander/gnome-cmd.png
-share/gnome/pixmaps/gnome-commander/gnome-cmd.xpm
-share/gnome/pixmaps/gnome-commander/gnome_cmd_arrow_blank.xpm
-share/gnome/pixmaps/gnome-commander/gnome_cmd_arrow_down.xpm
-share/gnome/pixmaps/gnome-commander/gnome_cmd_arrow_up.xpm
-share/gnome/pixmaps/gnome-commander/key.xpm
-share/gnome/pixmaps/gnome-commander/lock.xpm
-share/gnome/pixmaps/gnome-commander/logo.png
-share/gnome/pixmaps/gnome-commander/logo.xcf
-share/gnome/pixmaps/gnome-commander/menu_cvs_add.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_checkout.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_commit.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_commit_all.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_diff.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_import.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_log.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_login.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_logout.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_remove.xpm
-share/gnome/pixmaps/gnome-commander/menu_cvs_update.xpm
-share/gnome/pixmaps/gnome-commander/menu_ftp_connect.xpm
-share/gnome/pixmaps/gnome-commander/menu_ftp_disconnect.xpm
-share/gnome/pixmaps/gnome-commander/mkdir.xpm
-share/gnome/pixmaps/gnome-commander/server.xpm
-share/locale/de/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
-@dirrm share/gnome/pixmaps/gnome-commander