Port details |
- kon2-16dot Kanji On Console -- Display kanji characters on your own console
- 0.3_8 japanese =4 0.3_8Version of this port present on the latest quarterly branch.
- 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
- Port Added: unknown
- Last Update: 2024-01-09 09:47:14
- Commit Hash: c75c944
- People watching this port, also watch:: wget, ja-less, autoconf, ja-nkf, boehm-gc
- License: not specified in port
- Description:
- KON2 is a program for displaying Kanji (japanese characters) on the
console of Linux/FreeBSD. KON2 hooks the output of console and
redirects to pseudo tty, drawing on the VGA display.
If KON2 would be going to something wrong, check shared-memories being
loading or not. If not, add "options SYSVSHM" to
/usr/src/sys/i386/conf/GENERIC, and reconfigure the kernel.
Be aware that using KON2 with X is not allowed (You should shutdown X first
when you use KON2, and vice versa).
In order to use 30 lines (default is 25), modify the "Normal" entry of
kon.cfg as follows:
-------
VGA:Normal
VGA
640 680 768 800 480 491 493 525
1
79 29
-------
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-kon2-16dot>0:japanese/kon2-16dot
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/japanese/kon2-16dot/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/kon2-16dot
- pkg install ja-kon2-16dot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-kon2-16dot
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (kon2-0.3.tar.gz) = 72c73f9c15e9fdb1cf5a9935fb0fd546b25f0edf002aaf62742cff16f23ef46f
SIZE (kon2-0.3.tar.gz) = 70051
SHA256 (k14.bdf) = 99df6e8414220662744b12f298dcf6824ad480cd0bd52c94cf5b0872c9743932
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- japanese/kon2-14dot
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ja-kon2-16dot-0.3_8:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- japanese_kon2-16dot
- USES:
- cpe
- 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 |
0.3_8 09 Jan 2024 09:47:14 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
0.3_7 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
0.3_7 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.3_7 19 Oct 2021 10:43:33 |
Stefan Eßer (se) |
japanese/kon2-16dot: Add CPE information
Approved by: portmgr (blanket) |
0.3_7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.3_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3_7 15 Mar 2021 13:19:55 |
emaste |
japanese/kon2-16dot: reset MAINTAINER
Requested by: Tsurutani Naoki (maintainer)
Approved by: lwhsu |
0.3_7 09 Mar 2021 14:10:35 |
emaste |
japanese/kon2-16dot: fix build with base system PIE default
PIE with static libraries is currently unsupported in the FreeBSD base
system. Explicitly disable PIE for in affected ports for now.
Emailed maintainer for approval, no objection.
PR: 253275 [exp-run]
Submitted by: Dawid Gorecki <dgr@semihalf.com>
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D28868 |
0.3_7 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
0.3_7 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.3_7 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.3_7 25 Mar 2016 11:42:13 |
ohauer |
- change MAINTAINER email address [1]
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html |
0.3_7 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3_7 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
0.3_7 02 Feb 2014 14:09:51 |
pawel |
Stage support for japanese/kon2-16dot and it's slaves
PR: port/186321 (based on)
Submitted by: maintainer |
0.3_7 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
0.3_7 17 Feb 2013 11:49:50 |
tota |
- Fix patching
- Trim Makefile header
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
- Bump PORTREVISION
PR: ports/175398
Submitted by: Tsurutani Naoki (maintainer) |
0.3_6 07 Aug 2012 12:31:04 |
scheidell |
- Fix pointyhat (plist), ubreak
- Submitter is now maintainer
PR: ports/168321
Submitted by: turutani@scphys.kyoto-u.ac.jp (maintainer) |
0.3_5 05 Jun 2012 06:35:31 |
hrs |
Fix BROKEN and some styles. |
0.3_5 22 May 2012 20:43:36 |
pav |
- Mark BROKEN: installs an unwanted file
install -o root -g wheel -m 444 kon.1.gz /usr/local/man/ja/man11
686488 8 -r--r--r-- 1 root wheel 4052 May
20 20:41 usr/local/man/ja/man11
Reported by: pointyhat |
0.3_5 09 May 2012 19:28:25 |
daichi |
- fixed the building on amd64
- fixed the building on 9+
- clean-up patches
PR: 167724
Submitted by: Masamichi Takatsu <taka2@doga.co.jp> |
0.3_4 12 Jul 2011 03:47:34 |
stephen |
- Fix buffer overflow and mouse bugs.
- Bump portrevision.
PR: ports/127321
Submitted by: Arai Toshihiko <double_star@scorpio.plala.or.jp>
Approved by: gabor (mentor) |
0.3_3 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.3_3 20 Mar 2010 15:17:45 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
0.3_3 22 Jan 2006 02:16:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.3_3 24 Nov 2005 23:02:13 |
pav |
- Add SHA256 |
0.3_3 15 Oct 2005 04:57:07 |
motoyuki |
un-"DEPRECATED".
kon2-* is *NOT* a font package. It is a program for display Kanji
characters on the VGA display. We still need this port. |
0.3_3 11 Sep 2005 19:58:46 |
linimon |
Remove obsolete mastersites, leaving only local mirrors. Since this
font set was the for absolutely antique XFree86 3.3.3, which is no longer
itself mirrored anywhere, mark for deprecation.
Source: distfile survey |
0.3_3 05 Mar 2005 18:30:20 |
leeym |
- utilize PORTDOCS in japanese/kon2-16dot (master)
- utilize PLIST_FILES in chinese/kon2 (slave)
- change target in chinese/kon2 (slave) to avoid conflicts
- remove extra directory in japanese/kon2-16dot (master)
- some minor fixes |
0.3_3 24 Dec 2004 03:11:00 |
nork |
o Fix open /dev/vga problem on 5.x. [1]
o Fix build on 6-current.
o Bump PORTREVISION, accordingly.
PR: ports/74881 [1]
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [1] |
0.3_2 23 Dec 2004 09:32:50 |
nork |
Reset MAINTAINER to ports@.
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket) |
0.3_2 19 Sep 2004 04:43:04 |
nork |
o Fix build error on 5.x.
o Use /dev/ttyv0 instead of /dev/vga on 5.x.
Accordingly bump PORTREVISION.
Approved by: portmgr (kris), shige (maintainer/blanket) |
0.3_1 18 Sep 2004 18:04:17 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
0.3_1 08 Mar 2004 15:09:57 |
sanpei |
Change WATANABE-san's e-mail address
s-nabe@cs.titech.ac.jp -> nabe@nabechan.org
Requested by Shingo WATANABE <nabe@nabechan.org> |
0.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.3 13 May 2003 01:12:12 |
vanilla |
Make it ready for coming slave ports. |
0.3 07 Mar 2003 06:04:59 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
23 Jan 2001 15:28:13 |
shige |
Compilation fixes for changes about machine/console.h in 5-current. |
23 Jan 2001 15:27:51 |
shige |
Compilation fixes for changes about machine/console.h in 5-current. Merge
patch-bd to patch-aa. |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |
09 Jun 2000 15:17:25 |
shige |
Fix unfetchable problem. |
09 Jun 2000 15:16:04 |
shige |
Fix refresh screen problem. |