<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/korean/ko.TeX, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>*/tex*: Update version 20240312=&gt;20250308</title>
<updated>2025-03-25T18:11:13+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2025-03-15T14:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=993771b186bca2a5de9fa00f7f6788763306417c'/>
<id>993771b186bca2a5de9fa00f7f6788763306417c</id>
<content type='text'>
- devel/tex-kpathsea: Update version 6.4.0=&gt;6.4.1
- devel/tex-libtexluajit: Update version 2.1.0=&gt;2.1.81742
- print/tex-ptexenc: Update version 1.4.6=&gt;1.5.1
- korean/ko.TeX: Replace @exec/@unexec with @postexec/@postunexec

Sponsored by: Nepustil
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- devel/tex-kpathsea: Update version 6.4.0=&gt;6.4.1
- devel/tex-libtexluajit: Update version 2.1.0=&gt;2.1.81742
- print/tex-ptexenc: Update version 1.4.6=&gt;1.5.1
- korean/ko.TeX: Replace @exec/@unexec with @postexec/@postunexec

Sponsored by: Nepustil
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/**tex.mk: Convert bsd.tex.mk to USES=tex</title>
<updated>2022-12-19T14:44:58+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2022-12-19T14:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=721e5776c957ada07a0d148f5fc3e782a251e6dc'/>
<id>721e5776c957ada07a0d148f5fc3e782a251e6dc</id>
<content type='text'>
- 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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>korean: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:13+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2d165cffa8eca23bfb9e2e793b182add9e116a72'/>
<id>2d165cffa8eca23bfb9e2e793b182add9e116a72</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Hye-Shik Chang
  *  Hye-Shik Chang &lt;perky@FreeBSD.org&gt;
  *  Hyogeol Lee &lt;hyogeollee@gmail.com&gt;
  *  Hyogeol, Lee &lt;hyogeollee@gmail.com&gt;
  *  Jie Gao &lt;gaoj@cpsc.ucalgary.ca&gt;
  *  Junho CHOI &lt;junho.choi@gmail.com&gt;
  *  Ka Ho Ng &lt;khng300@gmail.com&gt;
  *  Oh Junseon &lt;hollywar@mail.holywar.net&gt;
  *  Satoshi TAOKA &lt;taoka@FreeBSD.org&gt;

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Hye-Shik Chang
  *  Hye-Shik Chang &lt;perky@FreeBSD.org&gt;
  *  Hyogeol Lee &lt;hyogeollee@gmail.com&gt;
  *  Hyogeol, Lee &lt;hyogeollee@gmail.com&gt;
  *  Jie Gao &lt;gaoj@cpsc.ucalgary.ca&gt;
  *  Junho CHOI &lt;junho.choi@gmail.com&gt;
  *  Ka Ho Ng &lt;khng300@gmail.com&gt;
  *  Oh Junseon &lt;hollywar@mail.holywar.net&gt;
  *  Satoshi TAOKA &lt;taoka@FreeBSD.org&gt;

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Remove redundant '-[0-9]*' from CONFLICTS</title>
<updated>2021-10-29T09:50:18+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2021-10-28T12:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=819f25b36d45b8ac5593ec8e6f470d9ad454b08a'/>
<id>819f25b36d45b8ac5593ec8e6f470d9ad454b08a</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ports using PREFIX in their depends instead of LOCALBASE.</title>
<updated>2017-01-13T16:54:55+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-01-13T16:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9468432a48314313f7585654ac6db575a0b6648a'/>
<id>9468432a48314313f7585654ac6db575a0b6648a</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With hat:	portmgr
Sponsored by:	Absolight
</pre>
</div>
</content>
</entry>
<entry>
<title>${RM} already has -f.</title>
<updated>2016-10-21T12:51:40+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-10-21T12:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=eabbfd75e30148b8f686899a638b93547ca83485'/>
<id>eabbfd75e30148b8f686899a638b93547ca83485</id>
<content type='text'>
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix trailing whitespace in pkg-descrs, categories [g-n]*</title>
<updated>2016-05-19T10:44:11+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-19T10:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4e942b64191e2ef98dce2c5af31047a8640db768'/>
<id>4e942b64191e2ef98dce2c5af31047a8640db768</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	portmgr blanket
</pre>
</div>
</content>
</entry>
</feed>
