notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details on branch 2022Q4
scdoc Small man page generator
1.11.2 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.11.2Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-12-09 17:42:06
Last Update: 2022-12-09 17:39:27
Commit Hash: 2a57c51
License: MIT
WWW:
https://git.sr.ht/~sircmpwn/scdoc
Description:
scdoc is a simple man page generator for POSIX systems written in C99.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/scdoc
  2. libdata/pkgconfig/scdoc.pc
  3. share/man/man1/scdoc.1.gz
  4. share/man/man5/scdoc.5.gz
  5. /usr/local/share/licenses/scdoc-1.11.2/catalog.mk
  6. /usr/local/share/licenses/scdoc-1.11.2/LICENSE
  7. /usr/local/share/licenses/scdoc-1.11.2/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • scdoc>0:textproc/scdoc
To install the port:
cd /usr/ports/textproc/scdoc/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/scdoc
  • pkg install scdoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: scdoc
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1636790685 SHA256 (scdoc-1.11.2.tar.gz) = e9ff9981b5854301789a6778ee64ef1f6d1e5f4829a9dd3e58a9a63eacc2e6f0 SIZE (scdoc-1.11.2.tar.gz) = 12746

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Build
  1. x11/kanshi

Configuration Options:
No options to configure
Options name:
textproc_scdoc
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.2.tar.gz?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.2
09 Dec 2022 17:39:27
commit hash: 2a57c51d01741ce7265033de6fff1b5dee6fd837commit hash: 2a57c51d01741ce7265033de6fff1b5dee6fd837commit hash: 2a57c51d01741ce7265033de6fff1b5dee6fd837commit hash: 2a57c51d01741ce7265033de6fff1b5dee6fd837 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
Author: Dimitry Andric
textproc/scdoc: unbreak build with clang 15

In file included from src/string.c:3:
include/str.h:10:23: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create();
                      ^
                       void
src/string.c:15:23: error: a function declaration without a prototype is
deprecated in all versions of C [-Werror,-Wstrict-prototypes]
struct str *str_create() {
                      ^
                       void

PR:		268277
Reported by:	antoine (via bug 265425 exp-run)

(cherry picked from commit d30ead133df49f67fa29fbcc5cc4be19a2ad6af4)

Number of commits found: 1