Port details |
- deutex WAD file manipulator for Doom, Heretic, Hexen, and Strife
- 5.2.2_1 archivers =2 5.2.2_1Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2005-12-20 16:08:55
- Last Update: 2024-03-02 16:19:01
- Commit Hash: 070054d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: games
- License: GPLv2 LGPL20 MIT
- WWW:
- https://github.com/Doom-Utils/deutex
- Description:
- DeuTex is a tool to work with WAD files for Doom, Heretic, Hexen, and Strife.
It can be used to extract the lumps from a WAD and save them as individual
files. Conversely, it can also build a WAD from separate files. When
extracting a lump to a file, it does not just copy the raw data, it converts
it to an appropriate format (such as PPM for graphics, Sun audio for samples,
etc.). Conversely, when it reads files for inclusion in PWADs, it does the
necessary conversions (for example, from PPM to Doom picture format). In
addition, DeuTex has functions such as merging WADs, etc. If you're doing
any WAD hacking beyond level editing, DeuTex is a must.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- deutex>0:archivers/deutex
- To install the port:
- cd /usr/ports/archivers/deutex/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/deutex
- pkg install deutex
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: deutex
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1609747126
SHA256 (Doom-Utils-deutex-v5.2.2_GH0.tar.gz) = 767e75eb3615bb732947448b81031410e26f808dfc3a099d64a483931fe0b313
SIZE (Doom-Utils-deutex-v5.2.2_GH0.tar.gz) = 124644
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:
-
- a2x : textproc/asciidoc
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libpng.so : graphics/png
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for deutex-5.2.2_1:
DOCS=on: Build and/or install documentation
PNG=on: PNG image format support
===> Use 'make config' to modify these settings
- Options name:
- archivers_deutex
- USES:
- autoreconf pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.2_1 02 Mar 2024 16:19:01 |
Nuno Teixeira (eduardo) |
archivers/deutex: Move man pages to share/man
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) |
5.2.2 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 ) |
5.2.2 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.2 19 Jan 2021 11:20:56 |
kai |
archivers/deutex: Update to 5.2.2
Changelog:
https://github.com/Doom-Utils/deutex/blob/v5.2.2/NEWS.adoc |
5.2.1 25 Aug 2019 09:42:04 |
kai |
archivers/deutex: Update WWW field
* Point to the new home as the previous site has ceased to exist. This
should have been added with r508451.
Reported by: Repology |
5.2.1 15 Aug 2019 21:27:17 |
kai |
archivers/deutex: Update to 5.2.1
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 |
5.2.0 09 Aug 2019 13:02:32 |
kai |
archivers/deutex: Update to 5.2.0 and unbreak
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.
(Only the first 15 lines of the commit message are shown above ) |
4.4.0_1 03 Aug 2019 10:54:02 |
antoine |
Mark BROKEN: unfetchable |
4.4.0_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
4.4.0_1 07 Jan 2016 14:43:48 |
amdmi3 |
- Switch to options helpers |
4.4.0_1 31 Oct 2014 16:43:12 |
amdmi3 |
- Clarify LICENSE |
4.4.0_1 31 Oct 2014 16:11:34 |
amdmi3 |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
4.4.0_1 07 Sep 2014 12:10:52 |
danfe |
- Bring some games-related archivers ports under games@ wing
- Wrap overly long lines while here |
4.4.0_1 16 Jul 2014 03:47:06 |
adamw |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. |
4.4.0_1 05 Jan 2014 00:15:01 |
bapt |
Support stage |
4.4.0_1 03 Jan 2014 14:42:08 |
adamw |
Remove NOPORT* from archivers. The only holdouts here are ruby@ now. |
4.4.0_1 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
4.4.0_1 12 Feb 2012 09:09:18 |
danfe |
- Fix bad work with data types between architectures which resulted in
immediate segfault when being run on e.g. amd64
- Fix wrong length when reading block into structure (probably a typo)
- Other minor non-functional fixes
PR: ports/161664
Submitted by: Cray Elliott |
4.4.0 01 Sep 2011 03:27:26 |
danfe |
- Adjust COMMENT
- Add LICENSE (GPLv2)
- Install changelog
- Do some minor cleanups |
4.4.0 01 Sep 2011 03:04:29 |
danfe |
Improve wording and reformat. |
4.4.0 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
4.4.0 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
4.4.0 22 Dec 2005 12:47:37 |
danfe |
- Fix a punctuation typo
- Reformat slightly so it looks better |
4.4.0 20 Dec 2005 15:55:30 |
danfe |
Add deutex 4.4.0, an advanced WAD composer for games like Doom, Heretic,
Hexen, and Strife.
WWW: http://www.teaser.fr/~amajorel/deutex/ |