[54237] trunk/dports/net

brett at macports.org brett at macports.org
Thu Jul 23 10:09:13 PDT 2009


Revision: 54237
          http://trac.macports.org/changeset/54237
Author:   brett at macports.org
Date:     2009-07-23 10:09:12 -0700 (Thu, 23 Jul 2009)
Log Message:
-----------
initial canto port

Added Paths:
-----------
    trunk/dports/net/canto/
    trunk/dports/net/canto/Portfile

Added: trunk/dports/net/canto/Portfile
===================================================================
--- trunk/dports/net/canto/Portfile	                        (rev 0)
+++ trunk/dports/net/canto/Portfile	2009-07-23 17:09:12 UTC (rev 54237)
@@ -0,0 +1,26 @@
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                canto
+version             0.6.13
+categories          net python
+maintainers         jack at codezen.org brett
+description         flexible ncurses Atom/RSS newsreader for the console
+long_description    Canto is an Atom/RSS feed reader for the console that is meant to be \
+quick, concise, and colorful. It provides a minimal, yet information packed interface with \
+almost infinite customization and extensibility
+homepage            http://codezen.org/canto
+platforms           darwin
+master_sites        http://codezen.org/static/
+
+checksums           md5 7836cf54cbb0af48d3d68a8aa86432b7 \
+                    sha1 e86e0980cee126a6eeff5ef4c8effba41ff3245b
+
+depends_lib         port:ncursesw \
+                    port:py26-feedparser \
+                    port:py26-chardet
+
+
+post-destroot {
+ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/canto /opt/local/bin/canto
+}


Property changes on: trunk/dports/net/canto/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/20090723/6e07f6a8/attachment.html>


More information about the macports-changes mailing list