[89337] trunk/dports/textproc

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Jan 25 11:45:01 PST 2012


Revision: 89337
          http://trac.macports.org/changeset/89337
Author:   singingwolfboy at macports.org
Date:     2012-01-25 11:45:00 -0800 (Wed, 25 Jan 2012)
Log Message:
-----------
New port: jshon

Added Paths:
-----------
    trunk/dports/textproc/jshon/
    trunk/dports/textproc/jshon/Portfile

Added: trunk/dports/textproc/jshon/Portfile
===================================================================
--- trunk/dports/textproc/jshon/Portfile	                        (rev 0)
+++ trunk/dports/textproc/jshon/Portfile	2012-01-25 19:45:00 UTC (rev 89337)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup  github 1.0
+
+github.setup    keenerd jshon 20111222 471a3bd08e
+categories      textproc
+platforms       darwin
+license         MIT
+maintainers     singingwolfboy openmaintainer
+
+description     A JSON parser for the shell
+long_description  ${description}
+homepage        http://kmkeen.com/jshon/
+fetch.type      git
+git.branch      ${github.tag_prefix}
+
+depends_build   port:jansson
+use_configure   no
+destroot {
+    xinstall -m 755 ${worksrcpath}/jshon ${destroot}${prefix}/bin/
+    xinstall -m 644 ${worksrcpath}/jshon.1 ${destroot}${prefix}/share/man/man1/
+}


Property changes on: trunk/dports/textproc/jshon/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120125/71b6b1ad/attachment.html>


More information about the macports-changes mailing list