[137708] branches/gsoc15-portfile/Portfile.json

chunyang at macports.org chunyang at macports.org
Wed Jun 17 13:19:46 PDT 2015


Revision: 137708
          https://trac.macports.org/changeset/137708
Author:   chunyang at macports.org
Date:     2015-06-17 13:19:46 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
port-create: Add Portfile.json, new file


Intermediate format for creating Portfile by port-create, should be produced by backends like cpan2port and pypi2port.

This format is not completely independent of MacPorts, group fields only works for MacPorts Portfile.

Added Paths:
-----------
    branches/gsoc15-portfile/Portfile.json

Added: branches/gsoc15-portfile/Portfile.json
===================================================================
--- branches/gsoc15-portfile/Portfile.json	                        (rev 0)
+++ branches/gsoc15-portfile/Portfile.json	2015-06-17 20:19:46 UTC (rev 137708)
@@ -0,0 +1,26 @@
+{
+    "name": "tmux",
+    "version": "2.0",
+    "categories": "sysutils",
+    "long_description": "tmux is a terminal multiplexer",
+    "platforms": "darwin",
+    "license": "BSD",
+    "homepage": "https://tmux.github.io",
+    "checksums": {
+        "sha1": "RMD160",
+        "rmd160": "SHA256"
+    },
+
+    "github": {
+        "PortGroup":  "github 1.0",
+        "setup": "tmux tmux 2.0",
+        "tarball_from": "releases"
+    },
+    "perl5": {
+        "PortGroup":  "perl5 1.0",
+        "branches": "5.8 5.10 5.12 5.14 5.16 5.18 5.20",
+        "setup": "perl-ldap 0.65"
+    },
+
+    "depends_lib": ["libevent", "ncurses"]
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/6a88e8e6/attachment.html>


More information about the macports-changes mailing list