aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-28 01:59:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-28 01:59:05 +0000
commitbef432a0e6e6da6630b3e916f7c1c8bf0a42b626 (patch)
tree5a9f829245b83f438939877526d9653cba7d30aa /x11-fm
parenta78dfd7c324dbbcf3238bc3e1298e5c8ed84f3e9 (diff)
downloadports-bef432a0e6e6da6630b3e916f7c1c8bf0a42b626.tar.gz
ports-bef432a0e6e6da6630b3e916f7c1c8bf0a42b626.zip
2010-01-08 x11-toolkits/gtkada-gps: has been broken for 3 months
2010-01-08 x11-fm/velocity: has been broken for 7 months 2010-01-08 x11-drivers/xf86-video-nsc: has been broken for 5 months 2010-01-08 www/rubygem-merb: has been broken for 5 months 2010-01-08 security/shibboleth-sp: has been broken for 3 months
Notes
Notes: svn path=/head/; revision=248738
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/Makefile1
-rw-r--r--x11-fm/velocity/Makefile33
-rw-r--r--x11-fm/velocity/distinfo3
-rw-r--r--x11-fm/velocity/files/patch-Makefile.in29
-rw-r--r--x11-fm/velocity/files/patch-aa-callbacks11
-rw-r--r--x11-fm/velocity/files/patch-src-velocity-factories.c21
-rw-r--r--x11-fm/velocity/files/patch-src-velocity-vfs.c30
-rw-r--r--x11-fm/velocity/pkg-descr14
-rw-r--r--x11-fm/velocity/pkg-plist46
9 files changed, 0 insertions, 188 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index e49beb735036..7b388f688722 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -37,7 +37,6 @@
SUBDIR += thunar
SUBDIR += tkdesk
SUBDIR += twander
- SUBDIR += velocity
SUBDIR += worker
SUBDIR += workplace
SUBDIR += x-files
diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile
deleted file mode 100644
index 065306021218..000000000000
--- a/x11-fm/velocity/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: velocity
-# Date created: 19 November 2003
-# Whom: Ryan
-#
-# $FreeBSD$
-#
-
-PORTNAME= velocity
-PORTVERSION= 0.1.0b
-PORTREVISION= 12
-CATEGORIES= x11-fm
-MASTER_SITES= http://www.jarrodkoehler.com/velocity/
-DISTNAME= velocity-0.1.0beta
-
-MAINTAINER= ryan.moe@fastfreedom.net
-COMMENT= GNOME file and desktop manager
-
-WRKSRC= ${WRKDIR}/velocity-0.1.0
-USE_AUTOTOOLS= libtool:22
-USE_BZIP2= yes
-USE_GNOME= libgnomeui gnomedesktop librsvg2
-CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`" \
- LIBS="`pkg-config --libs libgnomeui-2.0`"
-
-BROKEN= does not build with GNOME 2.26
-DEPRECATED= has been broken for 7 months
-EXPIRATION_DATE=2010-01-08
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/x11-fm/velocity/distinfo b/x11-fm/velocity/distinfo
deleted file mode 100644
index e3e0c9ac0be6..000000000000
--- a/x11-fm/velocity/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (velocity-0.1.0beta.tar.bz2) = 8873aff1c3b1759cbfd21944360ac087
-SHA256 (velocity-0.1.0beta.tar.bz2) = f5d2b18cbc2e59c875cae70e0e1f8c486e84b90579304c67979dde6474360dc2
-SIZE (velocity-0.1.0beta.tar.bz2) = 346094
diff --git a/x11-fm/velocity/files/patch-Makefile.in b/x11-fm/velocity/files/patch-Makefile.in
deleted file mode 100644
index 9ca22c6af17f..000000000000
--- a/x11-fm/velocity/files/patch-Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.in.orig Tue Aug 26 03:15:13 2003
-+++ Makefile.in Wed Dec 10 20:58:53 2003
-@@ -189,7 +189,7 @@
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES = velocity.spec velocity.desktop
- DIST_SOURCES =
--DATA = $(gnomemenu_DATA) $(velocitydoc_DATA)
-+DATA = $(gnomemenu_DATA)
-
-
- RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
-@@ -533,7 +533,7 @@
- all-am: Makefile $(DATA) config.h
- installdirs: installdirs-recursive
- installdirs-am:
-- $(mkinstalldirs) $(DESTDIR)$(gnomemenudir) $(DESTDIR)$(velocitydocdir)
-+ $(mkinstalldirs) $(DESTDIR)$(gnomemenudir)
-
- install: install-recursive
- install-exec: install-exec-recursive
-@@ -575,7 +575,7 @@
-
- info-am:
-
--install-data-am: install-gnomemenuDATA install-velocitydocDATA
-+install-data-am: install-gnomemenuDATA
-
- install-exec-am:
-
diff --git a/x11-fm/velocity/files/patch-aa-callbacks b/x11-fm/velocity/files/patch-aa-callbacks
deleted file mode 100644
index 63feaf72a9bc..000000000000
--- a/x11-fm/velocity/files/patch-aa-callbacks
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/callbacks.h Tue Nov 18 20:35:08 2003
-+++ src/callbacks.orig Tue Nov 18 20:36:27 2003
-@@ -27,7 +27,7 @@
- #include <gnome.h>
- #include <sys/types.h>
- #include <signal.h>
--#include <wait.h>
-+#include <sys/wait.h>
- #include <gnome.h>
- #include <libgnomevfs/gnome-vfs.h>
- #include <gtk/gtkdnd.h>
diff --git a/x11-fm/velocity/files/patch-src-velocity-factories.c b/x11-fm/velocity/files/patch-src-velocity-factories.c
deleted file mode 100644
index 5ea174a69190..000000000000
--- a/x11-fm/velocity/files/patch-src-velocity-factories.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/velocity-factories.c.orig Thu Jul 24 16:44:17 2003
-+++ src/velocity-factories.c Wed Dec 10 20:22:05 2003
-@@ -30,14 +30,14 @@
- velocity_view*vview=(velocity_view*)g_object_get_data(G_OBJECT(mi),"velocity_view"); /*Always set by the factories for convenience*/
- GtkWidget*sm=gtk_menu_item_get_submenu(mi);
- gboolean empty;
-- if(!sm){
-- sm=gtk_menu_new();
-- gtk_menu_item_set_submenu(mi,sm);
-- }
- void*fs[]={VELOCITY_MENU_FACTORY_DIRECTORY,(gpointer)uri,(gpointer)filter,
- (gpointer)show_self,(gpointer)depth,NULL,(gpointer)enabled,
- callback,callback_data,
- NULL};
-+ if(!sm){
-+ sm=gtk_menu_new();
-+ gtk_menu_item_set_submenu(mi,sm);
-+ }
- velocity_menu_factory_append(vview,sm,fs);
- empty=(gboolean)g_object_get_data(G_OBJECT(sm),"velocity_menu_factory_dir_empty");
- if(empty){
diff --git a/x11-fm/velocity/files/patch-src-velocity-vfs.c b/x11-fm/velocity/files/patch-src-velocity-vfs.c
deleted file mode 100644
index 7e315d5aff9f..000000000000
--- a/x11-fm/velocity/files/patch-src-velocity-vfs.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- src/velocity-vfs.c.orig Tue Aug 26 04:23:50 2003
-+++ src/velocity-vfs.c Mon Mar 1 19:23:34 2004
-@@ -31,6 +31,7 @@
- #include <config.h>
- #include <unistd.h>
- #include <sys/types.h>
-+#include <sys/param.h> /* for NGROUPS */
- #include <glib.h>
- #include <libgnome/gnome-desktop-item.h>
- #include "velocity-vfs.h"
-@@ -240,7 +241,18 @@
- return((vfsobj->info->uid==getuid()));
- }
- gboolean velocity_vfs_is_in_group(velocity_vfs_obj*vfsobj){
-- return((vfsobj->info->gid==getgid()));
-+ /* 24 feb 2004 : Henri Michelon hmichelon at e-cml dot org
-+ A patch to use the full list of groups on *BSD */
-+ int cnt, ngroups;
-+ gid_t groups[NGROUPS];
-+ if ((ngroups = getgroups(NGROUPS, groups))) {
-+ for (cnt = 0; cnt < ngroups; cnt++) {
-+ if (vfsobj->info->gid==groups[cnt]) {
-+ return(TRUE);
-+ }
-+ }
-+ }
-+ return(FALSE);
- }
- gboolean velocity_vfs_is_local(velocity_vfs_obj*vfsobj){
- return(GNOME_VFS_FILE_INFO_LOCAL(vfsobj->info));
diff --git a/x11-fm/velocity/pkg-descr b/x11-fm/velocity/pkg-descr
deleted file mode 100644
index c7def7f44e99..000000000000
--- a/x11-fm/velocity/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This is a port of velocity. A file and desktop manager for GNOME designed to
-replace Nautilus. It is designed to be fast, efficient, and very powerful.
-It supports advanced features such as:
-
- * View Profiles - Allowing you to customize the way you view files.
- * Context menu image preview - allowing you a clearer view of thumbnailed
- files.
- * Add-ons - Scripts to help do odd or complex tasks and Templates to make
- creating new documents simpler.
-
-WWW: http://homepages.ius.edu/kydavis/
-
-- Ryan
-ryan@transaeris.com
diff --git a/x11-fm/velocity/pkg-plist b/x11-fm/velocity/pkg-plist
deleted file mode 100644
index 39b9e8b8fdfd..000000000000
--- a/x11-fm/velocity/pkg-plist
+++ /dev/null
@@ -1,46 +0,0 @@
-bin/velocity
-share/applications/velocity.desktop
-share/pixmaps/velocity/advanced.png
-share/pixmaps/velocity/behavior.png
-share/pixmaps/velocity/bin.png
-share/pixmaps/velocity/desktop.png
-share/pixmaps/velocity/druid-left.png
-share/pixmaps/velocity/druid-top.png
-share/pixmaps/velocity/puzzle-piece.png
-share/pixmaps/velocity/puzzle.png
-share/pixmaps/velocity/themes.png
-share/pixmaps/velocity/velocity.png
-share/velocity/plugins/audio.so
-share/velocity/plugins/burn.so
-share/velocity/scripts/audio-to-mp3
-share/velocity/scripts/audio-to-ogg
-share/velocity/scripts/create-tarball
-share/velocity/scripts/line-word-count
-share/velocity/scripts/pdf-to-postscript
-share/velocity/scripts/postscript-to-pdf
-share/velocity/scripts/terminal-here
-share/velocity/scripts/uncompress
-share/velocity/templates/abiword-document
-share/velocity/templates/data/abiword-document
-share/velocity/templates/data/dia-document
-share/velocity/templates/data/gimp-image
-share/velocity/templates/data/gnumeric-document
-share/velocity/templates/data/html-document
-share/velocity/templates/data/shell-script
-share/velocity/templates/data/velocity-script
-share/velocity/templates/data/word-document
-share/velocity/templates/dia-document
-share/velocity/templates/gimp-image
-share/velocity/templates/gnumeric-document
-share/velocity/templates/html-document
-share/velocity/templates/plain-text
-share/velocity/templates/shell-script
-share/velocity/templates/velocity-script
-share/velocity/templates/word-document
-@dirrm share/velocity/templates/data
-@dirrm share/velocity/templates
-@dirrm share/velocity/scripts
-@dirrm share/velocity/plugins
-@dirrm share/velocity
-@dirrm share/pixmaps/velocity
-@dirrmtry share/applications