Commit graph

188 commits

Author SHA1 Message Date
pho
d067c0ddb2 +unarchiver 2021-11-28 20:05:18 +00:00
adam
433979b9c1 py-zopfli: added version 0.1.9
cPython bindings for zopfli.
2021-11-19 09:48:38 +00:00
micha
0aa3e8035e archivers/tartest: Add version 1.23
Tartest reads a tar archive from stdin and checks this archive for
compliance with POSIX.1-1990.
2021-06-25 13:41:48 +00:00
nia
d96a5958ee Rename sysutils/xfce4-xarchiver to archivers/xarchiver
xarchiver is no longer part of xfce (for years), and the package
name and location makes it difficult to find. match other package
managers.
2021-06-13 08:15:50 +00:00
nia
84c12610c3 go-xz: remove; deprecated go-package, no users in pkgsrc
this version is vulnerable to CVE-2021-29482
2021-06-12 06:03:56 +00:00
ryoon
6e2910a7b6 archivers: Enable pxz 2021-04-16 16:20:47 +00:00
ryoon
bcf4dbf953 archivers: Enable pixz 2021-04-13 03:11:35 +00:00
nia
5e0ed48377 archivers: be more descriptive in COMMENT 2021-04-12 14:17:43 +00:00
fcambus
4d20bda994 Add lunzip. 2021-02-22 19:46:05 +00:00
nia
f511b9f7a9 archivers: Resurrect file-roller package based on the new GNOME 3 version
File Roller is an archive manager for the GNOME environment.  This means
that you can create and modify archives; view the content of an archive;
view and modify a file contained in the archive; extract files from the
archive.
2020-11-04 13:02:52 +00:00
nia
e117afe4a4 archivers: add gnome-autoar. based on work by Dan Cîrnaț in wip.
Gnome-autoar provides functions, widgets, and gschemas for GNOME applications
which want to use archives as a convient method to tranfer directories over
the internet.
2020-11-04 12:27:58 +00:00
wiz
3769848d5c p5-Archive-Tar: remove, part of perl since 2008 2020-09-04 10:15:12 +00:00
nia
721a3fa2e7 archivers: Add lua-zlib
Simple streaming interface to zlib for Lua.
2020-07-02 20:00:23 +00:00
pin
57f05985cc Import lxqt-archiver 2020-06-01 11:11:56 +00:00
ryoon
a2e8f62952 archivers: Enable quazip 2020-05-28 14:16:46 +00:00
nia
10e1fc7750 archivers: Add minizip
Zip file manipulation library from the zlib distribution
2020-03-31 10:25:28 +00:00
taca
2dcb97400a archivers/Makefile: add and enable php-pecl-zip 2020-03-23 15:30:31 +00:00
wiz
7c85706ecd archivers/Makefile: + py-zipp1 2020-03-12 07:36:51 +00:00
gutteridge
cdc9bbd958 arqiver: import new package, version 0.3.2
Arqiver is a simple Qt5 archive manager as a front-end for libarchive
(bsdtar), gzip and 7z.

Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.
2020-02-13 03:00:16 +00:00
pho
e633778314 Add hs-tar 2020-01-19 00:59:17 +00:00
pho
a2c03d3984 Add hs-zip-archive 2020-01-17 19:02:30 +00:00
leot
530aa0e22d archivers: Add py-brotli 2019-12-17 10:16:03 +00:00
markd
52282c43d4 archivers: add py-zipstream 2019-11-03 01:07:11 +00:00
taca
8a681aac7f archivers/Makefile: add and enable ruby-ffi-libarchive 2019-10-23 16:20:59 +00:00
nia
f0cae78328 Remove archivers/file-roller - successor fork archivers/engrampa 2019-09-14 21:46:15 +00:00
brook
710246e9a0 Initial commit.
Cross-Platform 'zip' Compression Library. A replacement for the 'zip'
function, that does not require any additional external tools on any
platform.
2019-07-30 22:26:11 +00:00
adam
28d88c9355 py-zipp: added version 0.5.1
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
2019-05-29 19:48:29 +00:00
bacon
d04c9125cd Add libaec 2019-04-29 15:52:37 +00:00
jaapb
f9fca49fbb Added ocaml-decompress to Makefile SUBDIRs 2019-03-12 18:02:08 +00:00
adam
2a6b2084d4 py-bz2file: added version 0.98
Bz2file is a Python library for reading and writing bzip2-compressed files. It
contains a drop-in replacement for the file interface in the standard library's
bz2 module, including features from the latest development version of CPython
that are not available in older releases.
2019-01-09 10:28:19 +00:00
minskim
e526d31f46 archivers/Makefile: Add go-xz 2018-06-18 20:46:49 +00:00
bsiegert
4295ecbb59 Import atool-0.39.0 from wip, PR pkg/52545.
atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc.). It provides the following commands:


  * aunpack: extract an archive, avoiding tar bombs
  *   apack: create archives or compressed files
  *     als: list the contents of an archive
  *    acat: extract to the standard output
  *   adiff: generate a diff between two archives
  * arepack: repack archives to a different format

Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.
2017-11-03 20:07:12 +00:00
adam
493aa5e249 brotli: added version 1.0.1
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
2017-10-23 13:15:29 +00:00
joerg
1fcb39e428 + py-lz4 2017-09-29 21:36:46 +00:00
taca
207cfc146d Add and enable ruby-mixlib-archive. 2017-06-10 16:45:16 +00:00
leot
4424083cce + py-rarfile 2017-04-14 14:01:30 +00:00
leot
1d2f095e9c + py-brotlipy 2017-04-14 12:11:02 +00:00
taca
94a469494d Add and enable ruby-minitar and ruby-minitar-cli. 2017-03-13 16:07:59 +00:00
wiz
0f0a4e8cbb + py-zstandard 2017-03-08 14:54:34 +00:00
ryoon
c6e2c03050 Add libmspack 2016-10-09 03:13:08 +00:00
wiz
e2fdce3094 + lz4json. 2016-09-19 08:02:23 +00:00
wiz
7385441cb8 + zstd. 2016-09-04 12:39:40 +00:00
wiz
54e825b0f8 + py-czipfile 2016-07-09 21:13:18 +00:00
markd
cb383be0e0 Add karchive 2016-05-25 23:21:15 +00:00
youri
526d54304e + engrampa 2016-05-21 21:44:00 +00:00
jakllsch
4257ae3665 +bmap-tools 2016-05-08 18:40:04 +00:00
wiz
6e3d683d23 + py-libarchive-c 2015-12-02 15:15:02 +00:00
wiz
b015e0b5cc + zopfli. 2015-11-13 16:20:46 +00:00
adam
d1dd228501 Added archivers/py-lhafile version 0.2.1 2015-11-04 17:25:55 +00:00
mef
e3b001837b +p5-Archive-Tar-Wrapper 2015-05-23 02:13:28 +00:00