diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-04-16 15:21:14 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-04-16 15:21:14 +0000 |
commit | e682063978a2d87229d2e5ce6fe7d50215eccea7 (patch) | |
tree | 9216537779a0ef3a89dd018eec6a5c992dc00d7b /deskutils | |
parent | 38b3e7efc84dabb48af6dbb6c23c73761324b89f (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/treeline/Makefile | 3 | ||||
-rw-r--r-- | deskutils/treeline/distinfo | 4 | ||||
-rw-r--r-- | deskutils/treeline/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/treeline/pkg-plist | 9 |
4 files changed, 12 insertions, 6 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index b2ea79342a69..2ffa26aec013 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -6,8 +6,7 @@ # PORTNAME= treeline -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= deskutils python MASTER_SITES= ${MASTER_SITE_BERLIOS:S/$/:treeline/} \ http://treeline.bellz.org/plugins/:plugins \ diff --git a/deskutils/treeline/distinfo b/deskutils/treeline/distinfo index fee15c494c38..3e0905b05034 100644 --- a/deskutils/treeline/distinfo +++ b/deskutils/treeline/distinfo @@ -1,4 +1,4 @@ -SHA256 (treeline-1.2.4.tar.gz) = 868e3b54cbec370ccbac66c2c525611768bebd07886552cc87c52891c27b3dbd -SIZE (treeline-1.2.4.tar.gz) = 478928 +SHA256 (treeline-1.4.0.tar.gz) = 6d5c8dc0d8128ba31920ab9974ab7b883031265e3142ee85b94417e1dfa0c34c +SIZE (treeline-1.4.0.tar.gz) = 499648 SHA256 (httpload2.py) = 30f243207369f294eb0442bfd752dd104f82f158791b97223bbc20a6fd266593 SIZE (httpload2.py) = 3206 diff --git a/deskutils/treeline/pkg-descr b/deskutils/treeline/pkg-descr index 15b483f47382..3c947abb51e8 100644 --- a/deskutils/treeline/pkg-descr +++ b/deskutils/treeline/pkg-descr @@ -6,4 +6,4 @@ keep things organised. Each node in the tree can contain several fields, forming a mini-database. The output format for each node can be defined, and the output can be shown on the screen, printed, or exported to html. -WWW: http://www.bellz.org/treeline/ +WWW: http://treeline.bellz.org diff --git a/deskutils/treeline/pkg-plist b/deskutils/treeline/pkg-plist index 337cb6da3210..197c4e18c187 100644 --- a/deskutils/treeline/pkg-plist +++ b/deskutils/treeline/pkg-plist @@ -47,6 +47,8 @@ lib/treeline/setup.py lib/treeline/setup.pyc lib/treeline/spellcheck.py lib/treeline/spellcheck.pyc +lib/treeline/treecontrol.py +lib/treeline/treecontrol.pyc lib/treeline/treedialogs.py lib/treeline/treedialogs.pyc lib/treeline/treedoc.py @@ -103,11 +105,13 @@ lib/treeline/undo.pyc %%DATADIR%%/icons/toolbar/32x32/filequit.png %%DATADIR%%/icons/toolbar/32x32/filesave.png %%DATADIR%%/icons/toolbar/32x32/filesaveas.png +%%DATADIR%%/icons/toolbar/32x32/helpnext.png %%DATADIR%%/icons/toolbar/32x32/helpabout.png %%DATADIR%%/icons/toolbar/32x32/helpback.png %%DATADIR%%/icons/toolbar/32x32/helpcontents.png %%DATADIR%%/icons/toolbar/32x32/helpforward.png %%DATADIR%%/icons/toolbar/32x32/helphome.png +%%DATADIR%%/icons/toolbar/32x32/helpprevious.png %%DATADIR%%/icons/toolbar/32x32/textaddboldtag.png %%DATADIR%%/icons/toolbar/32x32/textaddcolortag.png %%DATADIR%%/icons/toolbar/32x32/textadditalicstag.png @@ -128,6 +132,8 @@ lib/treeline/undo.pyc %%DATADIR%%/icons/toolbar/32x32/viewshowchild.png %%DATADIR%%/icons/toolbar/32x32/viewshowdescend.png %%DATADIR%%/icons/toolbar/32x32/viewtree.png +%%DATADIR%%/icons/toolbar/32x32/winclosewindow.png +%%DATADIR%%/icons/toolbar/32x32/winnewwindow.png %%DATADIR%%/icons/tree/anchor.png %%DATADIR%%/icons/tree/arrow_1.png %%DATADIR%%/icons/tree/arrow_2.png @@ -226,11 +232,12 @@ lib/treeline/undo.pyc %%PORTDOCS%%%%DOCSDIR%%/sample_other_fields.trl %%PORTDOCS%%%%DOCSDIR%%/sample_table_booklist.trl @dirrm %%DATADIR%%/icons/toolbar/32x32 +@dirrm %%DATADIR%%/icons/toolbar/16x16 @dirrm %%DATADIR%%/icons/toolbar @dirrm %%DATADIR%%/icons/tree @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%% -%%HTTPLOAD%%@dirrm lib/treeline/plugins +@dirrm lib/treeline/plugins @dirrm lib/treeline %%PORTDOCS%%@dirrm %%DOCSDIR%% |