summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
1998-05-09Yet another pkg that wants X on during building.hubertf1-1/+5
1998-05-09This pkg links against -lXpm, so add according DEPENDS.frueauf1-2/+4
1998-05-08revert last commit, which was based on nonsense from mehubertf1-5/+2
1998-05-06Use the distfile on ftp.netbsd.org for the moment.agc1-2/+5
1998-04-24Move to relative paths in the pkgsrc tree.agc3-7/+7
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc6-14/+15
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-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc2-4/+4
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf9-41/+36
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc2-13/+7
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc3-21/+6
Remove redundant (and sometimes erroneous) comments.
1998-04-15Correct device name for ATAPI CD-ROMs under NetBSD.agc1-7/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc18-114/+36
Remove redundant (and sometimes erroneous) comments.
1998-04-03Mmmm, bzip.mycroft1-0/+26
1998-03-26Allow building as non-roothubertf1-1/+2
1998-03-20Strip the installed executables.mycroft1-1/+4
1998-03-20Remove spurious warning.mycroft1-1/+11
1998-03-20Tidy this up, and make me the `maintainer'.mycroft1-7/+3
1998-03-20Tidy this up a bit.mycroft1-6/+3
1998-03-20Tidy this up, and make me the `maintainer'.mycroft1-8/+4
1998-03-20Tidy this up, and make me the `maintainer'.mycroft4-74/+3
1998-03-19portlint: cp->${CP}; sed->${SED}.frueauf1-3/+3
1998-03-18Install help-file in the right place. Closes PR 5173 byhubertf1-1/+7
Jaromir Dolecek <dolecek@ics.muni.cz>.
1998-03-16Strip installed executables.mycroft1-1/+2
1998-03-16Clean this up a bit.mycroft2-56/+84
1998-03-11Also needs wish8.0 at run time.mycroft1-1/+2
1998-03-11Depend on the shared ncurses library, not the static one.mycroft1-2/+2
1998-03-11Check for EOF so we don't core dump on some bad files.mycroft1-0/+51
1998-03-10The pkg does not install xcdplayer.1 but xcdplayer.0. MAN1->CAT1.frueauf1-2/+2
1998-03-07Oops; last change wasn't complete.mycroft1-2/+17
1998-03-07Fix the bug in the Curses interface where it clears the screen.mycroft1-0/+11
1998-03-07Use jot(1) rather than bash to generate random numbers, since it will alwaysmycroft1-0/+11
be installed.
1998-03-07Add the Tk crap to the packing list.mycroft1-1/+14
1998-03-07Actually, the install needs wish, to build the autoload index.mycroft2-3/+13
1998-03-07Make me the `maintainer'.mycroft1-3/+2
1998-03-07Use the native audio interface.mycroft7-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-07Update to 0.59o.mycroft3-91/+49
1998-03-07Use the native audio interface.mycroft2-51/+80
1998-03-07Use native audio method.mycroft6-319/+341