[106690] trunk/dports/office
g5pw at macports.org
g5pw at macports.org
Wed Jun 5 00:17:42 PDT 2013
Revision: 106690
https://trac.macports.org/changeset/106690
Author: g5pw at macports.org
Date: 2013-06-05 00:17:42 -0700 (Wed, 05 Jun 2013)
Log Message:
-----------
office/vit:
new port, ncurses interface to task
Added Paths:
-----------
trunk/dports/office/vit/
trunk/dports/office/vit/Portfile
Added: trunk/dports/office/vit/Portfile
===================================================================
--- trunk/dports/office/vit/Portfile (rev 0)
+++ trunk/dports/office/vit/Portfile 2013-06-05 07:17:42 UTC (rev 106690)
@@ -0,0 +1,40 @@
+# -*- 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
+
+name vit
+version 1.1
+maintainers g5pw openmaintainer
+categories office
+description Vit is a full-screen terminal interface for Taskwarrior
+long_description ${description} with Vi key bindings and complete support \
+ for native Taskwarrior colorization.
+
+platforms darwin
+supported_archs noarch
+
+homepage http://taskwarrior.org/projects/1/wiki/Vit
+
+master_sites http://taskwarrior.org/attachments/606/
+
+checksums rmd160 0a80ff4b8b305f6776c2c7f34e7c3fe0ca59b8c3 \
+ sha256 9b8cce2447b1d8247c6e6317b75dc76daf4f0f30a2a8160755c3befeafc8c6be
+
+depends_lib port:task \
+ port:p5.12-curses
+
+post-patch {
+ reinplace "s|/usr|${prefix}|" ${worksrcpath}/configure ${worksrcpath}/vit.pl
+}
+
+build.target
+
+destroot {
+ xinstall -m 775 ${worksrcpath}/vit ${destroot}${prefix}/bin/
+ xinstall -m 664 ${worksrcpath}/commands ${destroot}${prefix}/etc/vit-commands
+
+ xinstall -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -W ${worksrcpath} README LICENSE CHANGES TODO taskrc-gtk+ \
+ ${destroot}${prefix}/share/doc/${name}
+
+}
Property changes on: trunk/dports/office/vit/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/20130605/0d5b8295/attachment.html>
More information about the macports-changes
mailing list