filerunner patch-ba.
This commit is contained in:
parent
50ffdf558d
commit
624b13b812
4 changed files with 83 additions and 0 deletions
5
filerunner/DESCR
Normal file
5
filerunner/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Filemanager with FTP capabilities. Uses Tcl/Tk.
|
||||
Author: hch@cd.chalmers.se <Henrik Harmsen>
|
||||
|
||||
FileRunner is distributed under the GNU General Public License since
|
||||
FileRunner version 2.4.1
|
35
filerunner/Makefile
Executable file
35
filerunner/Makefile
Executable file
|
@ -0,0 +1,35 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/03/20 23:26:34 noud4 Exp $
|
||||
|
||||
DISTNAME= FileRunner-2.5.1
|
||||
PKGNAME= ${DISTNAME:S/FileRunner/filerunner/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.cd.chalmers.se/~hch/
|
||||
|
||||
MAINTAINER= noud4@home.nl
|
||||
HOMEPAGE= http://www.cd.chalmers.se/~hch/filerunner.html
|
||||
COMMENT= Filemanager with FTP capabilities. Uses Tcl/Tk
|
||||
|
||||
USE_X11BASE= yes
|
||||
|
||||
INSTALLATION_DIRS= bin lib/FileRunner/bitmaps
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/ext.so
|
||||
${CP} ${WRKSRC}/Makefiles/Makefile.netbsd_gcc ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/fr ${DESTDIR}${PREFIX}/lib/FileRunner
|
||||
${LN} -sf ${PREFIX}/lib/FileRunner/fr ${DESTDIR}${PREFIX}/bin
|
||||
.for file in FAQ HISTORY QuickStart.txt 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} ${DESTDIR}${PREFIX}/lib/FileRunner
|
||||
.endfor
|
||||
.for file in frcolor frftp
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${DESTDIR}${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
|
||||
${INSTALL_DATA} ${WRKSRC}/bitmaps/${map} ${DESTDIR}${PREFIX}/lib/FileRunner/bitmaps
|
||||
.endfor
|
||||
|
||||
.include "../../x11/tk/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
33
filerunner/PLIST
Normal file
33
filerunner/PLIST
Normal file
|
@ -0,0 +1,33 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/03/20 23:26:34 noud4 Exp $
|
||||
bin/fr
|
||||
lib/FileRunner/FAQ
|
||||
lib/FileRunner/HISTORY
|
||||
lib/FileRunner/QuickStart.txt
|
||||
lib/FileRunner/Tips.txt
|
||||
lib/FileRunner/Users_Guide.txt
|
||||
lib/FileRunner/bitmaps/cross.bit
|
||||
lib/FileRunner/bitmaps/frterm.bit
|
||||
lib/FileRunner/bitmaps/larger.bit
|
||||
lib/FileRunner/bitmaps/left.bit
|
||||
lib/FileRunner/bitmaps/max.bit
|
||||
lib/FileRunner/bitmaps/pgdown.bit
|
||||
lib/FileRunner/bitmaps/pgup.bit
|
||||
lib/FileRunner/bitmaps/right.bit
|
||||
lib/FileRunner/bitmaps/smaller.bit
|
||||
lib/FileRunner/bitmaps/toggle.bit
|
||||
lib/FileRunner/bitmaps/tree.bit
|
||||
lib/FileRunner/bitmaps/up.bit
|
||||
lib/FileRunner/bitmaps/update.bit
|
||||
lib/FileRunner/bitmaps/xterm.bit
|
||||
lib/FileRunner/chmod.tcl
|
||||
lib/FileRunner/cmd.tcl
|
||||
lib/FileRunner/config.tcl
|
||||
lib/FileRunner/dialog.tcl
|
||||
lib/FileRunner/ext.so
|
||||
lib/FileRunner/font.tcl
|
||||
lib/FileRunner/fr
|
||||
lib/FileRunner/frcolor
|
||||
lib/FileRunner/frftp
|
||||
lib/FileRunner/ftp.tcl
|
||||
lib/FileRunner/http.tcl
|
||||
lib/FileRunner/tclIndex
|
10
filerunner/distinfo
Normal file
10
filerunner/distinfo
Normal file
|
@ -0,0 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/03/20 23:26:34 noud4 Exp $
|
||||
|
||||
SHA1 (FileRunner-2.5.1.tar.gz) = ef607b3229491c1a6608fac67ce584d01a50c69d
|
||||
RMD160 (FileRunner-2.5.1.tar.gz) = 94c0dd841aac617c2b5632975e4c7fa1fe149c11
|
||||
Size (FileRunner-2.5.1.tar.gz) = 122795 bytes
|
||||
SHA1 (patch-aa) = 3e929372fee6620c23022e5eaecd33830d9151f7
|
||||
SHA1 (patch-ab) = 58bc890c640a9b58589e9fcdef7a9201f84f6e53
|
||||
SHA1 (patch-ac) = fdef8612ff1ea187fbe26cb203f8f3f006032ef3
|
||||
SHA1 (patch-ad) = cf7999d58ec441b03a3baa5d8097b26781bd00eb
|
||||
SHA1 (patch-ba) = d65eb9ee335e4f9a013d5ea5314c24528c58f9fd
|
Loading…
Reference in a new issue