mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
New port: libmspack-0.0.20040308
The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft.
This commit is contained in:
parent
8475635cd8
commit
457fb02412
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122401
@ -31,6 +31,7 @@
|
||||
SUBDIR += libarchive
|
||||
SUBDIR += libcabinet
|
||||
SUBDIR += libcomprex
|
||||
SUBDIR += libmspack
|
||||
SUBDIR += lzo
|
||||
SUBDIR += lzop
|
||||
SUBDIR += macutils
|
||||
|
21
archivers/libmspack/Makefile
Normal file
21
archivers/libmspack/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: libmspack
|
||||
# Date created: 25 Nov 2004
|
||||
# Whom: Max Khon <fjoe@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmspack
|
||||
PORTVERSION= 0.0.20040308
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://www.kyz.uklinux.net/downloads/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= A library for Microsoft compression formats
|
||||
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/libmspack/distinfo
Normal file
2
archivers/libmspack/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libmspack-0.0.20040308alpha.tar.gz) = 4d8e967649df0f6ade83df7da4b7511c
|
||||
SIZE (libmspack-0.0.20040308alpha.tar.gz) = 435811
|
4
archivers/libmspack/pkg-descr
Normal file
4
archivers/libmspack/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The purpose of libmspack is to provide both compression and decompression
|
||||
of some loosely related file formats used by Microsoft.
|
||||
|
||||
WWW: http://www.kyz.uklinux.net/libmspack/
|
4
archivers/libmspack/pkg-plist
Normal file
4
archivers/libmspack/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
include/mspack.h
|
||||
lib/libmspack.a
|
||||
lib/libmspack.so
|
||||
lib/libmspack.so.1
|
Loading…
Reference in New Issue
Block a user