summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor stylistic fix.Satoshi Asami1997-03-281-3/+1
| | | | Notes: svn path=/head/; revision=6042
* Add mail/bulk_mailer and audio/splayJames FitzGibbon1997-03-261-1/+2
| | | | Notes: svn path=/head/; revision=6022
* Import of splay v0.2, a command line MPEG and WAV player.James FitzGibbon1997-03-266-0/+304
| | | | | | | | Reviewed by: James FitzGibbon <jfitz@FreeBSD.ORG> Submitted by: junker@jazz.snu.ac.kr Notes: svn path=/head/; revision=6019
* Add a comment for the reason of IS_INTERACTIVE.Satoshi Asami1997-03-061-2/+2
| | | | Notes: svn path=/head/; revision=5891
* A quick purousal thru our port's patches directory shows a *WAY* over use ofDavid E. O'Brien1997-02-162-10/+10
| | | | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. Notes: svn path=/head/; revision=5656
* Upgrade, 10.11 -> 12.12.Masafumi Max NAKANE1997-02-044-44/+42
| | | | | | | | Suggested by: Bill Fenner <fenner@parc.xerox.com> (Closing PR #2554.) Notes: svn path=/head/; revision=5525
* add myself as maintainerTorsten Blum1997-01-071-2/+4
| | | | Notes: svn path=/head/; revision=5254
* Remove myself as MAINTAINER from a number of ports I no longerJordan K. Hubbard1997-01-062-7/+3
| | | | | | | | have time to properly maintain. This will cause the position to revert to ports. Notes: svn path=/head/; revision=5235
* Add RESTRICTED="non-redistributable beta"Andrey A. Chernov1996-12-202-4/+94
| | | | | | | Add all docs to package Notes: svn path=/head/; revision=5048
* Add "-o" flag to unzip so it won't prompt about overwriting existingSatoshi Asami1996-12-052-4/+4
| | | | | | | files. Add slash at end of ${DISTDIR}. Notes: svn path=/head/; revision=4807
* Only ask essential questions (i.e., don't ask if it's ok to put theSatoshi Asami1996-12-041-0/+137
| | | | | | | | | binary in /usr/X11R6/bin, if that's not ok, 400 ports will break anyway). Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=4794
* Upgrade to 2.1Torsten Blum1996-11-293-8/+11
| | | | Notes: svn path=/head/; revision=4717
* Added MAINTAINERDavid E. O'Brien1996-11-201-1/+3
| | | | Notes: svn path=/head/; revision=4602
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-188-23/+19
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Add $Id$.Satoshi Asami1996-11-181-0/+2
| | | | Notes: svn path=/head/; revision=4577
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-16/+6
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-8/+9
| | | | Notes: svn path=/head/; revision=4572
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-184-9/+12
| | | | Notes: svn path=/head/; revision=4570
* Standardize.Satoshi Asami1996-11-182-10/+8
| | | | Notes: svn path=/head/; revision=4561
* Add timidityAndrey A. Chernov1996-11-171-1/+2
| | | | Notes: svn path=/head/; revision=4545
* MIDI-to-WAV rendered/player, sounds much better than playmidiAndrey A. Chernov1996-11-1715-0/+961
| | | | Notes: svn path=/head/; revision=4543
* While I'm here, change this to use MASTER_SITE_SUNSITE.Satoshi Asami1996-11-161-2/+3
| | | | Notes: svn path=/head/; revision=4504
* Cosmetic cleanup.Satoshi Asami1996-11-161-3/+3
| | | | Notes: svn path=/head/; revision=4503
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-1515-38/+58
| | | | | | | Added MAINTAINERS to many of them. Notes: svn path=/head/; revision=4497
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-153-3/+0
| | | | Notes: svn path=/head/; revision=4486
* add camEric L. Hernes1996-11-151-1/+2
| | | | Notes: svn path=/head/; revision=4485
* new port for `cam', a curses/command line based audio mixer.Eric L. Hernes1996-11-155-0/+25
| | | | Notes: svn path=/head/; revision=4484
* Compress manpage. While I'm here, put MAINTAINER in the middle ofSatoshi Asami1996-11-151-1/+1
| | | | | | | the Makefile so people can yell at Andrey if it doesn't work. :) Notes: svn path=/head/; revision=4475
* Compress manpage. While I'm here, put MAINTAINER in the middle ofSatoshi Asami1996-11-151-3/+4
| | | | | | | the Makefile so people can yell at Andrey if it doesn't work. :) Notes: svn path=/head/; revision=4474
* Upgrade to 2.3Andrey A. Chernov1996-11-156-82/+285
| | | | Notes: svn path=/head/; revision=4466
* Gosh, the second bug in the same line was a good one:Satoshi Asami1996-11-151-2/+2
| | | | | | | | | | | | BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm Some one's gotta explain me why this doesn't fail until you do "make clean-depends". ;) While I'm here, fix a mungled $Id$ line. Notes: svn path=/head/; revision=4465
* Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not anSatoshi Asami1996-11-151-1/+1
| | | | | | | executable! Notes: svn path=/head/; revision=4464
* fixed compile dependency on gdbmLars Fredriksen1996-11-131-0/+1
| | | | Notes: svn path=/head/; revision=4451
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-4/+3
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* Upgrade to 5.3Andrey A. Chernov1996-11-127-49/+139
| | | | Notes: svn path=/head/; revision=4420
* Add mbone to CATEGORIESAndrey A. Chernov1996-11-111-2/+2
| | | | Notes: svn path=/head/; revision=4407
* Move from net, speak freely understands VAT/RTP wellAndrey A. Chernov1996-11-119-0/+481
| | | | Notes: svn path=/head/; revision=4405
* New port: vat 4.0b2, LBL Visual Audio ToolBill Fenner1996-11-106-0/+463
| | | | Notes: svn path=/head/; revision=4376
* tk41 port installs wish4.1 not wish, so depend on that.Satoshi Asami1996-11-051-2/+2
| | | | Notes: svn path=/head/; revision=4302
* Upgrade to version 1.5 (works with tk4.1)Jean-Marc Zucconi1996-11-042-5/+5
| | | | Notes: svn path=/head/; revision=4294
* Upgrade to 1.0.10Andrey A. Chernov1996-10-255-43/+86
| | | | Notes: svn path=/head/; revision=4158
* Added `#' only lines above & below the $Id: line to standardize the Makefile.Masafumi Max NAKANE1996-10-181-1/+3
| | | | | | | Suggested by: asami Notes: svn path=/head/; revision=4037
* Removed unnecessary @mode, @owner and @group directives.Masafumi Max NAKANE1996-10-181-4/+0
| | | | Notes: svn path=/head/; revision=4024
* Changed the patch to Makefile and added -s flag to the install commandMasafumi Max NAKANE1996-10-181-2/+2
| | | | | | | in the install: target. Notes: svn path=/head/; revision=4023
* Honor NOMANCOMPRESS.Masafumi Max NAKANE1996-10-181-1/+3
| | | | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Added $Id. Notes: svn path=/head/; revision=4022
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-1014-14/+14
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Added several files that were missing.Masafumi Max NAKANE1996-10-051-2/+8
| | | | | | | Removed unnecessary @cwd directive. Notes: svn path=/head/; revision=3916
* Replaced several hunks that didn't apply properly.Masafumi Max NAKANE1996-10-053-31/+19
| | | | | | | Also, removed one hunk from patch-ac which seemed no longer needed. Notes: svn path=/head/; revision=3915
* version 3.2.0b5Adam David1996-10-033-13/+3
| | | | Notes: svn path=/head/; revision=3911
* ps, forgot thisAdam David1996-10-031-1/+1
| | | | Notes: svn path=/head/; revision=3910