summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16CHOI Junho2000-10-297-0/+77
| | | | | | | Activate ko-uniksc. Notes: svn path=/head/; revision=34397
* Fix uninstallation problem.CHOI Junho2000-10-291-0/+2
| | | | | | | Submitted by: bento errorlog Notes: svn path=/head/; revision=34394
* Fix uninstallation problem, fixing and adding @unexec rmdir...CHOI Junho2000-10-291-2/+3
| | | | | | | Submitted by: bento errorlog Notes: svn path=/head/; revision=34393
* - Update to new Korean kit to 20001028. revision increasedCHOI Junho2000-10-274-6/+11
| | | | | | | | | - import ja-netscape47-* changes: LANG set to @LANG@, no core dump. - set MD5_FILE for get checksum into correct location. Notes: svn path=/head/; revision=34307
* Import from ja-netscape4-communicator.CHOI Junho2000-10-272-2/+8
| | | | | | | | - LANG set to @LANG@ - add ulimit for no core dump Notes: svn path=/head/; revision=34305
* Import r1.5 -> r1.6 changes in ja-linux-netscape-*.CHOI Junho2000-10-271-2/+13
| | | | | | | | | Cooperate with Acrobat4. Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> Notes: svn path=/head/; revision=34304
* We don't want to use gtk-bitchx and esounds at the default installation.James E. Housley2000-10-253-14/+11
| | | | | | | | | | It provides a new two variables RANDOM_LOCAL_PORT_LOW and RANDOM_LOCAL_PORT_HIGH PR: 22272 Submitted by: JunSeon Oh <hollywar@holywar.net> MAINTAINER Notes: svn path=/head/; revision=34221
* Fix the build problem with XFree86 4.0.x.CHOI Junho2000-10-201-0/+1
| | | | | | | It try to build hanterm.html from hanterm.man, which doesn't exist. Notes: svn path=/head/; revision=34024
* PLIST fixes to ports which I touched recently. Not all caused by myJeremy Lea2000-10-131-1/+2
| | | | | | | breakage. Notes: svn path=/head/; revision=33762
* Update to 0.1.1CHOI Junho2000-10-094-4/+4
| | | | Notes: svn path=/head/; revision=33618
* Add batang10, batang10b manually-hinted fonts.CHOI Junho2000-10-092-3/+6
| | | | | | | Increase PORTREVISION. Notes: svn path=/head/; revision=33616
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-0812-13/+13
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-081-2/+2
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* Fixed typoSatoshi Taoka2000-10-061-1/+1
| | | | | | | | Submitted by: kuriyama@FreeBSD.org Obtained by: ports-jp@jp.FreeBSD.org Notes: svn path=/head/; revision=33457
* Remove remnants of GTK 1.0.x since nothing depends on them any more.Ade Lovett2000-10-061-1/+0
| | | | | | | | | | | Done a few days earlier than I had initially suggested on the -ports list since other committers have already taken care of the few remaining ports that depended on them Discussed on: -ports list Notes: svn path=/head/; revision=33456
* Implement WANT_GNOME.Jeremy Lea2000-10-056-113/+122
| | | | Notes: svn path=/head/; revision=33430
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-053-10/+9
| | | | Notes: svn path=/head/; revision=33427
* Implement USE_GTK, part 2.Jeremy Lea2000-10-051-5/+1
| | | | Notes: svn path=/head/; revision=33425
* Activate ko-a2ps.CHOI Junho2000-10-016-0/+72
| | | | | | | Simple a2ps wrapper for Korean text printing Notes: svn path=/head/; revision=33285
* Active ko-a2ps.CHOI Junho2000-10-011-0/+1
| | | | Notes: svn path=/head/; revision=33284
* Mark all of the pine3/4 ports FORBIDDEN due to remotely exploitableKris Kennaway2000-09-291-0/+2
| | | | | | | | buffer overflows. Sorry guys, but having an insecure mailer just isn't worth it. Notes: svn path=/head/; revision=33242
* Korean enabled Texinfo formatterCHOI Junho2000-09-256-0/+71
| | | | Notes: svn path=/head/; revision=33109
* Change manually hinted gulim{10,10b} fonts from pcf to bdf source.CHOI Junho2000-09-252-9/+12
| | | | Notes: svn path=/head/; revision=33105
* Add BUILD_DEPENDS to bdftopcf:XFree86-4-clients when XFREE86_VERSION=4.Satoshi Asami2000-09-141-0/+1
| | | | Notes: svn path=/head/; revision=32618
* Add PORTREVISION.CHOI Junho2000-09-131-0/+1
| | | | | | | Reviewed by: Kris Kennaway Notes: svn path=/head/; revision=32566
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka2000-09-128-283/+49
| | | | | | | | | | | | | | | | | | | | | | | (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. Notice: I forgot to commit FreeWnn-{lib,server} (^_^;; Notes: svn path=/head/; revision=32559
* Fix for segfault when ^D pressed.CHOI Junho2000-09-122-1/+3
| | | | | | | | | | But, irc/bitchx and korean/bitchx is still broken in -current... PR: ports/21225 Submitted by: maintainer Notes: svn path=/head/; revision=32557
* Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients andSatoshi Asami2000-09-123-3/+26
| | | | | | | | | RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. Submitted by: bento Notes: svn path=/head/; revision=32551
* Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.Satoshi Asami2000-09-123-3/+23
| | | | | | | Submitted by: bento and gohan Notes: svn path=/head/; revision=32544
* (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. Notes: svn path=/head/; revision=32414
* 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> Notes: svn path=/head/; revision=32225
* update to 0.5.10CHOI Junho2000-08-313-8/+2
| | | | Notes: svn path=/head/; revision=32156
* Remove ${PREFIX}/share/doc directory after uninstallation.CHOI Junho2000-08-311-0/+1
| | | | Notes: svn path=/head/; revision=32155
* Remove ${PREFIX}/share/fonts directory after uninstallation.CHOI Junho2000-08-312-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32154
* Don't use ${CHMOD}, it's unnecessary and dangerous.CHOI Junho2000-08-311-2/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32153
* Display help message about GNOME panel applet support.CHOI Junho2000-08-291-0/+3
| | | | Notes: svn path=/head/; revision=32108
* 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 Notes: svn path=/head/; revision=32040
* PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.Akinori MUSHA2000-08-271-1/+5
| | | | | | | No response from: ports list, PW Notes: svn path=/head/; revision=32029
* Not to display unnecessary 'pty_search' message.CHOI Junho2000-08-261-0/+11
| | | | Notes: svn path=/head/; revision=31999
* Author(it's me!) re-released the tarball.CHOI Junho2000-08-251-1/+1
| | | | Notes: svn path=/head/; revision=31972
* Update to 4.75 20000826 version.CHOI Junho2000-08-252-2/+2
| | | | Notes: svn path=/head/; revision=31968
* Extra BUILD_DEPENDS on XFree86 removed.CHOI Junho2000-08-241-2/+0
| | | | | | | (it uses USE_X_PREFIX) Notes: svn path=/head/; revision=31933
* Update to Korean kit v4.75.CHOI Junho2000-08-242-3/+3
| | | | Notes: svn path=/head/; revision=31932
* (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 Notes: svn path=/head/; revision=31272
* Upgrade to 4.74 Korean kit.CHOI Junho2000-07-262-3/+3
| | | | Notes: svn path=/head/; revision=31046
* distfile fix & reclaim maintainer to meCHOI Junho2000-07-2333-25/+58
| | | | Notes: svn path=/head/; revision=30972
* Fix typo. (ghostscript55htff -> ghostscript55httf)CHOI Junho2000-07-191-1/+1
| | | | Notes: svn path=/head/; revision=30906
* 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 Notes: svn path=/head/; revision=30899
* PLIST sorted.CHOI Junho2000-07-171-1/+1
| | | | Notes: svn path=/head/; revision=30759
* 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. Notes: svn path=/head/; revision=30758