non port: sysutils/mtm/Makefile |
SVNWeb
|
Number of commits found: 14 |
Tue, 16 May 2023
|
[ 03:57 Alexey Dokuchaev (danfe) ] 8b63b54 (Only the first 10 of 13 ports in this commit are shown above. )
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}
Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 13 Oct 2021
|
[ 10:14 Mateusz Piotrowski (0mp) ] 3c23815
sysutils/mtm: Fix build on older releases
|
Sun, 10 Oct 2021
|
[ 19:30 Mateusz Piotrowski (0mp) ] 5aebc02
sysutils/mtm: Update to 1.2.1
Changes: https://github.com/deadpixi/mtm/releases/tag/1.2.1
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 14 Oct 2020
|
[ 10:51 0mp ]
Let mtm use ncurses from the base system on recent CURRENT
Also, update manual page installation path.
PR: 250227
Submitted by: swills
|
Mon, 28 Oct 2019
|
[ 11:22 0mp ]
Update to 1.2.0
Changelog:
https://github.com/deadpixi/mtm/releases/tag/1.2.0
|
Fri, 20 Sep 2019
|
[ 15:32 0mp ]
Update to 1.1.0
Reported by: portscout
Event: EuroBSDcon 2019 Hackathon
|
Fri, 9 Aug 2019
|
[ 20:09 0mp ]
sysutils/mtm: Fix building on 11.2 amd64
/usr/bin/ld: undefined reference to symbol `intrflush' (try adding -ltinfow)
/usr/local/lib/libtinfow.so: could not read symbols: Bad value
Reported by: pkg-fallout
|
Tue, 6 Aug 2019
|
[ 20:35 0mp ]
sysutils/mtm: Fix a typo in COMMENT
Reported by: kai
|
[ 14:59 0mp ]
sysutils/mtm: Update to 1.0.1
Reported by: Repology
|
Tue, 18 Sep 2018
|
[ 07:10 linimon ]
Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
|
Fri, 11 May 2018
|
[ 16:13 krion ]
Add sysutils/mtm:
mtm is the Micro Terminal Multiplexer, a terminal multiplexer.
It has four major features/princples:
- Simplicity: there are three commands (change focus, split, close). There are
no modes, no dozens of commands, no crazy feature list.
- Compatibility: mtm emulates a classic ANSI text terminal. That means it
should work out of the box on essentially all terminfo/termcap-based systems
(even pretty old ones), without needing to install a new termcap entry.
- Size mtm is small. The entire project is around 1000 lines of code.
- Stability: mtm is "finished" as it is now. You don't need to worry about it
changing on you unexpectedly. The only changes that can happen at this point
are:
- Bug fixes.
- Translation improvements.
- Accessibility improvements.
- Fixes to keep it working on modern OSes.
WWW: https://github.com/deadpixi/mtm
PR: 228152
Submitted by: 0mp@FreeBSD.org
Reviewed by: tobik
|
Number of commits found: 14 |