diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:26:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:26:56 +0000 |
commit | 8a34a49632883c5b74dbc21bc958624a91634226 (patch) | |
tree | c6306a659f914b52f6f557fa61019893ecb7e6a9 /audio/chordpack/files | |
parent | Initial import of pyching-1.0.4. (diff) |
Initial import of chordpack-0.8.0.
This a PERL script that converts ChordPro files (.chopro) to a more
readable output format, including HTML, ASCII, and TeX.
PR: 28807
Submitted by: Seth Kingsley <sethk@meowfishies.com>
Diffstat (limited to 'audio/chordpack/files')
-rw-r--r-- | audio/chordpack/files/patch-chordpack | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/chordpack/files/patch-chordpack b/audio/chordpack/files/patch-chordpack new file mode 100644 index 000000000000..700b6c45dbbe --- /dev/null +++ b/audio/chordpack/files/patch-chordpack @@ -0,0 +1,11 @@ +--- chordpack.orig Sun Jul 8 01:09:29 2001 ++++ chordpack Sun Jul 8 01:09:32 2001 +@@ -1590,7 +1590,7 @@ + + # {{{ Comment (programmer's kind of) + if (/^\x23/) { # \x23 is hash +- next LINE; } ++ next; } + # }}} + # {{{ Chord instructions + if (/\[[^:]/) { |