summaryrefslogtreecommitdiffstats
path: root/japanese/kon2-16dot
Commit message (Collapse)AuthorAgeFilesLines
* Compilation fixes for changes about machine/console.h in 5-current.shige2001-01-232-6/+36
|
* Compilation fixes for changes about machine/console.h in 5-current.shige2001-01-232-42/+55
| | | | Merge patch-bd to patch-aa.
* Fix unfetchable problem.shige2000-06-091-0/+1
|
* Fix refresh screen problem.shige2000-06-091-9/+21
| | | | Submitted by: Issei Suzuki <issei@issei.org>
* More better fix.kuriyama2000-05-111-5/+6
| | | | Suggested by: Takahiro Kambe <taca@SKY.YAMASHINA.KYOTO.JP>
* Fix buffer overflow.kuriyama2000-05-081-0/+11
| | | | | | | | | NOTE: kon is installed with root-setuid. Users are encouraged to update this port. Reported by: UNYUN <shadowpenguin@BACKSECTION.NET> via: BUGTRAQ-JP List <BUGTRAQ-JP@SECURITYFOCUS.COM> as: [SPSadvisory#36]Linux /usr/bin/kon buffer overflow
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-5/+6
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Update fetch URL.shige2000-03-081-2/+2
|
* Update kon-font fetch URL(fix unfetchable problem).shige2000-02-251-2/+2
|
* Fix kon's vga/mmap code for 4-current or later with new sysncos ans vga/mmap.shige2000-01-312-2/+29
| | | | | | | # But 3.x-stable or former uses old code. Thanks, yokota-san! Submitted by: Kazutaka YOKOTA <yokota@FreeBSD.org>
* Fix comiple-error.shige2000-01-304-0/+91
| | | | | | | | But kon does not work on 4-current(with new syscons). Now I'll fix this problem. Submitted by: Issei Suzuki <issei@issei.org> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8671
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fix problem when using cursor.shige1999-08-065-9/+204
| | | | Submitted by: Shingo WATANABE <nabe@mobile.icc.titech.ac.jp>
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* MAINTAINER changed, because I was a committer.shige1999-03-011-2/+2
|
* Add 'ONLY_FOR_ARCHS=i386' to kon variants.simokawa1999-01-061-1/+3
| | | | | kon is a kanji console driver for Japanese, Chinese and Korean. It accesses VGA directly.
* Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toasami1998-11-201-17/+8
| | | | | | | | | | | | | | | | | | | share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename.
* Use LOOP_VAR to set KONFONT automatically.asami1998-11-081-1/+3
|
* PKGNAME=ja-kon2-${KONFONTS}-0.3kuriyama1998-11-071-2/+3
| | | | Suggested by: asami
* Change MASTER_SITE to fetch distfiles.kuriyama1998-10-091-3/+3
| | | | | PR: ports/8194 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* This update has these changes:kuriyama1998-09-2610-12/+104
| | | | | | | | | | o Maintainer (with the previous maintainer's approval) o beep patch (Thanks to nabe@mobile.icc.titech.ac.jp!) o selectable Kon font size at make time. o modification for non-default PREFIX PR: ports/7878 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* Remove man page entries from the PLIST and define MAN? in the Makefile.max1998-08-311-1/+0
|
* The japanese manpages are now in man/ja.steve1998-05-243-5/+5
| | | | | PR: 6667 Submitted by: maintainer
* Location of font files were changed.max1997-09-191-2/+2
| | | | | PR: 4584 Submitted by: maintainer
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-141-2/+2
| | | | for PKGNAME. (IE, jp-* to ja-*).
* sed -> ${SED}.max1997-07-211-3/+3
| | | | files/* -> ${FILESDIR}/*.
* Replacing kon with kon2 since kon2 is upper compatible to kon.max1997-07-1014-1304/+313
| | | | | PR: 4040 Suggested by: Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp>
* ja_JP.ujis -> ja_JP.EUC (they really are same things).asami1996-12-065-7/+7
|
* Add checksum for two font filesasami1996-11-221-0/+2
|
* Better default settings for vga cards in kon.cfg.max1996-11-191-13/+35
| | | | | | | Submitted by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Patch to fix a bug that a few video cards didn't work properly. Submitted by: manabe@Roy.dsl.tutics.tut.ac.jp (Takashi Manabe)
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-6/+3
| | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
* CATEGORIES+= -> CATEGORIES=max1996-11-111-2/+2
| | | | Inspired by: obrien
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Add "jp-" in front of PKGNAME.asami1996-09-191-2/+4
|
* Fix up font path in kon.cfg.asami1996-08-211-2/+2
| | | | Submitted by: max@sfc.wide.ad.jp
* Remove unnecessary FONTFILES hack (our bsd.port.mk can now handleasami1995-10-113-25/+10
| | | | | | | multiple master sites with only subsets of files). Make sure font files are installed correctly. I don't know how in the hell it worked before.
* /usr/ports/distfiles -> $(DISTDIR)asami1995-09-151-1/+1
| | | | Submitted by: Shigeki Nogaya <nogaya@mbox.kyoto-inet.or.jp>
* Repair a failure i made with the last commit. The make should not tryats1995-08-051-1/+2
| | | | to extract the fonts. Add a EXTRACT_ONLY for the port.
* Fix the Makefile that it also works for the MASTER_SITE_OVERRIDE case.ats1995-08-011-1/+7
| | | | | The fonts are already in the distfiles and can be fetched with the normal fetch target.
* Add "PKGNAME=kon-0994e".asami1995-06-251-1/+2
|
* A Japanese console driver for VGA consoles.asami1995-06-247-0/+1319
Submitted by: Takashi Ogura <ogura@st.rim.or.jp>
OpenPOWER on IntegriCloud