diff --git a/ftp/Makefile b/ftp/Makefile index 927c8e8f9344..5f9c9638ce9c 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -1,100 +1,101 @@ 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 += coeurl 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/coeurl/Makefile b/ftp/coeurl/Makefile new file mode 100644 index 000000000000..8e7ab363cc58 --- /dev/null +++ b/ftp/coeurl/Makefile @@ -0,0 +1,25 @@ +PORTNAME= coeurl +DISTVERSIONPREFIX=v +DISTVERSION= 0.1.0 +CATEGORIES= ftp www + +MAINTAINER= adridg@FreeBSD.org +COMMENT= Simple async wrapper around CURL for C++ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= \ + libcurl.so:ftp/curl \ + libevent.so:devel/libevent \ + libspdlog.so:devel/spdlog + +USES= compiler:c++17-lang pkgconfig \ + meson tar:xz + +USE_GITLAB= yes +GL_SITE= https://nheko.im/ +GL_ACCOUNT= nheko-reborn +GL_COMMIT= a08f619adaa1ccd34eb6315d6578eddae0d1cc9b + +.include diff --git a/ftp/coeurl/distinfo b/ftp/coeurl/distinfo new file mode 100644 index 000000000000..3b3f2ff15ab3 --- /dev/null +++ b/ftp/coeurl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1637438851 +SHA256 (nheko-reborn-coeurl-a08f619adaa1ccd34eb6315d6578eddae0d1cc9b_GL0.tar.gz) = fee0dc804699d99b01b994943d2a64178b9ca1827d4b1cb4f27d7d34d8235ce8 +SIZE (nheko-reborn-coeurl-a08f619adaa1ccd34eb6315d6578eddae0d1cc9b_GL0.tar.gz) = 51155 diff --git a/ftp/coeurl/pkg-descr b/ftp/coeurl/pkg-descr new file mode 100644 index 000000000000..7e2f95c9b858 --- /dev/null +++ b/ftp/coeurl/pkg-descr @@ -0,0 +1,5 @@ +Simple library to do http requests asynchronously via CURL in C++. +(Eventually as coroutines, once all the compilers I need to support +support them.) This is based on the CURL-libevent example. + +WWW: https://nheko.im/nheko-reborn/coeurl diff --git a/ftp/coeurl/pkg-plist b/ftp/coeurl/pkg-plist new file mode 100644 index 000000000000..2e9882675a3f --- /dev/null +++ b/ftp/coeurl/pkg-plist @@ -0,0 +1,7 @@ +include/coeurl/client.hpp +include/coeurl/headers.hpp +include/coeurl/request.hpp +lib/libcoeurl.so +lib/libcoeurl.so.0 +lib/libcoeurl.so.0.1.0 +libdata/pkgconfig/coeurl.pc