1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

muCommander is a lightweight, cross-platform file manager featuring

a Norton Commander style interface and running on any operating
system with Java support (Mac OS X, Windows, Linux, *BSD, Solaris...).

Here's a non-exaustive list of what you'll find:
- Virtual filesystem with local volumes, FTP, SFTP, SMB, NFS, HTTP and
  Bonjour support
- Quickly copy, move, rename files, create directories, email files...
- Browse, create and uncompress ZIP, TAR, GZip, BZip2, ISO/NRG, AR/Deb and
  LST archives
- Universal bookmarks and credentials manager
- Multiple windows support
- Full keyboard access
- Highly configurable

WWW:	http://www.mucommander.com

PR:		ports/114001
Submitted by:	Lars Engels <lars.engels at 0x20.net>
This commit is contained in:
Martin Wilke 2007-06-29 19:06:24 +00:00
parent 9641ed1463
commit 804f71f46d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194478
6 changed files with 73 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += jaffm
SUBDIR += krusader
SUBDIR += mtoolsfm
SUBDIR += mucommander
SUBDIR += nautilus
SUBDIR += pcmanfm
SUBDIR += py-nautilus

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: mucommander
# Date created: 2007-06-24
# Whom: Lars Engels <lars.engels@0x20.net>
#
# $FreeBSD$
#
PORTNAME= mucommander
DISTVERSION= 0.8beta3
CATEGORIES= x11-fm java
MASTER_SITES= http://www.mucommander.com/download/
DISTNAME= ${PORTNAME}-0_8_beta3
MAINTAINER= lars.engels@0x20.net
COMMENT= Lightweight file manager featuring a Norton Commander style interface
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
PLIST_FILES= bin/mucommander %%DATADIR%%/mucommander.jar %%DATADIR%%/license.txt
PLIST_DIRS= %%DATADIR%%
SUB_FILES= mucommander pkg-message
PORTDOCS= readme.txt
WRKSRC= ${WRKDIR}/muCommander-0_8_beta3
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/mucommander.jar ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/license.txt ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/mucommander ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (mucommander-0_8_beta3.tar.gz) = c8bf03345e2034600a9ee31267d898a0
SHA256 (mucommander-0_8_beta3.tar.gz) = c6dc86f3b008f06165ff27945f455116d0c17c638697b65e0b3e4fa8ad409c1c
SIZE (mucommander-0_8_beta3.tar.gz) = 882569

View File

@ -0,0 +1,5 @@
#!/bin/sh
cd %%PREFIX%%/share/mucommander
JAVA_VERSION="%%JAVA_VERSION%%" %%LOCALBASE%%/bin/java -DGNOME_DESKTOP_SESSION_ID=$GNOME_DESKTOP_SESSION_ID -DKDE_FULL_SESSION=$KDE_FULL_SESSION \
-jar %%PREFIX%%/share/mucommander/mucommander.jar $@

View File

@ -0,0 +1,4 @@
======================================================================================
To use this port you must read and agree to this license
%%PREFIX%%/share/mucommander/license.txt
======================================================================================

View File

@ -0,0 +1,16 @@
muCommander is a lightweight, cross-platform file manager featuring
a Norton Commander style interface and running on any operating
system with Java support (Mac OS X, Windows, Linux, *BSD, Solaris...).
Here's a non-exaustive list of what you'll find:
- Virtual filesystem with local volumes, FTP, SFTP, SMB, NFS, HTTP and
Bonjour support
- Quickly copy, move, rename files, create directories, email files...
- Browse, create and uncompress ZIP, TAR, GZip, BZip2, ISO/NRG, AR/Deb and
LST archives
- Universal bookmarks and credentials manager
- Multiple windows support
- Full keyboard access
- Highly configurable
WWW: http://www.mucommander.com