mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
1d1f878054
Approved by: portmgr blanket
15 lines
702 B
Plaintext
15 lines
702 B
Plaintext
Gnulib, the GNU portability library, offers a macro system and C
|
|
declarations and definitions for commonly-used API elements and
|
|
abstracted system behaviors. It can be used to improve portability and
|
|
other functionality in your programs.
|
|
|
|
Gnulib takes a different approach than libiberty. Gnulib components are
|
|
intended to be shared at the source level, rather than being a library that
|
|
gets built, installed, and linked against. Thus, there is no distribution
|
|
tarball; the idea is to copy files from Gnulib into your own source tree.
|
|
|
|
However, there are bimonthly stable snapshots of the Gnulib codebase
|
|
published at http://erislabs.net/ianb/projects/gnulib/
|
|
|
|
WWW: http://www.gnu.org/software/gnulib/
|