Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2019 15:26:02 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509081 - in head/ftp: . curlie
Message-ID:  <201908161526.x7GFQ2J6029290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Fri Aug 16 15:26:02 2019
New Revision: 509081
URL: https://svnweb.freebsd.org/changeset/ports/509081

Log:
  New port: ftp/curlie: Frontend to cURL that adds the ease of use of HTTPie
  
  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.

Added:
  head/ftp/curlie/
  head/ftp/curlie/Makefile   (contents, props changed)
  head/ftp/curlie/distinfo   (contents, props changed)
  head/ftp/curlie/pkg-descr   (contents, props changed)
Modified:
  head/ftp/Makefile

Modified: head/ftp/Makefile
==============================================================================
--- head/ftp/Makefile	Fri Aug 16 13:57:43 2019	(r509080)
+++ head/ftp/Makefile	Fri Aug 16 15:26:02 2019	(r509081)
@@ -13,6 +13,7 @@
     SUBDIR += cftp
     SUBDIR += cmdftp
     SUBDIR += curl
+    SUBDIR += curlie
     SUBDIR += curlpp
     SUBDIR += dmachine
     SUBDIR += fastdfs

Added: head/ftp/curlie/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/curlie/Makefile	Fri Aug 16 15:26:02 2019	(r509081)
@@ -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 <bsd.port.mk>

Added: head/ftp/curlie/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/curlie/distinfo	Fri Aug 16 15:26:02 2019	(r509081)
@@ -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

Added: head/ftp/curlie/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ftp/curlie/pkg-descr	Fri Aug 16 15:26:02 2019	(r509081)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908161526.x7GFQ2J6029290>