[110836] trunk/dports/sysutils

raimue at macports.org raimue at macports.org
Sat Sep 7 06:17:23 PDT 2013


Revision: 110836
          https://trac.macports.org/changeset/110836
Author:   raimue at macports.org
Date:     2013-09-07 06:17:22 -0700 (Sat, 07 Sep 2013)
Log Message:
-----------
sysutils/jq:
New port

Added Paths:
-----------
    trunk/dports/sysutils/jq/
    trunk/dports/sysutils/jq/Portfile

Added: trunk/dports/sysutils/jq/Portfile
===================================================================
--- trunk/dports/sysutils/jq/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/jq/Portfile	2013-09-07 13:17:22 UTC (rev 110836)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                jq
+version             1.3
+categories          sysutils
+platforms           darwin
+maintainers         raimue \
+                    openmaintainer
+license             MIT
+
+description         A lightweight and flexible command-line JSON processor
+long_description\
+    jq is like sed for JSON data – you can use it to slice and filter and \
+    map and transform structured data with the same ease that sed, awk, \
+    grep and friends let you play with text.
+
+homepage            http://stedolan.github.io/jq/
+master_sites        http://stedolan.github.io/jq/download/source/
+
+checksums           rmd160  b5b632a25fd7cf9fee9eeb39768f659953e2ab05 \
+                    sha256  623f23c36abfc1d96d85020cf421b56f90a229d566f26a4a0d3e8536244bfed7
+
+# The documentation requires some ruby dependencies which are not available as
+# ports. However, the manpage is already distributed in compiled form and will
+# be installed.
+configure.args      --disable-docs
+
+livecheck.type      regex
+livecheck.url       http://stedolan.github.io/jq/download/
+livecheck.regex     ${name}-(\\d+(\.\\d+)+)\.tar


Property changes on: trunk/dports/sysutils/jq/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130907/15e13e28/attachment.html>


More information about the macports-changes mailing list