aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dvtm
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/dvtm: Move manpages to share/manRenato Botelho2024-01-182-9/+3
| | | | Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* 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