summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-28 17:04:23 +0000
committerwiz <wiz>2000-12-28 17:04:23 +0000
commit7f5cdfe5c10fe8d4b0b77e9840dce8be2d885235 (patch)
treec0feb8a514e031bda4dbc8d8d146ac1f19b73fa6 /print
parentb9dc8ee1568e67a52dc03a17ce77b63bf1228344 (diff)
downloadpkgsrc-7f5cdfe5c10fe8d4b0b77e9840dce8be2d885235.tar.gz
Update to 1.3.119 because 1.3.86 didn't compile with python-2.0.
Changes since 1.3.86: Lots of bugfixes, new info documentation, and some new functionality.
Diffstat (limited to 'print')
-rw-r--r--print/lilypond/Makefile8
-rw-r--r--print/lilypond/files/md54
-rw-r--r--print/lilypond/files/patch-sum7
-rw-r--r--print/lilypond/patches/patch-aa31
-rw-r--r--print/lilypond/pkg/PLIST114
5 files changed, 102 insertions, 62 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 0177227cc56..b19b8a76448 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:32:11 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/12/28 17:04:23 wiz Exp $
#
-DISTNAME= lilypond-1.3.86
+DISTNAME= lilypond-1.3.119
CATEGORIES= print
MASTER_SITES= ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/
@@ -9,13 +9,15 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.cs.uu.nl/people/hanwen/lilypond/index.html
DEPENDS+= guile>=1.3.4:../../lang/guile
-DEPENDS+= python>=1.5.2:../../lang/python
+DEPENDS+= python>=2.0:../../lang/python
DEPENDS+= teTeX>=1.0.7:../../print/teTeX
GNU_CONFIGURE= YES
USE_GMAKE= YES
MAKEFILE= GNUmakefile
+INFO_FILES= lilypond.info lilypond-internals.info
+
CONFIGURE_ARGS+=--disable-kpathsea
.include "../../mk/bsd.pkg.mk"
diff --git a/print/lilypond/files/md5 b/print/lilypond/files/md5
index 1f6a46699ef..453ce0e5da6 100644
--- a/print/lilypond/files/md5
+++ b/print/lilypond/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/10/15 17:32:11 rh Exp $
+$NetBSD: md5,v 1.2 2000/12/28 17:04:24 wiz Exp $
-MD5 (lilypond-1.3.86.tar.gz) = 37a1896ab4a45b544a91d2498f161c8d
+MD5 (lilypond-1.3.119.tar.gz) = 3b449725b7d64583a6b899a74c634709
diff --git a/print/lilypond/files/patch-sum b/print/lilypond/files/patch-sum
index b6aa5f5d642..20a3174d34a 100644
--- a/print/lilypond/files/patch-sum
+++ b/print/lilypond/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/10/15 17:32:11 rh Exp $
+$NetBSD: patch-sum,v 1.2 2000/12/28 17:04:24 wiz Exp $
-MD5 (patch-aa) = 898b5b0caa75ff3b295fe6e19d8b2ccf
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/print/lilypond/patches/patch-aa b/print/lilypond/patches/patch-aa
deleted file mode 100644
index 1015261fdff..00000000000
--- a/print/lilypond/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:32:11 rh Exp $
-
---- Documentation/faq.texi.orig Sat Sep 16 14:35:18 2000
-+++ Documentation/faq.texi
-@@ -43,7 +43,7 @@
- Yes. Currently, all information on the mailing lists is available at
- gnu.org:
-
--@itemize
-+@itemize @bullet
- @item @uref{http://mail.gnu.org/mailman/listinfo/gnu-music-discuss}
- @item @uref{http://mail.gnu.org/mailman/listinfo/info-gnu-music}
- @item @uref{http://mail.gnu.org/mailman/listinfo/bug-gnu-music}
-@@ -53,7 +53,7 @@
- Archives of mail before September 12, 2000 are at
- @code{mail-archive.com}:
-
--@itemize
-+@itemize @bullet
- @item @uref{http://www.mail-archive.com/info-gnu-music@@gnu.org}
- @item @uref{http://www.mail-archive.com/help-gnu-music@@gnu.org}
- @item @uref{http://www.mail-archive.com/bug-gnu-music@@gnu.org})
-@@ -235,7 +235,7 @@
- @item If you update the Mudela file, run @code{lilypond infile.ly}
- and then @code{latex infile_lyN.tex}.
- @end itemize
--Another alternative is to use @command{mudela-book}, where smaller or
-+Another alternative is to use @code{mudela-book}, where smaller or
- larger music examples can be included in a LaTeX or Texinfo file.
-
- @subsubsection The tagline is visible in the .dvi file but is not printed on paper.
diff --git a/print/lilypond/pkg/PLIST b/print/lilypond/pkg/PLIST
index d4ec5cdb723..34d86d298ad 100644
--- a/print/lilypond/pkg/PLIST
+++ b/print/lilypond/pkg/PLIST
@@ -1,21 +1,43 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 17:32:11 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/12/28 17:04:24 wiz Exp $
bin/abc2ly
bin/as2text
-bin/convert-mudela
+bin/convert-ly
+bin/etf2ly
bin/lilypond
+bin/lilypond-book
bin/ly2dvi
bin/midi2ly
-bin/mudela-book
+bin/musedata2ly
+bin/pmx2ly
+@unexec install-info --delete --info-dir=%D/info %D/info/lilypond-internals.info
+@unexec install-info --delete --info-dir=%D/info %D/info/lilypond.info
+info/lilypond-internals.info
+info/lilypond-internals.info-1
+info/lilypond-internals.info-2
+info/lilypond-internals.info-3
+info/lilypond-internals.info-4
+info/lilypond-internals.info-5
+info/lilypond-internals.info-6
+info/lilypond.info
+info/lilypond.info-1
+info/lilypond.info-2
+info/lilypond.info-3
+@exec install-info --info-dir=%D/info %D/info/lilypond.info
+@exec install-info --info-dir=%D/info %D/info/lilypond-internals.info
man/man1/abc2ly.1
man/man1/as2text.1
-man/man1/convert-mudela.1
+man/man1/convert-ly.1
+man/man1/etf2ly.1
+man/man1/lilypond-book.1
man/man1/lilypond.1
man/man1/ly2dvi.1
man/man1/midi2ly.1
-man/man1/mudela-book.1
+man/man1/musedata2ly.1
+man/man1/pmx2ly.1
share/lilypond/afm/as-braces5.afm
share/lilypond/afm/as-braces9.afm
share/lilypond/afm/as-dummy.afm
+share/lilypond/afm/as-dummy1.afm
share/lilypond/afm/as-number1.afm
share/lilypond/afm/as-number4.afm
share/lilypond/afm/as5.afm
@@ -29,7 +51,6 @@ share/lilypond/afm/feta23.afm
share/lilypond/afm/feta26.afm
share/lilypond/ly/a4.ly
share/lilypond/ly/accordion-defs.ly
-share/lilypond/ly/auto-beam-settings.ly
share/lilypond/ly/book-fragment.ly
share/lilypond/ly/book-init.ly
share/lilypond/ly/catalan.ly
@@ -39,9 +60,11 @@ share/lilypond/ly/chord-modifiers.ly
share/lilypond/ly/declarations-as.ly
share/lilypond/ly/declarations.ly
share/lilypond/ly/deutsch.ly
+share/lilypond/ly/dynamic-scripts.ly
share/lilypond/ly/english.ly
share/lilypond/ly/engraver.ly
share/lilypond/ly/fragment.ly
+share/lilypond/ly/generate-documentation.ly
share/lilypond/ly/generic-paper.ly
share/lilypond/ly/init-as.fly
share/lilypond/ly/init-as.ly
@@ -74,10 +97,10 @@ share/lilypond/ly/scale-definitions.ly
share/lilypond/ly/script.ly
share/lilypond/ly/spanners.ly
share/lilypond/ly/svenska.ly
-share/lilypond/ly/textscripts.ly
share/lilypond/mf/as-braces5.af
share/lilypond/mf/as-braces9.af
share/lilypond/mf/as-dummy.af
+share/lilypond/mf/as-dummy1.af
share/lilypond/mf/as-number1.af
share/lilypond/mf/as-number4.af
share/lilypond/mf/as5.af
@@ -95,7 +118,17 @@ share/lilypond/mf/feta-braces16.mf
share/lilypond/mf/feta-braces20.mf
share/lilypond/mf/feta-braces23.mf
share/lilypond/mf/feta-braces26.mf
+share/lilypond/mf/feta-custodes.mf
+share/lilypond/mf/feta-din-code.mf
+share/lilypond/mf/feta-din.mf
share/lilypond/mf/feta-din10.mf
+share/lilypond/mf/feta-din11.mf
+share/lilypond/mf/feta-din13.mf
+share/lilypond/mf/feta-din4.mf
+share/lilypond/mf/feta-din5.mf
+share/lilypond/mf/feta-din6.mf
+share/lilypond/mf/feta-din7.mf
+share/lilypond/mf/feta-din8.mf
share/lilypond/mf/feta-eindelijk.mf
share/lilypond/mf/feta-generic.mf
share/lilypond/mf/feta-haak.mf
@@ -109,12 +142,10 @@ share/lilypond/mf/feta-ital-z.mf
share/lilypond/mf/feta-klef.mf
share/lilypond/mf/feta-macros.mf
share/lilypond/mf/feta-nummer-code.mf
-share/lilypond/mf/feta-nummer-generic.mf
share/lilypond/mf/feta-nummer.mf
share/lilypond/mf/feta-nummer10.mf
-share/lilypond/mf/feta-nummer12.mf
-share/lilypond/mf/feta-nummer14.mf
-share/lilypond/mf/feta-nummer3.mf
+share/lilypond/mf/feta-nummer11.mf
+share/lilypond/mf/feta-nummer13.mf
share/lilypond/mf/feta-nummer4.mf
share/lilypond/mf/feta-nummer5.mf
share/lilypond/mf/feta-nummer6.mf
@@ -150,10 +181,16 @@ share/lilypond/pfa/feta-braces20.pfa
share/lilypond/pfa/feta-braces23.pfa
share/lilypond/pfa/feta-braces26.pfa
share/lilypond/pfa/feta-din10.pfa
+share/lilypond/pfa/feta-din11.pfa
+share/lilypond/pfa/feta-din13.pfa
+share/lilypond/pfa/feta-din4.pfa
+share/lilypond/pfa/feta-din5.pfa
+share/lilypond/pfa/feta-din6.pfa
+share/lilypond/pfa/feta-din7.pfa
+share/lilypond/pfa/feta-din8.pfa
share/lilypond/pfa/feta-nummer10.pfa
-share/lilypond/pfa/feta-nummer12.pfa
-share/lilypond/pfa/feta-nummer14.pfa
-share/lilypond/pfa/feta-nummer3.pfa
+share/lilypond/pfa/feta-nummer11.pfa
+share/lilypond/pfa/feta-nummer13.pfa
share/lilypond/pfa/feta-nummer4.pfa
share/lilypond/pfa/feta-nummer5.pfa
share/lilypond/pfa/feta-nummer6.pfa
@@ -168,14 +205,36 @@ share/lilypond/pfa/feta23.pfa
share/lilypond/pfa/feta26.pfa
share/lilypond/ps/lily.ps
share/lilypond/ps/lilyponddefs.ps
-share/lilypond/scm/accordion-script.scm
-share/lilypond/scm/chord-names.scm
+share/lilypond/scm/ascii-script.scm
+share/lilypond/scm/auto-beam.scm
+share/lilypond/scm/backend-documentation-lib.scm
+share/lilypond/scm/basic-properties.scm
+share/lilypond/scm/beam.scm
+share/lilypond/scm/c++.scm
+share/lilypond/scm/chord-name.scm
+share/lilypond/scm/clef.scm
+share/lilypond/scm/documentation-lib.scm
+share/lilypond/scm/engraver-documentation-lib.scm
+share/lilypond/scm/font.scm
+share/lilypond/scm/foo.scm
+share/lilypond/scm/generate-documentation.scm
share/lilypond/scm/generic-property.scm
+share/lilypond/scm/grob-description.scm
+share/lilypond/scm/grob-property-description.scm
+share/lilypond/scm/interface-description.scm
share/lilypond/scm/lily.scm
share/lilypond/scm/midi.scm
+share/lilypond/scm/music-property-description.scm
+share/lilypond/scm/output-lib.scm
share/lilypond/scm/paper.scm
+share/lilypond/scm/ps.scm
share/lilypond/scm/script.scm
share/lilypond/scm/slur.scm
+share/lilypond/scm/standalone.scm
+share/lilypond/scm/tex.scm
+share/lilypond/scm/translator-description.scm
+share/lilypond/scm/translator-property-description.scm
+share/lilypond/tex/dyn.tex
share/lilypond/tex/feta11.tex
share/lilypond/tex/feta13.tex
share/lilypond/tex/feta16.tex
@@ -193,9 +252,15 @@ share/lilypond/tex/lilypond-plaintex.tex
share/lilypond/tex/lilyponddefs.tex
share/lilypond/tex/ltest.tex
share/lilypond/tex/mudela-book.tex
+share/lilypond/tex/number.tex
share/lilypond/tex/p.tex
share/lilypond/tex/pedal.tex
share/lilypond/tex/titledefs.tex
+share/lilypond/tfm.1
+share/lilypond/tfm.2
+share/lilypond/tfm.3
+share/lilypond/tfm.4
+share/lilypond/tfm.5
share/lilypond/tfm/feta-braces11.tfm
share/lilypond/tfm/feta-braces13.tfm
share/lilypond/tfm/feta-braces16.tfm
@@ -203,10 +268,16 @@ share/lilypond/tfm/feta-braces20.tfm
share/lilypond/tfm/feta-braces23.tfm
share/lilypond/tfm/feta-braces26.tfm
share/lilypond/tfm/feta-din10.tfm
+share/lilypond/tfm/feta-din11.tfm
+share/lilypond/tfm/feta-din13.tfm
+share/lilypond/tfm/feta-din4.tfm
+share/lilypond/tfm/feta-din5.tfm
+share/lilypond/tfm/feta-din6.tfm
+share/lilypond/tfm/feta-din7.tfm
+share/lilypond/tfm/feta-din8.tfm
share/lilypond/tfm/feta-nummer10.tfm
-share/lilypond/tfm/feta-nummer12.tfm
-share/lilypond/tfm/feta-nummer14.tfm
-share/lilypond/tfm/feta-nummer3.tfm
+share/lilypond/tfm/feta-nummer11.tfm
+share/lilypond/tfm/feta-nummer13.tfm
share/lilypond/tfm/feta-nummer4.tfm
share/lilypond/tfm/feta-nummer5.tfm
share/lilypond/tfm/feta-nummer6.tfm
@@ -219,11 +290,6 @@ share/lilypond/tfm/feta19.tfm
share/lilypond/tfm/feta20.tfm
share/lilypond/tfm/feta23.tfm
share/lilypond/tfm/feta26.tfm
-share/lilypond/tfm.1
-share/lilypond/tfm.2
-share/lilypond/tfm.3
-share/lilypond/tfm.4
-share/lilypond/tfm.5
share/locale/de/LC_MESSAGES/lilypond.mo
share/locale/fr/LC_MESSAGES/lilypond.mo
share/locale/it/LC_MESSAGES/lilypond.mo