notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
lfm Last File Manager, a powerful file manager for the UNIX console
3.1 sysutils on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-07-20 17:54:19
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: postfix, tinc, python, zip, honeyd
License: GPLv3+
WWW:
https://inigo.katxi.org/devel/lfm/
Description:
Last File Manager is a powerful file manager for the UNIX console. It has a curses interface and it's written in Python v3.4+.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/lfm-3.1/catalog.mk
  2. /usr/local/share/licenses/lfm-3.1/LICENSE
  3. /usr/local/share/licenses/lfm-3.1/GPLv3+
Collapse this list.
Dependency lines:
  • lfm>0:sysutils/lfm
To install the port:
cd /usr/ports/sysutils/lfm/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/lfm
  • pkg install lfm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lfm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1498499090 SHA256 (lfm-3.1.tar.gz) = e0522cdebaf5b1395f3858c3538704e3d59839511fb879a37397b3c642b83a3c SIZE (lfm-3.1.tar.gz) = 88878

Packages (timestamps in pop-ups are UTC):
lfm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.13.13.13.13.1-3.1-
FreeBSD:13:quarterly3.13.13.13.13.13.13.13.1
FreeBSD:14:latest3.13.13.13.13.13.1-3.1
FreeBSD:14:quarterly3.13.1-3.13.13.13.13.1
FreeBSD:15:latest3.13.1n/a3.1n/a3.13.13.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_lfm
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/
  5. https://inigo.katxi.org/devel/lfm/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
3.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.1
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.1
19 Jan 2020 11:10:30
Revision:523544Original commit files touched by this commit
sunpoet search for other commits by this committer
Update manpage location (r523104)
3.1
16 Dec 2017 20:55:46
Revision:456500Original commit files touched by this commit
sunpoet search for other commits by this committer
Use setup.py instead of PYSETUP
3.1
12 Dec 2017 13:33:25
Revision:456139Original commit files touched by this commit
sunpoet search for other commits by this committer
Disable python flavor
3.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1
26 Jun 2017 19:37:03
Revision:444400Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.1

- Add my LOCAL to MASTER_SITES
- Update COMMENT
- Update pkg-descr
- Take maintainership

Changes:	https://inigo.katxi.org/devel/lfm/NEWS
3.0
20 Mar 2017 00:28:42
Revision:436523Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0

- Use USE_PYTHON=autoplist

Changes:	https://inigo.katxi.org/devel/lfm/NEWS
2.3_1
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2.3_1
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
2.3_1
06 Mar 2016 12:23:08
Revision:410456Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
2.3_1
02 Mar 2015 23:47:18
Revision:380310Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
2.3_1
22 Nov 2014 09:13:36
Revision:373038Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
2.3_1
24 Oct 2014 16:56:10
Revision:371454Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of sysutils/ to new USES=python

Approved by:	portmgr (implicit)
2.3_1
15 Nov 2013 14:59:00
Revision:333873Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
2.3_1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
2.3_1
27 May 2013 11:33:09
Revision:319212Original commit files touched by this commit
bsam search for other commits by this committer
. define PORTDOCS at Makefile;
. remove double install of port docs;
. remove .for loop, use plain install;
. remove PORTDOCS lines from pkg-plist.
2.3_1
24 Mar 2013 16:16:14
Revision:315141Original commit files touched by this commit
miwi search for other commits by this committer
- Update MASTER_SITES and WWW: line

PR:		177262
Submitted by:	Ports Fury
2.3
31 Aug 2011 18:17:58
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to 2.3
- Add License
2.2
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
2.2
29 Jul 2010 13:17:02
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 2.2
- Remove outdated MASTER_SITES
- Use python 2.4+
- New author email address

PR:             ports/149065
Submitted by:   Frederic Culot <frederic _AT_ culot.org>
2.1
18 Jun 2010 09:43:54
Original commit files touched by this commit
linimon search for other commits by this committer
Reset pesho.petrov@gmail.com due to maintainer-timeouts and no response
to email.

Hat:            portmgr
2.1
05 Feb 2010 03:32:01
Original commit files touched by this commit
pgollucci search for other commits by this committer
* Update to 2.1
* Bump required version of python to 2.3+
* Add another MASTER_SITE

PR:             ports/142411
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Approved by:    maintainer timeout (18 days)
0.91
27 Sep 2007 19:09:41
Original commit files touched by this commit
alepulver search for other commits by this committer
- Update port to version 2.0.
- Take maintainership.

PR:             ports/116123
Submitted by:   pesho.petrov@gmail.com
0.91
13 May 2006 04:15:53
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
0.91
25 Nov 2005 18:14:52
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.91
13 Mar 2005 09:46:22
Original commit files touched by this commit
krion search for other commits by this committer
Update to version 0.91

PR:             ports/78744
Submitted by:   Ports Fury
0.9
29 Jan 2004 16:13:06
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.9
01 Aug 2003 22:04:57
Original commit files touched by this commit
perky search for other commits by this committer
Fix python version detection routines to cope with python 2.3's
boolean representation.
0.9
27 Jul 2003 16:53:15
Original commit files touched by this commit
oliver search for other commits by this committer
update lfm to 0.9
0.8
20 Feb 2003 19:00:52
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.8
29 Apr 2002 18:53:07
Original commit files touched by this commit
ijliao search for other commits by this committer
use USE_PYDISTUTILS
0.8
28 Mar 2002 19:37:43
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.8

PR:             36423
Submitted by:   Hye-Shik Chang <perky@fallin.lv>
17 Jan 2002 12:21:08
commit hash: fp1.23451@dev.null.freshports.orgcommit hash: fp1.23451@dev.null.freshports.orgcommit hash: fp1.23451@dev.null.freshports.orgcommit hash: fp1.23451@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to version 0.7   - Make PREFIX-compliant   - Added a PKGREQ script to
check for Python version >= 2.0    
20 Jul 2001 21:54:19
commit hash: fp1.16335@dev.null.freshports.orgcommit hash: fp1.16335@dev.null.freshports.orgcommit hash: fp1.16335@dev.null.freshports.orgcommit hash: fp1.16335@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add lfm   Last File Manager    

Number of commits found: 38