Revision: 120626 https://trac.macports.org/changeset/120626 Author: g5pw@macports.org Date: 2014-06-03 11:57:15 -0700 (Tue, 03 Jun 2014) Log Message: ----------- office/jrnl: new port, write a journal from the command line. Added Paths: ----------- trunk/dports/office/jrnl/ trunk/dports/office/jrnl/Portfile Added: trunk/dports/office/jrnl/Portfile =================================================================== --- trunk/dports/office/jrnl/Portfile (rev 0) +++ trunk/dports/office/jrnl/Portfile 2014-06-03 18:57:15 UTC (rev 120626) @@ -0,0 +1,32 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup github 1.0 +PortGroup python 1.0 + +github.setup maebert jrnl 1.8.0 v +maintainers g5pw openmaintainer +categories office +description ${name} is a simple journal application for your command line. +long_description ${description} Journals are stored as human readable plain \ + text files - you can put them into a Dropbox folder for \ + instant syncing and you can be assured that your journal \ + will still be readable in 2050, when all your fancy iPad \ + journal applications will long be forgotten. +platforms darwin +homepage http://maebert.github.io/jrnl/ + +python.default_version 34 + +depends_lib port:py${python.version}-parsedatetime \ + port:py${python.version}-tz \ + port:py${python.version}-keyring \ + port:py${python.version}-six \ + port:py${python.version}-dateutil \ + port:py${python.version}-tzlocal + +checksums rmd160 516f3d7b428b9888842a1e362fd73649605995d5 \ + sha256 22155b4f8f2b9206fcc6c0ec6fee2309d5b50d023f8909a1494a4cbe3e38f44a + +python.link_binaries_suffix Property changes on: trunk/dports/office/jrnl/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native