Port details |
- ding-libs Collection of useful libraries for developers
- 0.6.1 devel =4 0.6.1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-10-04 15:30:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: sssd, radvd, chromium, p5-Authen-SASL-Cyrus, octave-forge-geometry
- License: GPLv3+ LGPL3+
- WWW:
- https://pagure.io/SSSD/ding-libs/
- Description:
- 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).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ding-libs>0:devel/ding-libs
- To install the port:
- cd /usr/ports/devel/ding-libs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ding-libs
- pkg install ding-libs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ding-libs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1527583392
SHA256 (ding-libs/ding-libs-0.6.1.tar.gz) = a319a327deb81f2dfab9ce4a4926e80e1dac5dcfc89f4c7e548cec2645af27c1
SIZE (ding-libs/ding-libs-0.6.1.tar.gz) = 904092
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- net/freeipa-client
- security/sssd
- security/sssd2
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ding-libs-0.6.1:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_ding-libs
- USES:
- iconv gettext-runtime libtool localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
0.6.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
0.6.1 29 May 2018 09:30:48 |
tobik |
devel/ding-libs: Update to 0.6.1
- 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.
(Only the first 15 lines of the commit message are shown above ) |
0.5.0 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.5.0 27 Mar 2016 22:18:55 |
amdmi3 |
- Update to 0.5.0
- While here, fix LICENSE
PR: 207942
Submitted by: jochen@jochen-neumeister.de
Approved by: maintainer timeout (aweits@rit.edu, 2 weeks) |
0.4.0_1 01 Sep 2015 16:11:35 |
amdmi3 |
- Fix build without DOCS by not trying to install files into /dev/null (both
enabled and disabled DOCS are handled properly when docs are installed into
usual location)
- Drop 8.x support (and get rid of bunch of patches)
Approved by: portmgr blanket |
0.4.0_1 28 Mar 2015 15:37:33 |
bapt |
Convert to USES=autoreconf |
0.4.0_1 07 Nov 2014 21:32:16 |
antoine |
Unbreak |
0.4.0_1 07 Nov 2014 13:33:39 |
zi |
- Resolve build problems on systems without fmemopen()
PR: 194116
Submitted by: aweits@rit.edu (maintainer) |
0.4.0 20 Oct 2014 20:18:22 |
pi |
devel/ding-libs: 0.1.3 -> 0.4.0
Changes:
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.2.91
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0.1
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.4.0
PR: 194116
Submitted by: Sebastian YEPES F. <syepes@gmail.com>
Approved by: aweits@rit.edu (maintainer) |
0.1.3_1 23 Jul 2014 22:34:55 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.1.3 03 Jul 2014 23:57:08 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
0.1.3 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.1.3 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
02 Sep 2013 06:45:48
|
bapt |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5 |
0.1.3 20 May 2013 20:13:53 |
bdrewery |
- Fix build with pkgng by not trying to remove
an invalid directory |
0.1.3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.1.3 14 Oct 2011 23:30:25 |
zi |
- Update to 0.1.3
PR: ports/161554
Submitted by: Andrew Elble <aweits@rit.edu> (maintainer) |
0.1.2 04 Oct 2011 15:29:38 |
zi |
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> |