diff options
author | darcy <darcy> | 2014-05-29 08:54:02 +0000 |
---|---|---|
committer | darcy <darcy> | 2014-05-29 08:54:02 +0000 |
commit | 0f4a9912f924dc85f3433f511dd9dd75eff6d0cd (patch) | |
tree | e5942a42e1207f9d43c94a45f0d598bbf376d77e /misc | |
parent | a720b918790889e188b9751160ef1a47c517b36d (diff) | |
download | pkgsrc-0f4a9912f924dc85f3433f511dd9dd75eff6d0cd.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/Makefile | 3 | ||||
-rw-r--r-- | misc/chordii/DESCR | 5 | ||||
-rw-r--r-- | misc/chordii/Makefile | 14 | ||||
-rw-r--r-- | misc/chordii/PLIST | 5 | ||||
-rw-r--r-- | misc/chordii/distinfo | 5 |
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 |