The FreeBSD Ports Archive
FreeBSD x11-fm : xfe4>
Fast MS-Explorer like filemanager for X
X File Explorer (Xfe) is an MS-Explorer like file manager for X.
It is based on the popular, but discontinued, X Win Commander,
which was developed by Maxim Baranov.
Xfe aims to be the file manager of choice for all the Unix addicts!
http://roland65.free.fr/xfe/
|
xfe history
v. 1.21
date: 2007/10/28 12:01:33; author: shaun; state: Exp; lines: +1 -1
Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
v. 1.20
date: 2007/07/23 09:36:48; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.19
date: 2007/05/19 20:29:01; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18
date: 2007/04/23 18:24:24; author: shaun; state: Exp; lines: +5 -5
Upgrade to 0.99.
PR: ports/111043
Submitted by: Craig Boston
v. 1.17
date: 2006/06/20 21:02:18; author: shaun; state: Exp; lines: +1 -0
Chase lib version bump in fox14.
Approved by: ahze (mentor)
v. 1.16
date: 2006/06/19 20:06:58; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.15
date: 2006/06/10 15:51:16; author: sem; state: Exp; lines: +1 -1
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
v. 1.14
date: 2006/05/13 05:00:26; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.13
date: 2006/02/09 10:29:36; author: lawrance; state: Exp; lines: +1 -1
Update to 0.88.
PR: ports/93010
Submitted by: Shaun Amott (maintainer)
v. 1.12
date: 2006/01/21 20:07:56; author: sem; state: Exp; lines: +3 -4
- Update to 0.84
- Remove patches (changes have been integrated by author)
- Minor description alteration
- Update PLIST and post-patch regex
- New maintainer
PR: ports/92087
Submitted by: Shaun Amott
v. 1.11
date: 2005/04/28 06:30:53; author: novel; state: Exp; lines: +2 -5
Update to 0.80 and mark unbroken.
PR: 80415
Submitted by: Johan van Selst
v. 1.10
date: 2005/02/28 09:53:01; author: krion; state: Exp; lines: +2 -0
BROKEN: Does not build with current fox-devel version.
v. 1.9
date: 2005/02/25 14:12:28; author: krion; state: Exp; lines: +2 -1
Bump library version number due to last x11-toolkits/fox-devel
update.
v. 1.8
date: 2004/10/20 11:04:11; author: pav; state: Exp; lines: +1 -2
- Update to 0.72
PR: ports/72835
Submitted by: Valerio Alliod
v. 1.7
date: 2004/10/20 10:48:55; author: pav; state: Exp; lines: +1 -1
- Reset maintainership
Submitted by: maintainer
v. 1.6
date: 2004/10/20 09:40:21; author: pav; state: Exp; lines: +1 -1
- Bump portv. for fox shlib version raise
v. 1.5
date: 2004/08/26 14:00:00; author: oliver; state: Exp; lines: +5 -4
update to 0.70
Approved By: maintainer-timeout (11 days)
v. 1.4
date: 2004/02/04 04:36:29; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.3
date: 2004/01/23 18:12:24; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.2
date: 2003/11/19 01:01:32; author: pav; state: Exp; lines: +2 -0
- Use system gettext instead of bundled one.
PR: ports/58541
Submitted by: Simon Barner
Approved by: adamw (mentor)
v. 1.1
date: 2003/08/08 13:17:47; author: oliver; state: Exp;
Add xfe 0.54.2, fast MS-Explorer like filemanager for X.
PR: 54457
Submitted by: ptiJo
=============================================================================
v. 1.21
date: 2007/10/28 12:01:33; author: shaun; state: Exp; lines: +1 -1
Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
v. 1.20
date: 2007/07/23 09:36:48; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.19
date: 2007/05/19 20:29:01; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18
date: 2007/04/23 18:24:24; author: shaun; state: Exp; lines: +5 -5
Upgrade to 0.99.
PR: ports/111043
Submitted by: Craig Boston
v. 1.17
date: 2006/06/20 21:02:18; author: shaun; state: Exp; lines: +1 -0
Chase lib version bump in fox14.
Approved by: ahze (mentor)
v. 1.16
date: 2006/06/19 20:06:58; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.15
date: 2006/06/10 15:51:16; author: sem; state: Exp; lines: +1 -1
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
v. 1.14
date: 2006/05/13 05:00:26; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.13
date: 2006/02/09 10:29:36; author: lawrance; state: Exp; lines: +1 -1
Update to 0.88.
PR: ports/93010
Submitted by: Shaun Amott (maintainer)
v. 1.12
date: 2006/01/21 20:07:56; author: sem; state: Exp; lines: +3 -4
- Update to 0.84
- Remove patches (changes have been integrated by author)
- Minor description alteration
- Update PLIST and post-patch regex
- New maintainer
PR: ports/92087
Submitted by: Shaun Amott
v. 1.11
date: 2005/04/28 06:30:53; author: novel; state: Exp; lines: +2 -5
Update to 0.80 and mark unbroken.
PR: 80415
Submitted by: Johan van Selst
v. 1.10
date: 2005/02/28 09:53:01; author: krion; state: Exp; lines: +2 -0
BROKEN: Does not build with current fox-devel version.
v. 1.9
date: 2005/02/25 14:12:28; author: krion; state: Exp; lines: +2 -1
Bump library version number due to last x11-toolkits/fox-devel
update.
v. 1.8
date: 2004/10/20 11:04:11; author: pav; state: Exp; lines: +1 -2
- Update to 0.72
PR: ports/72835
Submitted by: Valerio Alliod
v. 1.7
date: 2004/10/20 10:48:55; author: pav; state: Exp; lines: +1 -1
- Reset maintainership
Submitted by: maintainer
v. 1.6
date: 2004/10/20 09:40:21; author: pav; state: Exp; lines: +1 -1
- Bump portv. for fox shlib version raise
v. 1.5
date: 2004/08/26 14:00:00; author: oliver; state: Exp; lines: +5 -4
update to 0.70
Approved By: maintainer-timeout (11 days)
v. 1.4
date: 2004/02/04 04:36:29; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.3
date: 2004/01/23 18:12:24; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.2
date: 2003/11/19 01:01:32; author: pav; state: Exp; lines: +2 -0
- Use system gettext instead of bundled one.
PR: ports/58541
Submitted by: Simon Barner
Approved by: adamw (mentor)
v. 1.1
date: 2003/08/08 13:17:47; author: oliver; state: Exp;
Add xfe 0.54.2, fast MS-Explorer like filemanager for X.
PR: 54457
Submitted by: ptiJo
=============================================================================
v. 1.21
date: 2007/10/28 12:01:33; author: shaun; state: Exp; lines: +1 -1
Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
v. 1.20
date: 2007/07/23 09:36:48; author: rafan; state: Exp; lines: +1 -2
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.19
date: 2007/05/19 20:29:01; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18
date: 2007/04/23 18:24:24; author: shaun; state: Exp; lines: +5 -5
Upgrade to 0.99.
PR: ports/111043
Submitted by: Craig Boston
v. 1.17
date: 2006/06/20 21:02:18; author: shaun; state: Exp; lines: +1 -0
Chase lib version bump in fox14.
Approved by: ahze (mentor)
v. 1.16
date: 2006/06/19 20:06:58; author: shaun; state: Exp; lines: +1 -1
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor)
v. 1.15
date: 2006/06/10 15:51:16; author: sem; state: Exp; lines: +1 -1
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
v. 1.14
date: 2006/05/13 05:00:26; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.13
date: 2006/02/09 10:29:36; author: lawrance; state: Exp; lines: +1 -1
Update to 0.88.
PR: ports/93010
Submitted by: Shaun Amott (maintainer)
v. 1.12
date: 2006/01/21 20:07:56; author: sem; state: Exp; lines: +3 -4
- Update to 0.84
- Remove patches (changes have been integrated by author)
- Minor description alteration
- Update PLIST and post-patch regex
- New maintainer
PR: ports/92087
Submitted by: Shaun Amott
v. 1.11
date: 2005/04/28 06:30:53; author: novel; state: Exp; lines: +2 -5
Update to 0.80 and mark unbroken.
PR: 80415
Submitted by: Johan van Selst
v. 1.10
date: 2005/02/28 09:53:01; author: krion; state: Exp; lines: +2 -0
BROKEN: Does not build with current fox-devel version.
v. 1.9
date: 2005/02/25 14:12:28; author: krion; state: Exp; lines: +2 -1
Bump library version number due to last x11-toolkits/fox-devel
update.
v. 1.8
date: 2004/10/20 11:04:11; author: pav; state: Exp; lines: +1 -2
- Update to 0.72
PR: ports/72835
Submitted by: Valerio Alliod
v. 1.7
date: 2004/10/20 10:48:55; author: pav; state: Exp; lines: +1 -1
- Reset maintainership
Submitted by: maintainer
v. 1.6
date: 2004/10/20 09:40:21; author: pav; state: Exp; lines: +1 -1
- Bump portv. for fox shlib version raise
v. 1.5
date: 2004/08/26 14:00:00; author: oliver; state: Exp; lines: +5 -4
update to 0.70
Approved By: maintainer-timeout (11 days)
v. 1.4
date: 2004/02/04 04:36:29; author: marcus; state: Exp; lines: +2 -2
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.3
date: 2004/01/23 18:12:24; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.2
date: 2003/11/19 01:01:32; author: pav; state: Exp; lines: +2 -0
- Use system gettext instead of bundled one.
PR: ports/58541
Submitted by: Simon Barner
Approved by: adamw (mentor)
v. 1.1
date: 2003/08/08 13:17:47; author: oliver; state: Exp;
Add xfe 0.54.2, fast MS-Explorer like filemanager for X.
PR: 54457
Submitted by: ptiJo
=============================================================================
|
| |

|