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 photosAll times are UTC
Ukraine
Port details
prn-ps Yet another converter from text file to postscript (with Japanese support)
1.0_3 japanese 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-10-07 19:21:11
Last Update: 2024-10-07 19:16:21
Commit Hash: 5592f33
Also Listed In: print
License: GPLv2+
Description:
Prn prints out a text file to a postscript printer by converting to postscript. If the file has kanji code such as 7-bit JIS, MS-kanji (shifted-JIS) or EUC, it can print out by using a kanji code converter whose name is kcc. If the file is code of C, C++, FORTRAN, pascal, ... , printing out by prn with a option '-c' can emphasize keywords and comments.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. /usr/local/share/licenses/ja-prn-1.0_3/catalog.mk
  2. /usr/local/share/licenses/ja-prn-1.0_3/LICENSE
  3. /usr/local/share/licenses/ja-prn-1.0_3/GPLv2+
  4. bin/cmt
  5. bin/cprn
  6. bin/prn
  7. bin/psconv
  8. share/man/man1/cmt.1.gz
  9. share/man/man1/cprn.1.gz
  10. share/man/man1/prn.1.gz
  11. share/man/man1/psconv.1.gz
  12. share/man/man5/cmtdefs.5.gz
  13. share/prn/cmtdefs
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • ja-prn>0:japanese/prn-ps
To install the port:
cd /usr/ports/japanese/prn-ps/ && make install clean
To add the package, run one of these commands:
  • pkg install japanese/prn-ps
  • pkg install ja-prn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ja-prn
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1727795104 SHA256 (prn.tar.gz) = 7a1cc5a0024cbb681ec87a25c31873b9d5e1c042d518a48e197de42ffbc21357 SIZE (prn.tar.gz) = 52681

Packages (timestamps in pop-ups are UTC):
ja-prn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0_31.0_3-1.0_31.0_3---
FreeBSD:13:quarterly--------
FreeBSD:14:latest1.0_31.0_3-1.0_31.0_3---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.0_31.0_3n/a1.0_3n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. kcc : japanese/kcc
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
japanese_prn-ps
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/
  2. ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
  3. ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
Collapse this list.
Port Moves
  • port moved here from japanese/prn on 2024-10-07
    REASON: Allow cloning the repository on Windows

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0_3
07 Oct 2024 19:16:21
commit hash: 5592f33af2c24b5172c718fb93a71efa5d0ac3e8commit hash: 5592f33af2c24b5172c718fb93a71efa5d0ac3e8commit hash: 5592f33af2c24b5172c718fb93a71efa5d0ac3e8commit hash: 5592f33af2c24b5172c718fb93a71efa5d0ac3e8 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
japanese/prn-ps: Add LICENSE
1.0_2
07 Oct 2024 19:16:20
commit hash: f3050fcad38de7820c9ec5d54b86da9bda689131commit hash: f3050fcad38de7820c9ec5d54b86da9bda689131commit hash: f3050fcad38de7820c9ec5d54b86da9bda689131commit hash: f3050fcad38de7820c9ec5d54b86da9bda689131 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
Author: PhilZ
japanese/prn: Fix git clone and working on repo under Windows

Windows can support long file names, but these file names are not allowed:
CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8,
COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9

Source: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/122

Number of commits found: 2