aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dvtm
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Ensure to be able to build with only one libncursesBaptiste Daroussin2019-12-271-2/+8
| | | | Notes: svn path=/head/; revision=521008
* - Update to 0.15Beat Gaetzi2016-06-014-19/+18
| | | | | | | | - Add LICENSE - Regenerate patches with make makepatch Notes: svn path=/head/; revision=416245
* sysutils/dvtm: document ncurses requirement (USES+=ncurses)John Marino2016-02-041-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408036
* sysutils dvtm is not jobs safeJohn Marino2015-07-141-0/+2
| | | | | | | | | This has failed on me twice so far in a multi-job build. In the last case, the dvtm program was being constructed before the dvtm.o object was built, so it's a problem with the makefile. Notes: svn path=/head/; revision=391981
* - Update to 0.13Beat Gaetzi2015-01-084-18/+28
| | | | Notes: svn path=/head/; revision=376530
* - Stage supportMartin Wilke2014-02-111-3/+2
| | | | Notes: svn path=/head/; revision=343747
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update to 0.8Beat Gaetzi2012-11-103-16/+10
| | | | | | | | | - Trim Makefile header Feature safe: yes Notes: svn path=/head/; revision=307288
* - Update to 0.7Beat Gaetzi2011-09-072-3/+3
| | | | Notes: svn path=/head/; revision=281364
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.6Beat Gaetzi2010-10-092-4/+4
| | | | | | | Reported by: portscout via miwi Notes: svn path=/head/; revision=262712
* - Update to 0.5.2Beat Gaetzi2009-07-072-4/+4
| | | | Notes: svn path=/head/; revision=237376
* - Update to 0.5.1Beat Gaetzi2009-02-093-9/+9
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=227888
* Update my email address to @FreeBSD.org.Beat Gaetzi2009-01-281-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=227071
* - Update to 0.5Rong-En Fan2009-01-272-4/+4
| | | | | | | | PR: ports/131026 Submitted by: maintainer Notes: svn path=/head/; revision=226935
* dvtm brings the concept of tiling window management, popularized by X11-windowMartin Wilke2008-05-184-0/+64
managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs like vim, mutt, cmus or irssi. WWW: http://www.brain-dump.org/projects/dvtm/ PR: ports/123786 Submitted by: Beat Gätzi <beat at chruetertee.ch> Notes: svn path=/head/; revision=213275