FreeBSD Bugzilla – Attachment 166456 Details for
Bug 206861
[NEW PORT] ftp/libfilezilla: C++ library for building platform-independent programs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add ftp/libfilezilla
ftp_libfilezilla.patch (text/plain), 3.21 KB, created by
Matthew Rezny
on 2016-02-02 20:48:21 UTC
(
hide
)
Description:
add ftp/libfilezilla
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2016-02-02 20:48:21 UTC
Size:
3.21 KB
patch
obsolete
>Index: ftp/Makefile >=================================================================== >--- ftp/Makefile (revision 407795) >+++ ftp/Makefile (working copy) >@@ -39,6 +39,7 @@ > SUBDIR += jftp > SUBDIR += jftpgw > SUBDIR += lftp >+ SUBDIR += libfilezilla > SUBDIR += linux-c6-curl > SUBDIR += linux-f10-curl > SUBDIR += llnlxdir >Index: ftp/libfilezilla/Makefile >=================================================================== >--- ftp/libfilezilla/Makefile (nonexistent) >+++ ftp/libfilezilla/Makefile (working copy) >@@ -0,0 +1,21 @@ >+# $FreeBSD$ >+ >+PORTNAME= libfilezilla >+PORTVERSION= 0.3.1 >+CATEGORIES= ftp >+MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION} >+ >+MAINTAINER= matthew@reztek.cz >+COMMENT= C++ library for building platform-independent programs >+ >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library >+ >+USES= compiler:c++14-lang gmake libtool localbase pathfix pkgconfig tar:bzip2 >+USE_LDCONFIG= yes >+GNU_CONFIGURE= yes >+INSTALL_TARGET= install-strip >+ >+.include <bsd.port.mk> >Index: ftp/libfilezilla/distinfo >=================================================================== >--- ftp/libfilezilla/distinfo (nonexistent) >+++ ftp/libfilezilla/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (libfilezilla-0.3.1.tar.bz2) = a4adde9ce2de975e0f8b111705b9f89939466f19edf609efb785a6bf00f050ef >+SIZE (libfilezilla-0.3.1.tar.bz2) = 372673 >Index: ftp/libfilezilla/pkg-descr >=================================================================== >--- ftp/libfilezilla/pkg-descr (nonexistent) >+++ ftp/libfilezilla/pkg-descr (working copy) >@@ -0,0 +1,13 @@ >+libfilezilla is a small and modern 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 >+ >+WWW: http://lib.filezilla-project.org/ >Index: ftp/libfilezilla/pkg-plist >=================================================================== >--- ftp/libfilezilla/pkg-plist (nonexistent) >+++ ftp/libfilezilla/pkg-plist (working copy) >@@ -0,0 +1,25 @@ >+include/libfilezilla/apply.hpp >+include/libfilezilla/event.hpp >+include/libfilezilla/event_handler.hpp >+include/libfilezilla/event_loop.hpp >+include/libfilezilla/file.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/private/defs.hpp >+include/libfilezilla/private/visibility.hpp >+include/libfilezilla/private/windows.hpp >+include/libfilezilla/process.hpp >+include/libfilezilla/recursive_remove.hpp >+include/libfilezilla/string.hpp >+include/libfilezilla/thread.hpp >+include/libfilezilla/time.hpp >+include/libfilezilla/util.hpp >+include/libfilezilla/version.hpp >+lib/libfilezilla.a >+lib/libfilezilla.so >+lib/libfilezilla.so.0 >+lib/libfilezilla.so.0.0.0 >+libdata/pkgconfig/libfilezilla.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206861
: 166456