fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
450 B
Text
10 lines
450 B
Text
Archive::Tar provides an object oriented mechanism for handling tar files. It
|
|
provides class methods for quick and easy files handling while also allowing
|
|
for the creation of tar file objects for custom manipulation. If you have the
|
|
IO::Zlib module installed, Archive::Tar will also support compressed or gzipped
|
|
tar files.
|
|
|
|
An object of class Archive::Tar represents a .tar(.gz) archive full of files
|
|
and things.
|
|
|
|
Roman Shterenzon <roman@xpert.com>
|