1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Kevin Lo 2001-07-08 16:26:56 +00:00
parent 9f16c9f019
commit 8a34a49632
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44931
7 changed files with 55 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += cdplay
SUBDIR += cdplayer.app
SUBDIR += cdrdao
SUBDIR += chordpack
SUBDIR += cmp3
SUBDIR += csound
SUBDIR += csound-manual

30
audio/chordpack/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: chordpack
# Date created: July 8, 2001
# Whom: sethk
#
# $FreeBSD$
#
PORTNAME= chordpack
PORTVERSION= 0.8.0
CATEGORIES= audio
MASTER_SITES= http://sweb.cz/dan.polansky/chordpack/
EXTRACT_SUFX= .tgz
MAINTAINER= sethk@meowfishies.com
NO_WRKSUBDIR= true
NO_BUILD= true
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/chordpack ${PREFIX}/bin
[ -d ${PREFIX}/share/emacs/site-lisp ] || \
${MKDIR} ${MKDIR}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKDIR}/chordpro-mode.el \
${PREFIX}/share/emacs/site-lisp
[ -d ${PREFIX}/share/doc/chordpack ] || \
${MKDIR} ${PREFIX}/share/doc/chordpack
${INSTALL_MAN} ${WRKDIR}/chordpack-documentation.html \
${PREFIX}/share/doc/chordpack
.include <bsd.port.mk>

1
audio/chordpack/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (chordpack-0.8.0.tgz) = 1b2cbe78a7e8e5a5cddbb09bacfbc4e8

View File

@ -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 (/\[[^:]/) {

View File

@ -0,0 +1 @@
Script to convert ChordPro files to HTML, ASCII, and TeX

View File

@ -0,0 +1,7 @@
This a PERL script that converts ChordPro files (.chopro) to a more
readable output format, including HTML, ASCII, and TeX.
WWW: http://sweb.cz/dan.polansky/chordpack/
- Seth
sethk@meowfishies.com

View File

@ -0,0 +1,4 @@
bin/chordpack
share/emacs/site-lisp/chordpro-mode.el
%%PORTDOCS%%share/doc/chordpack/chordpack-documentation.html
%%PORTDOCS%%@dirrm share/doc/chordpack