Bug 203805 - [New Port] devel/wandio: C library for compressed file I/O
Summary: [New Port] devel/wandio: C library for compressed file I/O
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 19:21 UTC by Alistair King
Modified: 2015-10-26 09:32 UTC (History)
2 users (show)

See Also:


Attachments
wandio.shar (2.60 KB, text/plain)
2015-10-15 19:21 UTC, Alistair King
no flags Details
wandio.shar (2.80 KB, text/plain)
2015-10-15 21:40 UTC, Alistair King
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alistair King 2015-10-15 19:21:54 UTC
Created attachment 162096 [details]
wandio.shar

C library for compressed file I/O

Libwandio is a software library written in C that provides an API for
transparently reading from and writing to files using a variety of supported
compression methods. Provided pthreads are available, I/O performance will be
improved by doing any compression and/or decompression using a separate thread.

WWW: http://research.wand.net.nz/software/libwandio.php
Comment 1 Alistair King 2015-10-15 21:40:00 UTC
Created attachment 162101 [details]
wandio.shar

updated port options to include all supported file formats
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2015-10-20 14:11:04 UTC
Should we put this ports on archivers category?
Comment 3 Alistair King 2015-10-20 15:31:50 UTC
I'm not sure what the criteria are for inclusion in the archivers category, but this library also supports formats that I wouldn't expect to be considered archival, e.g., retrieving files (compressed or not) via HTTP.
That said, I'm happy to defer to your expertise on this. If you think it makes more sense in archivers then let me know and I can move it.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-10-26 09:29:36 UTC
A commit references this bug:

Author: danfe
Date: Mon Oct 26 09:29:29 UTC 2015
New revision: 400178
URL: https://svnweb.freebsd.org/changeset/ports/400178

Log:
  Add a port of wandio, a library written in C that provides an API for
  transparent reading and writing of files using a variety of supported
  compression methods and transports.

  PR:		203805 (modified)
  Submitted by:	Alistair King

Changes:
  head/devel/Makefile
  head/devel/wandio/
  head/devel/wandio/Makefile
  head/devel/wandio/distinfo
  head/devel/wandio/pkg-descr
  head/devel/wandio/pkg-plist
Comment 5 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-10-26 09:32:41 UTC
I tend to agree with Alistair: "archivers" is a less good category than "devel", being 1) overly specific, and 2) mostly associated with tools rather than libraries for software development.

Port was added as or ports r400178, thank you!