Bug 194082 - New port: archivers/atool - Manage file archives of various types
Summary: New port: archivers/atool - Manage file archives of various types
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-02 03:00 UTC by Matteo Cypriani
Modified: 2014-11-04 16:59 UTC (History)
1 user (show)

See Also:


Attachments
archivers/atool (2.49 KB, text/plain)
2014-10-02 03:00 UTC, Matteo Cypriani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Cypriani 2014-10-02 03:00:53 UTC
Created attachment 147896 [details]
archivers/atool

This is a very simple Perl program; the port was built successfully on RedPorts, although I'm not sure it really matters since it is architecture-independent. Logs here: https://redports.org/buildarchive/20141002021801-58603/

I ran the regular checks, portlint is happy, no orphans, etc.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-10-31 18:01:44 UTC
looks ok, moving to patch-ready pool.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-04 16:57:42 UTC
A commit references this bug:

Author: marino
Date: Tue Nov  4 16:57:22 UTC 2014
New revision: 372154
URL: https://svnweb.freebsd.org/changeset/ports/372154

Log:
  Add new port archivers/atool

  PR:		194082
  Submitted by:	Matteo Cypriani

  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
    *     als: list the contents of an archive
    *    acat: extract files to the standard output
    *   apack: create an archive

  Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
  unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.

Changes:
  head/archivers/Makefile
  head/archivers/atool/
  head/archivers/atool/Makefile
  head/archivers/atool/distinfo
  head/archivers/atool/files/
  head/archivers/atool/files/patch-configure
  head/archivers/atool/pkg-descr
  head/archivers/atool/pkg-plist
Comment 3 John Marino freebsd_committer freebsd_triage 2014-11-04 16:59:03 UTC
All I did was reducing the tabbing in Makefile from 3 to 2 and I took some liberty with pkg-descr as I was wrapping it to 75 chars.

Thanks, it's in ports now.