[51736] trunk/dports/office
snc at macports.org
snc at macports.org
Mon Jun 1 22:59:21 PDT 2009
Revision: 51736
http://trac.macports.org/changeset/51736
Author: snc at macports.org
Date: 2009-06-01 22:59:21 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
created todotxt, openmaintainer
Added Paths:
-----------
trunk/dports/office/todotxt/
trunk/dports/office/todotxt/Portfile
Added: trunk/dports/office/todotxt/Portfile
===================================================================
--- trunk/dports/office/todotxt/Portfile (rev 0)
+++ trunk/dports/office/todotxt/Portfile 2009-06-02 05:59:21 UTC (rev 51736)
@@ -0,0 +1,34 @@
+# -*- 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 todotxt
+version 2.4
+categories office
+maintainers snc openmaintainer
+
+description Simple, extensible shell script to manage your todo file.
+long_description A simple and extensible shell script for managing your \
+ todo.txt file.
+
+homepage http://ginatrapani.github.com/todo.txt-cli/
+
+platforms darwin
+
+fetch.type git
+git.url git://github.com/ginatrapani/todo.txt-cli.git
+
+use_configure no
+
+build {}
+
+destroot {
+ xinstall -m 755 ${worksrcpath}/todo.sh ${destroot}${prefix}/bin/$name
+ xinstall -m 644 ${worksrcpath}/todo.cfg ${destroot}${prefix}/etc/todo.cfg
+}
+
+pre-install {
+ ui_msg "You will need to copy and then edit the default configuration "
+ ui_msg "(${prefix}/etc/todo.cfg) in your home directory."
+}
Property changes on: trunk/dports/office/todotxt/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090601/e727592b/attachment-0001.html>
More information about the macports-changes
mailing list