Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144474853
D44335.1774857283.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D44335.1774857283.diff
View Options
diff --git a/archivers/Makefile b/archivers/Makefile
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -254,6 +254,7 @@
SUBDIR += rzip
SUBDIR += sectar
SUBDIR += sharutils
+ SUBDIR += smpq
SUBDIR += snappy
SUBDIR += snappy-java
SUBDIR += snzip
diff --git a/archivers/smpq/Makefile b/archivers/smpq/Makefile
new file mode 100644
--- /dev/null
+++ b/archivers/smpq/Makefile
@@ -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>
diff --git a/archivers/smpq/distinfo b/archivers/smpq/distinfo
new file mode 100644
--- /dev/null
+++ b/archivers/smpq/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1710284192
+SHA256 (smpq_1.6.orig.tar.gz) = b5d2dc8a5de8629b71ee5d3612b6e84d88418b86c5cd39ba315e9eb0462f18cb
+SIZE (smpq_1.6.orig.tar.gz) = 37846
diff --git a/archivers/smpq/pkg-descr b/archivers/smpq/pkg-descr
new file mode 100644
--- /dev/null
+++ b/archivers/smpq/pkg-descr
@@ -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.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 7:54 AM (18 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28228930
Default Alt Text
D44335.1774857283.diff (1 KB)
Attached To
Mode
D44335: archivers/smpq: [NEW PORT] StormLib MPQ (SMPQ) archiving utility
Attached
Detach File
Event Timeline
Log In to Comment