Here's an update to x11/rox-filer.

Changes in 2.6:

The main changes are: support for .desktop files that require a terminal
emulator; emblems for extended attributes are now optional; there's a
new "Fit" backdrop scaling mode (overscale); the unmount dialog
now includes an Eject button, and all mount commands can take arguments;
and there's a new display option to control whether filtering affects
directories or just files.

Works for me on i386 and amd64.

Rui Reis


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/rox-filer/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile    4 Jan 2007 20:19:55 -0000       1.35
+++ Makefile    11 Apr 2007 20:49:10 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=               "GTK+-2 file manager with desktop features"
 
-DISTNAME=              rox-filer-2.5
-PKGNAME=               ${DISTNAME}p0
+DISTNAME=              rox-filer-2.6
 CATEGORIES=            x11
 
 HOMEPAGE=              http://rox.sourceforge.net/
@@ -13,10 +12,10 @@
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=               ICE SM X11 Xext Xrender c fontconfig freetype z \
+WANTLIB=               ICE SM X11 Xau Xrender c fontconfig freetype z \
                        glib-2.0 gmodule-2.0 gobject-2.0 m glitz png \
                        atk-1.0 pango-1.0 pangocairo-1.0 \
-                       pangoft2-1.0 cairo
+                       pangoft2-1.0 cairo Xdmcp expat
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=rox/}
 EXTRACT_SUFX=  .tar.bz2
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/rox-filer/distinfo,v
retrieving revision 1.22
diff -u -r1.22 distinfo
--- distinfo    5 Apr 2007 17:36:24 -0000       1.22
+++ distinfo    11 Apr 2007 20:49:10 -0000
@@ -1,5 +1,5 @@
-MD5 (rox-filer-2.5.tar.bz2) = Vuainy298R1vS3Sj8D/5WQ==
-RMD160 (rox-filer-2.5.tar.bz2) = oNL5/MPsqAY7d9k0YKGas4YA6BU=
-SHA1 (rox-filer-2.5.tar.bz2) = Bi5U2YFpQT7M1Bsj4rR2ZxgATn4=
-SHA256 (rox-filer-2.5.tar.bz2) = 2REg1453DJwJgiVg2stC/KZB0JLL5SBkynIy8IkGKSE=
-SIZE (rox-filer-2.5.tar.bz2) = 1785317
+MD5 (rox-filer-2.6.tar.bz2) = /k/KB34FJXdy8u6vW+ODeQ==
+RMD160 (rox-filer-2.6.tar.bz2) = G06MZSCLqEt4WERxsae3EWCcdiM=
+SHA1 (rox-filer-2.6.tar.bz2) = PwvmvEgKoHUv6AyD3KMhZVosqxk=
+SHA256 (rox-filer-2.6.tar.bz2) = wfjXU1Uo3jut+HYrqIux9BcA9RF3iKvFdZWe/7aTmWA=
+SIZE (rox-filer-2.6.tar.bz2) = 1815735
Index: patches/patch-ROX-Filer_AppRun
===================================================================
RCS file: patches/patch-ROX-Filer_AppRun
diff -N patches/patch-ROX-Filer_AppRun
--- patches/patch-ROX-Filer_AppRun      7 Dec 2006 19:46:54 -0000       1.8
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- ROX-Filer/AppRun.orig      Tue Jul 26 22:20:48 2005
-+++ ROX-Filer/AppRun   Wed Dec  6 16:10:12 2006
-@@ -35,7 +35,7 @@
-               rm -f "$BUILDDIR/config.cache"
-               rm -f "$APP_DIR/src/config.h"   # (for upgrading)
-               cd "$BUILDDIR" && "$APP_DIR/src/configure" "$@" \
--                      && make clean && make && echo Done >&2 && exit 0
-+                      && $MAKE clean && $MAKE && echo Done >&2 && exit 0
-               echo Compile failed >&2
-               echo Press Return... >&2
-               read WAIT
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/rox-filer/pkg/PLIST,v
retrieving revision 1.17
diff -u -r1.17 PLIST
--- pkg/PLIST   7 Dec 2006 19:46:54 -0000       1.17
+++ pkg/PLIST   11 Apr 2007 20:49:10 -0000
@@ -85,6 +85,7 @@
 rox/ROX-Filer/ROX/MIME/mime-application:x-gzip.png
 rox/ROX-Filer/ROX/MIME/mime-application:x-gzpostscript.png
 rox/ROX-Filer/ROX/MIME/mime-application:x-jar.png
+rox/ROX-Filer/ROX/MIME/mime-application:x-java-archive.png
 rox/ROX-Filer/ROX/MIME/mime-application:x-java.png
 rox/ROX-Filer/ROX/MIME/mime-application:x-lyx.png
 rox/ROX-Filer/ROX/MIME/mime-application:x-object.png
@@ -145,6 +146,7 @@
 rox/ROX-Filer/images/rox-select.png
 rox/ROX-Filer/images/rox-show-details.png
 rox/ROX-Filer/images/rox-show-hidden.png
+rox/ROX-Filer/images/rox-symlink.png
 rox/ROX-Filer/images/rox-xattr.png
 rox/ROX-Filer/images/symlink.png
 rox/ROX-Filer/style.css

Reply via email to