aboutsummaryrefslogtreecommitdiff
path: root/print/lilypond-devel/files
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2003-11-20 20:15:42 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2003-11-20 20:15:42 +0000
commit9869294faa57b8965984ee53acc0164b28d9f567 (patch)
tree27ee5834cd292af69978480b49e6f4c31caf7757 /print/lilypond-devel/files
parentcee649675ffe6546b9c5761b109c81395157c05b (diff)
downloadports-9869294faa57b8965984ee53acc0164b28d9f567.tar.gz
ports-9869294faa57b8965984ee53acc0164b28d9f567.zip
Notes
Diffstat (limited to 'print/lilypond-devel/files')
-rw-r--r--print/lilypond-devel/files/extra-patch:GNUmakefile.in16
-rw-r--r--print/lilypond-devel/files/patch-Doc-user-GNUmakefile13
-rw-r--r--print/lilypond-devel/files/patch-Doc:user:lilypond.tely19
-rw-r--r--print/lilypond-devel/files/patch-Doc:user:music-glossary.tely21
-rw-r--r--print/lilypond-devel/files/patch-make-ly-rules.make11
-rw-r--r--print/lilypond-devel/files/patch-scm:documentation-generate.scm11
-rw-r--r--print/lilypond-devel/files/pkg-install.in10
7 files changed, 101 insertions, 0 deletions
diff --git a/print/lilypond-devel/files/extra-patch:GNUmakefile.in b/print/lilypond-devel/files/extra-patch:GNUmakefile.in
new file mode 100644
index 000000000000..b8ebb3980ff3
--- /dev/null
+++ b/print/lilypond-devel/files/extra-patch:GNUmakefile.in
@@ -0,0 +1,16 @@
+--- GNUmakefile.in.orig Wed Oct 15 15:53:47 2003
++++ GNUmakefile.in Wed Oct 15 15:54:18 2003
+@@ -9,12 +9,11 @@
+ # descent order into subdirectories
+ #
+ SUBDIRS = buildscripts python scripts \
+- elisp \
+ flower lily \
+ mf ly tex ps scm \
+ po make \
+ cygwin debian stepmake \
+- Documentation input
++ input
+ #
+
+ SCRIPTS = configure aclocal.m4 autogen.sh lexer-gcc-3.1.sh
diff --git a/print/lilypond-devel/files/patch-Doc-user-GNUmakefile b/print/lilypond-devel/files/patch-Doc-user-GNUmakefile
new file mode 100644
index 000000000000..9f7adb736a7e
--- /dev/null
+++ b/print/lilypond-devel/files/patch-Doc-user-GNUmakefile
@@ -0,0 +1,13 @@
+--- Documentation/user/GNUmakefile.orig Sat Sep 20 00:36:19 2003
++++ Documentation/user/GNUmakefile Sat Sep 20 00:36:30 2003
+@@ -24,9 +24,7 @@
+ INFO_DOCS = lilypond lilypond-internals music-glossary
+ INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
+
+-STEPMAKE_TEMPLATES=tex texinfo omf documentation
+-
+-OMF_FILES += $(outdir)/lilypond-internals.html.omf
++STEPMAKE_TEMPLATES=tex texinfo documentation
+
+ LOCALSTEPMAKE_TEMPLATES=lilypond ly
+ LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
diff --git a/print/lilypond-devel/files/patch-Doc:user:lilypond.tely b/print/lilypond-devel/files/patch-Doc:user:lilypond.tely
new file mode 100644
index 000000000000..c134df84675b
--- /dev/null
+++ b/print/lilypond-devel/files/patch-Doc:user:lilypond.tely
@@ -0,0 +1,19 @@
+--- Documentation/user/lilypond.tely.orig Sat Sep 27 11:16:47 2003
++++ Documentation/user/lilypond.tely Mon Oct 6 16:04:34 2003
+@@ -17,16 +17,6 @@
+ @direntry
+ @c ;; prepend GNU for dir, must be unique
+ * GNU LilyPond: (lilypond). The GNU music typesetter.
+-* lilypond: (lilypond)Invoking lilypond:: Titling LilyPond scores.
+-* Glossary: (music-glossary). Glossary of music terms.
+-* convert-ly: (lilypond)Invoking convert-ly:: Older LilyPond versions.
+-* midi2ly: (lilypond)Invoking midi2ly:: Importing MIDI.
+-* etf2ly: (lilypond)Invoking etf2ly:: Importing Finale.
+-* abc2ly: (lilypond)Invoking abc2ly:: Importing ABC.
+-* pmx2ly: (lilypond)Invoking pmx2ly:: Importing PMX.
+-* musedata2ly: (lilypond)Invoking musedata2ly::
+- Importing Musedata.
+-* mup2ly: (lilypond)Invoking mup2ly:: Importing MUP.
+ @end direntry
+
+
diff --git a/print/lilypond-devel/files/patch-Doc:user:music-glossary.tely b/print/lilypond-devel/files/patch-Doc:user:music-glossary.tely
new file mode 100644
index 000000000000..96cf14e64e72
--- /dev/null
+++ b/print/lilypond-devel/files/patch-Doc:user:music-glossary.tely
@@ -0,0 +1,21 @@
+--- Documentation/user/music-glossary.tely.orig Mon Oct 6 16:04:06 2003
++++ Documentation/user/music-glossary.tely Mon Oct 6 16:04:24 2003
+@@ -2,6 +2,18 @@
+ @settitle Music Glossary
+ @setfilename music-glosssary.info
+
++@ignore
++Distributions will want to install lilypond.info doing:
++
++ ./install-info --info-dir=/usr/share/info out/lilypond.info
++
++@end ignore
++@dircategory GNU music project
++@direntry
++@c ;; prepend GNU for dir, must be unique
++* Music Glossary: (music-glossary). Glossary of music terms.
++@end direntry
++
+
+ @ifhtml
+ This document is also available in @uref{music-glossary.ps.gz,gzipped
diff --git a/print/lilypond-devel/files/patch-make-ly-rules.make b/print/lilypond-devel/files/patch-make-ly-rules.make
new file mode 100644
index 000000000000..6b258bc336e5
--- /dev/null
+++ b/print/lilypond-devel/files/patch-make-ly-rules.make
@@ -0,0 +1,11 @@
+--- make/ly-rules.make.orig Tue Sep 23 20:50:18 2003
++++ make/ly-rules.make Thu Sep 25 10:37:07 2003
+@@ -33,7 +33,7 @@
+
+ # nfo: info from non-lily texi
+ $(outdir)/%.info: $(outdir)/%.nexi
+- $(MAKEINFO) --output=$(outdir)/$(*F).info $<
++ $(MAKEINFO) --no-split --output=$(outdir)/$(*F).info $<
+
+ # nfo: info from non-lily texi
+ #$(outdir)/%.nfo: $(outdir)/%.nexi
diff --git a/print/lilypond-devel/files/patch-scm:documentation-generate.scm b/print/lilypond-devel/files/patch-scm:documentation-generate.scm
new file mode 100644
index 000000000000..4bac6208760d
--- /dev/null
+++ b/print/lilypond-devel/files/patch-scm:documentation-generate.scm
@@ -0,0 +1,11 @@
+--- scm/documentation-generate.scm.orig Mon Oct 6 15:28:49 2003
++++ scm/documentation-generate.scm Mon Oct 6 15:29:09 2003
+@@ -43,7 +43,7 @@
+ (display
+ (string-append
+ "@c -*-texinfo-*-"
+- (texi-file-head "LilyPond program-reference" outname "(lilypond-internals.info)")
++ (texi-file-head "LilyPond program-reference" file-name "(lilypond-internals.info)")
+ "
+
+ @ifhtml
diff --git a/print/lilypond-devel/files/pkg-install.in b/print/lilypond-devel/files/pkg-install.in
new file mode 100644
index 000000000000..81572f5e7a9d
--- /dev/null
+++ b/print/lilypond-devel/files/pkg-install.in
@@ -0,0 +1,10 @@
+#!/bin/sh
+LOCALBASE="%%LOCALBASE%%"
+DATADIRVERSION="%%DATADIRVERSION%%"
+case $2 in
+ POST-INSTALL)
+ PATH=${LOCALBASE}/bin:${PATH}
+ export TEXMF="{${DATADIRVERSION},"`kpsexpand \\$TEXMF`"}"
+ texhash
+ ;;
+esac