diff options
-rw-r--r-- | editors/zim/Makefile | 2 | ||||
-rw-r--r-- | editors/zim/distinfo | 4 | ||||
-rw-r--r-- | editors/zim/pkg-plist | 18 |
3 files changed, 18 insertions, 6 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 8faa3216bed2..2aef64131782 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zim -PORTVERSION= 0.54 +PORTVERSION= 0.55 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ diff --git a/editors/zim/distinfo b/editors/zim/distinfo index 378e76c3dc88..c66c36d7cbcc 100644 --- a/editors/zim/distinfo +++ b/editors/zim/distinfo @@ -1,2 +1,2 @@ -SHA256 (zim-0.54.tar.gz) = a4cd618c6bc8bedeb11a28fc54652c05648f940e13d2d3df7be800d5ce455195 -SIZE (zim-0.54.tar.gz) = 1326924 +SHA256 (zim-0.55.tar.gz) = f80b6d3be744af07e88a512e665897e4cdc0170a16305106edbb9b144f5fe093 +SIZE (zim-0.55.tar.gz) = 1376720 diff --git a/editors/zim/pkg-plist b/editors/zim/pkg-plist index ff43ba366b48..5874377028c8 100644 --- a/editors/zim/pkg-plist +++ b/editors/zim/pkg-plist @@ -29,12 +29,18 @@ bin/zim %%PYTHON_SITELIBDIR%%/zim/formats/__init__.py %%PYTHON_SITELIBDIR%%/zim/formats/__init__.pyc %%PYTHON_SITELIBDIR%%/zim/formats/__init__.pyo +%%PYTHON_SITELIBDIR%%/zim/formats/__main__.py +%%PYTHON_SITELIBDIR%%/zim/formats/__main__.pyc +%%PYTHON_SITELIBDIR%%/zim/formats/__main__.pyo %%PYTHON_SITELIBDIR%%/zim/formats/html.py %%PYTHON_SITELIBDIR%%/zim/formats/html.pyc %%PYTHON_SITELIBDIR%%/zim/formats/html.pyo %%PYTHON_SITELIBDIR%%/zim/formats/latex.py %%PYTHON_SITELIBDIR%%/zim/formats/latex.pyc %%PYTHON_SITELIBDIR%%/zim/formats/latex.pyo +%%PYTHON_SITELIBDIR%%/zim/formats/markdown.py +%%PYTHON_SITELIBDIR%%/zim/formats/markdown.pyc +%%PYTHON_SITELIBDIR%%/zim/formats/markdown.pyo %%PYTHON_SITELIBDIR%%/zim/formats/plain.py %%PYTHON_SITELIBDIR%%/zim/formats/plain.pyc %%PYTHON_SITELIBDIR%%/zim/formats/plain.pyo @@ -167,6 +173,9 @@ bin/zim %%PYTHON_SITELIBDIR%%/zim/plugins/spell.py %%PYTHON_SITELIBDIR%%/zim/plugins/spell.pyc %%PYTHON_SITELIBDIR%%/zim/plugins/spell.pyo +%%PYTHON_SITELIBDIR%%/zim/plugins/tableofcontents.py +%%PYTHON_SITELIBDIR%%/zim/plugins/tableofcontents.pyc +%%PYTHON_SITELIBDIR%%/zim/plugins/tableofcontents.pyo %%PYTHON_SITELIBDIR%%/zim/plugins/tags.py %%PYTHON_SITELIBDIR%%/zim/plugins/tags.pyc %%PYTHON_SITELIBDIR%%/zim/plugins/tags.pyo @@ -191,9 +200,6 @@ bin/zim %%PYTHON_SITELIBDIR%%/zim/stores/files.py %%PYTHON_SITELIBDIR%%/zim/stores/files.pyc %%PYTHON_SITELIBDIR%%/zim/stores/files.pyo -%%PYTHON_SITELIBDIR%%/zim/stores/gjots.py -%%PYTHON_SITELIBDIR%%/zim/stores/gjots.pyc -%%PYTHON_SITELIBDIR%%/zim/stores/gjots.pyo %%PYTHON_SITELIBDIR%%/zim/stores/memory.py %%PYTHON_SITELIBDIR%%/zim/stores/memory.pyc %%PYTHON_SITELIBDIR%%/zim/stores/memory.pyo @@ -203,6 +209,9 @@ bin/zim %%PYTHON_SITELIBDIR%%/zim/templates.py %%PYTHON_SITELIBDIR%%/zim/templates.pyc %%PYTHON_SITELIBDIR%%/zim/templates.pyo +%%PYTHON_SITELIBDIR%%/zim/utils.py +%%PYTHON_SITELIBDIR%%/zim/utils.pyc +%%PYTHON_SITELIBDIR%%/zim/utils.pyo %%PYTHON_SITELIBDIR%%/zim/www.py %%PYTHON_SITELIBDIR%%/zim/www.pyc %%PYTHON_SITELIBDIR%%/zim/www.pyo @@ -311,6 +320,7 @@ share/pixmaps/zim.png %%DATADIR%%/manual/Plugins/Link_Map.txt %%DATADIR%%/manual/Plugins/Quick_Note.txt %%DATADIR%%/manual/Plugins/Spell_Checker.txt +%%DATADIR%%/manual/Plugins/Table_Of_Contents.txt %%DATADIR%%/manual/Plugins/Tags.txt %%DATADIR%%/manual/Plugins/Task_List.txt %%DATADIR%%/manual/Plugins/Tray_Icon.txt @@ -350,11 +360,13 @@ share/pixmaps/zim.png %%DATADIR%%/templates/latex/Article.tex %%DATADIR%%/templates/latex/Part.tex %%DATADIR%%/templates/latex/Report.tex +%%DATADIR%%/templates/markdown/Default.markdown %%DATADIR%%/templates/wiki/Calendar.txt %%DATADIR%%/templates/wiki/Default.txt %%DATADIR%%/urls.list %%DATADIR%%/zim.png @dirrm %%DATADIR%%/templates/wiki +@dirrm %%DATADIR%%/templates/markdown @dirrm %%DATADIR%%/templates/latex @dirrm %%DATADIR%%/templates/html @dirrm %%DATADIR%%/templates |