Bug 22829 - NEW PORT: archivers/p5-Archive-Tar
Summary: NEW PORT: archivers/p5-Archive-Tar
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-13 23:10 UTC by Roman Shterenzon
Modified: 2000-12-19 09:49 UTC (History)
0 users

See Also:


Attachments
file.shar (2.89 KB, text/plain)
2000-11-13 23:10 UTC, Roman Shterenzon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Shterenzon 2000-11-13 23:10:00 UTC
*** This module will be needed in the upcoming AMaViS viruscanner on which I'm
        working right now.


Perl module for creation and manipulation of tar files.

This module uses no C-coded parts in itself, but it will try to use
the Compress::Zlib module to read and write gzipped tarfiles.
Archive::Tar will still work without Zlib, it will just complain a
little bit (and, of course, not be able to use compression). The
complaining will be removed when the module leaves the alpha stage,
and can be trivially removed by commenting out the offending print
near the top of Tar.pm.

Roman Shterenzon <roman@xpert.com>
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-12-19 09:48:24 UTC
State Changed
From-To: open->closed

Committed, thanks.  I forgot to say with the last PR (and it applies 
to this one as well): you do not need the CC/CCFLAGS overriding for 
a perl module port that doesn't have any C code.