summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
1998-09-07Comment out RCSID.. how the heck did that get in there?garbled2-2/+2
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna2-7/+2
from individual DESCR files that had them.
1998-08-23Whitespace police.frueauf1-1/+1
1998-08-23Add missing / to HOMPAGE URL.frueauf1-2/+2
1998-08-23Added and fixed patches to allow build on alpha. Closes PR 5815garbled13-441/+694
(Tim Rightnour)
1998-08-23Fixing build on alpha. fixes PR 5815 (Tim Rightnour)garbled2-10/+10
1998-08-23Created new patch file, closes PR 5814 (now builds on alpha)garbled1-0/+8
PR by Tim Rightnour
1998-08-20The Grand Homepagification:tsarna11-11/+22
- 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-15Split patches into one-per-file patch for better maintainance.frueauf3-38/+52
1998-08-07Add NetBSD RCS Ids.agc22-0/+44
1998-08-07Add NetBSD RCS Ids.agc109-4/+222
1998-08-04Don't start playing from the audio buffer before decoded audiokim1-0/+13
has been written into it (fixes the "beginning of song not played" problem with the "-b" option).
1998-07-24Use the package libscsi instead of its own copy to make it work on alpha.frueauf2-11/+13
Closes pr 5813 by Tim Rightnour.
1998-07-23Fix XM\PM_(INC,LIB)DIR as pointed out by Tim Rightnour in PR5816.tv1-0/+9
1998-07-20Don't assume that a set DISPLAY is a working one. This package isfrueauf1-3/+2
interactive.
1998-07-17Fix MASTER_SITEShubertf1-2/+2
1998-07-16Build cdd.thorpej1-1/+2
1998-07-16Add a `cdd' package. CDD isn't maintained by the author anymore, sothorpej6-0/+45
we're using `cdd-1.0myc2', mycroft's hacked up version that works w/ ATAPI CD-ROMs, too.
1998-07-16Someone doesn't understand the difference between arrays and pointers. Quickthorpej1-0/+12
hack to make specifying an alternate device work.
1998-07-15Use automatic shared object handlingagc2-5/+2
1998-07-04Update xpm to 3.4k.mycroft2-4/+4
1998-07-04Update to 3.0.3.mycroft16-224/+163
1998-07-03Don't mirror distribution files which are kept locally anyway.tron1-1/+2
1998-07-03MANPREFIX -> PREFIXmycroft1-2/+2
1998-06-30Get package to work on alpha, fixes PR pkg/5587 by Tim Rightnour.tron2-0/+37
1998-06-29Enable rplay as noone seems to remember why it was commented it and itfrueauf1-2/+2
seems to work at least on i386. A future package will depend on it.
1998-06-27Define "unix" manually as suggested by Tim Rightnour in PR pkg/5600.tron1-1/+2
1998-06-20Remove unnecessary "USE_X11= yes".tron1-2/+1
1998-06-19Remove messy patches and define "unix" manually, fixes PR pkg/5604tron3-133/+67
Tim Rightnour.
1998-06-18Update package Makefiles for automatic manual page handling.agc15-101/+15
1998-06-15Delete all trace of xcd.agc1-2/+1
1998-06-15Delete non-functional package. Fixes PR 4919, from Jaromir Dolecek.agc7-115/+0
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-2/+2
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not.
1998-06-09Rationalise Motif/Lesstif handling.agc3-6/+6
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not.
1998-06-04Fix typo.augustss1-2/+2
1998-06-03Include bsd.prefs.mk, so that any NOPORTDOCS definition in /etc/mk.confagc1-1/+3
or MAKECONF will be honoured.
1998-06-02Update "xmcd" to 2.3 patchlevel 0 on Hubert's request.tron5-25/+73
1998-05-21portlint: add default MAINTAINER, remove USE_X11.frueauf1-2/+3
1998-05-19Rather than using sed to patch the makefile.netbsd file for @X11BASE@agc2-13/+6
and @LOCALBASE@ values, use the X11BASE and LOCALBASE values that are passed through the environment.
1998-05-18Move all occurrences of LITTLE_ENDIAN to NAS_LITTLE_ENDIAN, andagc2-27/+499
BIG_ENDIAN to NAS_BIG_ENDIAN, to avoid conflicts with the definitions in <machine/endian.h>
1998-05-18Add NetBSD RCS Ids.agc2-0/+2
1998-05-18Be a bit more descriptive - add the README file from the distributionagc1-5/+293
1998-05-18Add and enable nas, and comment out xcd.agc1-2/+3
1998-05-18Add back nas package version 1.2.5, the client/server network audio system.agc6-0/+526
Originally from FreeBSD, but much modified by Jaromir Dolocek, and finally munged around by agc to get the man pages correct in the Makefile.
1998-05-15Append a "/." to the ${WRKDIR} value in the find command, to ensureagc1-2/+2
that we traverse through any symbolic links. Make the misc/kp package Makefile a bit neater - remove an unnecessary temporary file.
1998-05-13Use getrawpartition() from libutil to get the raw partition number,agc1-57/+67
rather than using a hardcoded constant.
1998-05-13Add missing CAT1=xmix.0.frueauf1-1/+3
1998-05-12Fix a typo that prevented compilation in BIGENDIAN case.frueauf1-0/+11
1998-05-11Remove BUILD_DEPENDS on lesstif, REQUIRES_MOTIF=yes should be enough.frueauf2-4/+10
Don't hardcode LOCALBASE and X11BASE.
1998-05-11Set MSDTER_SITES to ${MASTER_SITE_LOCAL} to ensure working md5.frueauf1-2/+2