diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-25 00:34:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-25 00:34:30 +0800 |
commit | c56df404ae128a2932035dabdebd623f64c936f4 (patch) | |
tree | 0d02c1b8f9d44ddb968885d7f91ccbfaf3fe3e8f /print/guitartex | |
parent | d7aa2b45a2e1efe82c3db04f5d67d22f303bf45b (diff) | |
download | freebsd-ports-gnome-c56df404ae128a2932035dabdebd623f64c936f4.tar.gz freebsd-ports-gnome-c56df404ae128a2932035dabdebd623f64c936f4.tar.zst freebsd-ports-gnome-c56df404ae128a2932035dabdebd623f64c936f4.zip |
add guitartex
GuitarTeX converts the Chord format into "normal" LaTeX format
Diffstat (limited to 'print/guitartex')
-rw-r--r-- | print/guitartex/Makefile | 31 | ||||
-rw-r--r-- | print/guitartex/distinfo | 1 | ||||
-rw-r--r-- | print/guitartex/pkg-comment | 1 | ||||
-rw-r--r-- | print/guitartex/pkg-descr | 10 | ||||
-rw-r--r-- | print/guitartex/pkg-plist | 11 |
5 files changed, 54 insertions, 0 deletions
diff --git a/print/guitartex/Makefile b/print/guitartex/Makefile new file mode 100644 index 000000000000..ab6157d18cd3 --- /dev/null +++ b/print/guitartex/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# New ports collection makefile for: GuitarTeX +# Date created: Jul 23, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= guitartex +PORTVERSION= 2.4.1 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +RUN_BUILD= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ + latex:${PORTSDIR}/print/latex + +USE_PERL5= yes +NO_BUILD= yes + +post-patch: + @${PERL} -pi -e "s,\"(.*\.gif)\",\"${DATADIR}/\1\",g" ${WRKSRC}/guitartex + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/guitartex ${PREFIX}/bin + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.gif ${WRKSRC}/*.ps ${DATADIR} + +.include <bsd.port.mk> diff --git a/print/guitartex/distinfo b/print/guitartex/distinfo new file mode 100644 index 000000000000..c2442bb06d9d --- /dev/null +++ b/print/guitartex/distinfo @@ -0,0 +1 @@ +MD5 (guitartex-2.4.1.tar.gz) = 8ab2f197dd7fa295bcfc0d6917ffddb2 diff --git a/print/guitartex/pkg-comment b/print/guitartex/pkg-comment new file mode 100644 index 000000000000..7647d98c3480 --- /dev/null +++ b/print/guitartex/pkg-comment @@ -0,0 +1 @@ +GuitarTeX converts the Chord format into "normal" LaTeX format diff --git a/print/guitartex/pkg-descr b/print/guitartex/pkg-descr new file mode 100644 index 000000000000..2ed67a226689 --- /dev/null +++ b/print/guitartex/pkg-descr @@ -0,0 +1,10 @@ +GuitarTeX converts the Chord format into "normal" LaTeX format like a kind +of preprocessor. This may be a single song or even a complete songbook. You +may as well translate your chord file directly into postscript or PDF format. + +If you know LaTeX, you may edit the output file. The advantage of GuitarTeX +is that you can use all LaTeX features to design a single song sheet or +songbook, e.g.: packages like graphics or MusicTeX, table of contents, +marginpar's, and so on. + +WWW: http://guitartex.sourceforge.net/ diff --git a/print/guitartex/pkg-plist b/print/guitartex/pkg-plist new file mode 100644 index 000000000000..f317de28cf24 --- /dev/null +++ b/print/guitartex/pkg-plist @@ -0,0 +1,11 @@ +bin/guitartex +share/guitartex/chord-common.ps +share/guitartex/down.gif +share/guitartex/filenew.gif +share/guitartex/fileopen.gif +share/guitartex/filesave.gif +share/guitartex/pdf.gif +share/guitartex/postscript.gif +share/guitartex/tex.gif +share/guitartex/up.gif +@dirrm share/guitartex |