head	1.15;
access;
symbols
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4;
locks; strict;
comment	@# @;


1.15
date	2011.05.01.17.57.52;	author bapt;	state dead;
branches;
next	1.14;

1.14
date	2011.03.11.16.32.46;	author bapt;	state Exp;
branches;
next	1.13;

1.13
date	2010.03.28.06.45.58;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2010.02.05.11.45.49;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2009.07.31.13.57.05;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.19.18.59.40;	author shaun;	state Exp;
branches;
next	1.9;

1.9
date	2009.03.13.23.27.19;	author shaun;	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.03.23.11.11.20;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.28.56;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2006.12.01.07.39.00;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.19.20.06.58;	author shaun;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.14.09.05.50;	author itetcu;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.21.19.03.44;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.29.09.27.39;	author pav;	state Exp;
branches;
next	;


desc
@@


1.15
log
@remove expired ports from x11-fm

2011-05-01 x11-fm/cfm: Upstream disapear and distfile is no more available
2011-05-01 x11-fm/gnome-commander: Gnome1 is deprecated, consider using gnome-commander2
2011-05-01 x11-fm/jaffm: Upstream disapear and distfile is no more available
2011-05-01 x11-fm/workplace: Upstream disapear and distfile is no more available
@
text
@# New ports collection makefile for:	jaffm
# Date Created:				2006-04-27
# Whom:					Shaun Amott <shaun@@inerd.com>
#
# $FreeBSD: ports/x11-fm/jaffm/Makefile,v 1.14 2011/03/11 16:32:46 bapt Exp $
#

PORTNAME=	jaffm
PORTVERSION=	1.4
PORTREVISION=	7
CATEGORIES=	x11-fm
MASTER_SITES=	http://binary.is/download/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A lightweight file manager inspired by MacOS Finder

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

USE_BZIP2=	yes
USE_WX=		2.4-2.6
ALL_TARGET=	${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.pre.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's#^PREFIX=.*#PREFIX=${PREFIX}#' \
		-e 's#$$(shell wx-config \(.*\))#`${WX_CONFIG} \1`#' \
		-e 's#^FLAGS=-ggdb#FLAGS=${CFLAGS}#' \
		${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.post.mk>
@


1.14
log
@Deprecate unmaintained ports from x11-fm where upstream disapear and/or
where no distfiles can be found and are not used bye maintained ports
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d17 3
@


1.12
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.11
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.10
log
@Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others.
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.9
log
@Free most of my ports, since they aren't being maintained to a
reasonable standard.
@
text
@d12 1
a12 2
MASTER_SITES=	http://binary.is/download/ \
		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@


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
@d15 1
a15 1
MAINTAINER=	shaun@@FreeBSD.org
@


1.7
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
a19 1
USE_X_PREFIX=	yes
@


1.5
log
@- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver
@
text
@d10 1
@


1.4
log
@Switch to my @@FreeBSD.org address.

Approved by:	ahze (mentor)
@
text
@a16 2
WXGTK_VER?=	2.6

d18 1
a25 10
.if ${WXGTK_VER} == "2.4" || \
    (exists(${X11BASE}/bin/wxgtk2-2.4-config) && \
    !exists(${X11BASE}/bin/wxgtk2-2.6-config))
LIB_DEPENDS+=	wx_gtk2_core-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
WXGTK_VER=	2.4
.else
LIB_DEPENDS+=	wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
WXGTK_VER=	2.6
.endif

d28 1
a28 1
		-e 's#$$(shell wx-config \(.*\))#`${X11BASE}/bin/wxgtk2-${WXGTK_VER}-config \1`#' \
@


1.3
log
@- Update to 1.4
- Remove now redundant patches

PR:		ports/98919
Submitted by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	shaun@@inerd.com
@


1.2
log
@- Update to 1.3.

PR:		ports/96726
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de>
Approved by:	Shaun Amott <shaun@@inerd.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
@


1.1
log
@Jaffm is a lightweight wxWindows (GTK+ interface) file manager for
Unix, written in C++. It is aimed at nonsense-free file management. It
is mostly inspired by the List View in Mac OS Finder, but also has
Unix-handy features such as an interactive location bar with Bash-style
tab completion, and a simple but elegant user interface.

WWW: http://jaffm.binary.is/

PR:		ports/96427
Submitted by:	Shaun Amott <shaun@@inerd.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d11 2
a12 1
MASTER_SITES=	http://binary.is/download/
@

