Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-17 | Update to 2.11.2. Package changes: output directly to sound device now | wiz | 5 | -12/+57 | |
works, compiles in ogg output support. Changes since last version: Bug fixes, output improvements, vorbis support, mod-to-midi conversion. | |||||
2001-12-19 | Update to 2.10.4, and begin buildlinking package. | wiz | 2 | -8/+8 | |
Changes since 2.10.2: Bugfixes. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -5/+5 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | Use /dev/sound, not /dev/audio. | mycroft | 2 | -5/+18 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-17 | Correct paths. | wiz | 1 | -3/+3 | |
2000-12-17 | Update timidity to 2.10.2, based on a package provided by Adam Ciarcinski | wiz | 18 | -973/+33 | |
in connection with pkg/8648. | |||||
2000-11-02 | NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore | wiz | 1 | -2/+4 | |
(only after bsd.prefs.mk inclusion) | |||||
2000-08-31 | Adapt this package to tcl-8.3.2, and move the timidity lib dir to be | jwise | 5 | -233/+233 | |
${PREFIX}/share/timidity. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+4 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-07-28 | Make use of new USE_CURSES functionality. Also close PR#10344 by | jlam | 6 | -23/+47 | |
Ben Collver <collver@softhome.net>. | |||||
2000-04-27 | Fix LP64 problems. | mycroft | 6 | -15/+101 | |
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-06 | This package requires Tk not only Tcl. Problem noted by Bjoern Labitzke | tron | 1 | -2/+2 | |
on "tech-pkg@netbsd.org". | |||||
1999-11-24 | Make this package no longer interactive. Simple one, doing the TCL stuff | hubertf | 3 | -11/+8 | |
with tclsh instead of wish did the job. | |||||
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+11 | |
1999-07-06 | * Update ncurses dependency. | jlam | 1 | -2/+2 | |
1999-06-23 | Fix runtime linkage. | kleink | 1 | -2/+2 | |
1999-04-01 | Update to tk version 8.0.5. This seems to be primarily a bug-fix release. | agc | 1 | -2/+2 | |
1998-11-19 | Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary | agc | 1 | -2/+1 | |
DEPENDS definition. | |||||
1998-11-07 | Make this a local pkg, as it currently has no official maintainer or FTP site. | mycroft | 1 | -3/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 9 | -0/+18 | |
1998-07-20 | Don't assume that a set DISPLAY is a working one. This package is | frueauf | 1 | -3/+2 | |
interactive. | |||||
1998-06-18 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-05-09 | Yet another pkg that wants X on during building. | hubertf | 1 | -1/+5 | |
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -3/+3 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -4/+4 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -6/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-20 | Tidy this up a bit. | mycroft | 1 | -6/+3 | |
1998-03-11 | Also needs wish8.0 at run time. | mycroft | 1 | -1/+2 | |
1998-03-07 | Oops; last change wasn't complete. | mycroft | 1 | -2/+17 | |
1998-03-07 | Fix the bug in the Curses interface where it clears the screen. | mycroft | 1 | -0/+11 | |
1998-03-07 | Use jot(1) rather than bash to generate random numbers, since it will always | mycroft | 1 | -0/+11 | |
be installed. | |||||
1998-03-07 | Add the Tk crap to the packing list. | mycroft | 1 | -1/+14 | |
1998-03-07 | Actually, the install needs wish, to build the autoload index. | mycroft | 2 | -3/+13 | |
1998-03-07 | Make me the `maintainer'. | mycroft | 1 | -3/+2 | |
1998-03-07 | Use the native audio interface. | mycroft | 7 | -151/+403 | |
Fix (and enable) the Tk interface; it just runs wish externally. Fix the Motif interface as well, but don't enable it by default (yet?). Throw in my SGI port `because it's there'. | |||||
1998-03-06 | Add 4 missing files. | agc | 1 | -1/+5 | |
1998-02-28 | add missing @dirrm rules and add .gz suffix to manpages (if not already there). | frueauf | 1 | -1/+3 | |
1998-01-30 | Modify individual package Makefiles to use the new way of specifying | agc | 1 | -2/+2 | |
shared object dependencies (LIB_DEPENDS). | |||||
1998-01-26 | Changes to make timidity package work a bit better: | agc | 4 | -257/+158 | |
+ sync entries in PLIST with reality, and delete the extra directories that were created. + use normal LIB_DEPENDS in Makefile for specifying a dependency on ncurses lib. + organise the patch files, so that each file is only patched once. + rework the Makefile patches so that "make reinstall" can be called, that -lossaudio is referenced, and we look in the correct directory for ncurses.h. | |||||
1998-01-19 | portlint: change order, use command-macros | hubertf | 1 | -5/+5 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-29 | Change RCS id. | augustss | 2 | -1/+94 | |
NetBSD port. | |||||
1997-10-28 | Initial import of FreeBSD audio packages. | augustss | 9 | -0/+537 | |