Files
ports/graphics
Emanuel Haupt 3a18409e9f - Unbreak port by using CHEESESHOP master site instead of GOOGLE_CODE as this
port is still needed by ports (eg. mail/cleanup-maildir)
- While here add LICENSE
- The distfile checksums differ due to some minor changes [1], therefore also
  bump PORTREVISION

[1]
--- distfile changes begin here ---
diff -Nur google/python-graph-core-1.8.2/PKG-INFO cheeseshop/python-graph-core-1.8.2/PKG-INFO
--- google/python-graph-core-1.8.2/PKG-INFO     2012-07-14 23:12:33.000000000 +0200
+++ cheeseshop/python-graph-core-1.8.2/PKG-INFO 2015-03-26 22:07:53.000000000 +0100
@@ -1,4 +1,4 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: python-graph-core
 Version: 1.8.2
 Summary: A library for working with graphs in Python
diff -Nur google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py
--- google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2012-02-19 20:36:08.000000000 +0100
+++ cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py     2014-03-11 00:04:22.000000000 +0100
@@ -132,6 +132,13 @@

 # Shortest Path

+def path(st, target):
+    if (target is None):
+        return []
+    else:
+        return [target] + path(st, st[target])
+
+
 def shortest_path(graph, source):
     """
     Return the shortest path distance between source and all other nodes using Dijkstra's
diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO
--- google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO  2012-07-14 23:12:33.000000000 +0200
+++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO      2015-03-26 22:07:51.000000000 +0100
@@ -1,4 +1,4 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: python-graph-core
 Version: 1.8.2
 Summary: A library for working with graphs in Python
diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt
--- google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt     2012-07-14 23:12:33.000000000 +0200
+++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2015-03-26 22:07:51.000000000 +0100
@@ -1,5 +1,5 @@
-pygraph/classes
-pygraph/readwrite
 pygraph
-pygraph/mixins
 pygraph/algorithms
+pygraph/classes
+pygraph/mixins
+pygraph/readwrite
--- distfile changes end here ---
2017-03-19 10:45:37 +00:00
..
2016-07-20 09:33:31 +00:00
2016-10-21 12:51:40 +00:00
2016-10-21 12:51:40 +00:00
2016-11-03 16:09:44 +00:00
2017-01-06 08:45:03 +00:00
2017-01-02 22:41:15 +00:00
2017-02-10 03:38:55 +00:00
2017-01-06 08:45:03 +00:00
2017-03-11 16:34:13 +00:00
2017-03-07 10:53:10 +00:00
2017-02-08 11:31:47 +00:00
2017-01-07 09:01:10 +00:00
2017-03-08 15:33:43 +00:00
2015-08-26 18:26:14 +00:00
2016-10-21 15:21:13 +00:00
2016-07-09 09:00:12 +00:00
2017-02-13 16:38:32 +00:00
2017-01-06 08:45:03 +00:00
2016-10-21 12:51:40 +00:00
2017-02-04 09:04:24 +00:00
2015-05-14 10:15:04 +00:00
2016-11-21 17:35:55 +00:00
2016-04-19 12:09:44 +00:00
2017-01-29 11:35:40 +00:00
2017-01-01 03:45:12 +00:00
2016-05-17 02:45:35 +00:00
2016-12-30 11:25:09 +00:00
2017-02-11 13:31:59 +00:00
2016-09-27 13:43:25 +00:00
2017-01-01 03:45:12 +00:00
2017-01-06 08:45:03 +00:00
2016-08-22 17:23:41 +00:00
2016-08-01 09:00:57 +00:00
2016-10-21 12:51:40 +00:00
2015-05-13 13:03:46 +00:00
2017-01-27 20:54:52 +00:00
2016-07-27 10:22:26 +00:00
2017-01-03 09:01:05 +00:00
2016-12-19 19:42:18 +00:00
2015-04-06 10:14:15 +00:00
2016-10-06 09:01:50 +00:00
2016-08-08 13:46:50 +00:00
2016-05-25 15:43:34 +00:00
2016-11-07 14:13:30 +00:00
2015-12-13 20:26:24 +00:00
2016-07-26 19:03:57 +00:00
2016-07-20 09:33:31 +00:00
2016-11-17 09:00:19 +00:00
2017-02-11 13:31:59 +00:00
2017-01-29 09:49:50 +00:00
2017-01-28 20:52:18 +00:00
2016-10-09 09:01:52 +00:00
2016-07-20 09:33:31 +00:00
2016-07-27 10:22:26 +00:00
2017-01-19 04:39:37 +00:00
2016-07-31 09:00:56 +00:00
2016-12-26 16:43:32 +00:00
2017-02-09 18:20:04 +00:00
2016-07-27 10:22:26 +00:00
2016-04-12 15:05:40 +00:00
2016-04-12 15:05:46 +00:00
2016-05-26 13:20:33 +00:00
2017-03-13 10:50:06 +00:00
2016-07-29 08:38:08 +00:00
2016-10-10 10:30:35 +00:00
2017-03-09 12:04:25 +00:00
2016-04-12 15:05:53 +00:00
2017-01-06 08:45:03 +00:00
2016-05-22 09:25:04 +00:00
2016-12-12 20:57:37 +00:00
2016-07-20 09:33:31 +00:00
2016-11-17 00:27:06 +00:00
2017-02-24 14:07:56 +00:00
2017-01-06 08:45:03 +00:00
2016-04-01 11:17:54 +00:00
2017-01-20 15:22:34 +00:00
2016-06-08 16:04:42 +00:00
2017-03-14 23:00:54 +00:00
2017-01-06 08:45:03 +00:00
2017-03-14 07:57:19 +00:00
2017-02-28 15:14:00 +00:00
2016-10-21 12:51:40 +00:00
2016-06-30 20:36:45 +00:00
2016-06-30 20:38:36 +00:00
2016-08-23 06:17:33 +00:00
2017-02-11 15:18:19 +00:00
2017-03-08 15:26:28 +00:00
2015-09-09 13:54:23 +00:00
2017-01-15 04:17:04 +00:00
2016-04-09 12:29:43 +00:00
2015-08-17 14:20:40 +00:00
2015-06-29 13:50:21 +00:00
2017-02-01 08:13:10 +00:00
2016-10-12 18:52:43 +00:00
2015-06-22 18:33:20 +00:00
2016-08-16 09:42:28 +00:00
2017-01-02 04:20:29 +00:00
2017-03-17 06:27:30 +00:00
2017-01-01 03:41:53 +00:00
2016-05-25 15:43:34 +00:00
2016-12-29 09:39:48 +00:00
2016-11-19 18:13:20 +00:00
2017-03-03 05:30:44 +00:00
2015-08-26 19:37:57 +00:00
2016-12-21 14:56:23 +00:00
2017-01-06 08:45:03 +00:00
2016-12-30 11:25:09 +00:00
2017-02-25 14:55:21 +00:00
2016-11-19 17:03:22 +00:00
2017-02-25 14:55:21 +00:00
2017-02-11 15:40:25 +00:00
2017-02-25 14:55:21 +00:00
2017-01-06 08:45:03 +00:00
2015-06-01 19:13:39 +00:00
2016-10-10 10:30:27 +00:00
2016-11-21 13:48:32 +00:00
2016-11-21 13:46:03 +00:00
2017-02-25 14:55:21 +00:00
2016-10-21 15:21:13 +00:00
2016-07-20 09:33:31 +00:00
2017-02-14 23:17:51 +00:00
2016-08-21 07:49:28 +00:00
2017-02-06 18:05:47 +00:00
2017-02-06 18:07:28 +00:00
2016-07-20 09:33:31 +00:00
2017-01-06 08:45:03 +00:00
2017-01-03 08:21:13 +00:00
2016-09-15 01:41:28 +00:00
2017-01-06 08:45:03 +00:00
2017-01-21 01:15:23 +00:00
2016-10-21 15:21:13 +00:00
2015-12-11 22:22:24 +00:00
2016-07-20 09:33:31 +00:00
2017-01-12 09:01:09 +00:00
2017-03-13 10:45:31 +00:00
2016-09-26 03:12:04 +00:00
2017-01-19 04:39:37 +00:00
2017-01-06 08:45:03 +00:00
2017-03-07 12:44:41 +00:00
2015-05-14 10:15:04 +00:00
2017-03-07 11:50:49 +00:00
2016-11-01 17:52:00 +00:00
2017-03-06 05:58:09 +00:00
2015-10-15 14:55:14 +00:00
2016-12-11 15:22:47 +00:00
2016-12-27 14:49:10 +00:00
2016-06-09 11:15:15 +00:00
2017-02-28 09:47:02 +00:00
2016-12-17 12:58:00 +00:00
2016-11-23 20:05:46 +00:00
2017-01-28 20:52:22 +00:00
2016-10-08 22:57:06 +00:00
2016-01-12 02:52:13 +00:00
2016-12-27 18:16:09 +00:00
2015-10-03 17:08:07 +00:00
2017-02-12 08:12:50 +00:00
2017-03-03 04:25:20 +00:00
2016-06-21 13:35:37 +00:00
2016-10-09 15:43:57 +00:00
2016-10-21 12:51:40 +00:00
2015-10-03 17:08:20 +00:00
2015-05-14 10:15:04 +00:00
2016-12-26 08:41:15 +00:00
2016-04-16 16:45:29 +00:00
2016-04-14 16:38:34 +00:00
2015-07-06 17:47:40 +00:00
2015-10-03 17:08:24 +00:00
2016-10-21 12:51:40 +00:00
2017-01-06 08:45:03 +00:00
2017-02-20 08:44:28 +00:00
2016-07-17 10:01:30 +00:00
2016-08-26 16:27:10 +00:00
2015-10-16 20:56:29 +00:00
2016-07-29 09:00:55 +00:00
2016-07-27 10:22:26 +00:00
2016-10-21 09:02:18 +00:00
2017-01-24 11:54:20 +00:00
2017-01-24 11:54:20 +00:00
2017-01-28 20:52:27 +00:00
2016-12-26 16:43:36 +00:00
2016-09-22 09:01:40 +00:00
2017-01-01 03:45:12 +00:00
2015-05-14 10:15:04 +00:00
2017-01-13 07:21:04 +00:00
2017-02-07 19:05:39 +00:00
2016-07-20 09:33:31 +00:00
2016-02-06 23:17:10 +00:00
2016-11-12 15:50:51 +00:00
2017-02-16 16:09:28 +00:00
2017-03-01 18:16:03 +00:00
2016-09-05 19:19:34 +00:00
2017-01-07 18:15:08 +00:00
2017-01-07 18:15:08 +00:00
2017-01-07 18:15:08 +00:00
2017-02-28 18:39:52 +00:00
2017-01-06 08:45:03 +00:00
2016-11-07 14:07:22 +00:00
2017-03-05 19:57:21 +00:00
2017-03-01 03:52:09 +00:00
2017-03-06 01:12:16 +00:00
2016-07-20 09:33:31 +00:00
2016-04-10 09:37:11 +00:00
2016-07-25 23:12:04 +00:00
2017-03-09 00:49:53 +00:00
2016-01-03 13:47:01 +00:00
2017-01-06 08:45:03 +00:00
2016-07-20 09:33:31 +00:00
2017-01-28 20:52:31 +00:00
2016-08-05 06:39:13 +00:00
2016-12-04 10:50:00 +00:00
2016-04-10 07:49:49 +00:00
2016-04-15 13:17:17 +00:00
2017-01-22 14:38:44 +00:00
2016-12-19 15:54:24 +00:00
2016-04-11 06:20:42 +00:00
2016-12-08 22:44:41 +00:00
2016-04-10 09:40:26 +00:00
2016-10-22 15:30:08 +00:00
2016-12-16 09:21:04 +00:00
2017-03-13 04:13:29 +00:00
2016-10-21 12:51:40 +00:00
2017-03-07 11:50:49 +00:00
2016-04-12 15:05:58 +00:00
2016-12-29 10:38:18 +00:00
2016-12-15 14:48:41 +00:00
2016-07-23 01:10:42 +00:00
2016-12-04 07:24:29 +00:00
2017-01-01 02:14:44 +00:00
2015-06-13 08:20:32 +00:00
2016-12-17 11:36:07 +00:00
2016-12-04 08:08:43 +00:00
2016-12-24 06:27:58 +00:00
2016-07-27 10:22:26 +00:00
2016-11-20 08:43:17 +00:00
2016-07-20 09:33:31 +00:00
2017-02-01 17:35:00 +00:00
2016-07-20 09:33:31 +00:00
2017-02-07 20:33:03 +00:00
2017-02-07 20:33:08 +00:00
2017-01-04 15:02:58 +00:00
2017-02-25 04:23:12 +00:00
2017-02-07 20:33:12 +00:00
2016-07-20 09:33:31 +00:00
2016-12-05 13:39:46 +00:00
2017-03-06 15:50:09 +00:00
2017-01-04 15:02:53 +00:00
2016-10-21 15:21:13 +00:00
2016-07-20 09:33:31 +00:00
2016-09-15 01:41:28 +00:00
2017-03-07 11:50:49 +00:00
2017-02-01 17:06:37 +00:00
2016-05-23 03:49:33 +00:00
2017-03-01 08:34:54 +00:00
2016-10-21 12:51:40 +00:00
2017-01-21 16:11:02 +00:00
2016-02-07 11:56:36 +00:00
2017-01-01 03:45:12 +00:00
2016-08-08 14:30:24 +00:00
2017-03-10 21:19:19 +00:00
2016-09-14 15:59:34 +00:00
2017-02-22 18:33:01 +00:00
2015-05-14 10:15:04 +00:00
2017-01-01 03:45:12 +00:00
2017-01-13 07:21:04 +00:00
2016-02-06 23:20:05 +00:00
2016-07-27 10:22:26 +00:00
2017-01-06 08:45:03 +00:00
2017-01-29 23:04:45 +00:00
2016-12-22 18:47:11 +00:00
2016-12-28 19:09:06 +00:00
2016-12-30 00:38:21 +00:00
2015-05-14 10:15:04 +00:00
2015-08-26 19:37:57 +00:00
2016-10-21 12:51:40 +00:00
2016-02-06 23:17:35 +00:00
2015-05-14 10:15:04 +00:00
2016-11-18 15:47:06 +00:00
2017-01-25 16:13:16 +00:00
2016-10-21 15:21:13 +00:00
2016-07-20 09:33:31 +00:00
2016-05-18 14:00:04 +00:00
2016-12-29 14:08:02 +00:00