Port details |
- ko.TeX-fonts-base Korean TeX base fonts
- 0.1.0.20070927_6 korean =2 0.1.0.20070927_6Version of this port present on the latest quarterly branch.
- Maintainer: hyogeollee@gmail.com
- Port Added: 2008-06-14 08:35:50
- Last Update: 2022-12-19 14:44:58
- Commit Hash: 721e577
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: print
- License: not specified in port
- WWW:
- http://project.ktug.or.kr/ko.TeX/
- Description:
- ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim
and Kangsoo Kim to replace HLaTeX and Hangul-ucs.
ko.TeX-fonts-base contains base fonts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ko-ko.TeX-fonts-base>0:korean/ko.TeX-fonts-base
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/korean/ko.TeX-fonts-base/ && make install clean
- To add the package, run one of these commands:
- pkg install korean/ko.TeX-fonts-base
- pkg install ko-ko.TeX-fonts-base
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ko-ko.TeX-fonts-base
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ko.tex-unfonts-base-20070927.tar.gz) = 92b11b41d2f4be39e5fbb93044d2a3ad7390d0bfb0dec89c95c193256f17ecd1
SIZE (ko.tex-unfonts-base-20070927.tar.gz) = 40389492
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tex.fmt : print/tex-formats
- dvips : print/tex-dvipsk
- Runtime dependencies:
-
- tex.fmt : print/tex-formats
- dvips : print/tex-dvipsk
- This port is required by:
- for Run
-
- korean/ko.TeX
Configuration Options:
- ===> The following configuration options are available for ko-ko.TeX-fonts-base-0.1.0.20070927_6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- korean_ko.TeX-fonts-base
- USES:
- tex
- pkg-message:
- For install:
-
Update font map after install:
# /usr/local/bin/mktexlsr
# /usr/local/bin/updmap-sys --force --enable Map=kotex-base.map
- If removing:
-
And update font map after deinstall:
# /usr/local/bin/updmap-sys --syncwithtrees
# /usr/local/bin/updmap-sys
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.0.20070927_6 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.0.20070927_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.0.20070927_6 20 Jul 2022 14:22:13 |
Tobias C. Berner (tcberner) |
korean: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Hyogeol Lee <hyogeollee@gmail.com>
* Hyogeol, Lee <hyogeollee@gmail.com>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Junho CHOI <junho.choi@gmail.com>
* Ka Ho Ng <khng300@gmail.com>
* Oh Junseon <hollywar@mail.holywar.net>
* Satoshi TAOKA <taoka@FreeBSD.org>
With hat: portmgr |
0.1.0.20070927_6 04 Mar 2022 19:46:38 |
Muhammad Moinur Rahman (bofh) |
korean/ko.TeX-fonts-base: Fix after TeX update
- Move pkg-plist to dynamic TMPPLIST
- Pet portclippy/portfmt
PR: 262046
Approved by: hyogeollee@gmail.com (maintainer) |
0.1.0.20070927_5 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
0.1.0.20070927_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.0.20070927_5 09 Sep 2016 19:23:43 |
tijl |
Fix a package installation error: dvipsk must be installed to run updmap
and POSIXLY_CORRECT must be undefined to handle --enable correctly.
Use --disable to properly disable the font maps. |
0.1.0.20070927_4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.1.0.20070927_4 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
0.1.0.20070927_4 12 Nov 2014 09:15:34 |
antoine |
Cleanup plist |
0.1.0.20070927_4 05 Jul 2014 00:28:04 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization) |
0.1.0.20070927_4 20 Sep 2013 19:49:59 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
korean) |
0.1.0.20070927_4 11 May 2013 17:58:56 |
hrs |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
0.1.0.20070927_4 06 May 2013 02:00:41 |
hrs |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
0.1.0.20070927_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.1.0.20070927_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1.0.20070927_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.0.20070927_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.1.0.20070927_1 22 Mar 2009 21:15:00 |
amdmi3 |
- Fix deinstall procedure
PR: 132892
Submitted by: Hyogeol Lee <hyogeollee at gmail dot com> (maintainer) |
0.1.0.20070927 14 Jun 2008 08:35:36 |
lippe |
ko.TeX is a collection of LaTeX packages made by Koaunghi Un, Dohyun Kim
and Kangsoo Kim to replace HLaTeX and Hangul-ucs.
ko.TeX-fonts-base contains base fonts.
WWW: http://project.ktug.or.kr/ko.TeX/
PR: ports/119428
Submitted by: Hyogeol Lee <hyogeollee@gmail.com>
Approved by: gabor (mentor, implicit) |