| Port details |
- manpageblog Simple and static blog generator in manpage design
- 1.6 www
=0 1.4Version of this port present on the latest quarterly branch. - Maintainer: se@FreeBSD.org
 - Port Added: 2023-11-12 16:45:05
- Last Update: 2026-08-21 13:37:35
- Commit Hash: 618b5ad
- License: MIT
- WWW:
- https://github.com/gyptazy/manpageblog
- Description:
- manpageblog is a small, lightweight blog engine written in Python and
offers several advantages. Firstly, it provides simplicity and ease
of use, making it accessible even for users with limited technical
knowledge. The lightweight nature ensures quick installation and minimal
resource consumption, making it suitable for various hosting environments.
No database is needed at all.
The blog engine is highly customizable, see the examples director for a
complete set of configuration and template files and some sample content..
After installation, you can create a "blog.conf" file based on the one
in the examples directory of this port with "base_path" adjusted to the
document root of your blog and then start a simple HTTP server using the
command "manpageblog -m http.server". The server URL can be changed in
"blog.conf", too. The default value is: "http://localhost:8000".
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}manpageblog>0:www/manpageblog@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/manpageblog/ && make install clean
- To add the package, run one of these commands:
- pkg install www/manpageblog
- pkg install py312-manpageblog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-manpageblog listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-manpageblog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787319405
SHA256 (gyptazy-manpageblog-1.6_GH0.tar.gz) = 9445569507c3fe771a73a66a6760cabde851289feefbb702582ede3fb0d61ec9
SIZE (gyptazy-manpageblog-1.6_GH0.tar.gz) = 18474
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.12 : lang/python312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-markdown-it-py>=3.0.0 : textproc/py-markdown-it-py@py312
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py312-manpageblog-1.6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- www_manpageblog
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.6 21 Aug 2026 13:37:35
    |
Stefan Eßer (se)  |
www/manpageblog: update to version 1.6
This update adds support for pagination, LD-JSON content, and for the
generation of a sitemap. |
1.4 07 Jun 2024 11:13:14
    |
Stefan Eßer (se)  |
www/manpageblog: update to version 1.4 |
1.3.1 15 Jan 2024 08:14:31
    |
Stefan Eßer (se)  |
www/manpageblog: update to version 1.3.1
This update fixes the RSS XML feed to be RFC conform. |
1.3 10 Jan 2024 21:34:52
    |
Stefan Eßer (se)  |
www/manpageblog: update to version 1.3
This update adds a grey/blue scaled CSS theme, support for meta
keywords and meta robot options, and initial support for tags. |
1.2 22 Nov 2023 18:58:01
    |
Stefan Eßer (se)  |
www/manpageblog: upgrade to version 1.2
Fixed issue:
- fix missing language type in html element
New features:
- add Twitter Card support
- add grey scaled CSS theme
- add possibility to add different favicons
- allow external sources for favicons
Fixed
Fixed missing language type in html element [#8] |
1.1 21 Nov 2023 19:57:15
    |
Stefan Eßer (se)  |
www/manpageblog: upgrade to version 1.1
Major changes:
- OpenGraph support
- Logo support in RSS feed
- Fixed dynamic word wrap limit
- Validating config options |
1.0 12 Nov 2023 16:41:40
    |
Stefan Eßer (se)  |
www/manpageblog: add new port
This is a simple blog generator written in Python, which generates
a page layout that resembles a man-page (when using the default
template).
It is trivial to set-up, highly customizable, and needs very little
resources. |
Number of commits found: 7
|