Satoshi Taoka
7efecebecd
Asian Font Packs for Acrobat Reader 4.0 (for Korean)
1999-06-17 09:33:25 +00:00
Steve Price
c5a4efc0aa
Add engdic.
1999-06-09 01:30:51 +00:00
Steve Price
869d51f750
Initial import of the ko-engdic port version 0.1.
...
An English dictionary utility for our Korean users.
PR: 12002
Submitted by: Oh Junseon <hollywar@mail.holywar.net>
1999-06-09 01:30:04 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Michael Haro
c088d09f2d
s,/usr/local,${PREFIX},
1999-06-05 19:55:24 +00:00
Steve Price
ee58665c7d
Unbreak for ELF.
1999-05-31 04:59:04 +00:00
Jun Kuriyama
7a83f8422b
Mizi Research's Korean X11 Input Method
...
Submitted by: Choi Junho <cjh@kr.freebsd.org>
PR: ports/11684
1999-05-29 08:32:15 +00:00
Jun Kuriyama
219418d427
Activate ko-hanIM.
1999-05-29 08:28:59 +00:00
Jun Kuriyama
790bb61f71
glibc 2.0 Korean locale for linux compatibility.
...
PR: ports/11685
Submitted by: CHOI Junho <cjh@kr.freebsd.org>
1999-05-25 22:14:22 +00:00
Jun Kuriyama
b7a2860877
Activate linux_locale
1999-05-25 22:12:39 +00:00
Michael Haro
736872226a
More WWW: additions
1999-05-03 06:15:45 +00:00
Michael Haro
8a71cf8634
BROKEN= fetch
1999-05-02 19:27:22 +00:00
Justin M. Seger
539536fae4
Switch to using USE_ZIP along with minor cleanups to some ports.
1999-05-01 12:34:38 +00:00
Satoshi Taoka
0347e6e13e
Changed MAINTAINER's e-mail address
...
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-05-01 04:03:48 +00:00
Jun-ichiro itojun Hagino
8512a59b72
- original distribution URL (and MD5 value) has changed.
...
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.
1999-04-17 10:51:11 +00:00
Steve Price
139d8d2920
Fix build for ELF.
...
PR: 10726
Submitted by: maintainer
1999-04-02 03:48:54 +00:00
Steve Price
0faf36cb8d
Update to 19981229 version.
...
PR: 10727
Submitted by: maintainer
1999-04-02 03:45:49 +00:00
Satoshi Taoka
0b46de5816
Added gau and gtk10
1999-04-01 02:40:15 +00:00
Satoshi Taoka
879b840c25
Gtk-based Hangul-enabled terminal emulation with serial/socket
...
PR: ports/10645
Submitted by: CHOI Junho cjh@kr.freebsd.org
1999-04-01 02:30:04 +00:00
Satoshi Taoka
02711fb3f1
Update to hanterm-xf-p16
...
PR: ports/10631
Submitted by: CHOI Junho, maintainer
1999-03-19 01:15:11 +00:00
Satoshi Asami
e244b8bccc
Fix to make ports work with bsd.port.mk rev. 1.306.
...
${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. :)
1999-03-08 07:28:36 +00:00
Satoshi Asami
652bc7e593
Use fonts-std-5.50 from all gs5* ports. Judging from the checksum, they
...
are all the same anyway.
1999-02-13 00:34:48 +00:00
Jun Kuriyama
63631d1dbf
Upgrade to v4.08.
...
PR: ports/9213
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1999-02-12 14:44:56 +00:00
Jun Kuriyama
b300811eaf
Add dictionaries and some fixes.
...
PR: ports/9625
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1999-02-10 14:32:00 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
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.
1999-02-03 11:12:01 +00:00
Steve Price
4cd1769255
From maintainer:
...
ELF building fix. Many part of fix from editors/emacs.
PR: 9451
Submitted by: maintainer
1999-01-18 03:21:53 +00:00
Jun Kuriyama
c48e79d118
Fix font dependency path and unmark BROKEN_ELF.
...
PR: ports/9448
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
Tested by: kuriyama
1999-01-15 12:26:54 +00:00
Jun Kuriyama
efe485dfdf
Fix font dependency path.
...
PR: ports/9450
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr> (maintainer)
1999-01-15 05:34:48 +00:00
Hidetoshi Shimokawa
579447f027
Add 'ONLY_FOR_ARCHS=i386' to kon variants.
...
kon is a kanji console driver for Japanese, Chinese and Korean.
It accesses VGA directly.
1999-01-06 05:00:26 +00:00
Steve Price
d1c4804841
Fix build for ELF.
...
PR: 9284
Submitted by: maintainer
1999-01-05 01:12:01 +00:00
Satoshi Asami
4b07f0329b
Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have any
...
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.
1999-01-02 00:12:21 +00:00
Satoshi Asami
7ef8df33e2
Add a couple ${WRKDIRPREFIX}'s.
1998-12-22 08:12:20 +00:00
Satoshi Asami
7e3963da63
Use ${FILESDIR} instead of "../../files"; pass it in MAKE_ENV.
1998-12-18 11:19:05 +00:00
Jun Kuriyama
e63d2fca96
Netscape web-surfboard with Korean resources
...
PR: ports/8442 (part of)
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-12-13 22:00:41 +00:00
Jun Kuriyama
02f7ea6e3a
Activate ko-netscape4-{communicator,navigator}.
1998-12-13 22:00:17 +00:00
Satoshi Asami
b33116f944
Mark these broken while Kuriyama-san works on the upgrade after a repository
...
copy.
1998-12-13 09:42:56 +00:00
Satoshi Asami
e659dfc7e3
Mark these broken while Kuriyama-san works on the upgrade after a repository
...
copy.
1998-12-13 09:32:08 +00:00
Justin M. Seger
2b585a1dd2
Use libttf.3 of the new freetype 1.2
1998-12-12 21:03:36 +00:00
Jun Kuriyama
241fc520ab
Unbreak. (misc/rpm is not broken)
1998-12-10 15:46:40 +00:00
Jun Kuriyama
68eb6d5476
Upgrade to 2.3.1 and unbreak.
...
PR: ports/8381
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
Unbreak hacked by: kuriyama
1998-12-05 10:35:17 +00:00
Satoshi Asami
555a3ebe6c
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
...
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.)
1998-12-01 03:06:49 +00:00
Satoshi Asami
5050ee1f58
Remove RESTRICTED. Move distfiles to "netscape3" subdir. Adjust path
...
to dependency. Use = instead of += for dependency definition.
1998-11-23 07:49:51 +00:00
Steve Price
fd6d9aea13
Update to use the www/netscape3 port.
...
PR: 8714
Submitted by: maintainer
1998-11-21 20:11:02 +00:00
Steve Price
6bffea5433
Install files in new fonts/local directory.
...
PR: 8719
Submitted by: maintainer
1998-11-21 20:08:11 +00:00
Jun-ichiro itojun Hagino
01681da984
updated to use latest m17n patch (19981119).
1998-11-19 04:46:46 +00:00
Satoshi Asami
265d194c62
Move fonts from misc to local.
...
PR: 8722
Submitted by: maintainer
1998-11-18 13:03:42 +00:00
Satoshi Asami
5582773332
Somehow forgot to commit this file. Sorry. (Move fonts to local.)
...
PR: 8717
Submitted by: maintainer
1998-11-18 11:38:57 +00:00
Satoshi Asami
70d8b79aa2
Move fonts from misc to local.
...
PR: 8717
Submitted by: maintainer
1998-11-17 04:31:47 +00:00
Satoshi Asami
c511749545
Move fonts from misc to local.
...
PR: 8716
Submitted by: maintainer
1998-11-17 04:14:02 +00:00
Satoshi Asami
a43e47137e
Move fonts to ${X11BASE}/lib/X11/fonts/local.
...
PR: 8707
Submitted by: maintainer
1998-11-17 02:31:50 +00:00
Bill Fenner
aa35c065f7
Upgrade to p15.
...
PR: ports/8246
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-25 19:29:35 +00:00
Bill Fenner
59216970cf
Port upgrade(korean/netscape3). distfiles and font dependency problem solved.
...
PR: ports/8271
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-25 19:22:58 +00:00
Justin M. Seger
3156527958
Mark BROKEN for ELF:
...
===> 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
1998-10-16 03:03:08 +00:00
Justin M. Seger
99c915fa40
Mark as RESTRICTED: Crypto
1998-10-16 02:53:04 +00:00
Justin M. Seger
012ec59022
Mark BROKEN for ELF:
...
===> Building for ko-nh2ps-2.3
Generating psfontmap.c ...
./mkpsfontmap.pl > psfontmap.c
./mkpsfontmap.pl: not found
*** Error code 127
1998-10-16 02:43:27 +00:00
Justin M. Seger
79f04ccd0d
Mark BROKEN for ELF. Depends on rpm
1998-10-16 02:36:15 +00:00
Justin M. Seger
39a34ff15a
Mark BROKEN for ELF:
...
checking for XextCreateExtension in -lXext... yes
checking for XawSimpleMenuAddGlobalActions in -lXaw... no
checking for XawSimpleMenuAddGlobalActions in -lXaw_s... no
configure: error: Unable to successfully link Athena library (-lcf_x_athena) with test program
*** Error code 1
1998-10-16 02:04:09 +00:00
Justin M. Seger
fcf4cc59c2
Mark BROKEn for ELF:
...
gmake[1]: *** No rule to make target `/usr/lib/crt0.o', needed by `temacs'. Stop.
gmake[1]: Leaving directory `/usr/ports/korean/hanemacs/work/hanemacs-19.34/src'
gmake: *** [src] Error 2
1998-10-16 01:12:22 +00:00
Justin M. Seger
a502bbd766
Mark BROKEN for ELF:
...
./echogs -a ldt.tr -s - -lz -lm
LD_RUN_PATH=; export LD_RUN_PATH; XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= /bin/sh <ldt.tr
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-16 01:03:23 +00:00
Steve Price
0840f3b70e
Update to 1.1-2.
...
PR: 8249
Submitted by: maintainer
1998-10-10 08:15:08 +00:00
Steve Price
d29ffe09b5
Remove this port.
...
PR: 8247
Submitted by: maintainer
1998-10-10 08:05:04 +00:00
Satoshi Asami
2e7cf46d9c
ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be
...
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
1998-10-07 08:11:41 +00:00
Jun Kuriyama
241cd56088
Upgrade to v1.01.
...
PR: ports/7918
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-04 10:25:52 +00:00
Jun Kuriyama
15f1bcd034
Update to 2.06.
...
PR: ports/7913
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-10-01 22:04:05 +00:00
Satoshi Asami
5d9c9602fa
freetype (libttf) is now converted to ELF.
1998-09-21 08:41:46 +00:00
Jun Kuriyama
09ce86fe2e
Activate ko-pgp.language.
1998-09-17 14:15:20 +00:00
Jun Kuriyama
c321aaf113
Korean language module for PGP
...
PR: ports/7365
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-09-17 14:14:50 +00:00
Satoshi Asami
668e0f51f4
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
...
checks haven't missed anything.
Submitted by: dima
1998-09-15 21:31:59 +00:00
Satoshi Asami
45532f0cc8
Remove manpages that are define in MAN? macros in korean Makefiles.
1998-08-13 07:26:44 +00:00
Satoshi Asami
6b40d368d1
Can't fetch....
1998-08-13 07:18:01 +00:00
Steve Price
e2bb7c1fed
Update to version 2.0
...
PR: 7514
Submitted by: maintainer
1998-08-09 00:54:34 +00:00
Steve Price
c138545eeb
Update to patchlevel 14.
...
PR: 7461
Submitted by: maintainer
1998-08-09 00:46:33 +00:00
Steve Price
e19dd99470
Add pico Hangul patch.
...
PR: 7462
Submitted by: maintainer
1998-08-09 00:18:24 +00:00
Steve Price
f836a97841
Update to version 2.3
...
PR: 7363
Submitted by: maintainer
1998-08-09 00:14:58 +00:00
Satoshi Asami
3103ea2f76
Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
...
x11 to fonts. While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Satoshi Asami
3162a2608a
Update checksums of two font files to match that of print/ghostscript5.
1998-07-31 20:40:48 +00:00
Jun Kuriyama
0dfe7ccfe3
Aladdin Postscript interpreter with Korean Truetype fonts support.
...
PR: ports/6207
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-07-29 14:55:49 +00:00
Jun Kuriyama
597c7980ab
Activate ko-ftghostscript5.
1998-07-29 14:52:10 +00:00
Satoshi Asami
e19be50eb8
Regenerate checksum to be consistent with rev. 1.6 of Makefile.
1998-07-27 21:23:00 +00:00
Steve Price
687e500925
The johabfonts are now installed in a different location.
...
PR: 7388
Submitted by: maintainer
1998-07-27 00:38:56 +00:00
Steve Price
599b2a01eb
Install the binary as hpscat.bin since the shell wrapper is
...
already installed as hpscat.
PR: 7374
Submitted by: maintainer
1998-07-27 00:31:31 +00:00
Steve Price
691ff846ca
Distfiles have moved.
...
PR: 7362
Submitted by: maintainer
1998-07-27 00:28:22 +00:00
Satoshi Asami
7d45e2b7a1
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
1998-06-27 05:20:00 +00:00
David E. O'Brien
ad753a9cc2
CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mk
1998-06-26 09:16:49 +00:00
Jun Kuriyama
0350a51e47
My mistakes in previous commit are fixed.
...
Pointed out by: maintainer
1998-05-19 12:38:25 +00:00
Jun Kuriyama
a2bb9fbd08
Activate hanemacs.
1998-05-17 22:26:59 +00:00
Jun Kuriyama
3367e70dd1
Korean version of GNU editing macros.
...
PR: ports/6011
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-05-17 22:26:00 +00:00
Jun Kuriyama
ff627e24ab
Activate ko-mizifont
1998-05-09 14:19:58 +00:00
Jun Kuriyama
dea918ba86
Mizi Research's Korean X11 Font(ksc5601.1987-[01] encoding)
...
1. This package should not be commercial use.
2. This package should not be redistributed(except FreeBSD mirrors).
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
PR: ports/6052
Should I put some comments in ports/LEGAL?
1998-05-09 14:19:20 +00:00
Thomas Gellekum
b0d2c8e405
Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates
...
from octave and iv.
1998-05-06 09:06:01 +00:00
Jun Kuriyama
b00338fc90
Activate kaistfonts.
1998-05-05 14:23:02 +00:00
Jun Kuriyama
14f10f2b03
X11 KAIST font(ksc5601.1987-0 encoding) collection
...
PR: ports/6143
Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
1998-05-05 14:21:44 +00:00
Steve Price
d0f9c6922f
Update to patchlevel 13.
...
PR: 6450
Submitted by: maintainer
1998-05-03 20:47:14 +00:00
Steve Price
1761d5d600
Upgrader to version 304beta7.
...
PR: 6452
Submitted by: maintainer
1998-05-03 20:44:57 +00:00
Jun Kuriyama
0531c923f8
Move font location.
...
Submitted by: maintainer
PR: ports/6169
1998-04-30 14:39:11 +00:00
Jun Kuriyama
f16292f7f1
MASTER_SITES has changed.
1998-04-30 00:20:07 +00:00
Steve Price
b24a4f4aad
Move fonts to lib/X11/fonts/misc.
...
PR: 6175
Submitted by: maintainer
1998-04-19 17:51:38 +00:00
Steve Price
fedc4815a5
Move these fonts to lib/X11/fonts/misc
...
PR: 6174
Submitted by: maintainer
1998-04-19 15:50:24 +00:00
Steve Price
50768db677
Update to patchlevel 12.
...
PR: 6073
Submitted by: maintainer
1998-03-28 14:39:30 +00:00
David E. O'Brien
6771d2b062
ports/korean/ztelnet --> ports/net/ztelnet
...
Submitted by: me and my big mouth ;)
1998-03-19 06:06:30 +00:00
Dima Ruban
c5a9bcc451
Whoever removed hanterm-autofont, forgot to remove it's entry from
...
the Makefile.
1998-03-17 02:54:22 +00:00
Steve Price
665cb0953b
Activate vim.
1998-03-16 07:57:21 +00:00
Steve Price
a4b152bafb
Update to version 3.96k2.
...
PR: 6024
Submitted by: maintainer
1998-03-16 07:51:27 +00:00
Steve Price
f0a675fc2a
Update to version 2.1-mailpatch3.
...
PR: 6023
Submitted by: maintainer
1998-03-16 07:36:37 +00:00
Steve Price
6faf6e4bef
MASTER_SITES changed and a few style nits.
...
PR: 6022
Submitted by: maintainer
1998-03-16 07:32:08 +00:00
Steve Price
b4a61e913e
Update to version xf331-p11a.
...
PR: 6021
Submitted by: maintainer
1998-03-16 07:29:43 +00:00
Steve Price
70ee500fe6
MASTER_SITES changed.
...
PR: 6012
Submitted by: maintainer
1998-03-16 07:26:13 +00:00
Steve Price
3d958be66e
Upgrade to version 304beta6p1.
...
PR: 6009
Submitted by: maintainer
1998-03-16 07:19:18 +00:00
Satoshi Asami
198229d87e
Fix some paths to editors/nvi (now editors/nvi-m17n).
1998-03-04 19:35:07 +00:00
Jun-ichiro itojun Hagino
891dd04c3f
rename ports/editors/nvi to ports/editors/nvi-m17n.
...
update language-specific configurations for nvi-m17n accordingly.
add ports/editors/nvi-perl, nvi 1.79 with perl5 linked into.
1998-02-19 16:50:18 +00:00
Jun-ichiro itojun Hagino
758c97ff55
- PKGNAME has to be defined BEFORE including bsd.port.mk, to make
...
Latest/* symbolic links.
- PKGNAME format changed, to make Latest/* symbolic links with proper name.
(also make it Y2K complient)
was: ja-nvi-iso2022jp-1.79-970820
now: ja-nvi-iso2022jp-1.79.19970820
Submitted by: asami
1998-02-17 13:12:05 +00:00
Satoshi Asami
51c7a8eeb7
Change RUN_DEPENDS to look for "perl5"...I don't think we want to
...
change these all when the perl patchlevel is changed.
1997-12-05 00:08:05 +00:00
Satoshi Asami
1109193770
Define MANUAL_PACKAGE_BUILD, this port needs PAPERSIZE to be set.
1997-11-22 01:17:55 +00:00
Satoshi Asami
d2bb79a1bf
Define MANUAL_PACKAGE_BUILD; PAPERSIZE needs to be defined.
1997-11-10 11:28:34 +00:00
Masafumi Max NAKANE
3d5b7579b9
Update the MASTER_SITES.
...
PR: 4743
Submitted by: maintainer
While at it, I also tabified some of the lines.
1997-10-12 15:36:45 +00:00
Masafumi Max NAKANE
85ccdd4006
Update the MASTER_SITES.
...
PR: 4742
Submitted by: maintainer
1997-10-12 15:08:06 +00:00
Masafumi Max NAKANE
e22eeae471
Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.
...
Submitted by: maintainer
1997-09-23 02:18:00 +00:00
Masafumi Max NAKANE
bee1216656
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
...
(IE, kr-* -> ko-*.)
1997-09-22 16:22:24 +00:00
Masafumi Max NAKANE
2ca397232d
Update the MASTER_SITES.
...
PR: 4492
Submitted by: maintainer
1997-09-22 15:46:27 +00:00
Satoshi Asami
2ec59f04a5
Misc. cleanup from maintainer. Create "wnn" account automatically if
...
doesn't exist.
PR: 4409
Submitted by: maintainer
1997-09-19 09:34:33 +00:00
Satoshi Asami
e9256feffb
Share files among various mule ports, both port files and within
...
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1997-09-10 08:51:26 +00:00
Satoshi Asami
4bc273eb21
Fix many bugs. Share files that can be shared.
...
PR: 4409
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1997-09-10 06:52:02 +00:00
Jun-ichiro itojun Hagino
d575c6ec05
original distribution of nvi multilingual patch (nvi-m17n)
...
updated to version 970820-1600.
1997-08-21 16:55:28 +00:00
Masafumi Max NAKANE
f5e0429d6b
sed -> ${SED}.
...
files/* -> ${FILESDIR}/*.
1997-07-21 19:21:06 +00:00
Satoshi Asami
dc5ea736c7
Update name of perl executable in dependencies to "perl5.00401".
...
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00
Masafumi Max NAKANE
75c141cc7d
/bin/sh -> ${SH}
1997-07-13 18:49:31 +00:00
Satoshi Asami
5e0ad8e46f
The project template file is called "X11.tmpl" in XFree86-3.3, so make
...
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is
necessary for letting imake pick it up automatically.
1997-06-19 11:26:08 +00:00
Masafumi Max NAKANE
643e116f8f
Update the base version from 1.79-970408 -> 1.79-970617.
...
PR: 3896
Submitted by: itojun@itojun.org
1997-06-18 15:01:35 +00:00
Satoshi Asami
53a9f6e6b8
The XFree86-3.3 font rules create gzipped fonts, not compressed ones.
1997-06-12 03:22:12 +00:00
David E. O'Brien
eb16e7252f
add ``hanmutt''
1997-06-06 07:45:13 +00:00
Satoshi Asami
e2f3cb5231
Doesn't depend on perl5 anymore.
...
Submitted by: junker
1997-06-05 00:06:32 +00:00
Satoshi Asami
69b8848a32
Add textproc to list of categories.
...
Submitted by: jfieber
1997-06-04 23:42:54 +00:00
Satoshi Asami
253bd27b4c
Added fvwm95, han, hfvw2, hlatexpsfonts, hpscat, linuxdoc-sgml,
...
netscape3, nh2ps, nhpf and ztelnet. This is the end of today's
mass Korean-port import, I surely have screwed up something
along the way.
1997-06-04 09:12:03 +00:00
Satoshi Asami
e62495e43b
Yet another good PS filter.
...
PR: 3348
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 09:06:45 +00:00
Satoshi Asami
1bdbfac431
Korean version of netscape3. Note this is not a "language support wrapper"
...
like russian/netscape*.language but is a full replacement for www/netscape3.
PR: 3344
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:53:13 +00:00
Satoshi Asami
98dbfa3436
Formats an ascii file for printing on a postscript printer with Korean char.
...
PR: 3343
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:46:49 +00:00
Satoshi Asami
3f8394ae69
Korean linuxdoc/sgml.
...
PR: 3342
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:43:17 +00:00
Satoshi Asami
30c2c932c8
Hangul Text Printing Utility
...
PR: 3341
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:35:44 +00:00
Satoshi Asami
f52623110f
A set of Korean Type1 fonts.
...
PR: 3339
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:29:47 +00:00
Satoshi Asami
66a9f27b55
The Korean console, modeled after kon (for Japanese).
...
PR: 3334
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:12:07 +00:00
Satoshi Asami
1cb0786a26
Remove spurious \ after last of the MASTER_SITES lines. This caused the
...
second distfile to not be fetched. (10 points if you figure that out
within 15 seconds by only looking at the diff.)
1997-05-18 07:06:41 +00:00
Masafumi Max NAKANE
5bcd3a231b
Activate hmconv.
1997-05-09 10:44:31 +00:00
Masafumi Max NAKANE
b251ad1b6f
New port, hmconv:
...
hmconv is Korean code conversion utility for especially for E-mail.
It can convert between KS C 5601 and ISO-2022-KR.
Original version is by Jungshik Shin <jshin@minerva.cis.yale.edu>.
PR: 3154
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-05-09 10:37:23 +00:00
Masafumi Max NAKANE
e2f464959f
This port is for Korean, not for Chinese!
...
Submitted by: mita@jp.freebsd.org
PR: 3515
1997-05-06 20:03:38 +00:00
Masafumi Max NAKANE
5f5f43ce5f
Activate hcode.
...
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-05-03 21:52:20 +00:00
Masafumi Max NAKANE
ea4b5a4533
Ooops, I made a mistake as edited this file.
...
Do-install: now installs the binary correctly.
PR:
Reviewed by:
Submitted by:
Obtained from:
1997-05-03 21:50:46 +00:00
Masafumi Max NAKANE
dd97a11c0f
New port:
...
hcode-2.1mailpatch2
Hangul Code Conversion program. It can convert almost all kind of
current used(or not used anymore) Korean language code, including
KS C 5601-1987, ISO-2022-KR, Johab, N-byte, etc.
PR: 3153
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-05-03 21:43:56 +00:00
Masafumi Max NAKANE
0b789ed1bf
Install the README file to ${PREFIX}/share/doc/nhpf.
1997-04-28 08:46:19 +00:00
Masafumi Max NAKANE
326452c4b0
Enable nhpf.
1997-04-28 05:50:26 +00:00
Masafumi Max NAKANE
4e7825c25c
New port:
...
Hangul Printing Filter for Netscape with embedded font
PR: 3345
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-28 05:40:39 +00:00
Masafumi Max NAKANE
e07859cddc
Activate helvis.
1997-04-28 04:16:39 +00:00
Masafumi Max NAKANE
1e9aee2967
New port:
...
helvis-1.8h2-
-------------
helvis is a clone of vi/ex, the standard UNIX editor. helvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.
helvis also supports EUC codeset, including Hangul. Other EUC codeset
is not tested.
--
PR: 3337
submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-28 04:10:16 +00:00
Satoshi Asami
3346fd4fb6
Style police.
1997-04-27 00:56:11 +00:00
Chuck Robey
abddf20c4f
Activate pine/Korean version.
...
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 22:22:10 +00:00
Chuck Robey
c6f363118a
Port of Pine, customized for the Korean language
...
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 22:20:02 +00:00
Masafumi Max NAKANE
cb2aab32ca
Activate kr-elm.
1997-04-26 21:46:00 +00:00
Masafumi Max NAKANE
a28363ada2
New port:
...
ELM with Korean extension.
PR: 3332
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 21:31:49 +00:00
Chuck Robey
b70a1a782b
Activating Choi Jun Ho's afterstep port.
...
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-26 13:48:44 +00:00
Satoshi Asami
87ddd27888
Add hanterm, hanterm-autofont, hanterm-xf86 and johabfonts.
1997-04-18 08:50:50 +00:00
Satoshi Asami
ceef50cbdc
Mega-import of three hanterms (with different font handling) and a
...
popular Korean font.
PR: 3093, 3094, 3095, 3096
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-04-18 08:45:52 +00:00
Satoshi Asami
3a5d53e0ae
Master site has moved.
...
Submitted by: hanai
1997-04-16 05:00:06 +00:00
Satoshi Asami
98422436f5
Immediately update to April 8th version by author's request.
1997-04-09 07:34:51 +00:00
Satoshi Asami
8d8340c399
Update to April 3rd version of patch. Closes PR ports/3204.
...
Submitted by: Jun-ichiro ITOH <itojun@csl.sony.co.jp>
1997-04-09 07:10:13 +00:00
Masafumi Max NAKANE
47c7980e38
Enable hanyangfonts.
1997-03-30 00:06:29 +00:00
Masafumi Max NAKANE
7163c68bba
New port:
...
Hangul X11 fonts(Hanyang)
It is Korean fonts for X11. These fonts are copyrighted by
(C) Hanyang Systems, but it is in the public domain. It is good for
using many i18ned X11 program.
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
Reviewed & modified by: max
(Closing PR #3097.)
1997-03-30 00:04:11 +00:00
Masafumi Max NAKANE
d621b5ddfa
Enable pinetreefonts.
1997-03-29 14:38:05 +00:00
Masafumi Max NAKANE
97baee4b26
New port:
...
Hangul X11 fonts(pinetree)
--------------------------
It is hangul font made by Lee Yong Jae(yjlee@cglab.snu.ac.kr ). Its encoding
is KSC5601-1987-0, so it can be used in many X11 programs, such as Netscape.
It is very useful because it provides many size and styles(bold, normal,
8-24 points), and it is propositional fonts not common in hangul fonts.
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
(Closing PR #3099.)
1997-03-29 12:58:32 +00:00
David E. O'Brien
9a565ac877
share h2ps with the world
1997-03-25 10:48:15 +00:00
David E. O'Brien
3e87ec571e
text-to-postscript filter with Korean fonts.
...
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
Closes PR: ports/3044
1997-03-25 10:47:28 +00:00
Satoshi Asami
834490816d
Misc. cleanup. They've been in my tree for a while, I forgot to commit them.
1997-03-15 11:56:09 +00:00
Satoshi Asami
4210f39df8
Attempt to import 8 ports at once. I sure hope this will work.
...
editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty
much skeletons (even more so than regular ports) that use most files
from editors/nvi and support for a particular encoding scheme.
These ports were submitted by the author of multilingual nvi patches.
Closes PR ports/2824.
Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp>
1997-03-06 08:38:46 +00:00
Satoshi Asami
ebfd346249
Add Wnn.
1997-03-06 06:29:18 +00:00
Satoshi Asami
55295a749a
Since it's so sparse here, import Korean version of Wnn.
1997-03-06 06:28:27 +00:00
Satoshi Asami
08554b8655
The new "korean" category starts today. Here is the Makefile and one-line
...
description.
The Makefile has two entries for Koreanized nvi ports which I will be
importing shortly.
1997-03-06 05:51:30 +00:00