[137751] branches/gsoc15-portfile

chunyang at macports.org chunyang at macports.org
Thu Jun 18 09:43:40 PDT 2015


Revision: 137751
          https://trac.macports.org/changeset/137751
Author:   chunyang at macports.org
Date:     2015-06-18 09:43:40 -0700 (Thu, 18 Jun 2015)
Log Message:
-----------
Update doc

Modified Paths:
--------------
    branches/gsoc15-portfile/README.md
    branches/gsoc15-portfile/port-create

Modified: branches/gsoc15-portfile/README.md
===================================================================
--- branches/gsoc15-portfile/README.md	2015-06-18 16:01:18 UTC (rev 137750)
+++ branches/gsoc15-portfile/README.md	2015-06-18 16:43:40 UTC (rev 137751)
@@ -6,6 +6,14 @@
     $ sudo port install tcllib
     $ sudo port install jq
 
+## Usage
+TODO
+
 ## TODO
 - [x] Add option to write output to file
 - [x] Add github group option
+- [ ] Remove github github option in port-create and portfile-gen
+- [ ] Support more simple groups by adding to portfile-gen
+- [ ] Support bitbucket group
+- [ ] Allow update Portfile, e.g., port-create -update Portfile -license GPLv3
+- [ ] Make port-create becomes the entry point

Modified: branches/gsoc15-portfile/port-create
===================================================================
--- branches/gsoc15-portfile/port-create	2015-06-18 16:01:18 UTC (rev 137750)
+++ branches/gsoc15-portfile/port-create	2015-06-18 16:43:40 UTC (rev 137751)
@@ -94,6 +94,7 @@
     exit 2
 }
 
+# Question: duplicate code, how to merge the following five code block?
 set query $params(homebrew)
 if {[expr {[string length $query] > 0}]} {
     exec open "https://github.com/Homebrew/homebrew/search?l=ruby&q=$query"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150618/998582ba/attachment.html>


More information about the macports-changes mailing list