summaryrefslogtreecommitdiff
path: root/audio/chordpack/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-08 16:26:56 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-08 16:26:56 +0000
commit8a34a49632883c5b74dbc21bc958624a91634226 (patch)
treec6306a659f914b52f6f557fa61019893ecb7e6a9 /audio/chordpack/files
parentInitial 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-chordpack11
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 (/\[[^:]/) {