[47310] trunk/dports/office

snc at macports.org snc at macports.org
Wed Feb 25 13:52:46 PST 2009


Revision: 47310
          http://trac.macports.org/changeset/47310
Author:   snc at macports.org
Date:     2009-02-25 13:52:45 -0800 (Wed, 25 Feb 2009)
Log Message:
-----------
created treeline, #18626

Added Paths:
-----------
    trunk/dports/office/treeline/
    trunk/dports/office/treeline/Portfile
    trunk/dports/office/treeline/files/
    trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff

Added: trunk/dports/office/treeline/Portfile
===================================================================
--- trunk/dports/office/treeline/Portfile	                        (rev 0)
+++ trunk/dports/office/treeline/Portfile	2009-02-25 21:52:45 UTC (rev 47310)
@@ -0,0 +1,36 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                treeline
+version             1.2.2
+categories          office pim python
+maintainers         gmail.com:adambyrtek
+description         Advanced outliner and personal information manager
+
+long_description    Some would call TreeLine an Outliner, others would call \
+                    it a PIM. Basically, it just stores almost any kind of \
+                    information. A tree structure makes it easy to keep \
+                    things organized. And 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.
+
+homepage            http://treeline.bellz.org
+master_sites        http://download.berlios.de/treeline/
+worksrcdir          TreeLine
+platforms			darwin
+checksums           md5 342cd24ff626a3118d9cc4f96aff9ca0 \
+                    sha1 477456e058b60f58d915cb9cf183a452f6f5323b \
+                    rmd160 864878468ed66f8a8b7d3538cc26691fb23edef3
+depends_lib         port:py25-pyqt4 port:aspell
+
+patchfiles          patch-SaveWindowGeom.diff
+destroot.cmd        ${prefix}/bin/python2.5 install.py
+destroot.target
+destroot.args       -p ${prefix} -b ${destroot}
+destroot.destdir
+
+use_configure       no
+build {}


Property changes on: trunk/dports/office/treeline/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff
===================================================================
--- trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff	                        (rev 0)
+++ trunk/dports/office/treeline/files/patch-SaveWindowGeom.diff	2009-02-25 21:52:45 UTC (rev 47310)
@@ -0,0 +1,12 @@
+diff -r 20a40e61603a source/optiondefaults.py
+--- source/optiondefaults.py	Wed Feb 25 00:40:20 2009 +0100
++++ source/optiondefaults.py	Wed Feb 25 00:41:26 2009 +0100
+@@ -144,7 +144,7 @@
+             "StartShowChildren    yes",
+             "StartShowDescend     no",
+             "PersistTreeState     yes",
+-            "SaveWindowGeom       yes",
++            "SaveWindowGeom       no",
+             "ClickRename          yes",
+             "DragTree             yes",
+             "InsertOnEnter        yes",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090225/e151a71f/attachment.html>


More information about the macports-changes mailing list