Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

12
net/libfilezilla/DESCR Normal file
View File

@@ -0,0 +1,12 @@
libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:
* A typesafe, multi-threaded event system that's very simple to use
yet extremely efficient
* Timers for periodic events
* A datetime class that not only tracks timestamp but also their
accuracy, which simplifies dealing with timestamps originating from
different sources
* Simple process handling for spawning child processes with redirected
I/O

22
net/libfilezilla/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.6 2016/09/12 15:40:13 wiz Exp $
DISTNAME= libfilezilla-0.6.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
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_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc.in
# GCC 4.9 is required to support C++14
GCC_REQD+= 4.9
.include "../../mk/bsd.pkg.mk"

26
net/libfilezilla/PLIST Normal file
View File

@@ -0,0 +1,26 @@
@comment $NetBSD: PLIST,v 1.2 2016/09/12 15:40:13 wiz Exp $
include/libfilezilla/apply.hpp
include/libfilezilla/event.hpp
include/libfilezilla/event_handler.hpp
include/libfilezilla/event_loop.hpp
include/libfilezilla/file.hpp
include/libfilezilla/format.hpp
include/libfilezilla/glue/wx.hpp
include/libfilezilla/iputils.hpp
include/libfilezilla/libfilezilla.hpp
include/libfilezilla/local_filesys.hpp
include/libfilezilla/mutex.hpp
include/libfilezilla/optional.hpp
include/libfilezilla/private/defs.hpp
include/libfilezilla/private/visibility.hpp
include/libfilezilla/private/windows.hpp
include/libfilezilla/process.hpp
include/libfilezilla/recursive_remove.hpp
include/libfilezilla/shared.hpp
include/libfilezilla/string.hpp
include/libfilezilla/thread.hpp
include/libfilezilla/time.hpp
include/libfilezilla/util.hpp
include/libfilezilla/version.hpp
lib/libfilezilla.la
lib/pkgconfig/libfilezilla.pc

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1 2016/04/29 11:54:06 wiz Exp $
BUILDLINK_TREE+= libfilezilla
.if !defined(LIBFILEZILLA_BUILDLINK3_MK)
LIBFILEZILLA_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.5.0
BUILDLINK_PKGSRCDIR.libfilezilla?= ../../net/libfilezilla
.endif # LIBFILEZILLA_BUILDLINK3_MK
BUILDLINK_TREE+= -libfilezilla

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2016/09/12 15:40:13 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