ports/87343: x11-fm/filerunner: maintainer-update to 2.5.1

Andrew Pogrebennyk andrew.nau.ua at gmail.com
Wed Oct 12 20:10:15 UTC 2005


>Number:         87343
>Category:       ports
>Synopsis:       x11-fm/filerunner: maintainer-update to 2.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 12 20:10:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pogrebennyk
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
University
>Environment:
System: FreeBSD darkstar.voliacable.com 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Sun Oct 9 16:05:33 EEST 2005 andrew at darkstar.voliacable.com:/usr/obj/usr/src/sys/NEUTRINO i386
TCK/TK: tcl-8.4.10,1; tk-8.4.10_1,2

>Description:
Simple and efficient X11 file manager for Unix written in TCL/TK.
It has built-in FTP support and is very configurable.

Changes:
	- update to 2.5.1
	- now uses lang/tcl84 and x11-toolkits/tk84
	- install previously missing pieces of documentation

WWW: http://www.cd.chalmers.se/~hch/filerunner.html

Author: hch at cd.chalmers.se <Henrik Harmsen>

>How-To-Repeat:

>Fix:
--- pr begins here ---
diff -u -ruN filerunner.orig/Makefile filerunner/Makefile
--- filerunner.orig/Makefile	Wed Oct 12 18:32:35 2005
+++ filerunner/Makefile	Wed Oct 12 22:39:20 2005
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	filerunner
-PORTVERSION=	2.5
+PORTVERSION=	2.5.1
 CATEGORIES=	x11-fm tk84
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITES=	http://www.cd.chalmers.se/~hch/ ${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	X11/desktop
 DISTNAME=	FileRunner-${PORTVERSION}
 
@@ -30,7 +30,7 @@
 	@ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/FileRunner
 	@ ${INSTALL_SCRIPT} ${WRKSRC}/frftp ${PREFIX}/lib/FileRunner
 	@ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin
-.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl ftp.tcl http.tcl tclIndex
+.for file in COPYING FAQ HISTORY KnownBugs.txt QuickStart.txt README Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog.tcl ext.so font.tcl ftp.tcl http.tcl tclIndex
 		@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner
 .endfor
 .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit
diff -u -ruN filerunner.orig/distinfo filerunner/distinfo
--- filerunner.orig/distinfo	Thu Mar 18 19:35:44 2004
+++ filerunner/distinfo	Wed Oct 12 18:09:13 2005
@@ -1,2 +1,2 @@
-MD5 (FileRunner-2.5.tar.gz) = 5b05b0c165ce82b176cf12de074bc2c3
-SIZE (FileRunner-2.5.tar.gz) = 124263
+MD5 (FileRunner-2.5.1.tar.gz) = dc46234d75c906972696242cd330847d
+SIZE (FileRunner-2.5.1.tar.gz) = 122795
diff -u -ruN filerunner.orig/files/patch-aa filerunner/files/patch-aa
--- filerunner.orig/files/patch-aa	Tue Nov  2 05:16:09 1999
+++ filerunner/files/patch-aa	Wed Oct 12 18:30:52 2005
@@ -1,13 +1,13 @@
---- Makefiles/Makefile.freebsd_gcc.orig	Mon Mar  9 14:17:58 1998
-+++ Makefiles/Makefile.freebsd_gcc	Mon Mar  9 14:19:07 1998
+--- Makefiles/Makefile.freebsd_gcc.orig	Wed Oct 12 17:56:27 2005
++++ Makefiles/Makefile.freebsd_gcc	Thu Dec 30 19:21:49 1999
 @@ -1,10 +1,10 @@
  
  # Change this if you have this stuff somewhere else.
 -TCLINC = /usr/local/lib/tcl8.0
 -TKINC  = /usr/local/lib/tk8.0
 -X11INC = /usr/X11/include
-+TCLINC = ${PREFIX}/include/tcl8.2
-+TKINC  = ${PREFIX}/include/tk8.2
++TCLINC = ${PREFIX}/include/tcl8.4
++TKINC   = ${PREFIX}/include/tk8.4
 +X11INC = ${X11BASE}/include
  
 -CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)
diff -u -ruN filerunner.orig/files/patch-ab filerunner/files/patch-ab
--- filerunner.orig/files/patch-ab	Tue Nov  2 05:16:09 1999
+++ filerunner/files/patch-ab	Wed Oct 12 18:18:23 2005
@@ -1,18 +1,16 @@
---- fr.orig	Mon Feb 16 04:09:54 1998
-+++ fr	Thu Mar 12 09:49:30 1998
+--- fr.orig	Wed Oct 12 18:13:36 2005
++++ fr	Wed Oct 12 18:15:47 2005
 @@ -1,6 +1,6 @@
  #! /bin/sh
  # -*- tcl -*- \
--exec wish8.0 $0 wish8.0 $*
-+exec wish8.2 $0 wish8.2 $*
+-exec wish $0 wish $*
++exec wish8.4 $0 wish8.4 $*
  
- set glob(version) 2.4.2
- 
-@@ -3162,11 +3162,12 @@
+ set glob(version) 2.5.1
  
+@@ -3301,10 +3301,10 @@
  FindLibfr
  
-+# FreeBSD fix the bug already..
  # Load patches for 8.0...
 -if {$tk_patchLevel == "8.0"} {
 -  #puts "Buggy 8.0 menu.tcl file, applying patch"
diff -u -ruN filerunner.orig/files/patch-ac filerunner/files/patch-ac
--- filerunner.orig/files/patch-ac	Sat Sep  2 19:02:31 2000
+++ filerunner/files/patch-ac	Wed Oct 12 18:23:52 2005
@@ -1,5 +1,5 @@
---- ext.c.orig	Wed Jun 10 05:55:32 1998
-+++ ext.c	Sat Sep  2 23:56:45 2000
+--- ext.c.orig	Wed Oct 12 18:22:46 2005
++++ ext.c	Wed Oct 12 18:22:22 2005
 @@ -123,11 +123,12 @@
    HANDLE2(*p != '\0', "Error converting arg to int");
  
@@ -8,10 +8,10 @@
    if (dateformat)
 -    sprintf(interp->result, "%02d%02d%02d %02d:%02d:%02d", time_s->tm_mday, time_s->tm_mon+1,
 +    sprintf(interp->result, "%02d%02d%04d %02d:%02d:%02d", time_s->tm_mday, time_s->tm_mon+1,
-           time_s->tm_year, time_s->tm_hour, time_s->tm_min, time_s->tm_sec);
+           time_s->tm_year % 100, time_s->tm_hour, time_s->tm_min, time_s->tm_sec);
    else
--    sprintf(interp->result, "%02d%02d%02d %02d:%02d:%02d", time_s->tm_year, time_s->tm_mon+1,
-+    sprintf(interp->result, "%04d%02d%02d %02d:%02d:%02d", time_s->tm_year, time_s->tm_mon+1,
+-    sprintf(interp->result, "%02d%02d%02d %02d:%02d:%02d", time_s->tm_year % 100, time_s->tm_mon+1,
++    sprintf(interp->result, "%04d%02d%02d %02d:%02d:%02d", time_s->tm_year % 100, time_s->tm_mon+1,
            time_s->tm_mday, time_s->tm_hour, time_s->tm_min, time_s->tm_sec);
    return TCL_OK;
  }
diff -u -ruN filerunner.orig/files/patch-frcolor filerunner/files/patch-frcolor
--- filerunner.orig/files/patch-frcolor	Wed Feb 14 21:40:29 2001
+++ filerunner/files/patch-frcolor	Wed Oct 12 18:28:18 2005
@@ -1,10 +1,10 @@
---- frcolor.orig	Thu Feb 15 03:32:30 2001
-+++ frcolor	Thu Feb 15 03:32:42 2001
+--- frcolor.orig	Wed Oct 12 18:25:44 2005
++++ frcolor	Wed Oct 12 18:22:46 2005
 @@ -1,6 +1,6 @@
  #!/bin/sh
  # the next line restarts using wish \
 -exec wish8.0 "$0" "$@"
-+exec wish8.2 "$0" "$@"
++exec wish8.4 "$0" "$@"
  
  # tcolor --
  # This script implements a simple color editor, where you can
diff -u -ruN filerunner.orig/files/patch-frftp filerunner/files/patch-frftp
--- filerunner.orig/files/patch-frftp	Wed Feb 14 21:40:29 2001
+++ filerunner/files/patch-frftp	Wed Oct 12 18:28:39 2005
@@ -1,10 +1,10 @@
---- frftp.orig	Thu Feb 15 03:32:34 2001
-+++ frftp	Thu Feb 15 03:32:53 2001
+--- frftp.orig	Wed Oct 12 18:25:26 2005
++++ frftp	Wed Oct 12 18:22:46 2005
 @@ -1,6 +1,6 @@
  #! /bin/sh
  # the next line restarts using wish \
 -exec wish8.0 $0 wish8.0 $*
-+exec wish8.2 $0 wish8.2 $*
++exec wish8.4 $0 wish8.4 $*
  
  
  proc ShowWindow { realhost file } {
diff -u -ruN filerunner.orig/pkg-descr filerunner/pkg-descr
--- filerunner.orig/pkg-descr	Tue Nov  2 05:16:10 1999
+++ filerunner/pkg-descr	Wed Oct 12 18:34:33 2005
@@ -2,4 +2,4 @@
 Author: hch at cd.chalmers.se <Henrik Harmsen>
 
 FileRunner is distributed under the GNU General Public License since
-FileRunner version 2.5
+FileRunner version 2.5.1
diff -u -ruN filerunner.orig/pkg-plist filerunner/pkg-plist
--- filerunner.orig/pkg-plist	Tue Jun 23 12:54:06 1998
+++ filerunner/pkg-plist	Wed Oct 12 22:40:44 2005
@@ -1,12 +1,15 @@
+lib/FileRunner/COPYING
 lib/FileRunner/FAQ
 lib/FileRunner/HISTORY
+lib/FileRunner/KnownBugs.txt
 lib/FileRunner/QuickStart.txt
+lib/FileRunner/README
 lib/FileRunner/Tips.txt
 lib/FileRunner/Users_Guide.txt
 lib/FileRunner/chmod.tcl
 lib/FileRunner/cmd.tcl
 lib/FileRunner/config.tcl
-lib/FileRunner/dialog_about.tcl
+lib/FileRunner/dialog.tcl
 lib/FileRunner/ext.so
 lib/FileRunner/font.tcl
 lib/FileRunner/fr
--- pr ends here ---


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



More information about the freebsd-ports-bugs mailing list