Port details |
- manpageblog Simple and static blog generator in manpage design
- 1.4 www =2 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: 2024-06-07 11:13:14
- Commit Hash: 3398842
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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 py311-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 py311-manpageblog listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-manpageblog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717757560
SHA256 (gyptazy-manpageblog-1.4_GH0.tar.gz) = a19ef062532061339b443ec48c03a588b33c82765d3f4fc8ac5f36bec76ab82b
SIZE (gyptazy-manpageblog-1.4_GH0.tar.gz) = 16369
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.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-markdown-it-py>=3.0.0 : textproc/py-markdown-it-py@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-manpageblog-1.4:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |