summaryrefslogtreecommitdiff
path: root/print/lilypond
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-07-31Update to 2.14.2ryoon3-91/+85
* Update MASTER_SITES. Changelog: * New scripts introduced. * MIDI input and output are improved. * Some notation improvements. * Some new signs are introduced. * Unicode Bidirectional Algorithm is fully supported. * and so on. see NEWS.txt.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-03-09Add dependency to texi2html, fontforge, and t1utils.ryoon1-1/+4
2011-03-08Set LICENSE.ryoon1-1/+2
2011-03-08Fix PR pkg/44693ryoon1-9/+3
* Update HOMEPAGE. * Remove dependency to ec-fonts-mftraced and mftrace. * Works fine with python26, delete PYTHON_VERSIONS_ACCEPTED. * Bump PKGREVISION.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-12-01-catch up with the ghostscript font changes a while agodrochner2-8/+9
-update to 2.12.3 changes: -MacOSX GUI fixes -bugfixes
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-25/+1
2009-06-03Update to 2.12.2. The list of upstream changes is too massive to put ithasso6-117/+114
here (almost two years of development). http://lilypond.org/doc/v2.12/Documentation/topdocs/NEWS.html has nice list of new features.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz1-2/+2
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz1-2/+2
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-18Fix a few problems:wiz5-4/+34
. Fontforge version comparison in configure script is broken, because the numbers get too big for test(1). Comment it out, we know the pkgsrc version is new enough. . Do not install any emacs lisp files. Should be a separate package. . Give path to Century New Schoolbook L fonts to configure script directly. There seems to be some problem with fc-match in a sandbox (to be investigated). Bump PKGREVISION for PLIST change. Changes created in cooperation with dillo@ and schmonz@ at pkgsrcCon 2008.
2008-06-10Needs pkg-config, and does not like python<2.4.wiz1-4/+3
XXX: still does not build for me because it does not accept fontforge.
2008-05-14Update to 2.10.33sborrill1-0/+12
2008-05-14Update to 2.10.33.sborrill4-353/+153
Changes are too numerous to mention. N.B. I've removed the dependency on emacs, it was only used to create the folder to install a single folder in and worse still, PLIST used EMACS_LISPPREFIX but this wasn't used by Lilypond.
2006-12-31Master site's layout has been changed.obache1-2/+2
2006-12-29Update lilypond to 2.4.6.obache6-52/+14
This release backports the tieWaitForNote feature and has support for tetex-3.0 and some fixes.
2006-09-11Needs msgfmt. XXX Where does inimf come from?joerg1-2/+2
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-08-31Lilypond needs Perl to build.rillig1-2/+2
2006-08-08USE_TOOLS+=flexminskim1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-13/+13
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-06List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-10/+12
2006-04-06USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.jlam1-3/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-08convert to use tex.buidlink3.mk (it will install with tetex3 now)tonio1-2/+2
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?.