summaryrefslogtreecommitdiff
path: root/audio/tosha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix build problem on 5-current.Motoyuki Konno2002-04-111-0/+11
| | | | | | | | <machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable and 5-current. See commitlog of src/include/Makefile rev 1.165. Notes: svn path=/head/; revision=57551
* Master sites missing, changed to MASTER_SITE_LOCAL.Mark Pulford2001-06-261-2/+3
| | | | | | | | | Maintainer timeout, changed to ports. PR: 27533 Notes: svn path=/head/; revision=44443
* Bump PORTREVISION due to bugfixes on 2001-02-07Kris Kennaway2001-02-181-0/+1
| | | | | | | Forgotten by: ken Notes: svn path=/head/; revision=38448
* Add a couple of fixes for compiler warnings from PR 23755, which alsoKenneth D. Merry2001-02-071-1/+54
| | | | | | | | | | addresses the core dump problem I fixed in the last version of this patch. PR: ports/23755 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Notes: svn path=/head/; revision=38079
* Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about twoKenneth D. Merry2001-02-071-0/+23
| | | | | | | | | | | | | | | months.) The problem is in resolve_extension(). strncpy() will only null-terminate the destination string if it has enough room, according to the given length. In this implementation, there will never be enough room to null-terminate the string, from what I can tell. So if the memory in 'tmpstr' contains non-nulls, you'll get a core-dump in the subsequent strcat(). Notes: svn path=/head/; revision=38076
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Update to 0.6. Cool new stuff includes:Matthew Hunt1999-01-025-12/+20
| | | | | | | | | | | | - CAM support without patches - Directly writes wav, aiff, and other formats besides pcm - I don't get funny errors with my IBM-branded Toshiba drive :-) PR: 9267 Submitted by: oliver.fromme@heim3.tu-clausthal.de (author & maintainer) Notes: svn path=/head/; revision=15791
* It's not that ports/astro/* had no manpages to remove from theirTim Vanderhoek1998-08-171-3/+0
| | | | | | | | PLISTs, it's just that none of the ones that do use the MANx variables. Notes: svn path=/head/; revision=12569
* - modified Makefile, to use CFLAGS form /etc/make.confAndreas Klemm1997-05-252-8/+11
| | | | | | | | | | | | | | - reformatted DESCR - removed manpage compression from tosha's Makefile and added manpages in the ports Makefile (MAN1) so that the port is now aware of NOMANCOMPRESS PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=6558
* Imported new audio port tosha.Andreas Klemm1997-05-255-0/+31
tosha: read CD digital audio data through the SCSI bus. PR: closes PR 3652 Submitted by: oliver.fromme@heim3.tu-clausthal.de (Oliver Fromme) Notes: svn path=/head/; revision=6555