FreeBSD archivers : libarc4>
Tiny C decompression library for several popular compression formats
A tiny C library and sample program to extract data compressed using dozen
popular archivers. Currently following formats are supported:
- tar (*.tar)
- tar + gzip'ed (*.tar.gz, *.tgz) (deflate)
- zip (*.zip) (implode, deflate)
- lzh (*.lzh) (lh0, lh1, lh2, lh3, lh4, lh5, lh6, lzs, lz5, lz4)
- MIME multipart
http://www.onicos.com/staff/iz/release/#libarc
|
libarc history
v. 1.9
date: 2006/08/14 09:56:57; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
v. 1.8
date: 2005/09/27 15:11:53; author: vs; state: Exp; lines: +13 -1
Cleanup a bit: Move install-logic into Makefile instead of patching it into port.
Drop static lib while here.
v. 1.7
date: 2005/09/22 07:22:28; author: mi; state: Exp; lines: +1 -0
Make this port a little more useful by installing addition header files.
Definitions for zip- and lzh-reading functions were always part of the
library. May as well provide declarations. Bump PORTREVISION.
v. 1.6
date: 2005/04/19 08:32:08; author: vs; state: Exp; lines: +2 -0
Minimize Makefile-patch by using MAKE_ARGS
v. 1.5
date: 2003/10/26 22:35:56; author: kris; state: Exp; lines: +1 -1
portlint (shorten COMMENT)
v. 1.4
date: 2003/07/29 09:12:21; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.3
date: 2003/03/07 05:55:11; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.2
date: 2003/02/03 11:54:23; author: sobomax; state: Exp; lines: +1 -1
Correct MASTER_SITES and WWW.
Submitted by: Sergey A. Osokin
v. 1.1
date: 2000/06/20 15:03:58; author: sobomax; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 2000/06/20 15:03:58; author: sobomax; state: Exp; lines: +0 -0
Initial import of libarc - a tiny decompression library supporting bunch of
popular formats.
=============================================================================
|