about summary refs log tree commit diff
path: root/pkgs/tools/misc/txt2man
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12txt2man: minor cleanups, don't overwrite patchPhase, use makeFlags directlySandro Jäckel1-15/+15
2021-09-19txt2man: switch to fetchFromGitHubFelix Buehler1-4/+6
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-07-02txt2man: 1.7.0 -> 1.7.1R. RyanTM1-2/+2
2020-06-17txt2man: 1.6.0 -> 1.7.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-29txt2man: 1.5.6 -> 1.6.0Ryan Mulligan1-3/+4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/txt2man/versions. These checks were done: - built on NixOS - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/src2man -h` got 0 exit code - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/src2man --help` got 0 exit code - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/bookman -h` got 0 exit code - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/bookman --help` got 0 exit code - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/txt2man -h` got 0 exit code - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/txt2man --help` got 0 exit code - ran `/nix/store/vydx2fidxsxrqm9kanw76gbb8fp4imaz-txt2man-1.6.0/bin/txt2man help` got 0 exit code - directory tree listing: https://gist.github.com/ae0f9873f1dd72fc8e50875212ed15b3
2016-09-08txt2man: mention runtime dependencies on gawk and coreutilsManav Rathi1-2/+22
The commit message in 1a2b47463b45c2b05ec80ade28781afc986576af is incorrect -- the package seemed to work because only the help message was invoked: result/bin/txt2man -h To guard against such trivial successes, this commit introduces a test.
2016-09-08txt2man: enable darwin platformManav Rathi1-1/+1
Tested on Mac OS X 10.10, Nix 1.11.4 with: nix-build -A txt2man result/txt2man
2013-06-06txt2man: new packageBjørn Forsman1-0/+22
txt2man converts flat ASCII text to man page format. (Solfege, which is added in the next commit, needs this.)