Revision
69172
Author
blb@macports.org
Date
2010-06-26 12:14:52 -0700 (Sat, 26 Jun 2010)

Log Message

New port: office/rednotebook, Diary and journal application

Added Paths

Diff

Added: trunk/dports/office/rednotebook/Portfile (0 => 69172)


--- trunk/dports/office/rednotebook/Portfile	                        (rev 0)
+++ trunk/dports/office/rednotebook/Portfile	2010-06-26 19:14:52 UTC (rev 69172)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                rednotebook
+version             1.0.0
+categories          office
+maintainers         blb openmaintainer
+description         Diary and journal application
+long_description \
+   RedNotebook is a graphical diary and journal helping you keep track of \
+   notes and thoughts. It includes calendar navigation, customizable \
+   templates, export functionality and word clouds. You can also format, \
+   tag and search your entries.
+
+platforms           darwin
+
+homepage            http://rednotebook.sourceforge.net
+master_sites        sourceforge
+
+dist_subdir         ${name}
+checksums           md5     e7944bea88fa1a49fca589923e703450 \
+                    sha1    8cd196c7a42583beeecce801f56ef2892645b70f \
+                    rmd160  76e0627367579646e2b69c2d34afdb51ce747737
+
+# Set to nothing so there is no suffix (otherwise it would be rednotebook-2.6)
+python.link_binaries_suffix
+
+depends_lib         port:py26-gtk port:py26-yaml
+
+post-destroot {
+   eval move [glob ${destroot}${python.prefix}/share/*] \
+      ${destroot}${prefix}/share
+   xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGELOG LICENSE README \
+      ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/office/rednotebook/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style