Difference between revisions of "LibTar"

From Free Pascal wiki
Jump to navigationJump to search
 
m (moved libtar to LibTar: case of name)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Libtar is a unit in the 2.1.1 [[FCL]] that creates and extracts .TAR archives, kindly relicensed by Stefan Heymann ([http://www.destructor.de www.destructor.de]])
+
LibTar is a unit in the [[FCL]] that creates and extracts .TAR archives.
 +
 
 +
There are two demos in the fcl/tests directory: tarmakercons.pas and tarmakerconsgzip.pas. The latter demonstrates making .tar.gz files.
 +
 
 +
== License ==
 +
This package was kindly relicensed for FPC licensing conditions + MPL (so called dual license) by Stefan Heymann, [http://www.destructor.de www.destructor.de]. The original license was "postcardware" like, and Stefan has stated that he still likes to receive postcards from users, it is just not mandatory. See above URL for the address data.
 +
 
 +
[[Category:Standard Units]]

Latest revision as of 13:45, 21 August 2015

LibTar is a unit in the FCL that creates and extracts .TAR archives.

There are two demos in the fcl/tests directory: tarmakercons.pas and tarmakerconsgzip.pas. The latter demonstrates making .tar.gz files.

License

This package was kindly relicensed for FPC licensing conditions + MPL (so called dual license) by Stefan Heymann, www.destructor.de. The original license was "postcardware" like, and Stefan has stated that he still likes to receive postcards from users, it is just not mandatory. See above URL for the address data.