Page MenuHomeFreeBSD

misc/deark: [NEW PORT] Utility for data extraction, decompression, and image format decoding
Needs ReviewPublic

Authored by alven on Tue, Jan 13, 10:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 20, 8:19 PM
Unknown Object (File)
Mon, Jan 19, 12:24 AM
Unknown Object (File)
Mon, Jan 19, 12:17 AM
Unknown Object (File)
Sun, Jan 18, 11:47 AM
Unknown Object (File)
Sun, Jan 18, 2:18 AM
Unknown Object (File)
Thu, Jan 15, 7:08 PM
Unknown Object (File)
Thu, Jan 15, 12:37 PM
Unknown Object (File)
Wed, Jan 14, 12:20 PM
Subscribers
None

Details

Reviewers
db
yuri
Summary

Deark is a portable command-line utility that can decode certain types of files,
and either convert them to a more-modern or more-readable format, or extract
embedded files from them. It also has an option (-d) to display detailed
information about a file’s contents and metadata. It’s Free Software.

The files it writes are usually named "output.*".

When processing "archive" formats that contain other files, it's usually best to
use Deark only to convert to ZIP format, so that the filenames and paths can be
retained. Suggest options "-zip -ka".

WWW: https://entropymine.com/deark/

Test Plan

For every {amd64} × {15.0, 14.3}:

  • Successful poudriere testport
  • Successful run-testing

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 69865
Build 66748: arc lint + arc unit

Event Timeline

alven created this revision.
misc/deark/Makefile
17

CPE_VENDOR should be on a separate line below the USE* section.

I'd also recommend to kep USE_GITHUB and related lines n a separate section with a line between USES= and USE_GITHUB=yes.

25

post-build commands should have @.