Path to this page:
./
textproc/scdoc,
Simple man page generator
Branch: CURRENT,
Version: 1.11.3,
Package name: scdoc-1.11.3,
Maintainer: pkgsrc-usersscdoc is a simple man page generator for POSIX systems written in C99.
Master sites:
Version history: (Expand)
- (2024-07-30) Updated to version: scdoc-1.11.3
- (2020-03-23) Package added to pkgsrc.se, version scdoc-1.10.1 (created)
CVS history: (Expand)
2024-07-30 10:10:19 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
scdoc: update to 1.11.3.
Provided by iris000 on pkgsrc-users.
Changes:
0528bcb Update version to 1.11.3
5ea8873 README.md: mention system packages
deb7db7 man: add section about SOURCE_DATE_EPOCH
ca7aad3 fix formatting of escaped backticks
0b4a102 Emit '\e' instead of '\\'
afeda24 get rid of some unused includes
d562d7e remove useless re-declarations of standard functions
1923fb6 Fix clang 15 -Wstrict-prototypes warnings
4af1e1e simplify list output
b16de45 scdoc(1), scdoc(5): follow conventions more closely
5061ecc use .PP for paragraph breaks
74b8daa scdoc.5: fix formatting in the preamble
eef0810 scdoc.5: fix capitalization of subsection headers
5a61910 Update version to 1.11.2
7bdbb5b Disallows differing row lengths in table
9140b4b Check for and abort on failed memory allocations
c7cb8be Add uninstall target
76953aa Escape ' at the beginning of lines
b9391f0 Clean up the installation process
badecfc Update version to 1.11.1
26bbd97 Cast ctype.h inputs to unsigned char
8b0142c string.c: swap calloc arguments
1645e3c Suppress sentence spacing after end-of-sentence characters.
97106f1 Drop flex/bison from .build.yml
922bdce .build.yml: remove unused secret
53a5fc7 .build.yml: drop annotations
274dafc Update version to 1.11.0
0917856 Fix parsing of line breaks followed by underlined text
da7d5e6 Fix parsing of line breaks without newline
059002c Add basic working tests for line breaks parsing
baaebab Allow subsection in preamble
656484e Section needs to be explicitly defined
|
2024-07-02 14:05:29 by Tobias Nygren | Files touched by this commit (1) |
Log message:
scdoc: regen distinfo for prev
|
2024-07-02 14:04:38 by Tobias Nygren | Files touched by this commit (2) |
Log message:
scdoc: satisfy -Werror=calloc-transposed-args (a silly GCC 14 invention)
|
2024-01-02 18:57:29 by Amitai Schleier | Files touched by this commit (3) |
Log message:
scdoc: mollify -Wstrict-prototypes to fix macOS build.
|
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-08-31 22:01:12 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
Remove -static in textproc/scdoc to fix Darwin
|