diff --git a/archivers/Makefile b/archivers/Makefile --- a/archivers/Makefile +++ b/archivers/Makefile @@ -234,6 +234,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 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, man --help, for more information.