mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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]
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
include/collection.h
|
|
include/collection_queue.h
|
|
include/collection_stack.h
|
|
include/collection_tools.h
|
|
include/dhash.h
|
|
include/ini_comment.h
|
|
include/ini_config.h
|
|
include/ini_configmod.h
|
|
include/ini_configobj.h
|
|
include/ini_valueobj.h
|
|
include/path_utils.h
|
|
include/ref_array.h
|
|
include/simplebuffer.h
|
|
lib/libbasicobjects.so
|
|
lib/libbasicobjects.so.0
|
|
lib/libbasicobjects.so.0.1.0
|
|
lib/libcollection.so
|
|
lib/libcollection.so.4
|
|
lib/libcollection.so.4.1.1
|
|
lib/libdhash.so
|
|
lib/libdhash.so.1
|
|
lib/libdhash.so.1.1.0
|
|
lib/libini_config.so
|
|
lib/libini_config.so.5
|
|
lib/libini_config.so.5.2.1
|
|
lib/libpath_utils.so
|
|
lib/libpath_utils.so.1
|
|
lib/libpath_utils.so.1.0.1
|
|
lib/libref_array.so
|
|
lib/libref_array.so.1
|
|
lib/libref_array.so.1.2.1
|
|
libdata/pkgconfig/basicobjects.pc
|
|
libdata/pkgconfig/collection.pc
|
|
libdata/pkgconfig/dhash.pc
|
|
libdata/pkgconfig/ini_config.pc
|
|
libdata/pkgconfig/path_utils.pc
|
|
libdata/pkgconfig/ref_array.pc
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.dhash
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.path_utils
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.ref_array
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/dhash_example.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/dhash_test.c
|