diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-14 12:57:35 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-14 12:57:35 +0000 |
commit | f3fd5eea2caea982f6fc2704a8a9d9f15c99ced2 (patch) | |
tree | 4b72e8aaacc4726c196cb3d8b3ef455b442e5fa9 /misc | |
parent | f2a8e74c6da635a7d36605a5219b643ce68657ea (diff) | |
download | ports-f3fd5eea2caea982f6fc2704a8a9d9f15c99ced2.tar.gz ports-f3fd5eea2caea982f6fc2704a8a9d9f15c99ced2.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chord2html/Makefile | 19 | ||||
-rw-r--r-- | misc/chord2html/files/patch-chord2html | 11 | ||||
-rw-r--r-- | misc/chord2html/pkg-descr | 2 |
3 files changed, 9 insertions, 23 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index 21bf2d8caf48..679faf44c113 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -1,23 +1,20 @@ -# ex:ts=8 # Ports collection makefile for: chord2html -# Date created: Sep 11, 2002 -# Whom: ijliao +# Date created: Sep 11, 2002 +# Whom: ijliao # # $FreeBSD$ # +# $Tecnik: ports/misc/chord2html/Makefile,v 1.3 2005/12/14 11:41:25 itetcu Exp $ +# PORTNAME= chord2html PORTVERSION= 1.3 CATEGORIES= misc -MASTER_SITES= # disappeared +MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= itetcu@people.tecnik93.com COMMENT= Convert CHORD input files to HTML -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes @@ -30,7 +27,9 @@ PLIST_DIRS= share/chord2html post-patch: @${PERL} -pi -e "s,/usr/bin/perl,${PERL},g ; \ - s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/chord2html + s,%%PREFIX%%,${PREFIX},g ; \ + s,chord2html.css,${PREFIX}/share/chord2html/chord2html.css," \ + ${WRKSRC}/chord2html do-install: ${INSTALL_SCRIPT} ${WRKSRC}/chord2html ${PREFIX}/bin diff --git a/misc/chord2html/files/patch-chord2html b/misc/chord2html/files/patch-chord2html deleted file mode 100644 index f8af5d97e9b5..000000000000 --- a/misc/chord2html/files/patch-chord2html +++ /dev/null @@ -1,11 +0,0 @@ ---- chord2html.orig Wed Sep 11 18:45:11 2002 -+++ chord2html Wed Sep 11 18:45:30 2002 -@@ -32,7 +32,7 @@ - $bg_color = "white"; - $format = $opt_T || "png"; - $color = "color=\"blue\""; --$style = $opt_s || "chord2html.css"; -+$style = $opt_s || "%%PREFIX%%/share/chord2html/chord2html.css"; - $me = $0; - - $opt_q && ($opt_v = 0); diff --git a/misc/chord2html/pkg-descr b/misc/chord2html/pkg-descr index dc0cf1481f8c..cb4743ee9543 100644 --- a/misc/chord2html/pkg-descr +++ b/misc/chord2html/pkg-descr @@ -3,5 +3,3 @@ files in OLGA) to HTML. The HTML files are similar to the PostScript documents produced by CHORD; chord2html reads a text file containing the lyrics and chords of a song to produce a page with chord names above the words and a graphical representation of the chords at the end of the songs. - -WWW: http://helllabs.org/~claudio/chord/ |