head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5;
locks; strict;
comment	@# @;


1.15
date	2012.12.10.13.48.09;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.18.04.42.15;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.03.26;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2010.09.29.20.04.57;	author lme;	state Exp;
branches;
next	1.11;

1.11
date	2009.11.08.13.35.39;	author lme;	state Exp;
branches;
next	1.10;

1.10
date	2009.03.05.23.23.03;	author lme;	state Exp;
branches;
next	1.9;

1.9
date	2008.10.23.18.36.08;	author lme;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.12.21;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2008.05.18.17.46.24;	author lme;	state Exp;
branches;
next	1.6;

1.6
date	2007.12.16.21.11.07;	author lme;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.06.15.06.25;	author lme;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.21.22.37.14;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.07.20.10.34;	author lme;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.12.18.52.00;	author lme;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.29.19.06.24;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308605 | bapt | 2012-12-10 13:43:43 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part3)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Lars Engels <lars.engels@@0x20.net>
# $FreeBSD: head/x11-fm/mucommander/Makefile 308605 2012-12-10 13:43:43Z bapt $

PORTNAME=	mucommander
PORTVERSION=	0.9.0
CATEGORIES=	x11-fm java
MASTER_SITES=	http://www.mucommander.com/download/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}

MAINTAINER=	lme@@FreeBSD.org
COMMENT=	Lightweight file manager featuring a Norton Commander style interface

USE_JAVA=	yes
JAVA_VERSION=	1.6+
NO_BUILD=	yes

PLIST_FILES=	bin/mucommander %%DATADIR%%/mucommander.jar %%DATADIR%%/license.txt
PLIST_DIRS=	%%DATADIR%%
SUB_FILES=	mucommander

PORTDOCS=	readme.txt

WRKSRC=		${WRKDIR}/muCommander-${PORTVERSION:S/./_/g}

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

.include <bsd.port.mk>
@


1.14
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307481
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307481 | lme | 2012-11-16 12:39:35 +0000 (Fri, 16 Nov 2012) | 4 lines
## SVN ##
## SVN ## Update to 0.9.0
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	mucommander
# Date created:		2007-06-24
# Whom:			Lars Engels <lars.engels@@0x20.net>
#
# $FreeBSD: head/x11-fm/mucommander/Makefile 307481 2012-11-16 12:39:35Z lme $
#
d14 1
a14 1
JAVA_VERSION=	1.5+
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/x11-fm/mucommander/Makefile 300897 2012-07-14 14:29:18Z beat $
d9 1
a9 1
PORTVERSION=	0.8.5
@


1.12
log
@- Update to 0.8.5 [1]
- Require JAVA_VERSION= 1.5+
- Modify mucommander start script

PR:		ports/151056 [1]
Submitted by:	Oleg Ginzburg <olevole@@olevole.ru>
Approved by:	maintainer (me)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Update to 0.8.4
- Respect KDE_SESSION_VERSION in mucommander's startup script

PR:		ports/140011
Submitted by:	Oleg Ginzburg <oleg.ginzburg (AT) nevosoft.ru>
@
text
@d9 1
a9 1
PORTVERSION=	0.8.4
d12 1
a12 1
DISTNAME=	${PORTNAME}-0_8_4
d18 1
a18 1
JAVA_VERSION=	1.4+
d27 1
a27 1
WRKSRC=		${WRKDIR}/muCommander-0_8_4
@


1.10
log
@Bump PORTREVISION as distfile was silently re-rolled.
@
text
@d9 1
a9 2
PORTVERSION=	0.8.3
PORTREVISION=	1
d12 1
a12 1
DISTNAME=	${PORTNAME}-0_8_3
d27 1
a27 1
WRKSRC=		${WRKDIR}/muCommander-0_8_3
@


1.9
log
@Update to 0.8.2
@
text
@d10 1
@


1.8
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.8.2
PORTREVISION=	1
d12 1
a12 1
DISTNAME=	${PORTNAME}-0_8_2
d27 1
a27 1
WRKSRC=		${WRKDIR}/muCommander-0_8_2
@


1.7
log
@- Update to 0.8.2
- Change JAVA_VERSION back to 1.4+ [1]

Changelog:	http://www.mucommander.com/changes.php

Suggested by:	mato <gamato (AT) users.sf.net> [1]
@
text
@d10 1
@


1.6
log
@- Update to 0.8.1
- Depend on jdk16

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.8.1
d12 1
a12 1
DISTNAME=	${PORTNAME}-0_8_1
d18 1
a18 1
JAVA_VERSION=	1.6+
d27 1
a27 3
WRKSRC=		${WRKDIR}/muCommander-0_8_1

.include <bsd.port.pre.mk>
d41 1
a41 1
.include <bsd.port.post.mk>
@


1.5
log
@- update to 0.8
- use 'exec' in start script

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.8
d12 1
a12 1
DISTNAME=	${PORTNAME}-0_8
d18 1
a18 1
JAVA_VERSION=	1.4+
d27 1
a27 1
WRKSRC=		${WRKDIR}/muCommander-0_8
@


1.4
log
@- Fix the port after removal of pkg-message

Reported by:	pointyhat
Pointy hat to:	lme
@
text
@d9 1
a9 1
DISTVERSION=	0.8beta3
d12 1
a12 1
DISTNAME=	${PORTNAME}-0_8_beta3
d27 1
a27 1
WRKSRC=		${WRKDIR}/muCommander-0_8_beta3
@


1.3
log
@Remove no longer needed pkg-message. muCommander is released under GPLv3 now.

Approved by:	miwi (mentor)
@
text
@d23 1
a23 1
SUB_FILES=	mucommander pkg-message
@


1.2
log
@Change e-mail address of my ports to my FreeBSD.org one.

Approved by:	miwi (mentor)
@
text
@a41 1
	@@${CAT} ${PKGMESSAGE}
@


1.1
log
@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>
@
text
@d14 1
a14 1
MAINTAINER=	lars.engels@@0x20.net
@

