Port details |
- wcmcommander Multi-platform open source file manager
- 0.20.0_11 x11-fm
=2 0.20.0_11Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable and fails to build
DEPRECATED: Abandoned upstream This port expired on: 2023-07-31 IGNORE: is marked as broken: Unfetchable and fails to build
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2015-05-07 20:30:56
- Last Update: 2023-07-31 20:59:06
- Commit Hash: 85dd999
- People watching this port, also watch:: rsync, freeradius3, beadm, dvdvideo-py39
- License: MIT
- WWW:
- http://wcm.linderdaum.com/
- Description:
- The purpose of this project is to create a multi-platform open
source file manager (Windows, Linux, FreeBSD, OS X) mimicking the
look-n-feel of Far Manager.
Features:
* Mimic look-n-feel (including editor and shortcuts) of Far Manager
* Built-in terminal
* Built-in text editor with syntax highlighting
* Built-in text viewer
* Virtual file system (smb, ftp, sftp)
* Very fast user interface
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wcmcommander>0:x11-fm/wcmcommander
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: wcmcommander
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (corporateshark-WCMCommander-release-0.20.0_GH0.tar.gz) = f166cfd0ff8511642402892cb8eee3b20c845f82c04ca4ca940996e611aa5aba
SIZE (corporateshark-WCMCommander-release-0.20.0_GH0.tar.gz) = 5005688
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libssh2.so : security/libssh2
- libsmbclient.so : net/samba413
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wcmcommander-0.20.0_11:
DOCS=on: Build and/or install documentation
FREETYPE=on: TrueType font rendering support
SMB=on: SMB network protocol support
SSH=on: SSH protocol support
===> Use 'make config' to modify these settings
- Options name:
- x11-fm_wcmcommander
- USES:
- compiler:c++11-lib cmake xorg samba:lib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20.0_11 31 Jul 2023 20:59:06 |
Rene Ladan (rene) |
x11-fm/wcmcommander: Remove expired port
2023-07-31 x11-fm/wcmcommander: Abandoned upstream |
0.20.0_11 01 Jul 2023 08:44:14 |
Daniel Engberg (diizzy) |
x11-fm/wcmcommander: Unfetchable, mark BROKEN, deprecate and set expiration date
to 2022-07-31
Repo removed upstream and fails to build:
error: no matching constructor for initialization of 'std::string' |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.20.0_11 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.20.0_11 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
0.20.0_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.20.0_11 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.20.0_11 06 Oct 2019 04:28:24 |
jbeich |
x11-fm/wcmcommander: conflicts with x11/wcm |
0.20.0_11 14 Sep 2019 22:01:13 |
jbeich |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
0.20.0_11 29 Jul 2019 20:08:14 |
amdmi3 |
- Drop maintainership |
0.20.0_11 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.20.0_10 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
0.20.0_9 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.20.0_9 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.20.0_8 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
0.20.0_7 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.20.0_6 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
0.20.0_5 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.20.0_4 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.20.0_3 25 Mar 2017 23:37:05 |
antoine |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
0.20.0_2 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
0.20.0_1 12 Nov 2016 17:38:26 |
antoine |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098 |
0.20.0_1 17 Aug 2016 14:01:22 |
amdmi3 |
- Pet portlint
- Switch to options helpers
- Switch to opt_CMAKE_BOOL |
0.20.0_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.20.0_1 02 Aug 2015 21:07:39 |
amdmi3 |
- Drop 8.x-related conditions for my ports |
0.20.0_1 27 Jul 2015 19:29:09 |
amdmi3 |
- Add upstream patch which fixes crash on alt+tab
PR: 201723
Submitted by: enitarzi@gmail.com
MFH: 2015Q3 (blanket) |
0.20.0 07 May 2015 20:30:48 |
amdmi3 |
- Update to 0.20.0
- Project renamed upstream
- Update WWW |