Commit graph

38 commits

Author SHA1 Message Date
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
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-28 06:41:20 +00:00
tonio
b38ec8550c convert to use tex.buidlink3.mk (it will install with tetex3 now) 2005-11-08 20:48:32 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
wiz
4d5e0eb861 Configure script demands c++ >=3.0.5, so set GCC_REQD to 3.0.5. 2005-04-22 12:54:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
dde10914b2 Fix installation of info files. We have to manually pass the --infodir
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-10 12:06:47 +00:00
jmmv
bc2dc9ffb4 Depend on scrollkeeper to handle .omf files; pointed out by wiz@.
While here, fix handling of info files; thanks to seb@.
Bump PKGREVISION to 1.
2005-02-02 14:38:12 +00:00
rh
9402f119bd Remove myself as the MAINTAINER for this package. 2005-01-07 07:44:37 +00:00
wiz
e40f8abe96 Add some patches to make this work with mftrace>1.1, and
depend on it.
2004-12-31 20:58:44 +00:00
wiz
8e3130afa9 Add [0-9]* to pattern for safety. 2004-12-30 08:19:05 +00:00
dmcmahill
701bb63b0f update to lilypond-2.4.3.
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-12-30 05:11:57 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
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-15 14:50:05 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
snj
b253bd6794 Convert to buildlink3. 2004-05-03 20:49:33 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
minskim
ac32260dd0 Correct HOMEPAGE. 2004-02-20 04:54:18 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- 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-12-24 13:02:00 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
dcfa687ba9 Convert to USE_NEW_TEXINFO. 2003-08-04 22:24:21 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
uebayasi
8997a30889 Bump revisions following the guile14's threaded fix. 2003-06-05 05:01:54 +00:00
cjep
5b8c845234 USE_PKGLOCALEDIR=yes 2003-01-10 07:39:46 +00:00
uebayasi
917d29d213 Rename older (<1.6) Guile as guile14.
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-07 03:56:17 +00:00
cjep
a842dacb25 NetBSD bison packages 1.75 and 1.875 are no good for building this package
so insist on 1.875nb1.
2003-01-04 20:18:20 +00:00
wiz
28c135ad93 buildlink1 -> buildlink2. 2002-10-09 23:32:07 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
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-09-21 23:46:45 +00:00
wiz
f5ba92060b Update to 1.4.13, by Ingolf Steinbach in pkg/16908, with minimal changes.
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-05-20 13:47:04 +00:00
rh
d78ee5c456 Add build dependency on bison>=1.32 2002-04-14 11:25:08 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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-03-13 17:36:35 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
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-18 15:14:00 +00:00
drochner
5ad928a81c use python buildlink 2002-01-18 14:03:01 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
01cfc15cf9 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.
2000-12-28 17:04:23 +00:00
rh
53c1cd55ef Initial import of lilypond-1.3.86, the GNU music typesetter. 2000-10-15 17:32:11 +00:00