1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name treeline |
---|
7 | version 1.2.2 |
---|
8 | categories office pim python |
---|
9 | maintainers gmail.com:adambyrtek |
---|
10 | description Advanced outliner and personal information manager |
---|
11 | |
---|
12 | long_description Some would call TreeLine an Outliner, others would call \ |
---|
13 | it a PIM. Basically, it just stores almost any kind of \ |
---|
14 | information. A tree structure makes it easy to keep \ |
---|
15 | things organized. And each node in the tree can contain \ |
---|
16 | several fields, forming a mini-database. The output \ |
---|
17 | format for each node can be defined, and the output can \ |
---|
18 | be shown on the screen, printed, or exported to html. |
---|
19 | |
---|
20 | homepage http://treeline.bellz.org |
---|
21 | master_sites http://download.berlios.de/treeline/ |
---|
22 | worksrcdir TreeLine |
---|
23 | checksums md5 342cd24ff626a3118d9cc4f96aff9ca0 \ |
---|
24 | sha1 477456e058b60f58d915cb9cf183a452f6f5323b \ |
---|
25 | rmd160 864878468ed66f8a8b7d3538cc26691fb23edef3 |
---|
26 | depends_lib port:py25-pyqt4 port:aspell |
---|
27 | |
---|
28 | patchfiles patch-SaveWindowGeom |
---|
29 | destroot.cmd ${prefix}/bin/python2.5 install.py |
---|
30 | destroot.target |
---|
31 | destroot.args -p ${prefix} -b ${destroot} |
---|
32 | destroot.destdir |
---|
33 | |
---|
34 | configure {} |
---|
35 | build {} |
---|