From 8a482a2ad1bf757032755254f0b0de16bbfe6b5d Mon Sep 17 00:00:00 2001 From: Mike Turkey Date: Mon, 20 Jan 2025 23:43:46 +0900 Subject: [PATCH] py-manjpfb: New port, textproc/py-manjpfb, Description: FreeBSD Japanese Man Pager --- textproc/py-manjpfb/Portfile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 textproc/py-manjpfb/Portfile diff --git a/textproc/py-manjpfb/Portfile b/textproc/py-manjpfb/Portfile new file mode 100644 index 0000000000000..1ad5de4aad007 --- /dev/null +++ b/textproc/py-manjpfb/Portfile @@ -0,0 +1,29 @@ +PortSystem 1.0 +PortGroup python 1.0 + +name py-manjpfb +version 0.0.10 +categories textproc +platforms darwin +maintainers miketurkey.com:voice +license GPL-3 +description FreeBSD Japanese Man Pager. +long_description manjpfb is pager of FreeBSD Japanese man using python3.\ + The program does not store man-data and download it with each request.\ + Since it is a Python script, it is expected to run on many operating systems in the future.\ + We can read the FreeBSD Japanese man on many Operating Systems.\ + There is man-data that is not fully translated, but this is currently by design.\ + Please note that I do not take full responsibility for the translation of the documents. + +homepage https://www.miketurkey.com + + +python.default_version 311 +python.versions 311 312 313 + +python.pep517 yes + +checksums rmd160 6df8380a51def8d4b9eb566ebda358b695d47c11\ + sha256 b5d09088f7846faaab4b57f93451ccf4308fd3fbcde338e3885408926bd7d393\ + size 40017 +