Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-manjpfb: New port, textproc/py-manjpfb, #27433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions textproc/py-manjpfb/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
PortSystem 1.0

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py311-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py312-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint py313-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py311-manjpfb: Warning: py311-manjpfb is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py312-manjpfb: Warning: py312-manjpfb is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test py313-manjpfb: Warning: py313-manjpfb is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py311-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py312-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint py313-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py311-manjpfb: Warning: py311-manjpfb is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py312-manjpfb: Warning: py312-manjpfb is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test py313-manjpfb: Warning: py313-manjpfb is configured to build for the architecture(s) 'arm64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py311-manjpfb: Warning: py311-manjpfb is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py312-manjpfb: Warning: py312-manjpfb is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test py313-manjpfb: Warning: py313-manjpfb is configured to build for the architecture(s) 'x86_64', but did not install any Mach-O files.

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py311-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py312-manjpfb: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in textproc/py-manjpfb/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint py313-manjpfb: Warning: Unnecessary platforms line as darwin is the default
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