Commit graph

60 commits

Author SHA1 Message Date
obache
289a48ce89 Master site's layout has been changed. 2006-12-31 16:39:34 +00:00
obache
f8132f56ec Update lilypond to 2.4.6.
This release backports the tieWaitForNote feature and has support for tetex-3.0
and some fixes.
2006-12-29 07:11:55 +00:00
joerg
e245fc63f9 Needs msgfmt. XXX Where does inimf come from? 2006-09-11 08:33:11 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rillig
d75c9e37ba Lilypond needs Perl to build. 2006-08-31 18:11:31 +00:00
minskim
49c97b520c USE_TOOLS+=flex 2006-08-08 19:14:39 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
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-17 07:07:11 +00:00
jlam
292727e131 List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 18:18:15 +00:00
jlam
39a303999a USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison. 2006-04-06 16:27:30 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
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-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
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
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +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
bdeab96506 Add some missing dirrms.
XXX: are info files really needed here?.
2004-12-31 20:58:29 +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
seb
ceb42a5f2f Remove info files entries from PLIST.
XXX Does not build with gcc3
2004-03-09 19:36:56 +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
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +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