mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to version 1.4.0
- Correct project homepage Approved by: wen (mentor)
This commit is contained in:
parent
38b3e7efc8
commit
e682063978
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272806
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user