mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.3 KiB
Tcl
30 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup deprecated 1.0
|
|
|
|
deprecated.upstream_support no
|
|
|
|
name chordii
|
|
version 4.5.3
|
|
|
|
categories textproc
|
|
maintainers {breun @breun} openmaintainer
|
|
platforms darwin
|
|
license GPL-2
|
|
description Produce a professional looking PostScript sheet-music from an ASCII file containing lyrics and chords information.
|
|
long_description chordii produces a PostScript document from a lyrics file \
|
|
containing chord indications and chorus delimiters. The \
|
|
document produced contains the lyrics of a song, with the \
|
|
guitar chords appearing above the right words. A \
|
|
representation of all chords used in the song is printed \
|
|
at the bottom of the last page.
|
|
|
|
set branch [join [lrange [split ${version} .] 0 1] .]
|
|
|
|
homepage https://www.vromans.org/johan/projects/Chordii/
|
|
master_sites sourceforge:project/${name}/${name}/${branch}
|
|
|
|
checksums rmd160 a5abb489c0b59231cd4c7c7fd12c19961862211f \
|
|
sha256 140d24a8bc8c298e8db1b9ca04cf02890951aa048a656adb7ee7212c42ce8d06
|