Index: head/print/lilypond-devel/Makefile =================================================================== --- head/print/lilypond-devel/Makefile (revision 461328) +++ head/print/lilypond-devel/Makefile (revision 461329) @@ -1,85 +1,86 @@ # Created by: patrick, trevor # $FreeBSD$ PORTNAME= lilypond -PORTVERSION= 2.19.57 +DISTVERSION= 2.19.81 CATEGORIES= print audio -MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ +MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ \ + http://lilypond.org/downloads/sources/v${PORTVERSION:R}/ PKGNAMESUFFIX= -devel MAINTAINER= m.ne@gmx.net COMMENT= GNU music typesetter LICENSE= GPLv3 BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ t1ascii:print/t1utils \ bash:shells/bash \ convert:graphics/ImageMagick \ dblatex:textproc/dblatex \ fontforge:print/fontforge \ help2man:misc/help2man \ pngtopnm:graphics/netpbm \ rsync:net/rsync \ texi2html:textproc/texi2html \ zip:archivers/zip RUN_DEPENDS= mftrace:print/mftrace \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu LIB_DEPENDS= libltdl.so:devel/libltdl \ libguile.so:lang/guile \ libgmp.so:math/gmp \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig INFO= internals \ lilypond-changes \ lilypond-contributor \ lilypond-essay \ lilypond-extending \ lilypond-internals \ lilypond-learning \ lilypond-notation \ lilypond-snippets \ lilypond-usage \ lilypond-web \ music-glossary USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ compiler:gcc-c++11-lib python:-3 USE_CXXSTD= c++11 USE_TEX= latex texmf USE_PERL5= build USE_GNOME= pango MAKEFILE= GNUmakefile GNU_MAKEFILE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-texgyre-dir=${LOCALBASE}/${TEXMFDISTDIR}/fonts/opentype/public/tex-gyre \ - --with-python-include=${PYTHON_INCLUDEDIR} + --with-python-include=${PYTHON_INCLUDEDIR} --without-urwotf-dir CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \ FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR} ALL_TARGET= all -NO_CCACHE= yes - PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes post-patch: - ${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \ + @${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \ ${REINPLACE_CMD} -e 's|isinf[ ]*(|::isinf(|g' -e 's|isnan|::isnan|g' - ${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ + @${REINPLACE_CMD} -e 's||"/usr/include/FlexLexer.h"|' \ ${WRKSRC}/lily/include/includable-lexer.hh + ${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \ + ${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf post-patch-NLS-off: - ${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in + @${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilypond (cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${PORTVERSION} current) .include Index: head/print/lilypond-devel/distinfo =================================================================== --- head/print/lilypond-devel/distinfo (revision 461328) +++ head/print/lilypond-devel/distinfo (revision 461329) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489482521 -SHA256 (lilypond-2.19.57.tar.gz) = be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a -SIZE (lilypond-2.19.57.tar.gz) = 17182103 +TIMESTAMP = 1517308646 +SHA256 (lilypond-2.19.81.tar.gz) = 2ac299045dc4a8fa3bd7c67af7b06877b21cdb50321fec5baa558e3173ed646c +SIZE (lilypond-2.19.81.tar.gz) = 17303532 Index: head/print/lilypond-devel/files/fonts.conf =================================================================== --- head/print/lilypond-devel/files/fonts.conf (nonexistent) +++ head/print/lilypond-devel/files/fonts.conf (revision 461329) @@ -0,0 +1,6 @@ + + + + + %%FONTDIR%% + Property changes on: head/print/lilypond-devel/files/fonts.conf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/lilypond-devel/files/patch-configure =================================================================== --- head/print/lilypond-devel/files/patch-configure (revision 461328) +++ head/print/lilypond-devel/files/patch-configure (revision 461329) @@ -1,78 +1,82 @@ ---- configure.orig 2017-02-12 12:13:29 UTC +--- configure.orig 2017-10-15 16:42:11 UTC +++ configure -@@ -11503,74 +11503,7 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" +@@ -11527,75 +11527,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" if test $? -eq 0 -a -n "0.9.0"; then - r="`eval echo '$'"PKG_CONFIG"`" - { $as_echo "$as_me:$LINENO: checking $r version" >&5 -$as_echo_n "checking $r version... " >&6; } - exe=` - ## which doesn't work in ash, if /usr/bin/which isn't installed - ## type -p doesn't work in ash - ## command -v doesn't work in zsh - ## command -v "$r" 2>&1 - ## this test should work in ash, bash, pdksh (ksh), zsh - type -p $r 2>/dev/null | tail -n 1 | awk '{print $NF}' -` - if test -n ""; then - ver="" - else - ver=` - ## "$exe" --version 2>&1 | grep -v '^$' | head -n 1 | awk '{print $NF}' - ## - ## ARG. - ## Workaround for broken Debian gcc version string: - ## gcc (GCC) 3.1.1 20020606 (Debian prerelease) - ## - ## -V: Workaround for python - - #dnl - - ## Assume and hunt for dotted version multiplet. - ## use eval trickery, because we cannot use multi-level $() instead of `` - ## for compatibility reasons. - - ## grab the first version number in --version output. - eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | - grep -E '(^| )[0-9][0-9]*\.[0-9]' | - head -n 1 | - tr ' ' '\n' | - sed 's/\([0-9][0-9]*\.[0-9][0-9.]*\).*/\1/g' | - grep -E '(^| )[0-9][0-9]*\.[0-9]' | - head -n 1\`\" - - if test -z "$_ver"; then - ## If empty, try date [fontforge] - eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 \ - | grep '\(^\|[^0-9a-f]\)[0-9]\{6,8\}\([^0-9a-f]\|$\)' \ - | head -n 1 \ - | sed -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\" - fi - echo "$_ver" - #dnl -` - fi - num=` - echo "$ver" | awk -F. ' - { - if ($3) {three = $3} - else {three = 0} - } - {printf "%.0f\n", $1*1000000 + $2*1000 + three}' -` - req=` - echo "0.9.0" | awk -F. ' - { - if ($3) {three = $3} - else {three = 0} - } - {printf "%.0f\n", $1*1000000 + $2*1000 + three}' -` - { $as_echo "$as_me:$LINENO: result: $ver" >&5 -$as_echo "$ver" >&6; } - if test "$num" -lt "$req"; then -+ if $exe --atleast-pkgconfig-version 0.9.0; then - +- ++ $PKG_CONFIG --atleast-pkgconfig-version 0.9.0 ++ ++ if test ! $?; then ++ ver=`$PKG_CONFIG --version` eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\" + fi Index: head/print/lilypond-devel/pkg-plist =================================================================== --- head/print/lilypond-devel/pkg-plist (revision 461328) +++ head/print/lilypond-devel/pkg-plist (revision 461329) @@ -1,388 +1,389 @@ bin/abc2ly bin/convert-ly bin/etf2ly bin/lilymidi bin/lilypond bin/lilypond-book bin/lilypond-invoke-editor bin/lilysong bin/midi2ly bin/musicxml2ly man/man1/abc2ly.1.gz man/man1/convert-ly.1.gz man/man1/etf2ly.1.gz man/man1/lilymidi.1.gz man/man1/lilypond-book.1.gz man/man1/lilypond-invoke-editor.1.gz man/man1/lilypond.1.gz man/man1/lilysong.1.gz man/man1/midi2ly.1.gz man/man1/musicxml2ly.1.gz share/emacs/site-lisp/lilypond-font-lock.el share/emacs/site-lisp/lilypond-indent.el share/emacs/site-lisp/lilypond-init.el share/emacs/site-lisp/lilypond-mode.el share/emacs/site-lisp/lilypond-song.el share/emacs/site-lisp/lilypond-what-beat.el share/emacs/site-lisp/lilypond-words.el %%DATADIR%%/%%PORTVERSION%%/fonts/00-lilypond-fonts.conf %%DATADIR%%/%%PORTVERSION%%/fonts/99-lilypond-fonts.conf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-11.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-13.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-14.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-16.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-18.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-20.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-23.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-26.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/emmentaler-brace.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-bold.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-bolditalic.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-italic.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyrecursor-regular.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-bold.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-bolditalic.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-italic.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreheros-regular.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-bold.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-bolditalic.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-italic.otf %%DATADIR%%/%%PORTVERSION%%/fonts/otf/texgyreschola-regular.otf %%DATADIR%%/%%PORTVERSION%%/fonts/source/common-modules-and-initialization.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/debugging-settings.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/declare-autometric-parameters.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-accidentals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-accordion.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-alphabet26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-arrow.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-arrowheads.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-autometric.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-a.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-b.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-c.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-d.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-e.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-f.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-g.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-h.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces-i.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-braces.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-brackettips.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-clefs.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-dots.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-dynamics.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flags26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-flats.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-macros.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-naturals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-noteheads26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-numbers.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-other-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-params.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-parenthesis.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-pedals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-rests.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-scripts.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-sharps.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-ties.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-timesignatures.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta-trills.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/feta26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-accidentals.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-clefs.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-custodes.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-dots.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-flags.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-macros.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-noteheads26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-other-generic.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-rests.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-scripts.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan-timesignatures.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan11.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan13.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan14.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan16.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan18.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan20.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan23.mf %%DATADIR%%/%%PORTVERSION%%/fonts/source/parmesan26.mf %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-11.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-11.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-13.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-13.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-14.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-14.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-16.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-16.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-18.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-18.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-20.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-20.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-23.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-23.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-26.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-26.woff %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-brace.svg %%DATADIR%%/%%PORTVERSION%%/fonts/svg/emmentaler-brace.woff %%DATADIR%%/%%PORTVERSION%%/ly/Welcome-to-LilyPond-MacOS.ly %%DATADIR%%/%%PORTVERSION%%/ly/Welcome_to_LilyPond.ly %%DATADIR%%/%%PORTVERSION%%/ly/arabic.ly %%DATADIR%%/%%PORTVERSION%%/ly/articulate.ly %%DATADIR%%/%%PORTVERSION%%/ly/bagpipe.ly %%DATADIR%%/%%PORTVERSION%%/ly/base-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/catalan.ly %%DATADIR%%/%%PORTVERSION%%/ly/chord-modifiers-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/chord-repetition-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/context-mods-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/declarations-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/deutsch.ly %%DATADIR%%/%%PORTVERSION%%/ly/drumpitch-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/dynamic-scripts-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/english.ly %%DATADIR%%/%%PORTVERSION%%/ly/engraver-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/espanol.ly %%DATADIR%%/%%PORTVERSION%%/ly/event-listener.ly %%DATADIR%%/%%PORTVERSION%%/ly/festival.ly %%DATADIR%%/%%PORTVERSION%%/ly/generate-documentation.ly %%DATADIR%%/%%PORTVERSION%%/ly/generate-interface-doc-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/grace-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/graphviz-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/gregorian.ly %%DATADIR%%/%%PORTVERSION%%/ly/guile-debugger.ly %%DATADIR%%/%%PORTVERSION%%/ly/init.ly %%DATADIR%%/%%PORTVERSION%%/ly/italiano.ly %%DATADIR%%/%%PORTVERSION%%/ly/lilypond-book-preamble.ly %%DATADIR%%/%%PORTVERSION%%/ly/lyrics-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/makam.ly %%DATADIR%%/%%PORTVERSION%%/ly/midi-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/music-functions-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/nederlands.ly %%DATADIR%%/%%PORTVERSION%%/ly/norsk.ly %%DATADIR%%/%%PORTVERSION%%/ly/paper-defaults-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/performer-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/piano-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/portugues.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-fretboards-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-guitar-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-guitar-ninth-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-mandolin-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/predefined-ukulele-fretboards.ly %%DATADIR%%/%%PORTVERSION%%/ly/property-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/satb.ly %%DATADIR%%/%%PORTVERSION%%/ly/scale-definitions-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/scheme-sandbox.ly %%DATADIR%%/%%PORTVERSION%%/ly/script-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/spanners-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/ssaattbb.ly %%DATADIR%%/%%PORTVERSION%%/ly/staff-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/string-tunings-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/suomi.ly %%DATADIR%%/%%PORTVERSION%%/ly/svenska.ly %%DATADIR%%/%%PORTVERSION%%/ly/text-replacements.ly %%DATADIR%%/%%PORTVERSION%%/ly/titling-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/toc-init.ly %%DATADIR%%/%%PORTVERSION%%/ly/vlaams.ly %%DATADIR%%/%%PORTVERSION%%/ly/vocal-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ly/voice-tkit.ly %%DATADIR%%/%%PORTVERSION%%/ps/encodingdefs.ps %%DATADIR%%/%%PORTVERSION%%/ps/lilyponddefs.ps %%DATADIR%%/%%PORTVERSION%%/ps/music-drawing-routines.ps %%DATADIR%%/%%PORTVERSION%%/python/book_base.py %%DATADIR%%/%%PORTVERSION%%/python/book_base.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_docbook.py %%DATADIR%%/%%PORTVERSION%%/python/book_docbook.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_html.py %%DATADIR%%/%%PORTVERSION%%/python/book_html.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_latex.py %%DATADIR%%/%%PORTVERSION%%/python/book_latex.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_snippets.py %%DATADIR%%/%%PORTVERSION%%/python/book_snippets.pyc %%DATADIR%%/%%PORTVERSION%%/python/book_texinfo.py %%DATADIR%%/%%PORTVERSION%%/python/book_texinfo.pyc %%DATADIR%%/%%PORTVERSION%%/python/convertrules.py %%DATADIR%%/%%PORTVERSION%%/python/convertrules.pyc %%DATADIR%%/%%PORTVERSION%%/python/fontextract.py %%DATADIR%%/%%PORTVERSION%%/python/fontextract.pyc %%DATADIR%%/%%PORTVERSION%%/python/langdefs.py %%DATADIR%%/%%PORTVERSION%%/python/langdefs.pyc %%DATADIR%%/%%PORTVERSION%%/python/lilylib.py %%DATADIR%%/%%PORTVERSION%%/python/lilylib.pyc %%DATADIR%%/%%PORTVERSION%%/python/midi.py %%DATADIR%%/%%PORTVERSION%%/python/midi.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicexp.py %%DATADIR%%/%%PORTVERSION%%/python/musicexp.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicxml.py %%DATADIR%%/%%PORTVERSION%%/python/musicxml.pyc %%DATADIR%%/%%PORTVERSION%%/python/musicxml2ly_conversion.py %%DATADIR%%/%%PORTVERSION%%/python/musicxml2ly_conversion.pyc %%DATADIR%%/%%PORTVERSION%%/python/rational.py %%DATADIR%%/%%PORTVERSION%%/python/rational.pyc %%DATADIR%%/%%PORTVERSION%%/python/safeeval.py %%DATADIR%%/%%PORTVERSION%%/python/safeeval.pyc %%DATADIR%%/%%PORTVERSION%%/python/utilities.py %%DATADIR%%/%%PORTVERSION%%/python/utilities.pyc %%DATADIR%%/%%PORTVERSION%%/scm/accreg.scm %%DATADIR%%/%%PORTVERSION%%/scm/auto-beam.scm %%DATADIR%%/%%PORTVERSION%%/scm/autochange.scm %%DATADIR%%/%%PORTVERSION%%/scm/backend-library.scm %%DATADIR%%/%%PORTVERSION%%/scm/bar-line.scm %%DATADIR%%/%%PORTVERSION%%/scm/bezier-tools.scm %%DATADIR%%/%%PORTVERSION%%/scm/c++.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-entry.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-generic-names.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-ignatzek-names.scm %%DATADIR%%/%%PORTVERSION%%/scm/chord-name.scm %%DATADIR%%/%%PORTVERSION%%/scm/clip-region.scm %%DATADIR%%/%%PORTVERSION%%/scm/coverage.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-context-properties.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-event-classes.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-grob-interfaces.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-grob-properties.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-grobs.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-markup-commands.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-callbacks.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-display-methods.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-properties.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-music-types.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-note-names.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-stencil-commands.scm %%DATADIR%%/%%PORTVERSION%%/scm/define-woodwind-diagrams.scm %%DATADIR%%/%%PORTVERSION%%/scm/display-lily.scm %%DATADIR%%/%%PORTVERSION%%/scm/display-woodwind-diagrams.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-backend.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-context-mods.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-functions.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-identifiers.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-markup.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-music.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-translation.scm %%DATADIR%%/%%PORTVERSION%%/scm/document-type-predicates.scm %%DATADIR%%/%%PORTVERSION%%/scm/documentation-generate.scm %%DATADIR%%/%%PORTVERSION%%/scm/documentation-lib.scm %%DATADIR%%/%%PORTVERSION%%/scm/editor.scm %%DATADIR%%/%%PORTVERSION%%/scm/encoding.scm %%DATADIR%%/%%PORTVERSION%%/scm/file-cache.scm %%DATADIR%%/%%PORTVERSION%%/scm/flag-styles.scm %%DATADIR%%/%%PORTVERSION%%/scm/font.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-eps.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-null.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-ps.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-scm.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-socket.scm %%DATADIR%%/%%PORTVERSION%%/scm/framework-svg.scm %%DATADIR%%/%%PORTVERSION%%/scm/fret-diagrams.scm %%DATADIR%%/%%PORTVERSION%%/scm/graphviz.scm %%DATADIR%%/%%PORTVERSION%%/scm/guile-debugger.scm %%DATADIR%%/%%PORTVERSION%%/scm/harp-pedals.scm %%DATADIR%%/%%PORTVERSION%%/scm/layout-beam.scm %%DATADIR%%/%%PORTVERSION%%/scm/layout-slur.scm %%DATADIR%%/%%PORTVERSION%%/scm/lily-library.scm %%DATADIR%%/%%PORTVERSION%%/scm/lily-sort.scm %%DATADIR%%/%%PORTVERSION%%/scm/lily.scm %%DATADIR%%/%%PORTVERSION%%/scm/ly-syntax-constructors.scm %%DATADIR%%/%%PORTVERSION%%/scm/markup-macros.scm %%DATADIR%%/%%PORTVERSION%%/scm/markup.scm %%DATADIR%%/%%PORTVERSION%%/scm/memory-trace.scm %%DATADIR%%/%%PORTVERSION%%/scm/midi.scm %%DATADIR%%/%%PORTVERSION%%/scm/modal-transforms.scm %%DATADIR%%/%%PORTVERSION%%/scm/music-functions.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-lib.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-ps.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-socket.scm %%DATADIR%%/%%PORTVERSION%%/scm/output-svg.scm %%DATADIR%%/%%PORTVERSION%%/scm/page.scm %%DATADIR%%/%%PORTVERSION%%/scm/paper-system.scm %%DATADIR%%/%%PORTVERSION%%/scm/paper.scm %%DATADIR%%/%%PORTVERSION%%/scm/parser-clef.scm %%DATADIR%%/%%PORTVERSION%%/scm/parser-ly-from-scheme.scm %%DATADIR%%/%%PORTVERSION%%/scm/part-combiner.scm %%DATADIR%%/%%PORTVERSION%%/scm/predefined-fretboards.scm %%DATADIR%%/%%PORTVERSION%%/scm/ps-to-png.scm %%DATADIR%%/%%PORTVERSION%%/scm/safe-lily.scm %%DATADIR%%/%%PORTVERSION%%/scm/safe-utility-defs.scm %%DATADIR%%/%%PORTVERSION%%/scm/scheme-engravers.scm %%DATADIR%%/%%PORTVERSION%%/scm/script.scm %%DATADIR%%/%%PORTVERSION%%/scm/skyline.scm %%DATADIR%%/%%PORTVERSION%%/scm/song-util.scm %%DATADIR%%/%%PORTVERSION%%/scm/song.scm %%DATADIR%%/%%PORTVERSION%%/scm/standalone.scm %%DATADIR%%/%%PORTVERSION%%/scm/stencil.scm %%DATADIR%%/%%PORTVERSION%%/scm/tablature.scm %%DATADIR%%/%%PORTVERSION%%/scm/text.scm %%DATADIR%%/%%PORTVERSION%%/scm/time-signature-settings.scm %%DATADIR%%/%%PORTVERSION%%/scm/time-signature.scm %%DATADIR%%/%%PORTVERSION%%/scm/titling.scm %%DATADIR%%/%%PORTVERSION%%/scm/to-xml.scm %%DATADIR%%/%%PORTVERSION%%/scm/translation-functions.scm %%DATADIR%%/%%PORTVERSION%%/scm/x11-color.scm %%DATADIR%%/%%PORTVERSION%%/tex/lilypond-tex-metrics.tex +%%DATADIR%%/%%PORTVERSION%%/tex/texinfo-ja.tex %%DATADIR%%/%%PORTVERSION%%/vim/compiler/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/ftdetect/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/ftplugin/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/indent/lilypond.vim %%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond-words %%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond-words.vim %%DATADIR%%/%%PORTVERSION%%/vim/syntax/lilypond.vim %%DATADIR%%/current %%NLS%%share/locale/ca/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/cs/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/da/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/de/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/el/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/eo/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/es/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/fi/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/fr/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/it/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/ja/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/nl/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/ru/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/sv/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/tr/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/uk/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/vi/LC_MESSAGES/lilypond.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/lilypond.mo