Summary: | New port: devel/ding-libs | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | aweits | ||||
Component: | Individual Port(s) | Assignee: | Ryan Steinmetz <zi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
aweits
2011-10-04 01:10:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it. zi 2011-10-04 15:29:38 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ding-libs Makefile distinfo pkg-descr pkg-plist Log: New port: devel/ding-libs '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> Revision Changes Path 1.4577 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/ding-libs/Makefile (new) 1.1 +2 -0 ports/devel/ding-libs/distinfo (new) 1.1 +10 -0 ports/devel/ding-libs/pkg-descr (new) 1.1 +41 -0 ports/devel/ding-libs/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added. Thanks! |