SF.net SVN: gar:[22200] csw/mgar/pkg
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Oct 13 15:07:19 CEST 2013
Revision: 22200
http://gar.svn.sourceforge.net/gar/?rev=22200&view=rev
Author: chninkel
Date: 2013-10-13 13:07:16 +0000 (Sun, 13 Oct 2013)
Log Message:
-----------
jq/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/jq/
csw/mgar/pkg/jq/Makefile
csw/mgar/pkg/jq/branches/
csw/mgar/pkg/jq/tags/
csw/mgar/pkg/jq/trunk/
csw/mgar/pkg/jq/trunk/Makefile
csw/mgar/pkg/jq/trunk/checksums
csw/mgar/pkg/jq/trunk/files/
Added: csw/mgar/pkg/jq/Makefile
===================================================================
--- csw/mgar/pkg/jq/Makefile (rev 0)
+++ csw/mgar/pkg/jq/Makefile 2013-10-13 13:07:16 UTC (rev 22200)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/jq/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/jq/trunk/Makefile
===================================================================
--- csw/mgar/pkg/jq/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/jq/trunk/Makefile 2013-10-13 13:07:16 UTC (rev 22200)
@@ -0,0 +1,36 @@
+#####################################################################
+# OpenCSW build recipe for jq
+#
+# Copyright 2013 Yann Rouillard <yann at pleiades.fr.eu.org>
+# All rights reserved. Use is subject to license terms.
+#
+# Redistribution and/or use, with or without modification, is
+# permitted. This software is without warranty of any kind. The
+# author(s) shall not be liable in the event that use of the
+# software causes damage.
+#####################################################################
+
+###### Package information #######
+
+NAME = jq
+VERSION = 1.3
+GARTYPE = v2
+
+DESCRIPTION = A lightweight and flexible command-line JSON processor.
+define BLURB
+ 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.
+endef
+
+###### Upstream and opencsw files information #######
+
+MASTER_SITES = http://stedolan.github.io/jq/download/source/
+DISTFILES = $(DISTNAME).tar.gz
+
+##### Build and installation information #####
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/jq/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/jq/trunk/checksums
===================================================================
--- csw/mgar/pkg/jq/trunk/checksums (rev 0)
+++ csw/mgar/pkg/jq/trunk/checksums 2013-10-13 13:07:16 UTC (rev 22200)
@@ -0,0 +1 @@
+26081b05d22525eca5cbdd8f9f4db17d jq-1.3.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list