summaryrefslogtreecommitdiff
path: root/korean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak for ELF.Steve Price1999-05-313-17/+27
| | | | Notes: svn path=/head/; revision=19137
* Mizi Research's Korean X11 Input MethodJun Kuriyama1999-05-295-0/+136
| | | | | | | | Submitted by: Choi Junho <cjh@kr.freebsd.org> PR: ports/11684 Notes: svn path=/head/; revision=19085
* Activate ko-hanIM.Jun Kuriyama1999-05-291-1/+2
| | | | Notes: svn path=/head/; revision=19083
* glibc 2.0 Korean locale for linux compatibility.Jun Kuriyama1999-05-255-0/+53
| | | | | | | | PR: ports/11685 Submitted by: CHOI Junho <cjh@kr.freebsd.org> Notes: svn path=/head/; revision=18995
* Activate linux_localeJun Kuriyama1999-05-251-1/+2
| | | | Notes: svn path=/head/; revision=18994
* More WWW: additionsMichael Haro1999-05-036-0/+10
| | | | Notes: svn path=/head/; revision=18436
* BROKEN= fetchMichael Haro1999-05-022-2/+4
| | | | Notes: svn path=/head/; revision=18321
* Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1999-05-011-6/+2
| | | | Notes: svn path=/head/; revision=18296
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-016-9/+9
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* - original distribution URL (and MD5 value) has changed.Jun-ichiro itojun Hagino1999-04-172-4/+4
| | | | | | | | | | MD5 value was changed because some lines are added/removed from README. - upgrade multilingual patch to the most recent one. Thanks Satoshi for letting me know the MD5 change. Notes: svn path=/head/; revision=17948
* Fix build for ELF.Steve Price1999-04-0212-116/+394
| | | | | | | | PR: 10726 Submitted by: maintainer Notes: svn path=/head/; revision=17538
* Update to 19981229 version.Steve Price1999-04-026-9/+9
| | | | | | | | PR: 10727 Submitted by: maintainer Notes: svn path=/head/; revision=17536
* Added gau and gtk10Satoshi Taoka1999-04-011-1/+3
| | | | Notes: svn path=/head/; revision=17514
* Gtk-based Hangul-enabled terminal emulation with serial/socketSatoshi Taoka1999-04-015-0/+92
| | | | | | | | PR: ports/10645 Submitted by: CHOI Junho cjh@kr.freebsd.org Notes: svn path=/head/; revision=17513
* Update to hanterm-xf-p16Satoshi Taoka1999-03-194-10/+10
| | | | | | | | PR: ports/10631 Submitted by: CHOI Junho, maintainer Notes: svn path=/head/; revision=17284
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-2/+3
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Use fonts-std-5.50 from all gs5* ports. Judging from the checksum, theySatoshi Asami1999-02-134-6/+6
| | | | | | | are all the same anyway. Notes: svn path=/head/; revision=16704
* Upgrade to v4.08.Jun Kuriyama1999-02-1215-36/+102
| | | | | | | | PR: ports/9213 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=16666
* Add dictionaries and some fixes.Jun Kuriyama1999-02-104-14/+136
| | | | | | | | PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=16586
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* From maintainer:Steve Price1999-01-186-25/+109
| | | | | | | | | | ELF building fix. Many part of fix from editors/emacs. PR: 9451 Submitted by: maintainer Notes: svn path=/head/; revision=16141
* Fix font dependency path and unmark BROKEN_ELF.Jun Kuriyama1999-01-151-4/+2
| | | | | | | | | PR: ports/9448 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer) Tested by: kuriyama Notes: svn path=/head/; revision=16066
* Fix font dependency path.Jun Kuriyama1999-01-151-2/+2
| | | | | | | | PR: ports/9450 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer) Notes: svn path=/head/; revision=16062
* Add 'ONLY_FOR_ARCHS=i386' to kon variants.Hidetoshi Shimokawa1999-01-061-1/+3
| | | | | | | | kon is a kanji console driver for Japanese, Chinese and Korean. It accesses VGA directly. Notes: svn path=/head/; revision=15879
* Fix build for ELF.Steve Price1999-01-052-3/+43
| | | | | | | | PR: 9284 Submitted by: maintainer Notes: svn path=/head/; revision=15838
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1999-01-022-7/+6
| | | | | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. Notes: svn path=/head/; revision=15765
* Add a couple ${WRKDIRPREFIX}'s.Satoshi Asami1998-12-222-6/+6
| | | | Notes: svn path=/head/; revision=15485
* Use ${FILESDIR} instead of "../../files"; pass it in MAKE_ENV.Satoshi Asami1998-12-182-5/+6
| | | | Notes: svn path=/head/; revision=15414
* Netscape web-surfboard with Korean resourcesJun Kuriyama1998-12-1327-1044/+642
| | | | | | | | PR: ports/8442 (part of) Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=15337
* Activate ko-netscape4-{communicator,navigator}.Jun Kuriyama1998-12-131-1/+3
| | | | Notes: svn path=/head/; revision=15336
* Mark these broken while Kuriyama-san works on the upgrade after a repositorySatoshi Asami1998-12-133-3/+9
| | | | | | | copy. Notes: svn path=/head/; revision=15325
* Mark these broken while Kuriyama-san works on the upgrade after a repositorySatoshi Asami1998-12-133-3/+9
| | | | | | | copy. Notes: svn path=/head/; revision=15323
* Use libttf.3 of the new freetype 1.2Justin M. Seger1998-12-122-4/+4
| | | | Notes: svn path=/head/; revision=15309
* Unbreak. (misc/rpm is not broken)Jun Kuriyama1998-12-101-3/+1
| | | | Notes: svn path=/head/; revision=15251
* Upgrade to 2.3.1 and unbreak.Jun Kuriyama1998-12-052-6/+10
| | | | | | | | | PR: ports/8381 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Unbreak hacked by: kuriyama Notes: svn path=/head/; revision=15127
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1998-12-015-22/+21
| | | | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) Notes: svn path=/head/; revision=14974
* Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust pathSatoshi Asami1998-11-2311-36/+36
| | | | | | | to dependency. Use = instead of += for dependency definition. Notes: svn path=/head/; revision=14797
* Update to use the www/netscape3 port.Steve Price1998-11-2125-758/+1077
| | | | | | | | PR: 8714 Submitted by: maintainer Notes: svn path=/head/; revision=14745
* Install files in new fonts/local directory.Steve Price1998-11-214-14/+55
| | | | | | | | PR: 8719 Submitted by: maintainer Notes: svn path=/head/; revision=14744
* updated to use latest m17n patch (19981119).Jun-ichiro itojun Hagino1998-11-192-4/+4
| | | | Notes: svn path=/head/; revision=14662
* Move fonts from misc to local.Satoshi Asami1998-11-183-15/+35
| | | | | | | | PR: 8722 Submitted by: maintainer Notes: svn path=/head/; revision=14643
* Somehow forgot to commit this file. Sorry. (Move fonts to local.)Satoshi Asami1998-11-181-3/+4
| | | | | | | | PR: 8717 Submitted by: maintainer Notes: svn path=/head/; revision=14638
* Move fonts from misc to local.Satoshi Asami1998-11-174-18/+40
| | | | | | | | PR: 8717 Submitted by: maintainer Notes: svn path=/head/; revision=14596
* Move fonts from misc to local.Satoshi Asami1998-11-174-20/+44
| | | | | | | | PR: 8716 Submitted by: maintainer Notes: svn path=/head/; revision=14593
* Move fonts to ${X11BASE}/lib/X11/fonts/local.Satoshi Asami1998-11-174-11/+37
| | | | | | | | PR: 8707 Submitted by: maintainer Notes: svn path=/head/; revision=14581
* Upgrade to p15.Bill Fenner1998-10-254-26/+6
| | | | | | | | PR: ports/8246 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=14179
* Port upgrade(korean/netscape3). distfiles and font dependency problem solved.Bill Fenner1998-10-2511-36/+36
| | | | | | | | PR: ports/8271 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=14178
* Mark BROKEN for ELF:Justin M. Seger1998-10-161-1/+3
| | | | | | | | | | | | ===> Installing for ko-pine-3.96k.3 install -c -o root -g wheel -m 444 bin/libpico.so.1.3 /usr/local/lib/libpico.so.1.3 /sbin/ldconfig -m /usr/local/lib install -c -s -o root -g wheel -m 555 bin/pico /usr/local/bin/pico install: bin/pico: No such file or directory *** Error code 71 Notes: svn path=/head/; revision=14046
* Mark as RESTRICTED: CryptoJustin M. Seger1998-10-161-1/+3
| | | | Notes: svn path=/head/; revision=14043
* Mark BROKEN for ELF:Justin M. Seger1998-10-161-1/+3
| | | | | | | | | | | ===> Building for ko-nh2ps-2.3 Generating psfontmap.c ... ./mkpsfontmap.pl > psfontmap.c ./mkpsfontmap.pl: not found *** Error code 127 Notes: svn path=/head/; revision=14042