Bug 206861 - [NEW PORT] ftp/libfilezilla: C++ library for building platform-independent programs
Summary: [NEW PORT] ftp/libfilezilla: C++ library for building platform-independent pr...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks: 206854
  Show dependency treegraph
 
Reported: 2016-02-02 20:48 UTC by Matthew Rezny
Modified: 2016-02-05 17:40 UTC (History)
1 user (show)

See Also:


Attachments
add ftp/libfilezilla (3.21 KB, patch)
2016-02-02 20:48 UTC, Matthew Rezny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Rezny freebsd_committer freebsd_triage 2016-02-02 20:48:21 UTC
Created attachment 166456 [details]
add ftp/libfilezilla

FileZilla now requires libfilezilla, which is yet-another-portability-library tailored to the needs of FileZilla.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-02-05 12:14:03 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-02-05 17:38:03 UTC
A commit references this bug:

Author: rm
Date: Fri Feb  5 17:37:30 UTC 2016
New revision: 408237
URL: https://svnweb.freebsd.org/changeset/ports/408237

Log:
  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/

  PR:		206861
  Submitted by:	matthew@reztek.cz

Changes:
  head/ftp/Makefile
  head/ftp/libfilezilla/
  head/ftp/libfilezilla/Makefile
  head/ftp/libfilezilla/distinfo
  head/ftp/libfilezilla/pkg-descr
  head/ftp/libfilezilla/pkg-plist
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2016-02-05 17:40:32 UTC
Committed, thank you! 
Next time please provide new ports as shar archives as described in Porter's Handbook: https://www.freebsd.org/doc/en/books/porters-handbook/porting-submitting.html