Commit Graph

502 Commits

Author SHA1 Message Date
Satoshi Taoka
a77a3c279b (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(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.
2000-09-08 04:34:56 +00:00
CHOI Junho
44a902cb7e Install a manually hinted gulim10 and gulim10b fonts.
(Gulim 10 points)

Hinting by Won-kyu Park <wkpark@chem.skku.ac.kr>
2000-09-03 13:05:40 +00:00
CHOI Junho
a1ab2c30b6 update to 0.5.10 2000-08-31 17:30:41 +00:00
CHOI Junho
640fabf632 Remove ${PREFIX}/share/doc directory after uninstallation. 2000-08-31 17:17:14 +00:00
CHOI Junho
82a6602144 Remove ${PREFIX}/share/fonts directory after uninstallation.
Submitted by:	bento
2000-08-31 17:14:26 +00:00
CHOI Junho
44a80c8e7e Don't use ${CHMOD}, it's unnecessary and dangerous.
Submitted by:	bento
2000-08-31 17:09:51 +00:00
CHOI Junho
3a45136064 Display help message about GNOME panel applet support. 2000-08-29 17:39:07 +00:00
Akinori MUSHA
2e87c89fc5 Back out the previous commit. That one has a problem which occurs on
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
2000-08-27 16:52:51 +00:00
Akinori MUSHA
939eab9dd0 PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from:	ports list, PW
2000-08-27 06:13:35 +00:00
CHOI Junho
e3db2223bb Not to display unnecessary 'pty_search' message. 2000-08-26 16:13:34 +00:00
CHOI Junho
2c7a6b2712 Author(it's me!) re-released the tarball. 2000-08-25 16:17:26 +00:00
CHOI Junho
643592de1e Update to 4.75 20000826 version. 2000-08-25 15:23:51 +00:00
CHOI Junho
6c8fb700bf Extra BUILD_DEPENDS on XFree86 removed.
(it uses USE_X_PREFIX)
2000-08-24 18:08:27 +00:00
CHOI Junho
c75ae30dba Update to Korean kit v4.75. 2000-08-24 18:05:48 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
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
2000-08-03 09:28:57 +00:00
CHOI Junho
59113f02ec Upgrade to 4.74 Korean kit. 2000-07-26 14:45:41 +00:00
CHOI Junho
8261619838 distfile fix & reclaim maintainer to me 2000-07-23 05:06:38 +00:00
CHOI Junho
f667b39b3c Fix typo. (ghostscript55htff -> ghostscript55httf) 2000-07-19 23:51:43 +00:00
Satoshi Asami
ad1a91c040 Complete move from ftghostscript55 -> ghostscript55httf. The latter is
a repo copy from ftghostscript5 (the one with history).

Approved by:	cjh
2000-07-19 17:05:46 +00:00
CHOI Junho
a4f6538dc8 PLIST sorted. 2000-07-17 21:02:26 +00:00
CHOI Junho
b165170138 Clean up ports.
- MAINTAINER line changed.
 - unnecessasry CONFIGURE_ARGS option removed.
 - patches/patch-aa removed, CONFIGURE_ENV added instead.
 - pkg/PLIST sorted.
2000-07-17 21:01:34 +00:00
CHOI Junho
5578c30396 Fix pkg/COMMENT(for more portlint-compliant)
PR:		ports/19987
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-17 19:16:56 +00:00
CHOI Junho
241237d0ab - Change MAINTAINER line.
- Install hanterm.html(manual).
- more portlint-compilant.
2000-07-16 23:09:31 +00:00
CHOI Junho
8450d2beb6 Fix distfile location. Original site is working now. 2000-07-16 22:22:51 +00:00
CHOI Junho
599645d0ca Set version number of libpng correctly.
Submitted by:	bento buildlog
2000-07-16 10:36:07 +00:00
CHOI Junho
4765d96b16 Add LIB_DEPENDS: xpm.
Submitted by:	bento buildlog
2000-07-16 10:34:33 +00:00
CHOI Junho
f38f930b0b - Update han to work in 4.x. Use patches from kon2-16dot.
(it still has a bug: cursor doesn't displayed)
- distfile location moved.
2000-07-16 09:01:54 +00:00
CHOI Junho
7e58db25e1 - Add FreeBSD-specific X resource
* default PS font name is changed to Gulim-Medium
    (from korean/baekmukfonts-ttf)
- more portlint-compliant
2000-07-15 13:41:49 +00:00
CHOI Junho
f68ec0c061 - copyright notice removed. Now it's free software.
- MAINTAINER update.
2000-07-15 13:27:25 +00:00
CHOI Junho
78578e6cd2 Copyright notice removed. now it's freely redistiributable. 2000-07-15 13:25:02 +00:00
CHOI Junho
7e2572e18e - remove BUILD_DEPENDS(NO_BUILD=YES!)
- MAINTAINER update.
- more portlint-compilant.
2000-07-15 13:21:47 +00:00
CHOI Junho
c1558eff36 Remove RUN_DEPENDS to ghostscript. Now we have two Korean
ghostscript, so it's your choice.
2000-07-15 13:18:48 +00:00
CHOI Junho
678e4fce0e Change default font to Gulim-Medium(korean/baekmukfonts-ttf). 2000-07-15 13:17:56 +00:00
CHOI Junho
7cd7a0ec38 Update to GNU gs. 2000-07-15 13:15:32 +00:00
CHOI Junho
2b4a66e71b Default configuration file of Korean TTF. 2000-07-15 13:15:10 +00:00
CHOI Junho
376b0fd630 - Change MAINTAINER line.
- add korean/baekmukfonts-ttf to RUN_DEPENDS.
- more portlint-compilant.
2000-07-15 13:14:53 +00:00
Jun Kuriyama
3c0830b69b COMMENT should be ended without period. 2000-07-12 08:13:10 +00:00
CHOI Junho
3fe4081758 Add master site of tfm files. 2000-07-08 12:08:07 +00:00
Steve Price
89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
CHOI Junho
588df037f1 Update to 1.0c16/Korean.
PR:		ports/19709
Submitted by:	JunSeon Oh <hollywar@holywar.net>
2000-07-07 12:17:19 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
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.
2000-07-05 12:37:06 +00:00
CHOI Junho
4f1da42148 Fix unistall problem. Found from bento log. 2000-07-04 18:55:41 +00:00
CHOI Junho
96dcebec7d Add ftghostscript55. 2000-07-04 18:35:06 +00:00
CHOI Junho
06c1a9ddb1 Remove patch-aa and add patch-ba.
patch-ba is for building in FreeBSD.
2000-07-04 18:26:18 +00:00
CHOI Junho
69dbffee43 hanIM is now open source. This ports is changed to compile hanIM!
License is not clear so I will not touch LEGAL.
2000-07-04 18:25:03 +00:00
CHOI Junho
b4e52d4623 Adjust dependency to hlatex-psfonts-wansung. 2000-07-04 18:16:07 +00:00
CHOI Junho
4f95dab943 Add hlatex-wansung.
HLaTeX extension to use Wansung(KSX1001) fonts.
2000-07-04 18:13:52 +00:00
CHOI Junho
68b0272a35 Active hlatex family.
hlatex
 hlatex-psfonts-uhc-extra
 hlatex-wansung
 hlatex-mffonts-wansung
 hlatex-psfonts-wansung
2000-07-04 18:13:10 +00:00
CHOI Junho
7962c349ff MF font collection of HLaTeX-wansung 2000-07-04 17:55:17 +00:00
CHOI Junho
a16138541c Change hlatexpsfonts-wansungstd to hlatex-psfonts-wansung.
PS font collection of HLaTeX-wansung

It is a slave port of hlatex-mffonts-wansung.
2000-07-04 17:51:45 +00:00
CHOI Junho
89691e426d Add hlatex 0.991.
LaTeX package to use Hangul(UHC/KSX1001)
2000-07-04 17:47:15 +00:00
CHOI Junho
5b94564ea6 Remove hlatex family temporarily for incoming large update. 2000-07-04 17:46:11 +00:00
CHOI Junho
4b4e1ad57b Add hTeXp family.
(hlatexp, hlatexp-pkfonts{300,600,1200}, htexp)
2000-07-02 15:07:22 +00:00
CHOI Junho
2327524b21 An implementation of TeX for Hangul. 2000-07-02 15:03:28 +00:00
CHOI Junho
e3efd76c0e Korean pk fonts collection of hLaTeXp(1200dpi)
This is a slave port of korean/hlatexp-pkfonts300.
2000-07-02 15:02:36 +00:00
CHOI Junho
294fa3352f Korean pk fonts collection of hLaTeXp(600dpi)
This is a slave port of korean/hlatexp-pkfonts300.
2000-07-02 15:00:58 +00:00
CHOI Junho
ec8cc749ab Korean pk fonts collection of hLaTeXp(300dpi)
This is master port of hlatexp-pkfonts<dpi>.
2000-07-02 14:59:12 +00:00
CHOI Junho
417da2affe Hangul (Korean) LaTeX2e system. 2000-07-02 14:57:25 +00:00
CHOI Junho
e25251bdae Fix build problem(link to jpeg and libpng direcoty). 2000-06-30 13:29:55 +00:00
CHOI Junho
6cc2f72583 Fix perl location(perl is now /usr/bin/perl) 2000-06-30 13:22:26 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Will Andrews
004b543e66 Update category Makefile in aftermath of afterstep,vim,fvwm95 removal.
PR:		19531
Reported by:	R Bradford Jones <brad@kazrak.com>
2000-06-27 15:49:25 +00:00
CHOI Junho
5349dc402d Add hanmiscutils. 2000-06-25 14:16:34 +00:00
CHOI Junho
8bb8593f03 hanmiscutils is a collection of various Hangul-related sources.
Submitted by:	CHOI Junho <cjh@FreeBSD.org>
2000-06-25 14:15:45 +00:00
CHOI Junho
445c8f5986 To be more compact, following netscape47-communicator changes. 2000-06-25 13:33:48 +00:00
CHOI Junho
84b4d8e11d More generalization. 2000-06-25 13:32:43 +00:00
CHOI Junho
7c80ad03c9 comment 'preeditType' resource. it doesn't affect
native netscape ports, but enable Korean input in case of
linux-netscape-*(with linux-lesstif-ns, or without nothing.)
2000-06-25 13:32:20 +00:00
CHOI Junho
8071ee584b More generalization, for ko-linux-netscape-*.
I borrowed this idea from ja-netscape-*. But the situation is
not same as ja-netscape-*, I've imported just needed changes.
2000-06-25 13:31:07 +00:00
CHOI Junho
674054d9f1 remove files/ and pkg/ dir for more generalization.
in fact these files are just a duplicate or slightly modified files
of netscape4-communicator/*.
2000-06-25 13:28:20 +00:00
CHOI Junho
139a4405ef For new linux-netscape-*, more generalization added. 2000-06-25 13:22:40 +00:00
CHOI Junho
7dad888d4c Add ko-linux-netscape-* family.
Submitted by:	CHOI Junho <cjh@FreeBSD.org>
2000-06-25 13:19:57 +00:00
CHOI Junho
1c3820dd06 Korean-enabled Netscape Navigator for Linux. 2000-06-25 13:15:41 +00:00
CHOI Junho
7617b1c234 Korean-enabled Netscape Comunicator for Linux. 2000-06-25 13:14:14 +00:00
CHOI Junho
4d4d19d2b5 Update to 0.5.9. 2000-06-25 09:33:17 +00:00
CHOI Junho
8c50a543cf Fix GNU fileutils-style option in installation. 2000-06-24 15:36:30 +00:00
Steve Price
59366c0ec9 Remove a problem with a missing .if introduced in revision 1.9. 2000-06-24 02:01:00 +00:00
CHOI Junho
7fb5ff1f78 Replace MASTER_SITES to backup.
(of course it should be upgraded to newer version...)
2000-06-23 15:44:36 +00:00
CHOI Junho
352ca23fcb - Fix MASTER_SITES. 2000-06-23 15:21:19 +00:00
CHOI Junho
35a8e328f9 - WITH_GNOME_APPLET returned. applet should depend on panel.
- ami_applet removed in PLIST.
2000-06-23 15:16:57 +00:00
CHOI Junho
e0d7fe06e7 Update to 1.0.6.
- WITH_DVORAK option removed
- WITH_GNOME_APPLET option removed due to use of gdk_pixbuf,
  which depends on gnomelibs.
2000-06-23 15:09:31 +00:00
CHOI Junho
1663b0c0b0 - Change distfile location.
- Fix broken WWW in DESCR.
2000-06-23 12:23:33 +00:00
Satoshi Asami
03c7ef8c75 @dirrm share/doc/nhpf
Submitted by:	bento
2000-06-07 21:31:25 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Satoshi Asami
9741d6da4d Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts still
leaves fonts.alias behind -- it is not removing any entries from that file.)
2000-06-01 06:46:32 +00:00
Steve Price
24dc871e29 Update to version 4.73.
PR:		18546
Submitted by:	maintainer
2000-05-29 03:08:06 +00:00
Akinori MUSHA
2ca9739527 Make netscape4 ports use the new wrapper which I've freshly imported
as www/netscape-wrapper.

Approved by:	sada (conditionally), o`brien
2000-05-08 19:20:36 +00:00
Steve Price
f15bc86e7f Adding ko-gtkcomm version 0.5.7.
A gtk-based widget for controlling serial ports.

PR:		17332
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
2000-05-01 02:56:11 +00:00
Steve Price
92473864ec Update to version 1.0.5.
PR:		17747
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.ORG>
2000-04-30 20:12:21 +00:00
Bill Fenner
c70193a463 Remove junker@jazz.snu.ac.kr as MAINTAINER; mail has been bouncing for
2 months.
2000-04-21 22:04:03 +00:00
Akinori MUSHA
17f3def895 Back out useful `Version required lines' that I'd blindly removed. 2000-04-15 15:13:52 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
74dd526e72 Remove obsolete `Version required' lines. 2000-04-14 17:44:00 +00:00
Akinori MUSHA
5026928fba Cosmetic. Set their categories right.
print/acroread-commfont:
  - Use CATEGORIES+= to follow after a slave's lang-specific category.

{chinese,japanese,korean}/acroread-*font:
  - Set only the lang-specific category for each.
2000-04-14 16:55:52 +00:00
Akinori MUSHA
1fa5be246b Cosmetic.
{chinese,japanese,korean}/mule-*:
  - Set only the lang-specific category for each.

editors/mule:
  - Set CATEGORIES+= editors to follow after a slave's lang-specific category.
  - Define MULE_VERSION and EMACS_VERSION to use.

editors/mule-common:
  - Remove redundant `Version required' line.
  - Define MULE_VERSION and EMACS_VERSION to use.
  - Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
2000-04-14 16:47:49 +00:00
Satoshi Asami
d9f7c4b28d Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx,
hanemacs and hmconv had invalid version strings (fixed).

I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I
didn't touch BROWSER_VER (in netscape ports) since it was used in too
many places.
2000-04-13 09:17:26 +00:00
Akinori MUSHA
6ad3d48b8d Remove unnecessary PKGNAME which is obsoleted by PKGNAMEPREFIX.
And remove the `Version required' line as well.
2000-04-12 14:46:54 +00:00
Satoshi Asami
935136d047 Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
Satoshi Asami
d73baabd78 Add PKGNAMEPREFIX definitions for language-specific dirs. 2000-04-10 16:34:45 +00:00
Satoshi Asami
7093448916 Remove hanmutt.
Submitted by:	Peter Jeremy <peter.jeremy@alcatel.com.au>
Forgotten by:	mharo
2000-04-05 01:19:56 +00:00
Michael Haro
71b1417b8e update to p18
PR:		17331
Submitted by:	maintainer
2000-04-01 05:18:31 +00:00
Satoshi Asami
ab4726a5b3 Revert to rev. 1.3, I verified that this is indeed the file on the master site. 2000-03-12 09:29:02 +00:00
SADA Kenji
cebabae474 Upgrade to 4.72 .
PR:		ports/17129
Submitted by:	maintainer
2000-03-05 04:23:24 +00:00
SADA Kenji
a3b8b34d5c Distfiles' location has been changed.
PR:		ports/17126
Submitted by:	CHOI Junho <cjh@wdb.co.kr>
2000-03-04 21:49:36 +00:00
SADA Kenji
bb8c6873f6 Remove good old netscape46 ports.
Approved by: PW and Maintainers.
2000-03-04 21:01:15 +00:00
Satoshi Asami
2fe10f4f65 Fix build for 4-current ("__FreeBSD__ == 3" => "__FreeBSD__ >= 3").
Obtained from:	editors/emacs port
2000-03-02 22:41:58 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Steve Price
1c46f18c9b Don't know exactly what changed in the distfile because I can't get a
copy withh the old checksum.  However I was able to grab this distfile
from three different MASTER_SITES. [crosses fingers]
2000-02-27 23:24:01 +00:00
Kris Kennaway
bb98f8b6e6 Minor distfile changes
Noticed by:	bento
2000-02-27 08:43:50 +00:00
Satoshi Taoka
a6dc8b6d3a I forgot to add these patches in privous commit. 2000-02-20 15:19:19 +00:00
Satoshi Taoka
55202be9a1 Update to 0.4.1
PR: 16747
Submitted by: maintainer
2000-02-20 15:16:46 +00:00
Satoshi Taoka
66cef14621 Fix to use KS_C_5601-1987
PR: 16760
Submitted by: maintainer
2000-02-17 05:42:21 +00:00
Satoshi Asami
730b741376 Remove "-" at end of PKGNAME, you can't use "-" inside the version part. 2000-02-14 02:08:20 +00:00
R. Imura
66019505cb Update nvi-m17n (19990331 -> 19991117).
PR:		16513
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
2000-02-12 20:31:34 +00:00
R. Imura
0dbb7b90b5 New port korean netscape47-navigator,communicator.
PR:		16371
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.ORG>
2000-02-08 16:22:14 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Satoshi Taoka
a2f434c4b9 Update about Hangul CID fonts
(To fully enable Korean facility of xfig/transfig)

Submitted by: maintainer
Obtained from: private communication on freebsd-ports@FreeBSD.ORG
2000-02-03 05:58:23 +00:00
Steve Price
f9b0466a02 - Use Baekmukfonts-bdf instead of hanyang fonts.
PR:		16370
Submitted by:	maintainer
2000-01-29 22:45:32 +00:00
Steve Price
c662e2fa18 Adding ko-baekmukfonts-ttf version 2.0.
Baekmuk family Korean TrueType Fonts.

PR:		16367
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
2000-01-29 22:28:29 +00:00
Steve Price
94acf9c8ad Update to use hpdj version 2.6.
PR:		16368
Submitted by:	maintainer
2000-01-29 22:00:48 +00:00
Steve Price
1d2cc8dd34 Update to version 2.0.
PR:		16366
Submitted by:	maintainer
2000-01-29 21:58:54 +00:00
Steve Price
14f8ebedeb Update to version 1.0.4.
PR:		16365
Submitted by:	maintainer
2000-01-29 21:34:46 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Steve Price
929232d78a Handle the Gulim font correctly.
PR:		14036
Submitted by:	maintainer
1999-11-01 01:26:13 +00:00
Steve Price
3eb0345637 Update to version 0.5.2.
PR:		14037
Submitted by:	maintainer
1999-11-01 01:24:09 +00:00
Yukihiro Nakai
93d38cce04 Use updated imlib library. 1999-10-08 03:30:33 +00:00
Steve Price
ce6a812c15 Put 'clean' in ALL_TARGET before 'all' to remove stale object files that
were killing builds on FreeBSD/Alpha.
1999-09-20 00:55:43 +00:00
Tim Vanderhoek
9dbc794cb4 Enforce random pkg/COMMENT rules, including the one that states Emacs
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
SADA Kenji
b9820f258f Change a master-site.
Submitted by:	"CHOI, Junho" <cjh@wdb.co.kr>
1999-09-09 17:16:43 +00:00
SADA Kenji
2bc02beb6c Upgrade to 1.1.
Submitted by:	"CHOI, Junho" <cjh@wdb.co.kr>
1999-09-09 17:09:40 +00:00
Satoshi Taoka
900c956203 Updated MASTER_SITES
PR:		13618
Submitted by:	maintainer
1999-09-08 15:36:36 +00:00
Satoshi Taoka
a77597f850 Updated to 0.2
PR:		ports/13569
Submitted by:	maintainer
1999-09-06 05:10:32 +00:00
Satoshi Taoka
2df066d06c Updated the distfile
Fixed the port

PR:		ports/13570
Submitted by:	maintainer
1999-09-06 01:43:19 +00:00
SADA Kenji
2e419d4dd2 Change MASTER_SITES to freefall.
Original archive looks removed.
1999-09-05 18:36:01 +00:00
SADA Kenji
68b08e9808 Add Freefall to MASTER_SITES. 1999-09-05 17:39:12 +00:00
Steve Price
3f4c0abac8 Still not quite sure what the 'trick' is, but do it in pre-extract instead
of post-fetch so we don't get a stray work directory on a 'make fetch'.
1999-09-05 17:03:40 +00:00
Satoshi Asami
36fbb87140 Typo (baekmuk-bdf -> baekmukfonts-bdf). 1999-09-04 12:03:07 +00:00
SADA Kenji
fddca78c6a Upgrade to p17.
Add WWW field to pkg/DESCR.

PR:		ports/13510
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 18:30:24 +00:00
SADA Kenji
9911aec4c8 Move MASTERSITE.
PR:		ports/13511
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 18:27:22 +00:00
SADA Kenji
683d42c5b3 Upgrade to 3.1.3 .
PR:		ports/13509
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 18:25:09 +00:00
SADA Kenji
cfb6a9c91b Upgrade to 2.1.
PR:		ports/13498
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 18:06:06 +00:00
SADA Kenji
03df354627 PS fonts of Korean TeX system.
PR:		ports/13497
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 18:01:31 +00:00
SADA Kenji
a6c7eb2f44 Unbroke.
PR:		ports/13493
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 17:52:40 +00:00
SADA Kenji
2fec3b95f8 Activate baekmuk-bdf, hlatex-wansungstd, hlatexfonts-ocf,
hlatexpsfonts-wansungstd, munhwafonts-cid.
Inactivate hlatexpsfonts.
PR:		ports/13492, ports/13494, ports/13495, ports/13497,
		ports/13496, ports/13499
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 16:25:02 +00:00
SADA Kenji
19482a0a8e Korean TeX system.
PR:		ports/13496
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 16:11:59 +00:00
SADA Kenji
6f11a72612 2 set of Korean PS fonts, for use of Netscape or others.
PR:		ports/13495
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 16:07:54 +00:00
SADA Kenji
afddfb679d New Free BDF fonts collection for Korean.
PR:		ports/13494
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 16:03:03 +00:00
SADA Kenji
d12df75dab Korean PS fonts set.
PR:		ports/13492
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-09-03 15:59:02 +00:00
SADA Kenji
20a90f7b1b Upgrade to 0.4.1 .
PR:		ports/13491
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
1999-08-31 21:14:46 +00:00
Peter Wemm
7b8fca1447 $Id$ -> $FreeBSD$ 1999-08-30 12:09:14 +00:00
Tim Vanderhoek
4f1d4da0af Caps, no period. 1999-08-29 17:49:24 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
Satoshi Taoka
4331f94dcb Added byeoroo 1999-08-25 15:51:07 +00:00
Satoshi Taoka
781686673d Korean X11 Input Method
PR:		ports/12146
Submitted by:	CHOI, Junho <cjh@wdb.co.kr>
1999-08-25 15:48:04 +00:00
Satoshi Taoka
c6a64c1d74 Added eterm 1999-08-25 07:12:53 +00:00
Satoshi Taoka
334db62215 Eterm supported Korean
PR:		12096
Submitted by:	Oh Junseon <hollywar@mail.holywar.net>
1999-08-25 07:11:50 +00:00
Satoshi Taoka
21e7055995 Added bitchx 1999-08-25 06:11:01 +00:00
Satoshi Taoka
429f87c41d An alternative BitchX client patched for korean.
PR:		12077
Submitted by:	JunSeon Oh <hollywar@holywar.net>
1999-08-25 06:07:43 +00:00
Satoshi Taoka
8f93ed82f2 Added ami 1999-08-25 05:44:24 +00:00
Satoshi Taoka
3bd043121d Just another Korean X11 Input Method
PR:		12145
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
1999-08-25 05:41:14 +00:00
Satoshi Taoka
75ed40ed64 Update to 3.1.2
PR:		12134
Submitted by:	maintainer
1999-08-25 02:34:19 +00:00
SADA Kenji
d373f977d9 Import korean/netscape46-communicator/navigator.
PR:	ports/12229
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
1999-08-24 23:04:06 +00:00
SADA Kenji
46e4320fa7 Mark as BROKEN: just repo.copied, not usable now.
PR:		ports/12229
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>
1999-08-24 22:05:38 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
SADA Kenji
fca1f9acfe Fix typo: XF86config -> XF86Config 1999-08-22 16:38:20 +00:00
Satoshi Taoka
bcd90da874 Update to distfiles dated 1999.7.20
Removed "RESTRICTED" from acroread-chsfont acroread-chtfont acroread-korfont
 acroread-commfont  (I think that for acroread-jpnfont we need
 to register with Adobe)

Submitted:	maintainer (these are mine)
1999-08-12 01:03:24 +00:00
Chris Piazza
2416048dd0 - Add a second master site to back up the current one (shared
by all these ports).
- Fix up the maintainer's email address
- Fix up some grammar/spelling issues

PR:		12751, 12753, 12754, 12755, 12756, 12757
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>, maintainer
1999-07-22 04:39:59 +00:00
Marcel Moolenaar
d7d791cfa6 Make port depend on linux_base instead of linux_lib. 1999-07-21 14:55:43 +00:00
Steve Price
d9d156e61d Fix build for ELF. 1999-07-04 21:16:07 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Steve Price
d888a056b4 This doesn't build on the Alpha. 1999-06-22 16:46:14 +00:00
Satoshi Taoka
45a282d56b Added acroread-korfont 1999-06-17 09:37:16 +00:00
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