summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add virtual category 'tk41'.Wolfram Schneider1997-04-202-4/+4
|
* Fix for CPU=FREEBSD so that build works.David Nugent1997-04-181-3/+4
|
* Fix several bogons. This port still doesn't compile, though. The buildSatoshi Asami1997-04-181-5/+6
| | | | | | | | | | | | | | target does nothing (if I go into work/ and type "make all" it doesn't do anything, either). (1) BUILD_DEPENDS is not supposed to be a single program name; it's a program name:directory pair. Please check other ports or the handbook. (2) Use NO_WRKSUBDIR. (3) /usr/local/interviews/bin/FREEBSD is not in everyone's path, so specify XMKMF with full pathname.
* Add mxv.David Nugent1997-04-171-1/+2
|
* MiXViews audio file editor/player/recorder.David Nugent1997-04-1714-0/+1075
|
* Don't forget to update the checksum too. Remember, get the latest bsd.port.mk!Satoshi Asami1997-04-021-1/+1
|
* Update MASTER_SITES pointer to ftp.x.org since previous no longer exists.Steven Wallace1997-04-011-2/+4
| | | | Now uses a .tar.Z archive.
* Minor stylistic fix.Satoshi Asami1997-03-281-3/+1
|
* Add mail/bulk_mailer and audio/splayJames FitzGibbon1997-03-261-1/+2
|
* 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
* Add a comment for the reason of IS_INTERACTIVE.Satoshi Asami1997-03-061-2/+2
|
* 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.
* Upgrade, 10.11 -> 12.12.Masafumi Max NAKANE1997-02-044-44/+42
| | | | | Suggested by: Bill Fenner <fenner@parc.xerox.com> (Closing PR #2554.)
* add myself as maintainerTorsten Blum1997-01-071-2/+4
|
* 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.
* Add RESTRICTED="non-redistributable beta"Andrey A. Chernov1996-12-202-4/+94
| | | | Add all docs to package
* 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}.
* 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>
* Upgrade to 2.1Torsten Blum1996-11-293-8/+11
|
* Added MAINTAINERDavid E. O'Brien1996-11-201-1/+3
|
* 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.
* Add $Id$.Satoshi Asami1996-11-181-0/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-16/+6
|
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-8/+9
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-184-9/+12
|
* Standardize.Satoshi Asami1996-11-182-10/+8
|
* Add timidityAndrey A. Chernov1996-11-171-1/+2
|
* MIDI-to-WAV rendered/player, sounds much better than playmidiAndrey A. Chernov1996-11-1715-0/+961
|
* While I'm here, change this to use MASTER_SITE_SUNSITE.Satoshi Asami1996-11-161-2/+3
|
* Cosmetic cleanup.Satoshi Asami1996-11-161-3/+3
|
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-1515-38/+58
| | | | Added MAINTAINERS to many of them.
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-153-3/+0
|
* add camEric L. Hernes1996-11-151-1/+2
|
* new port for `cam', a curses/command line based audio mixer.Eric L. Hernes1996-11-155-0/+25
|
* 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. :)
* 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. :)
* Upgrade to 2.3Andrey A. Chernov1996-11-156-82/+285
|
* 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.
* Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not anSatoshi Asami1996-11-151-1/+1
| | | | executable!
* fixed compile dependency on gdbmLars Fredriksen1996-11-131-0/+1
|
* 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.
* Upgrade to 5.3Andrey A. Chernov1996-11-127-49/+139
|
* Add mbone to CATEGORIESAndrey A. Chernov1996-11-111-2/+2
|
* Move from net, speak freely understands VAT/RTP wellAndrey A. Chernov1996-11-119-0/+481
|
* New port: vat 4.0b2, LBL Visual Audio ToolBill Fenner1996-11-106-0/+463
|
* tk41 port installs wish4.1 not wish, so depend on that.Satoshi Asami1996-11-051-2/+2
|
* Upgrade to version 1.5 (works with tk4.1)Jean-Marc Zucconi1996-11-042-5/+5
|
* Upgrade to 1.0.10Andrey A. Chernov1996-10-255-43/+86
|
* Added `#' only lines above & below the $Id: line to standardize the Makefile.Masafumi Max NAKANE1996-10-181-1/+3
| | | | Suggested by: asami
* Removed unnecessary @mode, @owner and @group directives.Masafumi Max NAKANE1996-10-181-4/+0
|