Ticket #18626: Portfile.2

File Portfile.2, 1.5 KB (added by nerdling (Jeremy Lavergne), 15 years ago)

renamed portfile, added platforms

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
23platforms                       darwin
24checksums           md5 342cd24ff626a3118d9cc4f96aff9ca0 \
25                    sha1 477456e058b60f58d915cb9cf183a452f6f5323b \
26                    rmd160 864878468ed66f8a8b7d3538cc26691fb23edef3
27depends_lib         port:py25-pyqt4 port:aspell
28
29patchfiles          patch-SaveWindowGeom.diff
30destroot.cmd        ${prefix}/bin/python2.5 install.py
31destroot.target
32destroot.args       -p ${prefix} -b ${destroot}
33destroot.destdir
34
35use_configure       no
36build {}