summaryrefslogtreecommitdiff
path: root/audio/nas
AgeCommit message (Collapse)AuthorFilesLines
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-14Bump dependency pattern for nas to >=1.4.2 as the shlib major wasjlam1-2/+2
incremented.
2001-07-14Update nas to the latest stable release 1.4.2. Changes from 1.4 includejlam6-42/+40
major bugfixes in the clients and bumping the major version of the library.
2001-07-02Mark as USE_BUILDLINK_ONLY.jlam1-3/+4
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-26Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-09-13Nas-1.4 doesn't even try to build the voxware server on non-i386 ports,fredb3-8/+16
so split the PLIST in order to reflect that. (Clients work fine!)
2000-09-12Make this work on NetBSD without installing a config file.fredb2-1/+30
2000-08-04Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5:jlam8-811/+127
- corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-24Radically shortened description to be more precise, added HOMEPAGEwiz2-279/+2
1999-07-09Add package patch-sum filesagc1-0/+6
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1998-11-12Add missing NetBSD RCS Id.agc1-0/+2
1998-10-18Use #include <signal.h> instead of #include <sys/signal.h>dbj1-0/+11
1998-08-23Created new patch file, closes PR 5814 (now builds on alpha)garbled1-0/+8
PR by Tim Rightnour
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-06-18Update package Makefiles for automatic manual page handling.agc1-61/+1
1998-05-21portlint: add default MAINTAINER, remove USE_X11.frueauf1-2/+3
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 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-02-09Remove nas package until someone has ported it.augustss10-350/+0
1998-01-19portlint: fix RCS Id, add MAINTAINER+MAN1hubertf1-1/+7
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-28Initial import of FreeBSD audio packages.augustss10-0/+343