<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/archivers/deutex, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>archivers/deutex: Update to 5.2.3</title>
<updated>2025-03-04T15:23:58+00:00</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2025-03-04T15:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=33aac4d650583c1db181ecbab7e1e17635da49af'/>
<id>33aac4d650583c1db181ecbab7e1e17635da49af</id>
<content type='text'>
* Switch to official release tarballs as upstream provides them.

* Change from PORTVERSION to the preferred DISTVERSION to follow
  the PHB more closely.

* Remove GNU_CONFIGURE_MANPREFIX because it's no longer needed
  since 9fd7ee1cdf6c.

Changelog:

https://github.com/Doom-Utils/deutex/releases/tag/v5.2.3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Switch to official release tarballs as upstream provides them.

* Change from PORTVERSION to the preferred DISTVERSION to follow
  the PHB more closely.

* Remove GNU_CONFIGURE_MANPREFIX because it's no longer needed
  since 9fd7ee1cdf6c.

Changelog:

https://github.com/Doom-Utils/deutex/releases/tag/v5.2.3
</pre>
</div>
</content>
</entry>
<entry>
<title>archivers/deutex: Move man pages to share/man</title>
<updated>2024-03-02T16:19:01+00:00</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-03-02T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=070054d9d874367aa943f00c8d41c6702a33527a'/>
<id>070054d9d874367aa943f00c8d41c6702a33527a</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>
<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>archivers: remove 'Created by' lines</title>
<updated>2022-07-20T14:20:49+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=1ced9d288a7e33f5b7e7922ea8c5f965bbc55768'/>
<id>1ced9d288a7e33f5b7e7922ea8c5f965bbc55768</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Albert Vernon &lt;f3cun3c02@sneakemail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexander Kuehn &lt;freebsd@nagilum.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Zhuravlev &lt;zaa@zaa.pp.ru&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@regency.nsu.ru&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andreev Maxim
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Chernov &lt;ache@FreeBSD.org&gt;
  *  Andrey Kostenko &lt;andrey@kostenko.name&gt;
  *  Anes Mukhametov &lt;anes@anes.su&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Ayumi M &lt;ayu@commun.jp&gt;
  *  Carsten Larsen &lt;cs@innolan.dk&gt;
  *  Chin-San Huang &lt;chinsan.tw@gmail.com&gt;
  *  Chris D. Faulhaber &lt;jedgar@FreeBSD.org&gt;
  *  Chris Larsen &lt;darth@vader.dk&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Cyrille Lefevre &lt;cyrille.lefevre@laposte.net&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Greg Lewis &lt;glewis@FreeBSD.org&gt;
  *  Hsin-Han You &lt;hhyou@cs.nctu.edu.tw&gt;
  *  Hye-Shik Chang
  *  Hye-Shik Chang &lt;perky@FreeBSD.org&gt;
  *  Igor Pokrovsky &lt;tiamat@telegraph.spb.ru&gt;
  *  Jaap Boender &lt;jaapb@kerguelen.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Jeff Burchell &lt;toxic@doobie.com&gt;
  *  Jeffrey H. Johnson &lt;CPE1704TKS@bellsouth.net&gt;
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis &lt;jonny@jonny.eng.br&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  José García Juanino &lt;jjuanino@gmail.com&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  Kevin Golding &lt;ports@caomhin.org&gt;
  *  Konstantin Reznichenko &lt;kot@premierbank.dp.ua&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Lars Thegler &lt;lth@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark Kane &lt;mark@mkproductions.org&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Matteo Cypriani &lt;mcy@lm7.fr&gt;
  *  Max Khon &lt;fjoe@FreeBSD.org&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Melvyn Sopacua &lt;melvyn@magemana.nl&gt;
  *  Miguel Mendez &lt;flynn@energyhq.homeip.net&gt;
  *  Nathan Ahlstrom &lt;nra@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Patrick Seal &lt;patseal@hyperhost.net&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Per Wigren
  *  Philippe Casidy &lt;pcasidy@casidy.com&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;
  *  Radim Kolar
  *  Radim Kolar &lt;hsn@filez.com&gt;
  *  Radim Kolar &lt;hsn@netmag.cz&gt;
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Richard Gallamore &lt;ultima@FreeBSD.org&gt;
  *  Roman Shterenzon &lt;roman@xpert.com&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sam Lawrance &lt;boris@brooknet.com.au&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sir l33tname &lt;sirl33tname@gmail.com&gt;
  *  Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
  *  Stefan Esser &lt;se@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@sunpoet.net&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Abthorpe &lt;thomas@goodking.ca&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Vanilla I. Shu &lt;vanilla@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yarodin &lt;yarodin@gmail.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf &lt;bf2006a@yahoo.com&gt;
  *  chinsan &lt;chinsan.tw@gmail.com&gt;
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis &lt;iblis.dif01@nctu.edu.tw&gt;
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  mm
  *  ports@c0decafe.net &lt;ports@c0decafe.net&gt;
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

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:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Albert Vernon &lt;f3cun3c02@sneakemail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexander Kuehn &lt;freebsd@nagilum.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Zhuravlev &lt;zaa@zaa.pp.ru&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@regency.nsu.ru&gt;
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andreev Maxim
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Chernov &lt;ache@FreeBSD.org&gt;
  *  Andrey Kostenko &lt;andrey@kostenko.name&gt;
  *  Anes Mukhametov &lt;anes@anes.su&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Ayumi M &lt;ayu@commun.jp&gt;
  *  Carsten Larsen &lt;cs@innolan.dk&gt;
  *  Chin-San Huang &lt;chinsan.tw@gmail.com&gt;
  *  Chris D. Faulhaber &lt;jedgar@FreeBSD.org&gt;
  *  Chris Larsen &lt;darth@vader.dk&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Cyrille Lefevre &lt;cyrille.lefevre@laposte.net&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Felix Palmen &lt;felix@palmen-it.de&gt;
  *  Gabor Kovesdan &lt;gabor@FreeBSD.org&gt;
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Greg Lewis &lt;glewis@FreeBSD.org&gt;
  *  Hsin-Han You &lt;hhyou@cs.nctu.edu.tw&gt;
  *  Hye-Shik Chang
  *  Hye-Shik Chang &lt;perky@FreeBSD.org&gt;
  *  Igor Pokrovsky &lt;tiamat@telegraph.spb.ru&gt;
  *  Jaap Boender &lt;jaapb@kerguelen.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Jeff Burchell &lt;toxic@doobie.com&gt;
  *  Jeffrey H. Johnson &lt;CPE1704TKS@bellsouth.net&gt;
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis &lt;jonny@jonny.eng.br&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  José García Juanino &lt;jjuanino@gmail.com&gt;
  *  Juergen Lock &lt;nox@jelal.kn-bremen.de&gt;
  *  Kevin Golding &lt;ports@caomhin.org&gt;
  *  Konstantin Reznichenko &lt;kot@premierbank.dp.ua&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Lars Thegler &lt;lth@FreeBSD.org&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark Kane &lt;mark@mkproductions.org&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Matteo Cypriani &lt;mcy@lm7.fr&gt;
  *  Max Khon &lt;fjoe@FreeBSD.org&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Melvyn Sopacua &lt;melvyn@magemana.nl&gt;
  *  Miguel Mendez &lt;flynn@energyhq.homeip.net&gt;
  *  Nathan Ahlstrom &lt;nra@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Patrick Seal &lt;patseal@hyperhost.net&gt;
  *  Pav Lucistnik &lt;pav@FreeBSD.org&gt;
  *  Per Wigren
  *  Philippe Casidy &lt;pcasidy@casidy.com&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;
  *  Radim Kolar
  *  Radim Kolar &lt;hsn@filez.com&gt;
  *  Radim Kolar &lt;hsn@netmag.cz&gt;
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Richard Gallamore &lt;ultima@FreeBSD.org&gt;
  *  Roman Shterenzon &lt;roman@xpert.com&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sam Lawrance &lt;boris@brooknet.com.au&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sir l33tname &lt;sirl33tname@gmail.com&gt;
  *  Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
  *  Stefan Esser &lt;se@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@sunpoet.net&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Thomas Abthorpe &lt;thomas@goodking.ca&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Vanilla I. Shu &lt;vanilla@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Yarodin &lt;yarodin@gmail.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf &lt;bf2006a@yahoo.com&gt;
  *  chinsan &lt;chinsan.tw@gmail.com&gt;
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis &lt;iblis.dif01@nctu.edu.tw&gt;
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  mm
  *  ports@c0decafe.net &lt;ports@c0decafe.net&gt;
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

With hat:	portmgr
</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>archivers/deutex: Update to 5.2.2</title>
<updated>2021-01-19T11:20:56+00:00</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2021-01-19T11:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f3b6e2f5b0ae85e4f5e82d7a0bbfd666231b9'/>
<id>305f3b6e2f5b0ae85e4f5e82d7a0bbfd666231b9</id>
<content type='text'>
Changelog:

https://github.com/Doom-Utils/deutex/blob/v5.2.2/NEWS.adoc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:

https://github.com/Doom-Utils/deutex/blob/v5.2.2/NEWS.adoc
</pre>
</div>
</content>
</entry>
<entry>
<title>archivers/deutex: Update WWW field</title>
<updated>2019-08-25T09:42:03+00:00</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2019-08-25T09:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6858a241199f3a3bf44b8eaad2dac3c58ef808aa'/>
<id>6858a241199f3a3bf44b8eaad2dac3c58ef808aa</id>
<content type='text'>
* Point to the new home as the previous site has ceased to exist. This
  should have been added with r508451.

Reported by:	Repology
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Point to the new home as the previous site has ceased to exist. This
  should have been added with r508451.

Reported by:	Repology
</pre>
</div>
</content>
</entry>
<entry>
<title>archivers/deutex: Update to 5.2.1</title>
<updated>2019-08-15T21:27:16+00:00</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2019-08-15T21:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=104a2beaa1e3f362f6254da9bc590b192e6bae69'/>
<id>104a2beaa1e3f362f6254da9bc590b192e6bae69</id>
<content type='text'>
Changelog:

* "configure" was broken in 5.2.0 for systems without AsciiDoc installed. It
  now properly checks for "a2x" conditionally along with the possible
  "--disable-man parameter".

https://github.com/Doom-Utils/deutex/releases/tag/v5.2.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:

* "configure" was broken in 5.2.0 for systems without AsciiDoc installed. It
  now properly checks for "a2x" conditionally along with the possible
  "--disable-man parameter".

https://github.com/Doom-Utils/deutex/releases/tag/v5.2.1
</pre>
</div>
</content>
</entry>
<entry>
<title>archivers/deutex: Update to 5.2.0 and unbreak</title>
<updated>2019-08-09T13:02:31+00:00</updated>
<author>
<name>Kai Knoblich</name>
<email>kai@FreeBSD.org</email>
</author>
<published>2019-08-09T13:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=52f35390899117d19c2c8d8956c95537f618a717'/>
<id>52f35390899117d19c2c8d8956c95537f618a717</id>
<content type='text'>
After many years of being dormant upstream has continued the development,
moved to GitHub and modernized the whole code base.

* Remove the patch for deutex.h that is no longer required. [1]
* Also take maintainership for a while.

Notable changes since the 4.4.0 release:

* Removed DeuSF binary and WinTex related features/options.

* PNG support added. If compiled in, it is the default extraction format,
  PPM otherwise.

* DeuTex can now build WADs with an arbitrary number of lumps, but prints a
  warning when more than 4046 are included (the Vanilla Doom limit).

* UDMF (Universal Doom Map Format) support.

* Real Autoconf and Automake build system to replace the barely-functioning
  imitation one.

* C99-style cleanups to use (u)intN_t types, bool, true, false throughout
  the code, replacing old defines. [1]

https://github.com/Doom-Utils/deutex/releases/tag/v5.2.0
https://github.com/Doom-Utils/deutex/releases/tag/v5.1.0
https://github.com/Doom-Utils/deutex/releases/tag/v5.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After many years of being dormant upstream has continued the development,
moved to GitHub and modernized the whole code base.

* Remove the patch for deutex.h that is no longer required. [1]
* Also take maintainership for a while.

Notable changes since the 4.4.0 release:

* Removed DeuSF binary and WinTex related features/options.

* PNG support added. If compiled in, it is the default extraction format,
  PPM otherwise.

* DeuTex can now build WADs with an arbitrary number of lumps, but prints a
  warning when more than 4046 are included (the Vanilla Doom limit).

* UDMF (Universal Doom Map Format) support.

* Real Autoconf and Automake build system to replace the barely-functioning
  imitation one.

* C99-style cleanups to use (u)intN_t types, bool, true, false throughout
  the code, replacing old defines. [1]

https://github.com/Doom-Utils/deutex/releases/tag/v5.2.0
https://github.com/Doom-Utils/deutex/releases/tag/v5.1.0
https://github.com/Doom-Utils/deutex/releases/tag/v5.0.0
</pre>
</div>
</content>
</entry>
</feed>
