Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile (revision 509080) +++ head/ftp/Makefile (revision 509081) @@ -1,105 +1,106 @@ # $FreeBSD$ # COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl SUBDIR += R-cran-curl SUBDIR += atftp SUBDIR += axel SUBDIR += bbftp SUBDIR += bftpd SUBDIR += bsdftpd-ssl SUBDIR += cftp SUBDIR += cmdftp SUBDIR += curl + SUBDIR += curlie SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fastdfs SUBDIR += filezilla SUBDIR += fmirror SUBDIR += fpc-libcurl SUBDIR += frox 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 += jftpgw SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c6-curl SUBDIR += linux-c7-curl SUBDIR += llnlxdir SUBDIR += llnlxftp 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 += php71-curl SUBDIR += php71-ftp SUBDIR += php72-curl SUBDIR += php72-ftp SUBDIR += php73-curl SUBDIR += php73-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin 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 += 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 Index: head/ftp/curlie/Makefile =================================================================== --- head/ftp/curlie/Makefile (nonexistent) +++ head/ftp/curlie/Makefile (revision 509081) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= curlie +DISTVERSIONPREFIX= v +DISTVERSION= 1.2.0 +CATEGORIES= ftp net www + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Frontend to cURL that adds the ease of use of HTTPie + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= rs +GH_TUPLE= \ + golang:crypto:159ae71589f3:golang_crypto/vendor/golang.org/x/crypto \ + golang:sys:31355384c89b:golang_sys/vendor/golang.org/x/sys + +PLIST_FILES= bin/${PORTNAME} + +.include Property changes on: head/ftp/curlie/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/curlie/distinfo =================================================================== --- head/ftp/curlie/distinfo (nonexistent) +++ head/ftp/curlie/distinfo (revision 509081) @@ -0,0 +1,7 @@ +TIMESTAMP = 1565965889 +SHA256 (rs-curlie-v1.2.0_GH0.tar.gz) = 59228799b63f82591950b222fdf3f852abea68f856bc851778d936157d054017 +SIZE (rs-curlie-v1.2.0_GH0.tar.gz) = 439226 +SHA256 (golang-crypto-159ae71589f3_GH0.tar.gz) = bbe6802310719e9ae8df6b78126dc16784427ee3afded408c6a747c988b37a6a +SIZE (golang-crypto-159ae71589f3_GH0.tar.gz) = 1608065 +SHA256 (golang-sys-31355384c89b_GH0.tar.gz) = b6d1656d97dd2f20e612b966fc39f84d3f78e3cdebeb58a2631aecd4757cb9cf +SIZE (golang-sys-31355384c89b_GH0.tar.gz) = 969837 Property changes on: head/ftp/curlie/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/curlie/pkg-descr =================================================================== --- head/ftp/curlie/pkg-descr (nonexistent) +++ head/ftp/curlie/pkg-descr (revision 509081) @@ -0,0 +1,7 @@ +If you like the interface of HTTPie but miss the features of curl, curlie is +what you are searching for. Curlie is a frontend to curl that adds the ease of +use of httpie, without compromising on features and performance. All curl +options are exposed with syntax sugar and output formatting inspired from +httpie. + +WWW: https://curlie.io/ Property changes on: head/ftp/curlie/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property