[60062] trunk/dports/devel

jmr at macports.org jmr at macports.org
Fri Oct 30 18:05:51 PDT 2009


Revision: 60062
          http://trac.macports.org/changeset/60062
Author:   jmr at macports.org
Date:     2009-10-30 18:05:48 -0700 (Fri, 30 Oct 2009)
Log Message:
-----------
New port: yajl (#21606)

Added Paths:
-----------
    trunk/dports/devel/yajl/
    trunk/dports/devel/yajl/Portfile

Added: trunk/dports/devel/yajl/Portfile
===================================================================
--- trunk/dports/devel/yajl/Portfile	                        (rev 0)
+++ trunk/dports/devel/yajl/Portfile	2009-10-31 01:05:48 UTC (rev 60062)
@@ -0,0 +1,22 @@
+# -*- 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                yajl
+version             1.0.6
+categories          devel
+maintainers         gmail.com:benjaminlyu openmaintainer
+description         Yet Another JSON Library.
+long_description    YAJL is a small event-driven (SAX-style) JSON parser \
+                    written in ANSI C, and a small validating JSON generator.
+license             BSD
+homepage            http://lloyd.github.com/yajl/
+platforms           darwin
+fetch.type          git
+git.url             git://github.com/lloyd/yajl.git
+git.branch          refs/tags/${version}
+
+depends_build       port:cmake
+
+use_parallel_build  no


Property changes on: trunk/dports/devel/yajl/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/20091030/87d225e0/attachment.html>


More information about the macports-changes mailing list