summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2014-05-29 08:54:02 +0000
committerdarcy <darcy@pkgsrc.org>2014-05-29 08:54:02 +0000
commit9b87cce048b60de92bf693212591a98427153fc8 (patch)
tree93ef44d58ebb9701e5a90a9b027303200d8d52f1 /misc
parente2f2536d17ff86a3e627acb5cae4434a1ab4d559 (diff)
downloadpkgsrc-9b87cce048b60de92bf693212591a98427153fc8.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/chordii/DESCR5
-rw-r--r--misc/chordii/Makefile14
-rw-r--r--misc/chordii/PLIST5
-rw-r--r--misc/chordii/distinfo5
5 files changed, 31 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 1d910025d0c..72931249753 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.429 2014/05/24 13:14:01 obache Exp $
+# $NetBSD: Makefile,v 1.430 2014/05/29 08:54:02 darcy Exp $
#
COMMENT= Miscellaneous utilities
@@ -27,6 +27,7 @@ SUBDIR+= calibre
SUBDIR+= celestia
SUBDIR+= chipmunk
SUBDIR+= chord
+SUBDIR+= chordii
SUBDIR+= cksfv
SUBDIR+= color-theme
SUBDIR+= colorblind
diff --git a/misc/chordii/DESCR b/misc/chordii/DESCR
new file mode 100644
index 00000000000..ead7e80271c
--- /dev/null
+++ b/misc/chordii/DESCR
@@ -0,0 +1,5 @@
+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.
diff --git a/misc/chordii/Makefile b/misc/chordii/Makefile
new file mode 100644
index 00000000000..260736b75c6
--- /dev/null
+++ b/misc/chordii/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2014/05/29 08:54:02 darcy Exp $
+
+DISTNAME= chordii-4.5.1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chordii/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Produce PS sheet-music from text input
+LICENSE= gnu-gpl-v2 # or later
+GNU_CONFIGURE = yes
+
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/chordii/PLIST b/misc/chordii/PLIST
new file mode 100644
index 00000000000..a283d810da7
--- /dev/null
+++ b/misc/chordii/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/29 08:54:02 darcy Exp $
+bin/chordii
+bin/a2crd
+man/man1/chordii.1
+man/man1/a2crd.1
diff --git a/misc/chordii/distinfo b/misc/chordii/distinfo
new file mode 100644
index 00000000000..9135870769d
--- /dev/null
+++ b/misc/chordii/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/29 08:54:02 darcy Exp $
+
+SHA1 (chordii-4.5.1.tar.gz) = 3cdeacf53a08cf2193e35651120e129c2bb5a007
+RMD160 (chordii-4.5.1.tar.gz) = 93115773ce7324c044d72bcfa28f95f0fb6f416c
+Size (chordii-4.5.1.tar.gz) = 156976 bytes