diff options
-rw-r--r-- | x11-fm/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/mucommander/Makefile | 44 | ||||
-rw-r--r-- | x11-fm/mucommander/distinfo | 3 | ||||
-rw-r--r-- | x11-fm/mucommander/files/mucommander.in | 5 | ||||
-rw-r--r-- | x11-fm/mucommander/files/pkg-message.in | 4 | ||||
-rw-r--r-- | x11-fm/mucommander/pkg-descr | 16 |
6 files changed, 73 insertions, 0 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index d1b98077099f..09c6559b466b 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -23,6 +23,7 @@ SUBDIR += jaffm SUBDIR += krusader SUBDIR += mtoolsfm + SUBDIR += mucommander SUBDIR += nautilus SUBDIR += pcmanfm SUBDIR += py-nautilus diff --git a/x11-fm/mucommander/Makefile b/x11-fm/mucommander/Makefile new file mode 100644 index 000000000000..fdeca6c6100f --- /dev/null +++ b/x11-fm/mucommander/Makefile @@ -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> diff --git a/x11-fm/mucommander/distinfo b/x11-fm/mucommander/distinfo new file mode 100644 index 000000000000..3fb0688aad04 --- /dev/null +++ b/x11-fm/mucommander/distinfo @@ -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 diff --git a/x11-fm/mucommander/files/mucommander.in b/x11-fm/mucommander/files/mucommander.in new file mode 100644 index 000000000000..02791439d905 --- /dev/null +++ b/x11-fm/mucommander/files/mucommander.in @@ -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 $@ diff --git a/x11-fm/mucommander/files/pkg-message.in b/x11-fm/mucommander/files/pkg-message.in new file mode 100644 index 000000000000..058f75021642 --- /dev/null +++ b/x11-fm/mucommander/files/pkg-message.in @@ -0,0 +1,4 @@ +====================================================================================== +To use this port you must read and agree to this license +%%PREFIX%%/share/mucommander/license.txt +====================================================================================== diff --git a/x11-fm/mucommander/pkg-descr b/x11-fm/mucommander/pkg-descr new file mode 100644 index 000000000000..6b66bc1399b5 --- /dev/null +++ b/x11-fm/mucommander/pkg-descr @@ -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 |