Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2006 03:09:37 -0000
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92087: x11-fm/xfe: port update + new maintainer
Message-ID:  <1137812977.76228@charon.picobyte.net>
Resent-Message-ID: <200601210310.k0L3A3j5058220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92087
>Category:       ports
>Synopsis:       x11-fm/xfe: port update + new maintainer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 21 03:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.0-STABLE #4: Sun Jan 8 21:13:47 GMT 2006 i386

>Description:

Update x11-fm/xfe to latest release:

	- Remove patches (changes have been integrated by author)
	- Minor description alteration
	- Update PLIST and post-patch regex
	- New maintainer

>How-To-Repeat:

>Fix:

--- xfe-0.80.patch begins here ---
diff -urN xfe.orig/Makefile xfe/Makefile
--- xfe.orig/Makefile	Thu Apr 28 07:30:53 2005
+++ xfe/Makefile	Thu Jan  5 01:56:10 2006
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	xfe
-PORTVERSION=	0.80
+PORTVERSION=	0.84
 CATEGORIES=	x11-fm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	shaun@inerd.com
 COMMENT=	Fast MS-Explorer like filemanager for X
 
 LIB_DEPENDS=	FOX-1.4:${PORTSDIR}/x11-toolkits/fox-devel \
@@ -30,8 +30,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-I/usr/include/fox|-I${LOCALBASE}/include/|g' \
-		${WRKSRC}/src/Makefile.in ${WRKSRC}/xfq/Makefile.in \
-		${WRKSRC}/xfv/Makefile.in
+		${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings| ; \
 		s|-lFOX|${PTHREAD_LIBS} &|g' ${WRKSRC}/configure
 
diff -urN xfe.orig/distinfo xfe/distinfo
--- xfe.orig/distinfo	Thu Apr 28 07:30:53 2005
+++ xfe/distinfo	Thu Jan  5 00:18:23 2006
@@ -1,2 +1,2 @@
-MD5 (xfe-0.80.tar.gz) = fc980b3ad44a2160d9289df1fabb09c4
-SIZE (xfe-0.80.tar.gz) = 973727
+MD5 (xfe-0.84.tar.gz) = 8251a0c1545d3cbbb909beb8027414a6
+SIZE (xfe-0.84.tar.gz) = 847390
diff -urN xfe.orig/files/patch-src::CommandWindow.cc xfe/files/patch-src::CommandWindow.cc
--- xfe.orig/files/patch-src::CommandWindow.cc	Thu Aug 26 15:00:00 2004
+++ xfe/files/patch-src::CommandWindow.cc	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/CommandWindow.cc.orig	Sun Aug 15 14:28:01 2004
-+++ src/CommandWindow.cc	Sun Aug 15 14:28:10 2004
-@@ -13,6 +13,8 @@
- #include <stdlib.h>
-+#include <signal.h>
- #include <sys/wait.h>
- #include <sys/ioctl.h>
-+#include <sys/signal.h>
- #include <unistd.h>
- #include <fcntl.h>
- 
diff -urN xfe.orig/files/patch-src_DirPanel.cc xfe/files/patch-src_DirPanel.cc
--- xfe.orig/files/patch-src_DirPanel.cc	Thu Apr 28 07:30:53 2005
+++ xfe/files/patch-src_DirPanel.cc	Thu Jan  1 01:00:00 1970
@@ -1,29 +0,0 @@
---- src/DirPanel.cc.orig	Wed Apr 27 20:08:40 2005
-+++ src/DirPanel.cc	Wed Apr 27 20:02:33 2005
-@@ -76,8 +76,10 @@ FXDEFMAP(DirPanel) DirPanelMap[]={
-                                    FXMAPFUNC(SEL_COMMAND,DirPanel::ID_TOGGLE_HIDDEN,DirPanel::onCmdToggleHidden),
-                                    FXMAPFUNC(SEL_COMMAND,DirPanel::ID_TOGGLE_TREE,DirPanel::onCmdToggleTree),
-                                    FXMAPFUNC(SEL_UPDATE,DirPanel::ID_TOGGLE_TREE,DirPanel::onUpdToggleTree),
-+#if defined(linux)
-                                	   FXMAPFUNC(SEL_UPDATE,DirPanel::ID_MOUNT,DirPanel::onUpdMount),
-                                    FXMAPFUNC(SEL_UPDATE,DirPanel::ID_UMOUNT,DirPanel::onUpdUnmount),
-+#endif								   
-                                    FXMAPFUNC(SEL_UPDATE,DirPanel::ID_STATUS,DirPanel::onUpdStatus),
-                           		};
- 
-@@ -798,7 +800,6 @@ long DirPanel::onCmdMount(FXObject*,FXSe
- 
-     return 1;
- }
--#endif
- 
- // Update the Mount menu item
- long DirPanel::onUpdMount(FXObject* o,FXSelector sel,void*)
-@@ -838,6 +839,7 @@ long DirPanel::onUpdUnmount(FXObject* o,
- 
-     return 1;
- }
-+#endif
- 
- 
- // Update the paste button and menus
diff -urN xfe.orig/pkg-descr xfe/pkg-descr
--- xfe.orig/pkg-descr	Tue Mar  8 12:19:30 2005
+++ xfe/pkg-descr	Wed Jan  4 12:31:25 2006
@@ -1,9 +1,7 @@
 X File Explorer (Xfe) is an MS-Explorer like file manager for X.
-It is based on the popular, but discontinued,X Win Commander,
+It is based on the popular, but discontinued, X Win Commander,
 which was developed by Maxim Baranov.
+
 Xfe aims to be the file manager of choice for all the Unix addicts!
 
 WWW: http://roland65.free.fr/xfe/
-
-- ptiJo
-ptiJo@noos.fr
diff -urN xfe.orig/pkg-plist xfe/pkg-plist
--- xfe.orig/pkg-plist	Thu Apr 28 07:30:53 2005
+++ xfe/pkg-plist	Thu Jan  5 00:15:50 2006
@@ -30,6 +30,8 @@
 lib/foxicons/copy_big.png
 lib/foxicons/core_16x16.png
 lib/foxicons/core_32x32.png
+lib/foxicons/deb_16x16.png
+lib/foxicons/deb_32x32.png
 lib/foxicons/details.png
 lib/foxicons/dirup.png
 lib/foxicons/djvu_16x16.png
@@ -37,6 +39,8 @@
 lib/foxicons/dot_c_32x32.png
 lib/foxicons/dot_h_32x32.png
 lib/foxicons/dot_o_32x32.png
+lib/foxicons/exe_16x16.png
+lib/foxicons/exe_32x32.png
 lib/foxicons/file_16x16.png
 lib/foxicons/file_32x32.png
 lib/foxicons/fileopen.png
@@ -148,13 +152,19 @@
 share/locale/es/LC_MESSAGES/xfe.mo
 share/locale/es_AR/LC_MESSAGES/xfe.mo
 share/locale/fr/LC_MESSAGES/xfe.mo
+share/locale/hu/LC_MESSAGES/xfe.mo
 share/locale/it/LC_MESSAGES/xfe.mo
 share/locale/pt_BR/LC_MESSAGES/xfe.mo
+share/locale/pt_PT/LC_MESSAGES/xfe.mo
 share/locale/pl/LC_MESSAGES/xfe.mo
 share/locale/tr/LC_MESSAGES/xfe.mo
 share/pixmaps/xfe.png
+share/pixmaps/xfi.png
+share/pixmaps/xfq.png
+share/pixmaps/xfv.png
 @dirrm lib/foxicons
 @dirrm lib/foxrc
 @dirrm share/pixmaps
 @unexec rmdir %D/share/locale/es_AR/LC_MESSAGES 2> /dev/null || true
 @unexec rmdir %D/share/locale/es_AR 2> /dev/null || true
+@unexec rmdir %D/share/locale/pt_PT 2> /dev/null || true
--- xfe-0.80.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1137812977.76228>