aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ding-libs
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with pkgng by not trying to removebdrewery2013-05-211-1/+0
| | | | an invalid directory
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Update to 0.1.3zi2011-10-152-3/+3
| | | | | PR: ports/161554 Submitted by: Andrew Elble <aweits@rit.edu> (maintainer)
* New port: devel/ding-libszi2011-10-044-0/+93
'D is not GLib' utility libraries 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). PR: ports/161267 Submitted by: Andrew Elble <aweits@rit.edu>