mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
04ddda36a5
- Update WWW - Use autoreconf and remove now unneeded extra compiler flags - distfile checksum differs due to the removal of VCS files, autoconf files, adjustment of copyright dates, no functional changes - To be safe bump PORTREVISION (autoreconf)
12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
The binary I/O stream class library presents a platform-independent way to
|
|
access binary data streams in C++.
|
|
|
|
The library is hardware independent in the form that it transparently
|
|
converts between the different forms of machine-internal binary data
|
|
representation.
|
|
|
|
It further employs no special I/O protocol and can be used on arbitrary
|
|
binary data sources.
|
|
|
|
WWW: http://adplug.github.io/libbinio/
|