[92673] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Thu May 3 11:23:04 PDT 2012


Revision: 92673
          https://trac.macports.org/changeset/92673
Author:   singingwolfboy at macports.org
Date:     2012-05-03 11:23:04 -0700 (Thu, 03 May 2012)
Log Message:
-----------
New port: py-abjad

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

Added: trunk/dports/python/py-abjad/Portfile
===================================================================
--- trunk/dports/python/py-abjad/Portfile	                        (rev 0)
+++ trunk/dports/python/py-abjad/Portfile	2012-05-03 18:23:04 UTC (rev 92673)
@@ -0,0 +1,30 @@
+# -*- 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: Portfile 83711 2011-09-09 17:43:18Z singingwolfboy at macports.org $
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-abjad
+set real_name       Abjad
+version             1.1.1
+python.versions     25 26 27
+python.default_version  27
+categories-append   textproc
+maintainers         singingwolfboy openmaintainer
+description         Python wrapper for Lilypond
+long_description    \
+    Abjad helps composers build up complex pieces of music notation in an \
+    iterative and incremental way. Use Abjad to create a symbolic \
+    representation of all the notes, rests, staves, tuplets, beams and slurs \
+    in any score. Because Abjad wraps the powerful LilyPond music notation \
+    package, you can use Abjad to control extremely fine-grained typographic \
+    details of all elements of any score.
+
+platforms           darwin
+
+homepage            http://www.projectabjad.org
+master_sites        http://pypi.python.org/packages/source/A/${real_name}/
+distname            ${real_name}-${version}
+checksums           rmd160  d53ff4bde389723381a03dab9521891a96488916 \
+                    sha256  9413fb075ebdb6b498ec49e65048432881c629585c0d3bb1cbe813b4a73d1682
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120503/91f2f065/attachment.html>


More information about the macports-changes mailing list