[71673] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Sep 19 11:09:01 PDT 2010


Revision: 71673
          http://trac.macports.org/changeset/71673
Author:   singingwolfboy at macports.org
Date:     2010-09-19 11:09:00 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
New port: py27-tail

Added Paths:
-----------
    trunk/dports/python/py27-tail/
    trunk/dports/python/py27-tail/Portfile

Added: trunk/dports/python/py27-tail/Portfile
===================================================================
--- trunk/dports/python/py27-tail/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-tail/Portfile	2010-09-19 18:09:00 UTC (rev 71673)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-tail
+set real_name       tailer
+version             0.2.1
+categories          python
+platforms           darwin
+maintainers         singingwolfboy openmaintainer
+description         Simple implementation of GNU tail and head in Python
+long_description  \
+    Python tail is a simple implementation of GNU tail and head. \
+    It provides 3 main functions that can be performed on any \
+    file-like object that supports seek() and tell(): tail, head, \
+    and follow. It also comes with pytail, a command line version \
+    offering the same functionality as GNU tail. This can be particularly \
+    useful on Windows systems that have no tail equivalent.
+
+homepage            http://code.google.com/p/pytailer/
+master_sites        http://pypi.python.org/packages/source/t/tailer/
+checksums           md5     7c9c837227575ba5a0208af7840358a1 \
+                    sha1    c2af433be838b17aa7d91f8b02cf595d0449a0e6 \
+                    rmd160  8e36fc2f39c1c2c4b2772cedf2e0b7ea765a2eab
+distname            ${real_name}-${version}
\ No newline at end of file


Property changes on: trunk/dports/python/py27-tail/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/20100919/6215b585/attachment-0001.html>


More information about the macports-changes mailing list