summaryrefslogtreecommitdiff
path: root/devel/thunar-vcs-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'devel/thunar-vcs-plugin')
-rw-r--r--devel/thunar-vcs-plugin/Makefile33
-rw-r--r--devel/thunar-vcs-plugin/distinfo3
-rw-r--r--devel/thunar-vcs-plugin/files/patch-Makefile.in11
-rw-r--r--devel/thunar-vcs-plugin/files/patch-fix-svn22
-rw-r--r--devel/thunar-vcs-plugin/pkg-descr9
-rw-r--r--devel/thunar-vcs-plugin/pkg-plist24
6 files changed, 0 insertions, 102 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile
deleted file mode 100644
index e983854ce0bb..000000000000
--- a/devel/thunar-vcs-plugin/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: thunar-svn-plugin
-# Date created: 2008-10-15
-# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= thunar-svn-plugin
-PORTVERSION= 0.0.3
-PORTREVISION= 4
-CATEGORIES= devel xfce
-MASTER_SITES= http://goodies.xfce.org/releases/thunar-svn-plugin/
-DIST_SUBDIR= xfce4
-
-MAINTAINER= sergey.dyatko@gmail.com
-COMMENT= Subversion plugin for Thunar
-
-LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk20
-USE_XFCE= configenv libexo thunar
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-BROKEN= does not configure on 6.X
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/thunar-vcs-plugin/distinfo b/devel/thunar-vcs-plugin/distinfo
deleted file mode 100644
index 4fc2f73f8960..000000000000
--- a/devel/thunar-vcs-plugin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xfce4/thunar-svn-plugin-0.0.3.tar.bz2) = 0686a3c02e8bd0d536ccce30cefa34fc
-SHA256 (xfce4/thunar-svn-plugin-0.0.3.tar.bz2) = ebe50225401bd90ca8603403a7c5b00de7846aca3fd1cec44a3b9c295114f598
-SIZE (xfce4/thunar-svn-plugin-0.0.3.tar.bz2) = 354641
diff --git a/devel/thunar-vcs-plugin/files/patch-Makefile.in b/devel/thunar-vcs-plugin/files/patch-Makefile.in
deleted file mode 100644
index 14f4c59fa5cf..000000000000
--- a/devel/thunar-vcs-plugin/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- thunar-svn-plugin/Makefile.in.orig 2008-10-15 11:57:39.000000000 +0300
-+++ thunar-svn-plugin/Makefile.in 2008-10-15 11:55:46.000000000 +0300
-@@ -140,7 +140,7 @@
- INTLLIBS = @INTLLIBS@
- LDFLAGS = @LDFLAGS@
- LIBOBJS = @LIBOBJS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ -L${LOCALBASE}/lib
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
- LTLIBOBJS = @LTLIBOBJS@
diff --git a/devel/thunar-vcs-plugin/files/patch-fix-svn b/devel/thunar-vcs-plugin/files/patch-fix-svn
deleted file mode 100644
index fc78683790bb..000000000000
--- a/devel/thunar-vcs-plugin/files/patch-fix-svn
+++ /dev/null
@@ -1,22 +0,0 @@
---- tsp-svn-helper/tsh-common.c.orig 2009-03-14 22:54:06.000000000 +0200
-+++ tsp-svn-helper/tsh-common.c 2009-04-21 09:12:45.000000000 +0300
-@@ -34,6 +34,7 @@
- #include <subversion-1/svn_pools.h>
- #include <subversion-1/svn_fs.h>
- #include <subversion-1/svn_time.h>
-+#include <subversion-1/svn_props.h>
-
- #include "tsh-dialog-common.h"
- #include "tsh-login-dialog.h"
---- tsp-svn-helper/tsh-properties-dialog.c.orig 2009-03-14 22:54:06.000000000 +0200
-+++ tsp-svn-helper/tsh-properties-dialog.c 2009-04-21 09:13:12.000000000 +0300
-@@ -25,6 +25,7 @@
- #include <gtk/gtk.h>
-
- #include <subversion-1/svn_client.h>
-+#include <subversion-1/svn_props.h>
-
- #include "tsh-common.h"
- #include "tsh-properties-dialog.h"
-
-
diff --git a/devel/thunar-vcs-plugin/pkg-descr b/devel/thunar-vcs-plugin/pkg-descr
deleted file mode 100644
index b0af1fa18401..000000000000
--- a/devel/thunar-vcs-plugin/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-The Thunar SVN Plugin adds Subversion actions to the context menu of thunar.
-
-The current features are:
-Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
-export, import, lock, log, move, properties, relocate, resolved, revert, status,
-switch, unlock, update.
-Subversion info in file properties dialog.
-
-WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
diff --git a/devel/thunar-vcs-plugin/pkg-plist b/devel/thunar-vcs-plugin/pkg-plist
deleted file mode 100644
index ab3669caf0ed..000000000000
--- a/devel/thunar-vcs-plugin/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-lib/thunarx-1/thunar-svn-plugin.la
-lib/thunarx-1/thunar-svn-plugin.so
-libexec/tsp-svn-helper
-share/icons/hicolor/24x24/apps/subversion.png
-share/icons/hicolor/48x48/apps/subversion.png
-share/locale/ar/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/cs/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/da/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/en_GB/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/es/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/fr/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/gl/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/hu/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/id/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/lv/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/nl/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/pl/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/pt/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/pt_BR/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/sv/LC_MESSAGES/thunar-svn-plugin.mo
-share/locale/ur/LC_MESSAGES/thunar-svn-plugin.mo
-@dirrmtry share/locale/ur/LC_MESSAGES
-@dirrmtry share/locale/ur
-@dirrmtry lib/thunarx-1