Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 74785A5864 for ; Thu, 29 May 2014 08:54:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B720114A183; Thu, 29 May 2014 08:54:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B76B14A17D for ; Thu, 29 May 2014 08:54:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id j5UctLcHKRw2 for ; Thu, 29 May 2014 08:54:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8BD3814A169 for ; Thu, 29 May 2014 08:54:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7BE0B96; Thu, 29 May 2014 08:54:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 29 May 2014 08:54:02 +0000 From: "D'Arcy J.M. Cain" Subject: CVS commit: pkgsrc/misc To: pkgsrc-changes@NetBSD.org Reply-To: darcy@netbsd.org X-Mailer: log_accum Message-Id: <20140529085402.7BE0B96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: darcy Date: Thu May 29 08:54:02 UTC 2014 Modified Files: pkgsrc/misc: Makefile Added Files: pkgsrc/misc/chordii: DESCR Makefile PLIST distinfo Log Message: Add chordii. This is a successor to the old misc/chord program. Chordii reads a text file containing the lyrics of a song, the chords to be played, their description and some other optional data. The format used is the so called ChordPro format. Chordii produces a PostScript document that includes: - Centered titles - Chord names above the words - Graphical representation of the chords at the end of the songs Chordii also provides support for: - Multiple columns on a page - Index of a songbook - Multiple logical pages per physical pages (1, 2 or 4) - Configurable fonts for the lyrics and the chord names - Multiple songs inside one file - The complete ISO 8859-1 character set - Chorus marking To generate a diff of this commit: cvs rdiff -u -r1.429 -r1.430 pkgsrc/misc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/misc/chordii/DESCR pkgsrc/misc/chordii/Makefile \ pkgsrc/misc/chordii/PLIST pkgsrc/misc/chordii/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.