1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

338 Commits

Author SHA1 Message Date
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