[24264] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 20 02:23:22 PDT 2007


Revision: 24264
          http://trac.macosforge.org/projects/macports/changeset/24264
Author:   erickt at macports.org
Date:     2007-04-20 02:23:22 -0700 (Fri, 20 Apr 2007)

Log Message:
-----------
adding pygments, a syntax highlighter written in python

Added Paths:
-----------
    trunk/dports/python/py-pygments/
    trunk/dports/python/py-pygments/Portfile

Added: trunk/dports/python/py-pygments/Portfile
===================================================================
--- trunk/dports/python/py-pygments/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygments/Portfile	2007-04-20 09:23:22 UTC (rev 24264)
@@ -0,0 +1,23 @@
+PortSystem          1.0
+PortGroup           python24 1.0
+name                py-pygments
+version             0.7.1
+categories-append   devel
+maintainers         erickt at macports.org
+description         Python syntax highlighter
+long_description \
+    Pygments is a fast syntax highlighter written in Python with a \
+    special focus on details. Can highlight source code in many supported \
+    languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled \
+    HTML or LaTeX, comes with many builtin styles.
+
+platforms           darwin
+
+homepage            http://undefined.org/python/#pygments
+master_sites        sourceforge:pygments
+distname            Pygments-${version}
+
+checksums           md5 8b5b50fb53ce39f94dbcf7040c0a441a \
+                    sha1 740de095ce71d1b36a72b2df98207a22ead57690 \
+                    rmd160 5bf587c4496ff5330d16e1c73265d653b6ddf9b5
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070420/7e404a11/attachment.html


More information about the macports-changes mailing list