mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
b5c7ff8575
- Patch to fix SGAFile (Many compilation issues on the latest upstream release). - Pass maintainership to the submitter - Pristine distfiles now hosted on GitHub (original site is now down). PR: 256249
10 lines
517 B
Plaintext
10 lines
517 B
Plaintext
HLLib is a package library for Half-Life that abstracts several package
|
|
formats and provides a simple interface for all of them. HLLib is written
|
|
in native C++ but exposes both a C and C++ interfaces which can be used in
|
|
any C or C++ application (additional languages may also use the library with
|
|
standard C imports). HLLib works natively in both Windows and *nix. BSP,
|
|
GCF, NCF, PAK, SGA, VPK, WAD, XZP, and ZIP (store/deflate) package formats
|
|
are supported.
|
|
|
|
WWW: https://developer.valvesoftware.com/wiki/HLLib
|