diff --git a/ftp/Makefile b/ftp/Makefile index 73d4bf20066d..927c8e8f9344 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,99 +1,100 @@ COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl SUBDIR += R-cran-curl SUBDIR += axel SUBDIR += bbftp-client SUBDIR += bbftp-server SUBDIR += bftpd SUBDIR += bsdftpd-ssl SUBDIR += cmdftp SUBDIR += curl SUBDIR += curlie SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fastdfs SUBDIR += filezilla + SUBDIR += fineftp-server SUBDIR += fmirror SUBDIR += fpc-libcurl SUBDIR += freebsd-ftpd SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += gftp SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += horde-gollem SUBDIR += hsftp SUBDIR += jftp SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c7-curl SUBDIR += mirror SUBDIR += multiget SUBDIR += ncftp3 SUBDIR += net2ftp SUBDIR += netdumpd SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPSSL SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += p5-SOAP-Transport-FTP SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += php-fastdfs SUBDIR += php73-curl SUBDIR += php73-ftp SUBDIR += php74-curl SUBDIR += php74-ftp SUBDIR += php80-curl SUBDIR += php80-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += py-aioftp SUBDIR += py-ftputil SUBDIR += py-pycurl SUBDIR += py-pyftpdlib SUBDIR += py-requests-ftp SUBDIR += py-sftp SUBDIR += py-tftpy SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += rubygem-curb SUBDIR += rubygem-net-ftp SUBDIR += sftpgo SUBDIR += smbftpd SUBDIR += spegla SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp SUBDIR += urlgfe SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wmget SUBDIR += wput SUBDIR += wxdfast SUBDIR += wzdftpd SUBDIR += yafc .include diff --git a/ftp/fineftp-server/Makefile b/ftp/fineftp-server/Makefile new file mode 100644 index 000000000000..2191f0dcec08 --- /dev/null +++ b/ftp/fineftp-server/Makefile @@ -0,0 +1,23 @@ +PORTNAME= fineftp-server +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.13 +CATEGORIES= ftp + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ minimal FTP server library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= asio>0:net/asio +RUN_DEPENDS= asio>0:net/asio + +USES= cmake compiler:c++14-lang +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= continental + +CMAKE_ON= BUILD_SHARED_LIBS + +.include diff --git a/ftp/fineftp-server/distinfo b/ftp/fineftp-server/distinfo new file mode 100644 index 000000000000..551c112faac6 --- /dev/null +++ b/ftp/fineftp-server/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630603655 +SHA256 (continental-fineftp-server-v1.0.13_GH0.tar.gz) = 6aaf0748796ac474a2caa9382b9370deb668478e2fd7b583c45f7374fed5b5e2 +SIZE (continental-fineftp-server-v1.0.13_GH0.tar.gz) = 23842 diff --git a/ftp/fineftp-server/pkg-descr b/ftp/fineftp-server/pkg-descr new file mode 100644 index 000000000000..c38591adffe7 --- /dev/null +++ b/ftp/fineftp-server/pkg-descr @@ -0,0 +1,15 @@ +FineFTP is a minimal FTP server library for Windows and Unix flavors. + +You can easily embed this library into your own project in order to create an +embedded FTP Server. + +Features: +* FTP Passive mode (the only mode you need nowadays) +* Listing directories +* Uploading and downloading files +* Creating and removing files and directories +* User authentication (and anonymous user without authentication) +* Individual local home path for each user +* Access control on a per-user-basis + +WWW: https://github.com/continental/fineftp-server diff --git a/ftp/fineftp-server/pkg-plist b/ftp/fineftp-server/pkg-plist new file mode 100644 index 000000000000..6d39dcdd1b48 --- /dev/null +++ b/ftp/fineftp-server/pkg-plist @@ -0,0 +1,8 @@ +include/fineftp/permissions.h +include/fineftp/server.h +lib/cmake/fineftp/fineftpConfig.cmake +lib/cmake/fineftp/fineftpTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/fineftp/fineftpTargets.cmake +lib/libfineftp-server.so +lib/libfineftp-server.so.1 +lib/libfineftp-server.so.1.0.11