Ticket #18626: Portfile

File Portfile, 1.4 KB (added by adambyrtek@…, 15 years ago)
Line 
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
4PortSystem          1.0
5
6name                treeline
7version             1.2.2
8categories          office pim python
9maintainers         gmail.com:adambyrtek
10description         Advanced outliner and personal information manager
11
12long_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
20homepage            http://treeline.bellz.org
21master_sites        http://download.berlios.de/treeline/
22worksrcdir          TreeLine
23checksums           md5 342cd24ff626a3118d9cc4f96aff9ca0 \
24                    sha1 477456e058b60f58d915cb9cf183a452f6f5323b \
25                    rmd160 864878468ed66f8a8b7d3538cc26691fb23edef3
26depends_lib         port:py25-pyqt4 port:aspell
27
28patchfiles          patch-SaveWindowGeom
29destroot.cmd        ${prefix}/bin/python2.5 install.py
30destroot.target
31destroot.args       -p ${prefix} -b ${destroot}
32destroot.destdir
33
34configure {}
35build {}