summaryrefslogtreecommitdiff
path: root/audio/cdd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the cdd port, which was broken long ago by the CAM import.Kris Kennaway2002-03-2513-464/+0
| | | | Notes: svn path=/head/; revision=56580
* Since cdd has code that dates back to before CAM, we have to disable itsWill Andrews2000-06-011-1/+7
| | | | | | | | | | building on 4.0 and later. PR: 18945 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29052
* 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
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* 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
* Respect CC and CFLAGSKris Kennaway1999-04-111-7/+9
| | | | Notes: svn path=/head/; revision=17777
* cdd port grab audio tracks from CDs.Luigi Rizzo1998-12-3113-0/+456
This port is lobotomized and only works with atapi waiting for someone to do the scsi->cam modifications. (also, this is my first attempt with easy-import...) Notes: svn path=/head/; revision=15736