Revision
138204
Author
chunyang@macports.org
Date
2015-07-01 19:50:52 -0700 (Wed, 01 Jul 2015)

Log Message

port-create: Update README.md

Modified Paths

Diff

Modified: branches/gsoc15-portfile/README.md (138203 => 138204)


--- branches/gsoc15-portfile/README.md	2015-07-01 23:29:36 UTC (rev 138203)
+++ branches/gsoc15-portfile/README.md	2015-07-02 02:50:52 UTC (rev 138204)
@@ -21,11 +21,3 @@
     $ ./port-create -group bitbucket https://bitbucket.org/sshguard/sshguard
     # Python program name and version
     $ ./port-create -group python foo 1.0
-
-## TODO
-- Make port-create becomes the entry point
-- Consider merging `port-create`, `portfile-gen`, `github2port` and `bitbucket2port`
-- Split gathering meta data (i.e, Portfile variables) and generating Portfile.
-- Support more groups at a time
-- Allow updating Portfile, e.g., `port-create -update Portfile -license GPLv3`
-- Integrate port-create into base, invoke with `port create`