# $Id: Portfile 142815 2015-11-24 03:22:35Z jmr@macports.org $ PortSystem 1.0 PortGroup python 1.0 name rednotebook version 1.8.1 revision 1 categories office license GPL-2+ maintainers nomaintainer 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 supported_archs noarch homepage http://rednotebook.sourceforge.net master_sites sourceforge checksums rmd160 c7b181d13312eef5a8463fbb982e3b0fb60b6a8d \ sha256 f667f0e22d033a6d436c850d34ecbea912d44ad73875b9e55fba5f7c3bd16701 python.default_version 27 depends_lib-append port:py${python.version}-gtkspell \ port:py${python.version}-pygtk \ port:py${python.version}-yaml \ port:py${python.version}-webkitgtk 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} } livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}