1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

archivers/smpq: [NEW PORT] StormLib MPQ (SMPQ) archiving utility

StormLib MPQ (SMPQ) archiving utility.
SMPQ is designed for full manipulating with Blizzard MPQ archives. SMPQ
can create archives, as well as extract, append, rename, and delete
files within MPQ archives. Support for encrypted, versioned, and
different types of archives is included. SMPQ is a free, open-source
command line utility written in C/C++, utilising the multiplatform C++
library, StormLib.

WWW: https://launchpad.net/smpq

Approved by:		yuri@ (Mentor)
Differential Revision:	https://reviews.freebsd.org/D44335
This commit is contained in:
Alastair Hogge
2025-08-17 18:54:40 +04:00
committed by Älven
parent 7ad61b396c
commit db5c14a4d8
4 changed files with 38 additions and 0 deletions
+1
View File
@@ -254,6 +254,7 @@
SUBDIR += rzip
SUBDIR += sectar
SUBDIR += sharutils
SUBDIR += smpq
SUBDIR += snappy
SUBDIR += snappy-java
SUBDIR += snzip
+26
View File
@@ -0,0 +1,26 @@
PORTNAME= smpq
DISTVERSION= 1.6
CATEGORIES= archivers devel games
MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= agh@riseup.net
COMMENT= StormLib MPQ archiving utility
WWW= https://launchpad.net/smpq/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= stormlib>0:archivers/stormlib
LIB_DEPENDS= libstorm.so:archivers/stormlib
USES= cmake
CMAKE_ON= WITH_CMD
CMAKE_OFF= WITH_KDE
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1710284192
SHA256 (smpq_1.6.orig.tar.gz) = b5d2dc8a5de8629b71ee5d3612b6e84d88418b86c5cd39ba315e9eb0462f18cb
SIZE (smpq_1.6.orig.tar.gz) = 37846
+8
View File
@@ -0,0 +1,8 @@
StormLib MPQ (SMPQ) archiving utility.
SMPQ is designed for full manipulating with Blizzard MPQ archives. SMPQ can
create archives, as well as extract, append, rename, and delete files within
MPQ archives. Support for encrypted, versioned, and different types of archives
is included. SMPQ is a free, open-source command-line utility written in C/C++,
utilising the multiplatform C++ library, StormLib.
See `man 1 smpq` or `smpq --help` for more information.