Port details |
- stormlib Library to process MPQ (MoPaQ) archives
- 9.30 archivers =2 9.26Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2022-02-25 19:15:18
- Last Update: 2024-11-02 16:15:39
- Commit Hash: 1f312c4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- http://www.zezula.net/en/mpq/main.html
- Description:
- StormLib is a pack of C++ modules, which provide the user means to modify MPQ
archives
MPQ (MoPaQ) is an archive format developed by Blizzard Entertainment, purposed
for storing data files, images, sounds, music and videos for their games. The
name MoPaQ comes from the author of the format, Mike O'Brien (Mike O'brien
PaCK).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- stormlib>0:archivers/stormlib
- To install the port:
- cd /usr/ports/archivers/stormlib/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/stormlib
- pkg install stormlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: stormlib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730558310
SHA256 (ladislav-zezula-StormLib-v9.30_GH0.tar.gz) = a709a6b034d206404f5297d85e474371203ff5483639955195d99b737bbf7dfe
SIZE (ladislav-zezula-StormLib-v9.30_GH0.tar.gz) = 617848
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libtomcrypt.so : security/libtomcrypt
- This port is required by:
- for Libraries
-
- games/wargus
Configuration Options:
- ===> The following configuration options are available for stormlib-9.30:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- archivers_stormlib
- USES:
- cmake compiler:c++11-lang 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 |
9.30 02 Nov 2024 16:15:39 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: update 9.26 → 9.30 |
9.26 11 Jun 2024 18:09:17 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: update 9.25 → 9.26 |
9.25 13 Jun 2023 17:11:59 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: update 9.24 → 9.25 |
9.24 23 Jan 2023 11:40:27 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: remove bogus file
Reported by: ak |
9.24 26 Oct 2022 18:43:08 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: update 9.23 → 9.24 |
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) |
9.23 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 ) |
9.23 25 Feb 2022 19:13:43 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: take maintainership |
9.23 25 Feb 2022 19:12:28 |
Dmitry Marakasov (amdmi3) |
archivers/stormlib: add port
StormLib is a pack of C++ modules, which provide the user means to modify MPQ
archives
MPQ (MoPaQ) is an archive format developed by Blizzard Entertainment, purposed
for storing data files, images, sounds, music and videos for their games. The
name MoPaQ comes from the author of the format, Mike O'Brien (Mike O'brien
PaCK).
WWW: http://www.zezula.net/en/mpq/main.html
PR: 260561
Submitted by: agh@riseup.net |