summaryrefslogtreecommitdiff
path: root/audio/cdplay (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* E-mail to the maintainer bounced:Trevor Johnson2004-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | ... while talking to relay.mail.jippii.net.: >>> DATA <<< 550 <kaipila@ion.sci.fi>: Recipient address rejected: Remote host has been unavailable for too long 550 5.1.1 kaipila@ion.sci.fi... User unknown <<< 554 Error: no valid recipients [...] Final-Recipient: RFC822; anttik@iki.fi X-Actual-Recipient: RFC822; kaipila@ion.sci.fi Action: failed Status: 5.1.1 Remote-MTA: DNS; relay.mail.jippii.net Diagnostic-Code: SMTP; 550 <kaipila@ion.sci.fi>: Recipient address rejected: Remote host has been unavailable for too long [...] Notes: svn path=/head/; revision=104516
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Patches for:Tim Vanderhoek2003-05-194-20/+162
| | | | | | | | | | | | | | | | | | | 1) Avoid becoming confused about the current state of "pause" when rewinding/forwarding to the prev/next track. 2) Use capital 'E' instead of lower 'e' for Eject. The 'e' button is too close to the 'r' button and accidentally ejecting when you're trying to rewind is really annoying. 3) When multiple subsequent r)ewind or f)orward operations are used before the ioctl() from an earlier r)ewind or f)orward has returned, perform the delayed 'r' and 'f' operations all at once rather than individually (and serially). This avoids a buffer overflow crash that could occur and also makes the 'r' and 'f' controls much more usable Update PORTREVISION for these improvements. Notes: svn path=/head/; revision=81489
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Bump PORTREVISION for the $CDROM change in patch-ae.Tim Vanderhoek2003-01-041-0/+1
| | | | Notes: svn path=/head/; revision=72522
* - Correct a lie about not supporting ATAPI cdroms.Tim Vanderhoek2003-01-041-5/+10
| | | | | | | - typo: confortable -> comfortable Notes: svn path=/head/; revision=72521
* Grab the default CDROM device from $CDROM, just like cdcontrol(1).Tim Vanderhoek2003-01-041-1/+12
| | | | Notes: svn path=/head/; revision=72520
* Use MASTER_SITE_LOCAL -- current MASTER_SITE not working.Daniel Harris2000-08-171-1/+2
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=31724
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Clarify the meaning of "console based" --- ie. "text-based".Tim Vanderhoek2000-01-031-1/+1
| | | | Notes: svn path=/head/; revision=24376
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* Use the MAN1 variable. Add the other half of patch-aa that causesTim Vanderhoek1998-08-223-9/+15
| | | | | | | this port to respect BINOWN and MANOWN. Notes: svn path=/head/; revision=12714
* Add patches to support IDE cd-roms. While I'm here, respectTim Vanderhoek1998-06-277-3/+176
| | | | | | | | | | ${CFLAGS}. Heck, why not go all the way and respect ${PREFIX}, too (respect now added). As an intentional side-effect, these patches also prevent the pause function from blasting the listener's ears off (the way cdcontrol currently does (and cdplay used to)). Notes: svn path=/head/; revision=11553
* Mention that this doesn't support IDE cdroms...Tim Vanderhoek1998-06-181-1/+2
| | | | Notes: svn path=/head/; revision=11468
* Upgrade to 0.92Vanilla I. Shu1998-01-053-5/+5
| | | | | | | | PR: ports/5371 Submitted by: maintainer Notes: svn path=/head/; revision=9268
* A text-mode audio CD player with a nice termcap-and-cbreak-based UI.Bill Fenner1997-11-165-0/+21
Check it out, it's pretty cool! PR: ports/4972 Submitted by: Antti Kaipila <anttik@silic.one.sci.fi> Notes: svn path=/head/; revision=8670