a2c3e9f927
- Move to new home on pagure.org, fedorahosted.org is gone. [1] While here - Update WWW - Take maintainership. The current maintainer has not responded for over a year. - Remove USES=autoreconf. It was added in ports r372261 for patching in fmemopen() support but hasn't been needed anymore since ports r395775 which dropped FreeBSD 8.x support. - Remove bogus USES=gettext. This port only wants to link with libintl, so only gettext-runtime is required. - Fix license. Some files are LGPL3+ others are GPLv3+. - Add test target - Do not build static libraries Changes: https://pagure.io/SSSD/ding-libs/commits/master PR: 218098 [1] Reported by: asomers [1] Submitted by: w.schwarzenfeld@utanet.at [1]
10 lines
541 B
Text
10 lines
541 B
Text
Ding-libs provides utility functions to manipulate filesystem pathnames
|
|
(libpath_utils), a hash table which dynamically resizes to achieve
|
|
optimal storage and access time properties (libdhash), a data type to
|
|
collect data in a hierarchical structure for easy iteration and
|
|
serialization (libcollection), a dynamically growing, reference-counted
|
|
array (libref_array), and a library to process configuration files in
|
|
initialization format (INI) into a library collection data structure
|
|
(libini_config).
|
|
|
|
WWW: https://pagure.io/SSSD/ding-libs/
|