summaryrefslogtreecommitdiff
path: root/korean (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-05-31Unbreak for ELF.Steve Price3-17/+27
Notes: svn path=/head/; revision=19137
1999-05-29Mizi Research's Korean X11 Input MethodJun Kuriyama5-0/+136
Submitted by: Choi Junho <cjh@kr.freebsd.org> PR: ports/11684 Notes: svn path=/head/; revision=19085
1999-05-29Activate ko-hanIM.Jun Kuriyama1-1/+2
Notes: svn path=/head/; revision=19083
1999-05-25glibc 2.0 Korean locale for linux compatibility.Jun Kuriyama5-0/+53
PR: ports/11685 Submitted by: CHOI Junho <cjh@kr.freebsd.org> Notes: svn path=/head/; revision=18995
1999-05-25Activate linux_localeJun Kuriyama1-1/+2
Notes: svn path=/head/; revision=18994
1999-05-03More WWW: additionsMichael Haro6-0/+10
Notes: svn path=/head/; revision=18436
1999-05-02BROKEN= fetchMichael Haro2-2/+4
Notes: svn path=/head/; revision=18321
1999-05-01Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1-6/+2
Notes: svn path=/head/; revision=18296
1999-05-01Changed MAINTAINER's e-mail addressSatoshi Taoka6-9/+9
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
1999-04-17- original distribution URL (and MD5 value) has changed.Jun-ichiro itojun Hagino2-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
1999-04-02Fix build for ELF.Steve Price12-116/+394
PR: 10726 Submitted by: maintainer Notes: svn path=/head/; revision=17538
1999-04-02Update to 19981229 version.Steve Price6-9/+9
PR: 10727 Submitted by: maintainer Notes: svn path=/head/; revision=17536
1999-04-01Added gau and gtk10Satoshi Taoka1-1/+3
Notes: svn path=/head/; revision=17514
1999-04-01Gtk-based Hangul-enabled terminal emulation with serial/socketSatoshi Taoka5-0/+92
PR: ports/10645 Submitted by: CHOI Junho cjh@kr.freebsd.org Notes: svn path=/head/; revision=17513
1999-03-19Update to hanterm-xf-p16Satoshi Taoka4-10/+10
PR: ports/10631 Submitted by: CHOI Junho, maintainer Notes: svn path=/head/; revision=17284
1999-03-08Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1-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
1999-02-13Use fonts-std-5.50 from all gs5* ports. Judging from the checksum, theySatoshi Asami4-6/+6
are all the same anyway. Notes: svn path=/head/; revision=16704
1999-02-12Upgrade to v4.08.Jun Kuriyama15-36/+102
PR: ports/9213 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=16666
1999-02-10Add dictionaries and some fixes.Jun Kuriyama4-14/+136
PR: ports/9625 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=16586
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-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
1999-01-18From maintainer:Steve Price6-25/+109
ELF building fix. Many part of fix from editors/emacs. PR: 9451 Submitted by: maintainer Notes: svn path=/head/; revision=16141
1999-01-15Fix font dependency path and unmark BROKEN_ELF.Jun Kuriyama1-4/+2
PR: ports/9448 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer) Tested by: kuriyama Notes: svn path=/head/; revision=16066
1999-01-15Fix font dependency path.Jun Kuriyama1-2/+2
PR: ports/9450 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer) Notes: svn path=/head/; revision=16062
1999-01-06Add 'ONLY_FOR_ARCHS=i386' to kon variants.Hidetoshi Shimokawa1-1/+3
kon is a kanji console driver for Japanese, Chinese and Korean. It accesses VGA directly. Notes: svn path=/head/; revision=15879
1999-01-05Fix build for ELF.Steve Price2-3/+43
PR: 9284 Submitted by: maintainer Notes: svn path=/head/; revision=15838
1999-01-02Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami2-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
1998-12-22Add a couple ${WRKDIRPREFIX}'s.Satoshi Asami2-6/+6
Notes: svn path=/head/; revision=15485
1998-12-18Use ${FILESDIR} instead of "../../files"; pass it in MAKE_ENV.Satoshi Asami2-5/+6
Notes: svn path=/head/; revision=15414
1998-12-13Netscape web-surfboard with Korean resourcesJun Kuriyama27-1044/+642
PR: ports/8442 (part of) Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=15337
1998-12-13Activate ko-netscape4-{communicator,navigator}.Jun Kuriyama1-1/+3
Notes: svn path=/head/; revision=15336
1998-12-13Mark these broken while Kuriyama-san works on the upgrade after a repositorySatoshi Asami3-3/+9
copy. Notes: svn path=/head/; revision=15325
1998-12-13Mark these broken while Kuriyama-san works on the upgrade after a repositorySatoshi Asami3-3/+9
copy. Notes: svn path=/head/; revision=15323
1998-12-12Use libttf.3 of the new freetype 1.2Justin M. Seger2-4/+4
Notes: svn path=/head/; revision=15309
1998-12-10Unbreak. (misc/rpm is not broken)Jun Kuriyama1-3/+1
Notes: svn path=/head/; revision=15251
1998-12-05Upgrade to 2.3.1 and unbreak.Jun Kuriyama2-6/+10
PR: ports/8381 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Unbreak hacked by: kuriyama Notes: svn path=/head/; revision=15127
1998-12-01Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami5-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
1998-11-23Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust pathSatoshi Asami11-36/+36
to dependency. Use = instead of += for dependency definition. Notes: svn path=/head/; revision=14797
1998-11-21Update to use the www/netscape3 port.Steve Price25-758/+1077
PR: 8714 Submitted by: maintainer Notes: svn path=/head/; revision=14745
1998-11-21Install files in new fonts/local directory.Steve Price4-14/+55
PR: 8719 Submitted by: maintainer Notes: svn path=/head/; revision=14744
1998-11-19updated to use latest m17n patch (19981119).Jun-ichiro itojun Hagino2-4/+4
Notes: svn path=/head/; revision=14662
1998-11-18Move fonts from misc to local.Satoshi Asami3-15/+35
PR: 8722 Submitted by: maintainer Notes: svn path=/head/; revision=14643
1998-11-18Somehow forgot to commit this file. Sorry. (Move fonts to local.)Satoshi Asami1-3/+4
PR: 8717 Submitted by: maintainer Notes: svn path=/head/; revision=14638
1998-11-17Move fonts from misc to local.Satoshi Asami4-18/+40
PR: 8717 Submitted by: maintainer Notes: svn path=/head/; revision=14596
1998-11-17Move fonts from misc to local.Satoshi Asami4-20/+44
PR: 8716 Submitted by: maintainer Notes: svn path=/head/; revision=14593
1998-11-17Move fonts to ${X11BASE}/lib/X11/fonts/local.Satoshi Asami4-11/+37
PR: 8707 Submitted by: maintainer Notes: svn path=/head/; revision=14581
1998-10-25Upgrade to p15.Bill Fenner4-26/+6
PR: ports/8246 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=14179
1998-10-25Port upgrade(korean/netscape3). distfiles and font dependency problem solved.Bill Fenner11-36/+36
PR: ports/8271 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> Notes: svn path=/head/; revision=14178
1998-10-16Mark BROKEN for ELF:Justin M. Seger1-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
1998-10-16Mark as RESTRICTED: CryptoJustin M. Seger1-1/+3
Notes: svn path=/head/; revision=14043
1998-10-16Mark BROKEN for ELF:Justin M. Seger1-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