Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
464 B
Text
7 lines
464 B
Text
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.
|