summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka2000-09-084-8/+10
| | | | | | | | | | | | | | | | | | (a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a commercial software exits (b) Its license was changed to GPL. (c) The method to configure was changed from imake to GNU configure. (d) Relatively to the original Wnn, the Wnn in the ports tree were modified by me a lot. Most of the modifications were adopted into FreeWnn. (c) Header and library files are installed into ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}. (2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server in chinese, korean and japanese categories. The former is for libwnn and header files to compile client commands, and the files used in client commands. The latter is for a server to convert KANA to KANJI (Chinese character), and dictionaries and files used by the server.
* Install a manually hinted gulim10 and gulim10b fonts.CHOI Junho2000-09-032-3/+16
| | | | | | (Gulim 10 points) Hinting by Won-kyu Park <wkpark@chem.skku.ac.kr>
* update to 0.5.10CHOI Junho2000-08-313-8/+2
|
* Remove ${PREFIX}/share/doc directory after uninstallation.CHOI Junho2000-08-311-0/+1
|
* Remove ${PREFIX}/share/fonts directory after uninstallation.CHOI Junho2000-08-312-0/+2
| | | | Submitted by: bento
* Don't use ${CHMOD}, it's unnecessary and dangerous.CHOI Junho2000-08-311-2/+0
| | | | Submitted by: bento
* Display help message about GNOME panel applet support.CHOI Junho2000-08-291-0/+3
|
* Back out the previous commit. That one has a problem which occurs onAkinori MUSHA2000-08-271-5/+1
| | | | | | | | | | | | cross-language master-slave ports. I just wonder how I could overlook this. I thought I tested with Wnn, netscape and so on. *sigh* Yes, I know how I can fix it, but I'd certainly back out first. Reported by: steve Pointy hat to: knu
* PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.Akinori MUSHA2000-08-271-1/+5
| | | | No response from: ports list, PW
* Not to display unnecessary 'pty_search' message.CHOI Junho2000-08-261-0/+11
|
* Author(it's me!) re-released the tarball.CHOI Junho2000-08-251-1/+1
|
* Update to 4.75 20000826 version.CHOI Junho2000-08-252-2/+2
|
* Extra BUILD_DEPENDS on XFree86 removed.CHOI Junho2000-08-241-2/+0
| | | | (it uses USE_X_PREFIX)
* Update to Korean kit v4.75.CHOI Junho2000-08-242-3/+3
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-033-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Upgrade to 4.74 Korean kit.CHOI Junho2000-07-262-3/+3
|
* distfile fix & reclaim maintainer to meCHOI Junho2000-07-2333-25/+58
|
* Fix typo. (ghostscript55htff -> ghostscript55httf)CHOI Junho2000-07-191-1/+1
|
* Complete move from ftghostscript55 -> ghostscript55httf. The latter isSatoshi Asami2000-07-1911-529/+852
| | | | | | a repo copy from ftghostscript5 (the one with history). Approved by: cjh
* PLIST sorted.CHOI Junho2000-07-171-1/+1
|
* Clean up ports.CHOI Junho2000-07-173-5/+5
| | | | | | | - MAINTAINER line changed. - unnecessasry CONFIGURE_ARGS option removed. - patches/patch-aa removed, CONFIGURE_ENV added instead. - pkg/PLIST sorted.
* Fix pkg/COMMENT(for more portlint-compliant)CHOI Junho2000-07-171-1/+1
| | | | | PR: ports/19987 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Change MAINTAINER line.CHOI Junho2000-07-163-2/+8
| | | | | - Install hanterm.html(manual). - more portlint-compilant.
* Fix distfile location. Original site is working now.CHOI Junho2000-07-161-4/+3
|
* Set version number of libpng correctly.CHOI Junho2000-07-162-2/+2
| | | | Submitted by: bento buildlog
* Add LIB_DEPENDS: xpm.CHOI Junho2000-07-161-0/+1
| | | | Submitted by: bento buildlog
* - Update han to work in 4.x. Use patches from kon2-16dot.CHOI Junho2000-07-1615-9/+586
| | | | | (it still has a bug: cursor doesn't displayed) - distfile location moved.
* - Add FreeBSD-specific X resourceCHOI Junho2000-07-154-10/+32
| | | | | | * default PS font name is changed to Gulim-Medium (from korean/baekmukfonts-ttf) - more portlint-compliant
* - copyright notice removed. Now it's free software.CHOI Junho2000-07-152-5/+2
| | | | - MAINTAINER update.
* Copyright notice removed. now it's freely redistiributable.CHOI Junho2000-07-153-19/+4
|
* - remove BUILD_DEPENDS(NO_BUILD=YES!)CHOI Junho2000-07-152-9/+5
| | | | | - MAINTAINER update. - more portlint-compilant.
* Remove RUN_DEPENDS to ghostscript. Now we have two KoreanCHOI Junho2000-07-151-2/+0
| | | | ghostscript, so it's your choice.
* Change default font to Gulim-Medium(korean/baekmukfonts-ttf).CHOI Junho2000-07-151-0/+11
|
* Update to GNU gs.CHOI Junho2000-07-152-20/+24
|
* Default configuration file of Korean TTF.CHOI Junho2000-07-152-0/+98
|
* - Change MAINTAINER line.CHOI Junho2000-07-152-10/+22
| | | | | - add korean/baekmukfonts-ttf to RUN_DEPENDS. - more portlint-compilant.
* COMMENT should be ended without period.Jun Kuriyama2000-07-121-1/+1
|
* Add master site of tfm files.CHOI Junho2000-07-081-1/+2
|
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-075-20/+25
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.0c16/Korean.CHOI Junho2000-07-075-34/+1055
| | | | | PR: ports/19709 Submitted by: JunSeon Oh <hollywar@holywar.net>
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-8/+19
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Fix unistall problem. Found from bento log.CHOI Junho2000-07-041-0/+1
|
* Add ftghostscript55.CHOI Junho2000-07-041-0/+1
|
* Remove patch-aa and add patch-ba.CHOI Junho2000-07-041-0/+44
| | | | patch-ba is for building in FreeBSD.
* hanIM is now open source. This ports is changed to compile hanIM!CHOI Junho2000-07-044-80/+11
| | | | License is not clear so I will not touch LEGAL.
* Adjust dependency to hlatex-psfonts-wansung.CHOI Junho2000-07-041-1/+1
|
* Add hlatex-wansung.CHOI Junho2000-07-046-996/+113
| | | | HLaTeX extension to use Wansung(KSX1001) fonts.
* Active hlatex family.CHOI Junho2000-07-041-0/+5
| | | | | | | | hlatex hlatex-psfonts-uhc-extra hlatex-wansung hlatex-mffonts-wansung hlatex-psfonts-wansung
* MF font collection of HLaTeX-wansungCHOI Junho2000-07-0410-0/+5878
|
* Change hlatexpsfonts-wansungstd to hlatex-psfonts-wansung.CHOI Junho2000-07-044-61/+26
| | | | | | PS font collection of HLaTeX-wansung It is a slave port of hlatex-mffonts-wansung.