Updated libfilezilla to 0.9.0.
2016-11-28 - libfilezilla 0.9.0 released New features: Added parameter to fz::to_integral to specify which value is returned on error. Added fz::remove_file Added fz::hex_encode and fz::hex_decode 2016-10-25 - libfilezilla 0.8.0 released New features: Added fz::str_toupper_ascii to complement fz::str_tolower_ascii Added fz::trim and fz::trimmed for removing leading and trailing whitespace from string Added fz::str_is_ascii Bugfixes and minor changes: Fixed zero-padding for x and X string format conversion specifiers 2016-10-03 - libfilezilla 0.7.1 released Bugfixes and minor changes: OS X: Work around a nasty bug in XCode where programs explicitly compiled for older versions of OS X were silently pulling in features exclusive to the new version, resulting in crashes at runtime MSW: Fix detection of thread creation failures
This commit is contained in:
parent
429b5991e2
commit
f7e92e82b0
3 changed files with 10 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2016/09/12 15:40:13 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2017/01/01 15:42:32 wiz Exp $
|
||||
|
||||
DISTNAME= libfilezilla-0.6.1
|
||||
DISTNAME= libfilezilla-0.9.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
|
||||
MASTER_SITES= http://download.filezilla-project.org/libfilezilla/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2016/09/12 15:40:13 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2017/01/01 15:42:32 wiz Exp $
|
||||
include/libfilezilla/apply.hpp
|
||||
include/libfilezilla/event.hpp
|
||||
include/libfilezilla/event_handler.hpp
|
||||
|
@ -19,6 +19,7 @@ include/libfilezilla/recursive_remove.hpp
|
|||
include/libfilezilla/shared.hpp
|
||||
include/libfilezilla/string.hpp
|
||||
include/libfilezilla/thread.hpp
|
||||
include/libfilezilla/thread_pool.hpp
|
||||
include/libfilezilla/time.hpp
|
||||
include/libfilezilla/util.hpp
|
||||
include/libfilezilla/version.hpp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2016/09/12 15:40:13 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2017/01/01 15:42:32 wiz Exp $
|
||||
|
||||
SHA1 (libfilezilla-0.6.1.tar.bz2) = 0ea791c80bb6ad575222a84aa019392bf7e55351
|
||||
RMD160 (libfilezilla-0.6.1.tar.bz2) = c3acac0d27fe3142d3bf0e63b51de603fdd1c950
|
||||
SHA512 (libfilezilla-0.6.1.tar.bz2) = 586fa7be30d70b8f2998f4f510367ba5ce75d0afdf22f69a06881cee22059ab5f626396079d779ad51e49bbc6c539408867f852c870045820bf1b57873a77bc5
|
||||
Size (libfilezilla-0.6.1.tar.bz2) = 379625 bytes
|
||||
SHA1 (libfilezilla-0.9.0.tar.bz2) = 008cbe1dfdaa06503806b7c30aaf764cef43bf5a
|
||||
RMD160 (libfilezilla-0.9.0.tar.bz2) = e991a193299fa3170a6b667c5f0ed3f5fc9a9b00
|
||||
SHA512 (libfilezilla-0.9.0.tar.bz2) = 9e2ec9bc74cb85404bf99fb0e8b26e5448c1096df834027b3dc5bb8fb7e73961a3ebbca077b7a743213d574b337eea197a182f485b9ceebd853949081fd32405
|
||||
Size (libfilezilla-0.9.0.tar.bz2) = 383160 bytes
|
||||
|
|
Loading…
Reference in a new issue