[121483] trunk/dports/net

g5pw at macports.org g5pw at macports.org
Thu Jun 26 14:15:23 PDT 2014


Revision: 121483
          https://trac.macports.org/changeset/121483
Author:   g5pw at macports.org
Date:     2014-06-26 14:15:22 -0700 (Thu, 26 Jun 2014)
Log Message:
-----------
net/httpie:
  new port, alternative to curl

Added Paths:
-----------
    trunk/dports/net/httpie/
    trunk/dports/net/httpie/Portfile

Added: trunk/dports/net/httpie/Portfile
===================================================================
--- trunk/dports/net/httpie/Portfile	                        (rev 0)
+++ trunk/dports/net/httpie/Portfile	2014-06-26 21:15:22 UTC (rev 121483)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python 1.0
+
+github.setup        jakubroztocil httpie 0.8.0
+
+maintainers         g5pw openmaintainer
+categories          net
+description         HTTPie is a command line HTTP client, a user-friendly cURL replacement.
+long_description    HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP \
+                    client. Its goal is to make CLI interaction with web \
+                    services as human-friendly as possible. It provides a simple \
+                    http command that allows for sending arbitrary HTTP requests \
+                    using a simple and natural syntax, and displays colorized \
+                    responses. HTTPie can be used for testing, debugging, and \
+                    generally interacting with HTTP servers.
+platforms           darwin
+license             BSD
+homepage            http://httpie.org
+
+python.default_version      34
+
+depends_lib-append  port:py${python.version}-requests \
+                    port:py${python.version}-pygments
+
+checksums           rmd160  5e2cdd8e5cd53c81b77a54a0f985c9bfa9a6aef2 \
+                    sha256  ca6b10e3288b56a6ab018672f3209bc34ed1ba38aa1f4774302c5d5391adf245
+
+python.link_binaries_suffix


Property changes on: trunk/dports/net/httpie/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140626/9f92241e/attachment.html>


More information about the macports-changes mailing list