summaryrefslogtreecommitdiff
path: root/print/lilypond
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-22Configure script demands c++ >=3.0.5, so set GCC_REQD to 3.0.5.wiz1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-10Fix installation of info files. We have to manually pass the --infodirjmmv1-2/+4
argument to the configure script to point to ${PREFIX}/info; otherwise they'd get installed in the lilypond/lilypond subdirectory, thus being unrecognized by the PLIST. Bump PKGREVISION to 2.
2005-02-02Depend on scrollkeeper to handle .omf files; pointed out by wiz@.jmmv2-300/+7
While here, fix handling of info files; thanks to seb@. Bump PKGREVISION to 1.
2005-01-07Remove myself as the MAINTAINER for this package.rh1-2/+2
2004-12-31Add some patches to make this work with mftrace>1.1, andwiz5-2/+46
depend on it.
2004-12-31Add some missing dirrms.wiz1-1/+4
XXX: are info files really needed here?.
2004-12-30Add [0-9]* to pattern for safety.wiz1-2/+2
2004-12-30update to lilypond-2.4.3.dmcmahill4-399/+851
This represents a major version bump and with it many many improvements and changes which are far to long to summarize here. One important change is that this version works with gcc3.
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Convert to buildlink3.snj1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-09Remove info files entries from PLIST.seb1-22/+1
XXX Does not build with gcc3
2004-02-20Correct HOMEPAGE.minskim1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+2
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-04Convert to USE_NEW_TEXINFO.seb2-7/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-1/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-01-10USE_PKGLOCALEDIR=yescjep1-5/+6
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-04NetBSD bison packages 1.75 and 1.875 are no good for building this packagecjep1-2/+2
so insist on 1.875nb1.
2002-10-09buildlink1 -> buildlink2.wiz1-3/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-05-20Update to 1.4.13, by Ingolf Steinbach in pkg/16908, with minimal changes.wiz4-101/+208
Major news for the 1.4 releases: DESIGN * More pervasive GUILE integration resulting in improved design and implementation. LilyPond is smaller, cleaner, more flexible, etc. - Improved speed with comparable memory footprint - More tweakability using less memory with the new `property push' mechanism. - Improved robustness: Lily almost never crashes. - Access to internal music representation * New font selection scheme similar to Latex-NFSS. * Flexible formatting mechanism for musical texts. * Chordnames are now configurable in every respect * Part combining for orchestral scores and hymns: two voices are combined into a staff automatically, including Solo/a2 indications as appropriate. ERGONOMICS * Point and click functionality using emacs and Xdvi. * Rewritten Emacs mode * Cleaned up syntax details * Comprehensive documentation, including a rewritten tutorial. * All properties have doc strings, and internal documentation is generated automatically. * Windows point-and-click installer NOTATION FEATURES * Piano pedals, Arpeggios, Glissandi, many more note head shapes, Medieval clefs, custodes. * Better lyrics placement: Automatical phrasing, melisma alignment, and stanza numbering. * Typography: More elegant slurs, aligned dynamics, text crescendos, * Easy-play note heads * ASCIIScript: ASCII-art output * Improved standalone postscript layout. IMPORT/EXPORT * dynamics, tempo changes in the MIDI output * Finale (.etf), PMX, Musedata and Mup import tools. MISCELLANEOUS * Mutopia ports collection: easily accessible music archive. * Translations into Japanese, French and Russian * Many many many bugfixes.
2002-04-14Add build dependency on bison>=1.32rh1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-18Introduce new framework for handling info files generation and installation.seb2-6/+7
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-08Fix GNU make rules for bison C++ parser . How was this working before ?seb2-1/+22
2002-01-18use python buildlinkdrochner1-2/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-20Move to sha1 digests, where appropriate and possible, and add distfileagc1-2/+3
sizes.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Update to 1.3.119 because 1.3.86 didn't compile with python-2.0.wiz5-62/+102
Changes since 1.3.86: Lots of bugfixes, new info documentation, and some new functionality.
2000-10-15Initial import of lilypond-1.3.86, the GNU music typesetter.rh7-0/+323