0.19.3 (2019-12-19) - Rate limiting: Fix a divide by zero when distributing overflow 0.19.2 (2019-12-19) + Rate limiting: Added debt repay mechanism to bucket removal - *nix: Fix returned permissions in fz::local_filesys::get_file_info/get_next_file 0.19.1 (2019-11-15) + Return error information to fz::local_filesys::begin_find_files - Fix for version.hpp not getting installed 0.19.0 (2019-11-07) + Addded rate limiting code and a new rate-limited socket layer + Added fz::mutex::try_lock + Implemented libtool's library versioning scheme for shared library builds of libfilezilla
29 lines
839 B
Makefile
29 lines
839 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/12/31 08:46:23 wiz Exp $
|
|
|
|
DISTNAME= libfilezilla-0.19.3
|
|
CATEGORIES= devel
|
|
# some kind of direct-download disabling
|
|
#MASTER_SITES= https://dl3.cdn.filezilla-project.org/libfilezilla/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://lib.filezilla-project.org/
|
|
COMMENT= Library for building high-performing, platform-independent programs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
USE_LANGUAGES= c c++17
|
|
|
|
PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc.in
|
|
|
|
# for C++17
|
|
GCC_REQD+= 7
|
|
|
|
BUILDLINK_API_DEPENDS.nettle+= nettle>=3.1
|
|
.include "../../security/nettle/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.5.7
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|