mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
2dae8f9ba9
commit
a2d6986bd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371298
3 changed files with 26 additions and 19 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ding-libs
|
||||
DISTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.4.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
|
||||
|
||||
|
@ -13,10 +12,11 @@ COMMENT= Collection of useful libraries for developers
|
|||
LICENSE= GPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
|
||||
USES= gettext libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ENV+= DOXYGEN=""
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ding-libs-0.1.3.tar.gz) = 97c9c02fee77c8467d759dc4fe3a9136cd1349aa7abb29c9af1d36c6fb25e33e
|
||||
SIZE (ding-libs-0.1.3.tar.gz) = 526095
|
||||
SHA256 (ding-libs-0.4.0.tar.gz) = bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457
|
||||
SIZE (ding-libs-0.4.0.tar.gz) = 827058
|
||||
|
|
|
@ -3,38 +3,45 @@ 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_configobj.h
|
||||
include/ini_valueobj.h
|
||||
include/path_utils.h
|
||||
include/ref_array.h
|
||||
include/simplebuffer.h
|
||||
lib/libbasicobjects.a
|
||||
lib/libbasicobjects.so
|
||||
lib/libbasicobjects.so.0
|
||||
lib/libbasicobjects.so.0.1.0
|
||||
lib/libcollection.a
|
||||
lib/libcollection.so
|
||||
lib/libcollection.so.2
|
||||
lib/libcollection.so.2.0.0
|
||||
lib/libcollection.so.4
|
||||
lib/libcollection.so.4.0.0
|
||||
lib/libdhash.a
|
||||
lib/libdhash.so
|
||||
lib/libdhash.so.1
|
||||
lib/libdhash.so.1.0.1
|
||||
lib/libdhash.so.1.0.2
|
||||
lib/libini_config.a
|
||||
lib/libini_config.so
|
||||
lib/libini_config.so.2
|
||||
lib/libini_config.so.2.0.0
|
||||
lib/libini_config.so.5
|
||||
lib/libini_config.so.5.0.0
|
||||
lib/libpath_utils.a
|
||||
lib/libpath_utils.so
|
||||
lib/libpath_utils.so.1
|
||||
lib/libpath_utils.so.1.0.0
|
||||
lib/libpath_utils.so.1.0.1
|
||||
lib/libref_array.a
|
||||
lib/libref_array.so
|
||||
lib/libref_array.so.1
|
||||
lib/libref_array.so.1.0.0
|
||||
libdata/pkgconfig/path_utils.pc
|
||||
libdata/pkgconfig/dhash.pc
|
||||
lib/libref_array.so.1.2.0
|
||||
libdata/pkgconfig/basicobjects.pc
|
||||
libdata/pkgconfig/collection.pc
|
||||
libdata/pkgconfig/ref_array.pc
|
||||
libdata/pkgconfig/dhash.pc
|
||||
libdata/pkgconfig/ini_config.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.path_utils
|
||||
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_test.c
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/dhash_example.c
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/dhash_test.c
|
||||
|
|
Loading…
Add table
Reference in a new issue