Commit graph

190 commits

Author SHA1 Message Date
Dirk Meyer
9b51ebc59c Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Fernández's implementation
in rpa-base, but has been reorganised to promote reuse in other projects.

The library can only handle files and directories at this point.
The command line utility, minitar, can only create archives, extract from
archives, and list archive contents.

WWW: http://rubyforge.org/projects/ruwiki/
2008-03-29 10:37:40 +00:00
Pietro Cerutti
d8db397d9c Xarchiver is a Desktop Environment independent archiver frontend.
All common archive types are supported. RPM and ISO are handled without
rpm or isodump executables.

PR:		122149
Submitted by:	Andreev Maxim <andreevmaxim@gmail.com>
Approved by:	miwi (mentor)
2008-03-27 23:07:56 +00:00
Alejandro Pulver
41d43131e2 Add unrar-iconv: unrar with iconv support (as slave port).
PR:		ports/117290
Submitted by:	Yarodin <yarodin at gmail.com>
2008-02-16 20:13:28 +00:00
Martin Wilke
fe42d9fafb PHK is a PHP-oriented package/archive system. Basically, it can be considered
as a PHP-oriented equivalent of the Java jar format. As jar, PHK allows to
distribute and run a library or an application as a single file.

The PHK accelerator transparently makes PHK runtime faster.

WWW: http://pecl.php.net/package/phk/

PR:		ports/119828
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-20 22:14:54 +00:00
Gabor Kovesdan
b3fe4f8a74 A BSD-licensed replacement of the ar utility.
Written by:	Kai Wang <kaiw@FreeBSD.org>
Sponsored by:	Google Summer of Code 2007
2008-01-18 23:11:34 +00:00
Alex Dupre
7382aa2905 The package com.ice.tar implements a tar archive io package.
This package allows you to create, and extract tar archives.
Since the package uses InputStream and OutputStream, it is possible
to combine this package with the java.util.zip package to handle
.tar.gz files.

WWW: http://www.trustice.com/java/tar/
2007-10-24 13:21:22 +00:00
Alexey Dokuchaev
bd12dd4228 Add HLExtract, command line utility that can load all HLLib supported
packages and extract multiple items from them while maintaining their
directory structure.

WWW: http://nemesis.thewavelength.net/index.php?p=35
2007-10-22 20:44:56 +00:00
Edwin Groothuis
c12c0d9a8c [New port] archivers/linux-par2cmdline
Linux version of par2cmdline. Useful when the native version
	does not work correctly (e.g. when you get a "Main packet
	not found" error).

PR:		ports/112124
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2007-09-07 06:38:26 +00:00
Andrew Pantyukhin
ada3aaa54d Add port archivers/ppmd-7z:
Simple command line implementation of PPMD compression algorithm. It
is based on code by Dmitry Shkarin (archivers/ppmd) but reworked by
Igor Pavlov and bundled with 7zip.

WWW: http://www.7-zip.org/sdk.html
2007-09-01 12:31:51 +00:00
Martin Wilke
0eaf68f46a The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.

PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.

WWW: http://pecl.php.net/package/phar/

PR:		ports/115224
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-08-21 09:10:15 +00:00
Emanuel Haupt
6f2095feeb Add unmass, a tool to extract game archives such as wad, dar, mea exe's and many
more.
2007-08-14 15:23:38 +00:00
Andrew Pantyukhin
f7548d9bc6 Add port archivers/unfoo:
Unfoo is a tiny sh(1) wrapper to simplify decompression of files.
Supported archive types: tar, gzip, bzip2, ace, rar, zip, 7z.

WWW: http://obsoleet.org/code/unfoo/
Author: Graham Forest <vitaminmoo@wza.us>

Based on:	Gentoo Portage
2007-08-13 13:41:42 +00:00
Boris Samorodov
bf753055cb UPX is a free, portable, extendable, high-performance executable
packer for several different executable formats. It achieves an
excellent compression ratio and offers very fast decompression.
Your executables suffer no memory overhead or other drawbacks
because of in-place decompression.

UPX is copyrighted software distributed under the terms of the
GNU General Public License, with special exceptions granting
the free usage for commercial programs as stated in the
UPX License Agreement.

WWW: http://upx.sourceforge.net/
2007-06-04 08:48:38 +00:00
Boris Samorodov
6e36be2092 UCL is a portable lossless data compression library written in ANSI C.
UCL implements a number of compression algorithms that achieve an excellent
compression ratio while allowing *very* fast decompression. Decompression
requires no additional memory.

Author: Markus Franz Xaver Johannes Oberhumer
        markus@oberhumer.com

WWW: http://www.oberhumer.com/opensource/ucl/
2007-06-04 08:46:17 +00:00
Cheng-Lung Sung
6cccd698d5 Add paq 8.l, an archiver with an extremely high compression ratio.
PR:		ports/111391
Submitted by:	bf <bf2006a at yahoo.com>
2007-04-10 07:59:10 +00:00
Tom McLaughlin
9650cc9583 Remove port: Included with all current python versions in ports tree.
PR:		107263
Submitted by:	Li-Wen Hsu
Approved by:	python@ (alexbl)
2007-02-05 20:52:39 +00:00
Andrew Pantyukhin
26e89a1c90 Add port archivers/grzip:
grzip is a high-performance file compressor based on Burrows-Wheeler
Transform, Schindler Transform, Move-To-Front, and Weighted Frequency
Counting. It uses the Block-Sorting Lossless Data Compression Algorithm,
which has received considerable attention in recent years for both its
simplicity and effectiveness. This implementation has a compression rate
of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
filters.

WWW: http://magicssoft.ru/?folder=projects&page=GRZipII
Author: Ilya Grebnov
2007-02-02 14:53:47 +00:00
Gabor Kovesdan
4abd72c907 AOLserver interface to zlib library
WWW: http://www.crystalballinc.com/vlad/software/

- Martin Matuska
martin@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@matuska.org>
Approved by:	erwin (mentor)
2007-02-02 14:26:28 +00:00
Martin Wilke
17050f925d This module provides a Perl interface that allows writing bzip2
compressed data to files or buffer.

WWW:     http://search.cpan.org/dist/IO-Compress-Bzip2/

PR:		ports/108039
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2007-01-22 07:52:13 +00:00
Cheng-Lung Sung
8d59c552c8 Add p5-Compress-Raw-Bzip2 2.003, low-Level Interface to bzip2
compression library.

PR:		ports/108023
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2007-01-17 04:52:51 +00:00
Stanislav Sedov
822938a31c - Add port for ruby-lha, a ruby extension to work with lha-compressed files. 2007-01-09 20:19:01 +00:00
Rong-En Fan
637b66dc65 Add tclmkziplib 1.0, GZIP and ZIP support for TCL; dynamicly loadable.
PR:		ports/107519
Submitted by:	martin at matuska.org
2007-01-06 02:08:35 +00:00
Sergey Skvortsov
ea83568e7b Add p5-PerlIO-via-Bzip2 0.02, perl extension to provide a PerlIO layer
to bzip2/bunzip2.
2006-12-18 18:05:21 +00:00
Dirk Meyer
90eca038fc FreeTar for GNUstep
WWW: https://gna.org/projects/freetar/
2006-12-03 16:18:44 +00:00
Dmitry Sivachenko
553532006e New port: p5-IO=Compress-Zlib.
A Perl5 interface to allow reading and writing of RFC 1950, 1951, 1952
(i.e. gzip) and zip files/buffers.
2006-12-03 11:39:43 +00:00
Martin Wilke
778d4b23ea This module is the base class for all IO::Compress and IO::Uncompress
modules.

WWW: http://search.cpan.org/dist/IO-Compress-Base/

PR:		ports/105297
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2006-11-14 10:05:38 +00:00
Martin Wilke
56827c8a80 The Compress::Raw::Zlib module provides a Perl interface to the
zlib compression library.

WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/

PR:		105278
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2006-11-14 10:00:46 +00:00
Vasil Dimov
2fb8ca3acd Remove expired leaf ports:
2006-10-26 archivers/linux-unace
2006-10-12 audio/gdesklets-cornerxmms
2006-10-12 deskutils/gdesklets-sensor-displayconstraints
2006-10-17 devel/sdl_ldbad
2006-10-27 lang/pdss
2006-10-17 multimedia/slideshow
2006-10-31 14:13:19 +00:00
Cheng-Lung Sung
cbd010518a Add p5-Archive-Any 0.09.3, single interface to deal with file archives.
PR:		ports/102567
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-10-03 13:38:21 +00:00
Jose Alonso Cardenas Marquez
a3e44848b9 - New port: archivers/kbackup
KBackup is a program that lets you back up any directories or files, whereby it
uses an easy to use directory tree to select the things to back up.

The program was designed to be very simple in its use so that it can be used by
non-computer experts.

The storage format is the well known TAR format, whereby the data is still
stored in compressed format (bzip2 or gzip).

It also includes a german, french, italian, slovak and russian translation for
the user interface and an english, french and german handbook.

WWW:    http://www.kde-apps.org/content/show.php?content=44998
2006-09-30 16:28:17 +00:00
Cheng-Lung Sung
d16b68d609 Add p5-POE-Filter-LZO 1.5, a POE filter wrapped around Compress::LZO.
PR:		ports/103098
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-27 08:47:59 +00:00
Cheng-Lung Sung
b5f5d08101 Add p5-POE-Filter-LZF 1.5, a POE filter wrapped around Compress::LZF.
PR:		ports/103096
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-27 08:45:14 +00:00
Cheng-Lung Sung
ad04e16bfd Add p5-Compress-LZO 1.08, interface to the LZO compression library.
PR:		ports/103097
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-26 14:18:27 +00:00
Cheng-Lung Sung
f02ab7ac68 Add p5-Compress-LZF 1.65, extremely light-weight Lempel-Ziv-Free
compression.

PR:		ports/103095
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-26 10:51:21 +00:00
Ion-Mihai Tetcu
77cda33a64 This is a kioslave for KDE to handle 7zip files.
Simply, enter 'p7zip:/path_to_file/filename.7z' in konqueror to use this.

Author:	Raul Fernandes <rgfbr@yahoo.com.br>
WWW:	http://www.kde-apps.org/content/show.php?content=17829

PR:		ports/101009
Submitted by:	makc <makc at issp.ac.ru>
2006-09-14 08:51:36 +00:00
Dirk Meyer
6142852753 Zipper is a tool for extracting and viewing archive files in GNUstep.
PR:		103088
Submitted by:	Gürkan Sengün
2006-09-10 12:16:08 +00:00
Rong-En Fan
c65422ba69 Add pecl-lzf 1.4, handles LZF de/compression.
PR:		ports/102964
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-09-07 12:25:49 +00:00
Rong-En Fan
ff1c72ebd7 Add pecl-bz2 1.0, a Bzip2 management extension.
PR:		ports/102963
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-09-07 12:25:09 +00:00
Rong-En Fan
3b047f4657 Add pecl-rar 0.3.1, a PECL extension to create and read rar files.
PR:		ports/102962
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-09-07 12:24:46 +00:00
Ion-Mihai Tetcu
2b5b1bdecf This Objective Caml library provides easy access to compressed files in ZIP
and GZIP format, as well as to Java JAR files.  It provides functions
for reading from and writing to compressed files in these formats.

Author:	Xavier Leroy <Xavier.Leroy@inria.fr>
WWW:	http://pauillac.inria.fr/~xleroy/software.html

PR:		ports/101214
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-09-06 07:44:30 +00:00
Dirk Meyer
22ce31f636 the autoconfig-version of lha
maintained as seperate project

Suggested by:	Shigekazu Kimura
2006-08-17 04:59:00 +00:00
Cheng-Lung Sung
556408245c Add p5-POE-Filter-LZW 1.2, a POE filter wrapped around Compress::LZW.
PR:		ports/100951
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-28 05:14:55 +00:00
Cheng-Lung Sung
09c4ec343e Add p5-POE-Filter-Bzip2 1.2, a POE filter wrapped around
Compress::Bzip2.

PR:		ports/100953
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-28 03:23:38 +00:00
Cheng-Lung Sung
64bbf3e085 Add p5-POE-Filter-Zlib 1.2, a POE filter wrapped around Compress::Zlib.
PR:		ports/100949
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-28 03:21:44 +00:00
Cheng-Lung Sung
b908b799ef Add p5-Compress-LZW 0.01, pure perl implementation of LZW.
PR:		ports/100950
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-28 03:10:53 +00:00
Ion-Mihai Tetcu
753ed9d7e7 Encap Package Manger
WWW: http://www.encap.org/epkg/

PR:		ports/97210
Submitted by:	Jim Pirzyk <pirzyk@freebsd.org>
2006-06-25 14:13:17 +00:00
Renato Botelho
4eb098a956 Add fpc-unzip , free Pascal routines for unzipping zip files.
PR:		ports/98679
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-21 15:42:17 +00:00
Greg Lewis
aea84ec4f2 . Remove the bsdtar port, its now incorporated in the libarchive port. 2006-06-20 22:35:00 +00:00
Aaron Dalton
a7f930c636 Adding port archivers/p5-Archive-Extract, A generic archive extracting mechanism.
Approved by:	tobez (implicit)
2006-05-31 17:53:03 +00:00
Jeremy Messenger
1c3f71e728 Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for x11/gcursor, x11/gnome2 and x11/gnome2-lite chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 02:08:31 +00:00