notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/mtm/Makefile
SVNWeb

Number of commits found: 14

Tue, 16 May 2023
[ 03:57 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:8b63b54d43cc9f4a3c3af406790fc6f0d86db560  commit hash:8b63b54d43cc9f4a3c3af406790fc6f0d86db560  commit hash:8b63b54d43cc9f4a3c3af406790fc6f0d86db560  8b63b54  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 13 Oct 2021
[ 10:14 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:3c238158dec37307a2fa384d447efaccb2862647  commit hash:3c238158dec37307a2fa384d447efaccb2862647  commit hash:3c238158dec37307a2fa384d447efaccb2862647  3c23815 
sysutils/mtm: Fix build on older releases
Sun, 10 Oct 2021
[ 19:30 Mateusz Piotrowski (0mp) search for other commits by this committer ]    commit hash:5aebc0240ceef43d188705c7d11602f8d8da4f14  commit hash:5aebc0240ceef43d188705c7d11602f8d8da4f14  commit hash:5aebc0240ceef43d188705c7d11602f8d8da4f14  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) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 14 Oct 2020
[ 10:51 0mp search for other commits by this committer ] Original commit   Revision:552324
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 search for other commits by this committer ] Original commit   Revision:515853
Update to 1.2.0

Changelog:
https://github.com/deadpixi/mtm/releases/tag/1.2.0
Fri, 20 Sep 2019
[ 15:32 0mp search for other commits by this committer ] Original commit   Revision:512418
Update to 1.1.0

Reported by:	portscout
Event:		EuroBSDcon 2019 Hackathon
Fri, 9 Aug 2019
[ 20:09 0mp search for other commits by this committer ] Original commit   Revision:508478
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 search for other commits by this committer ] Original commit   Revision:508281
sysutils/mtm: Fix a typo in COMMENT

Reported by:	kai
[ 14:59 0mp search for other commits by this committer ] Original commit   Revision:508255
sysutils/mtm: Update to 1.0.1

Reported by:	Repology
Tue, 18 Sep 2018
[ 07:10 linimon search for other commits by this committer ] Original commit   Revision:479979
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 search for other commits by this committer ] Original commit   Revision:469648
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