aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Add CAM support to xmcd. This patch makes xmcd autodetect a CAM system,Kenneth D. Merry1998-10-101-0/+433
| | | | | | | | | | | | | and use the appropriate SCSI interface code. This patch has been sitting around for 3 weeks, and no one committed it, so I thought I'd commit it before the ports freeze tomorrow. xmcd-2.3pl1 will have native CAM support, but since it looks unlikely it'll be out before tomorrow, we'll have to go with the "unofficial" CAM patch. PR: ports/7957 Submitted by: maintainer ("Daniel M. Eischen" <eischen@vigrid.com>)
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-3/+3
| | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps.
* Unbreak for ELF builds, take over as maintainer.Joseph Koshy1998-10-032-24/+42
|
* ElfifyBrian Somers1998-10-023-27/+21
| | | | Add -lstdc++ in kscd/Makefile.in - someone should test this for -stable ;-/
* Mark all KDE ports BROKEN for ELF.Justin M. Seger1998-09-304-4/+12
|
* Remove empty directories on deinstall.Steve Price1998-09-282-1/+3
|
* Escape the '@' characters so that perl in -current doesn't choke.Steve Price1998-09-281-2/+2
|
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-288-8/+10
|
* Fix build for ELF.Steve Price1998-09-282-24/+42
|
* Don't strip binary in ELF install.Steve Price1998-09-281-1/+5
|
* Can't fetch the distfile and remove empty directories on deinstall.Steve Price1998-09-284-2/+10
|
* Move manpages from pkg/PLIST to MAN* macro in Makefile and removeSteve Price1998-09-282-152/+52
| | | | empty directories on deinstall.
* Mark broken for ELF until the iv port is converted.Steve Price1998-09-281-1/+3
|
* Won't build in an ELF world.Steve Price1998-09-281-1/+3
|
* Remove empty directories on deinstall.Steve Price1998-09-281-0/+2
|
* Make this port reinstall friendly.Steve Price1998-09-282-38/+38
|
* Remove empty lib/speak_freely directory on deinstall.Steve Price1998-09-271-0/+1
|
* Mark broken for ELF because of xforms port.Steve Price1998-09-272-4/+8
|
* libgsm is now converted to ELF.Satoshi Asami1998-09-233-7/+7
|
* 1. Convert to ELF.Scott Mace1998-09-231-3/+4
| | | | | 2. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems.
* 1. Convert to ELF.Scott Mace1998-09-231-36/+261
| | | | | | | 2. Clean up makefile (shutup rm). 3. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems.
* Convert to ELFScott Mace1998-09-231-2/+2
|
* Convert esound to elf.Vanilla I. Shu1998-09-223-13/+48
|
* Remove regexp support for libxview not that it builds ELF too.Steve Price1998-09-221-2/+2
|
* Remove regexp support for Xaw3d since it can now be built inSteve Price1998-09-211-2/+2
| | | | an ELF world.
* giflib is now converted to ELF so remove regexp support.Steve Price1998-09-193-6/+6
|
* Add an MLINKS line.Tim Vanderhoek1998-09-192-14/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-172-4/+4
| | | | in the first place.
* Activate dap.Vanilla I. Shu1998-09-161-1/+2
|
* Digital Audio Processor.Vanilla I. Shu1998-09-168-0/+483
| | | | | PR: ports/7719 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-153-6/+6
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-152-4/+4
| | | | ELF conversion.
* Two manpages (out of four) are installed uncompressed in this port. So,Satoshi Asami1998-08-312-5/+5
| | | | compress them in post-install: so compress-man can DTRT.
* Back-out (I think I did this the hard way) the previous rev.Tim Vanderhoek1998-08-312-2/+4
| | | | | | | | In retrospect, I should have suspected something was strange, but I still have no idea _why_... Apparently half of the manpages in this port are installed compressed. I think this is because the port tries to mix Imake with its own installation script. I'll have to figture-out for sure some day.
* For some reason two manpages were missing from the MANx variables.Tim Vanderhoek1998-08-292-4/+2
|
* Please don't copy straight from manpages without at leastTim Vanderhoek1998-08-291-13/+13
| | | | | | | reformatting it to looks reasonable in pkg/DESCR (eg. remove justification). Add homepage.
* No need to use += for a variable defined only once.Satoshi Asami1998-08-261-2/+2
|
* kdecore and kdeui shared libraries are now at version 1.X.Satoshi Asami1998-08-251-3/+3
|
* Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX.Vanilla I. Shu1998-08-251-2/+2
|
* Activate xamp.Vanilla I. Shu1998-08-251-1/+2
|
* A version of amp plus qt gui.Vanilla I. Shu1998-08-259-0/+111
| | | | | PR: ports/7439 Submitted by: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>
* These ports install uncompressed manpages even though USE_IMAKE isSatoshi Asami1998-08-251-1/+2
| | | | | | set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
* Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planningSatoshi Asami1998-08-241-2/+2
| | | | to check it in the near future.
* 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.
* Use MAN1. Split-up monolithic patch-aa. Make reinstall: work.Tim Vanderhoek1998-08-225-2/+75
| | | | | Respect BINOWN and MANOWN. (Changes for this are in patch-ad --- I should have split patch-aa in a separate commit).
* This commit brought to you by the Paddock Bowling Alley.Tim Vanderhoek1998-08-192-7/+0
|
* Yes, removing plist manpages broke this one, too. :)Tim Vanderhoek1998-08-182-6/+18
| | | | | | Actually, this has been broken since asami's compress-all-the-manpages commit on Nov. 18, _1996_. I'm beginning to suspect that more ports are in like this...
* It's not that ports/astro/* had no manpages to remove from theirTim Vanderhoek1998-08-1717-32/+0
| | | | | PLISTs, it's just that none of the ones that do use the MANx variables.
* Oops, forgot to commit this.Satoshi Asami1998-08-131-0/+5
|
* Make this port non-interactive. The configuration script isSatoshi Asami1998-08-133-38/+56
| | | | | | | | | installed under ${PREFIX} for package users anyway. Also minor cleanup of PLIST to get rid of warnings, and delete one non-existent file. Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> (the non-interactiveness part.)
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-124-16/+12
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Activate 8hz-mp3.Matthew Hunt1998-08-111-1/+2
|
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-0812-28/+28
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-053-6/+6
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-0416-35/+35
| | | | letter "A".
* No need to define both USE_CONFIGURE and GNU_CONFIGURE....Satoshi Asami1998-07-283-6/+3
|
* Activate sidplay.Donald Burr1998-07-261-1/+2
|
* PR: ports/5504Donald Burr1998-07-2615-0/+177
| | | | | | Submitted by: sec@42.org Import of new port audio/sidplay, a C=64 SID musicfile player and SID chip emulator.
* Turn on play.Steve Price1998-07-261-1/+2
|
* A simple audio file player. Moved from ports/japanese.Steve Price1998-07-268-0/+64
|
* Add homepage to pkg/DESCRTim Vanderhoek1998-07-251-0/+2
|
* Change dependencies to accept Qt-1.33 if present,Stefan Eßer1998-07-243-9/+9
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* fix dist siteAndrey A. Chernov1998-07-241-2/+2
|
* "$Id$" is not spelled "$ID$". Also, change "Jily" to "July", I assumeSatoshi Asami1998-07-201-2/+2
| | | | it's a typo.
* Turn on wmmixer.Steve Price1998-07-201-1/+2
|
* Initial import of wmmixer version 0.8.Steve Price1998-07-206-0/+51
| | | | | | | An audio mixer for the WindowMaker dock. PR: 7304 Submitted by: Richard M. Neswold <rneswold@drmemory.fnal.gov>
* Upgrade to KDE Release 1.0Stefan Eßer1998-07-209-135/+459
| | | | Based on: patches for a 1.0 pre-release submitted by Thomas Gellekum.
* Activate esound.Vanilla I. Shu1998-07-191-1/+2
|
* esound is the sound library for enlightenment.Vanilla I. Shu1998-07-197-0/+65
|
* Switch to a working MASTER_SITE.Justin M. Seger1998-07-151-2/+2
|
* Old MASTER_SITE is no longer available. Switch to another site that has theJustin M. Seger1998-07-151-7/+2
| | | | DISTFILE.
* Fix a couple of braino's from the last commit.Donald Burr1998-07-141-3/+3
|
* Import of new port audio/x11amp, a GUI MP3 player with a reallyDonald Burr1998-07-145-0/+40
| | | | nice interface.
* Activate x11amp.Donald Burr1998-07-141-1/+2
|
* Change to UNBROKEN ...Marc G. Fournier1998-07-093-9/+6
| | | | | Add USE_GMAKE to get past a compile problem in kmid Remove patches, as were not required to cleanly compile
* Still marked BROKEN, but this gets me to the extract stage, and, removingMarc G. Fournier1998-07-093-6/+18
| | | | | | all the patches, configured and compiling. Haven't removed the patches yet, until I see a clean compile...
* Can't find anything wrong at the MASTER_SITES that this is failing on, exceptMarc G. Fournier1998-07-081-2/+2
| | | | | | maybe the // that was in the URI is screwing things up. Remove the extra /, and will heck it again later...
* Still marked BROKEN, but at least you can retrieve the files now...will workMarc G. Fournier1998-07-086-21/+24
| | | | on compiling it from my X machine later tonight...
* 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)).
* Change the vat port to use USE_AUTOCONF .Bill Fenner1998-06-273-1477/+13
| | | | | | Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah!
* Import of mp3info, which reveals information like bitrate and playing timeMatthew Hunt1998-06-245-0/+43
| | | | | | | for mp3 files. PR: 7008 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Activate mp3info.Matthew Hunt1998-06-241-1/+2
|
* This patch contains an update to the audio-voxware.cc module in vatJordan K. Hubbard1998-06-241-0/+668
| | | | | | | | | | to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813
* Mention that this doesn't support IDE cdroms...Tim Vanderhoek1998-06-181-1/+2
|
* Minimize differences, handle EINTRAndrey A. Chernov1998-06-171-14/+20
|
* Add patch to work with both audio driversAndrey A. Chernov1998-06-171-0/+171
| | | | Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah)
* Fix gus patches dist siteAndrey A. Chernov1998-06-172-4/+4
|
* Add another @dirrm.Thomas Gellekum1998-06-151-0/+1
|
* Activate kmpg.Thomas Gellekum1998-06-121-1/+2
|
* New port kmpg, an MPEG audio player for KDE.Thomas Gellekum1998-06-1211-0/+208
| | | | | PR: 6727 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
* upgrade to 0.59oTorsten Blum1998-05-283-4/+23
|
* Upgrade to 2.3. Also split patch-aa so that each patch affects onlyMatthew Hunt1998-05-275-85/+101
| | | | | | one file. Version 2.3 adds an interface to web browsers (Netscape and Mosaic), a smaller-format window in addition to the traditional window, and "tool tips" that pop up over the buttons.
* Change MAINTAINER to ports@freebsd.org because (now former) maintainerMatthew Hunt1998-05-171-2/+2
| | | | | | | | | | | uses OSS and is not in a position to ensure that newer versions build under the stock FreeBSD drivers in 2.2-STABLE. Anybody who wants this, please let us know! Getting 0.59o to build on a recent -STABLE would be a good litmus test. :-) PR: 6659 Submitted by: Carey Jones <mcj@acquiesce.org>
* Update to new location on master site.Steve Price1998-05-111-2/+2
| | | | | PR: 6555 Submitted by: Antti Kaipila <anttik@silic.one.sci.fi>
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-053-6/+6
| | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
* Activate xtuner.Thomas Gellekum1998-04-301-1/+2
|
* New port xtuner. xtuner is an X-windows interface for the RadioREVEALThomas Gellekum1998-04-306-0/+70
| | | | | | | | | and RadioTrack FM radio cards. I couldn't test the functionality, but it builds and installs. PR: part of 5228 Submitted by: Lars Köller <Lars.Koeller@uni-bielefeld.de>
* Chage extract_sufx to .tar.gz, change the md5 checksum.Vanilla I. Shu1998-04-302-3/+2
|
* Mark this port broken, it's left behind in the beta-4.1 upgrade andSatoshi Asami1998-04-293-3/+9
| | | | no longer builds.
* Change MASTER_SITE, the author's site seems dead.Vanilla I. Shu1998-04-261-2/+4
|
* Activate splaytk.Matthew Hunt1998-04-241-1/+2
|
* Import of splaytk, a Tcl/Tk front-end to the splay mp3 player.Matthew Hunt1998-04-246-0/+58
| | | | | PR: 6352 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Upgrade to version 0.8.2.Steve Price1998-04-197-39/+62
| | | | | PR: 6122 Submitted by: maintainer
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-163-6/+6
|
* Back out changes to use tcl81.Thomas Gellekum1998-03-204-6/+6
| | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
* Add back PKGNAME (removed by the previous commit).Satoshi Asami1998-03-173-3/+6
|
* Use $(MASTER_SITE_KDE)Stefan Eßer1998-03-073-12/+9
|
* Update to KDE Beta3Stefan Eßer1998-03-0512-105/+291
|
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-254-8/+8
|
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-221-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* Fix memory leaks.Bill Fenner1998-02-201-0/+61
|
* Fix color behavior with tk8.0 -- tk was setting the highlight color to black.Bill Fenner1998-02-201-0/+45
|
* Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()Bill Fenner1998-02-201-0/+117
| | | | | | | on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility.
* Add support for env-variable 'MUSIC_CD' of cdcontrol fame.Eivind Eklund1998-02-141-0/+12
|
* Add another MASTER_SITEVanilla I. Shu1998-02-021-2/+3
| | | | | PR: ports/5622 Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
* ftp.cdrom.com no longer has dgguspat.zip. Switch MASTER_SITE to ftp.planix.comJustin M. Seger1998-02-022-4/+4
|
* Upgrade to 0.59n.Vanilla I. Shu1998-01-262-4/+4
|
* Remove myself as MAINTAINERTorsten Blum1998-01-261-2/+2
|
* New address for Daniel O'ConnorMike Smith1998-01-221-3/+3
|
* MASTER_SITE moved.Bill Fenner1998-01-221-2/+2
| | | | Submitted by: distfile checker
* Commented out MAINTAINER until we find a working email address.Bill Fenner1998-01-221-2/+2
| | | | Submitted by: Mail Delivery Subsystem <MAILER-DAEMON@y.physics.usyd.edu.au>
* Update the checksum as suggested by the maintainer of this port.Steve Price1998-01-111-1/+1
| | | | | PR: 5474 Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org>
* Eliminate double slashes in URL's by:Bill Fenner1998-01-092-4/+4
| | | | | | - Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738)
* Upgrade to 0.92Vanilla I. Shu1998-01-063-5/+5
| | | | | PR: ports/5371 Submitted by: maintainer
* Add kdemultimedia.Satoshi Asami1997-12-271-1/+2
|
* Add PKGNAME ("-Beta2-1" is not a valid version number). Change "Beta1"Satoshi Asami1997-12-263-12/+15
| | | | to "Beta2" in MASTER_SITES paths so this port will fetch.
* The KDE multi-media tools: CD player, mixer, MIDI player.Stefan Eßer1997-12-2415-0/+324
| | | | | The device name of the CD drive is hardwired into kscd, see patch-ag for the location of the definition.
* Change my email address.Vanilla I. Shu1997-12-011-2/+2
|
* Upgrade to version 1.3aJustin M. Seger1997-11-292-5/+5
|
* Switch to a MASTER_SITE that works and fix some things pointed out by portlint.Justin M. Seger1997-11-262-5/+4
|
* Add cdplay.Bill Fenner1997-11-171-1/+2
|
* A text-mode audio CD player with a nice termcap-and-cbreak-based UI.Bill Fenner1997-11-175-0/+21
| | | | | | | Check it out, it's pretty cool! PR: ports/4972 Submitted by: Antti Kaipila <anttik@silic.one.sci.fi>
* Update to 1.09Bill Fenner1997-11-163-359/+187
| | | | | PR: ports/3806 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* Allow nas to compile under CURRENT.Justin M. Seger1997-11-061-0/+19
|
* Adapt to tk80.Thomas Gellekum1997-10-302-5/+64
| | | | Suggested by: Mark Murray
* Make this port actually build (ok, not build) by defining NO_BUILD.Satoshi Asami1997-10-301-1/+2
| | | | It doesn't even have a Makefile!
* Make this port run. There is no "wish" binary anymore, so make itSatoshi Asami1997-10-301-1/+1
| | | | use "wish4.2".
* Activate xmpeg3.Thomas Gellekum1997-10-291-1/+2
|
* Import of xmpeg3, a tcl frontend to amp (Audio Mpeg Player).Thomas Gellekum1997-10-296-0/+37
| | | | | PR: 4055 Submitted by: Daniel O'Conner <doconner@ist.flinders.edu.au>
* Use tk8.0Jean-Marc Zucconi1997-10-082-3/+5
|
* Upgrade to 6.1cAndrey A. Chernov1997-09-245-79/+63
|
* Make port work with tcl/tk 8.0Bill Fenner1997-09-115-63/+1564
|
* Upgrade to 1.2pl2.Thomas Gellekum1997-09-083-4/+3
| | | | | PR: 4386 Submitted by: Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
* Upgrade to 2.2.Thomas Gellekum1997-09-085-65/+106
| | | | | PR: 4490 Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
* Upgrade to 2.0.1.Thomas Gellekum1997-09-086-41/+58
| | | | | PR: 4421 Submitted by: Andreas Kohout <shanee@augusta.de>
* Timidity dist site movedAndrey A. Chernov1997-09-082-6/+6
|
* Install some doc files that have copyright info.Masafumi Max NAKANE1997-09-061-0/+4
|
* Define RESTRICTED as this is shareware and registration is requiredMasafumi Max NAKANE1997-09-061-0/+8
| | | | | | to redistribute the source and commercial use of binaries. Also, install some doc files that have copyright info.
* Enable mikmodMasafumi Max NAKANE1997-09-061-1/+2
|
* New port, mikmod:Masafumi Max NAKANE1997-09-065-0/+34
| | | | | | | | | | | | This is a mod player which uses ncurses as a UI. It can play S3M, XM, MOD, MTM, STM, ULT, and UNI module types. It uses the Open Sound System, and has features like sample interpolation, random mod playing, and supports playing compressed modules. (Note: its playing of compressed modules is OK, providing they don't have spaces in their names...) PR: 4066 Submitted by: Daniel O'Connor <doconnor@ist.flinders.edu.au>
* fix some brain deadedness in last commit (disable a couple debuggingJohn-Mark Gurney1997-09-042-3/+3
| | | | statements and add a nl)
* update my port (same version).John-Mark Gurney1997-09-045-4/+300
| | | | | I have added a new option (-b) that allows you to specify 8 or 16bit output. The default is still 8bit though.
* Upgrade, 0.7.3 -> 0.7.6.Masafumi Max NAKANE1997-09-033-16/+13
| | | | | PR: 4457 Submitted by: the port maintainer
* Enable ampMasafumi Max NAKANE1997-09-011-1/+2
|
* New port, amp:Masafumi Max NAKANE1997-09-016-0/+61
| | | | | | | | | | | | | ------------------------ From the README file ------------------------ amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started putting together as a side project of the MPEG hardware design project at FER/Zagreb - just to confirm my knowledge of the standard. It works with both MPEG1 and MPEG2 audio streams (except for the multichannel extensions defined in MPEG2), layer3 only for now. ---------------------------- End of quote ---------------------------- PR: 3935 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* Created manpages mpeg_musicin.1 and mpeg_musicout.1Andreas Klemm1997-08-184-1/+225
| | | | | | | | Expect not too much ... but if somebody is very experienced in using these tools, then please feel free to add some ,,flesh´´ to these manpages. Now you have a good starting point. PR: closes PR 1518
* Upgrade to 0.5Bill Fenner1997-08-103-3/+14
| | | | Found by: distfile checker
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
|
* Upgrade, 0.59f -> 0.59k.Masafumi Max NAKANE1997-07-142-4/+4
| | | | | PR: 4081 Submitted by: Carey Jones <mcj@acquiesce.org>
* Set maintainer to ports@freebsd.orgPaul Traina1997-07-101-2/+2
|
* Enable mpg123.Masafumi Max NAKANE1997-07-101-1/+2
|
* New port, mpg123:Masafumi Max NAKANE1997-07-105-0/+26
| | | | | | | Command-line player for mpeg layer 1, 2 and 3 audio PR: 3952 Submitted by: Carey Jones <mcj@acquiesce.org>
* Add NO_CDROM clause - dguspat.zip is copyrighted.Jordan K. Hubbard1997-06-142-2/+6
|
* Upgrade to b6Andrey A. Chernov1997-06-144-9/+68
| | | | | | Install rplayd automatically Use gsm library from ports Fix PLIST
* Distfile changedAndrey A. Chernov1997-06-123-48/+60
|
* Added cddbd.Satoshi Asami1997-06-041-1/+2
|
* don't override CFLAGS and don't compile with -gJohn-Mark Gurney1997-06-032-0/+31
| | | | | add a missing header file the 3.0 needs... Submitted by: asami
* activate nspmodJohn-Mark Gurney1997-06-031-1/+2
| | | | Reminded-by: Satoshi Asami
* Move MASTER_SITE_SUBDIR after MASTER_SITES.Satoshi Asami1997-06-031-2/+2
|
* this is the inital import of nspmod, a tracker that does it's own DSP...John-Mark Gurney1997-06-036-0/+50
| | | | | if you're unhappy with s3mod, try this one, it's good, even though it's such an early version...
* Version change: 1.5 -> 1.6Jean-Marc Zucconi1997-06-022-4/+4
|
* - 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:
* enabled toshaAndreas Klemm1997-05-251-1/+2
|
* 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)
* Upgrade, 0.2 -> 0.3.Masafumi Max NAKANE1997-05-166-270/+22
| | | | | PR: 3321 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
* The distfile has been changed.Masafumi Max NAKANE1997-04-263-36/+19
| | | | | PR: 3203 Noticed by: Frank Seltzer <frankd@Kryten.nina.org>
* Add virtual category 'tk41'.Wolfram Schneider1997-04-202-4/+4
|
* Fix for CPU=FREEBSD so that build works.David Nugent1997-04-191-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-021-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-172-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-212-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-303-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-1615-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-141-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-121-2/+2
|
* Move from net, speak freely understands VAT/RTP wellAndrey A. Chernov1996-11-129-0/+481
|
* New port: vat 4.0b2, LBL Visual Audio ToolBill Fenner1996-11-116-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-191-1/+3
| | | | Suggested by: asami
* Removed unnecessary @mode, @owner and @group directives.Masafumi Max NAKANE1996-10-181-4/+0
|
* Changed the patch to Makefile and added -s flag to the install commandMasafumi Max NAKANE1996-10-181-2/+2
| | | | in the install: target.
* Honor NOMANCOMPRESS.Masafumi Max NAKANE1996-10-181-1/+3
| | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Added $Id.
* 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!
* Added several files that were missing.Masafumi Max NAKANE1996-10-051-2/+8
| | | | Removed unnecessary @cwd directive.
* 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.
* version 3.2.0b5Adam David1996-10-033-13/+3
|
* ps, forgot thisAdam David1996-10-031-1/+1
|
* version 1.2p5Adam David1996-10-032-33/+3
|
* Add slash to MASTER_SITESTorsten Blum1996-09-171-1/+1
| | | | | | *sigh* Pointed out by: asami
* Path on MASTER_SITE has changedTorsten Blum1996-09-151-1/+1
|
* Change patch to use "${MOTIFLIB} ${XTOOLLIB} ${XLIB}" instead ofSatoshi Asami1996-08-201-1/+1
| | | | | "${MOTIFLIB} XawClientLibs" to substitute for "XmClientLibs". Motif doesn't depend on the Athena Widget set.
* XmClientLibs -> ${MOTIFLIB} XawClientLibsSatoshi Asami1996-08-191-0/+11
|
* soundcard.h is in /usr/include/machine (aka /sys/i386/include), notSatoshi Asami1996-08-191-0/+11
| | | | /usr/include/sys (aka /sys/sys).
* Added $Id$. Eric, will you mind if I add you as the maintainer too? :)Satoshi Asami1996-08-191-0/+2
|
* Stamp on another malloc library definition. This time, it's dead!Chuck Robey1996-08-181-2/+2
|
* added in my new portsEric L. Hernes1996-08-161-1/+2
|
* New port for `xmmix', a motif based x-audio mixerEric L. Hernes1996-08-165-0/+41
|
* Take out -lmalloc (an artifact of the old 1.0 days, oops!)Chuck Robey1996-08-081-2/+2
|
* Adding new audio port 'rosegarden', a midi sequencer and musicalChuck Robey1996-08-071-1/+2
| | | | | notation editor. Submitted by: Andreas Kohout
* New audio port, Rosegarden, a midi musical sequencer and notation editor.Chuck Robey1996-08-077-0/+81
| | | | Submitted by: Andreas Kohout
* include stdlib.h in music{in|out}.c so that the atol()'s workEric L. Hernes1996-08-021-0/+22
| | | | properly
* Submitted by: chuckrChuck Robey1996-07-281-0/+10
| | | | tiny change to make rplayd compile. Jordan's crossfire needs it.
* This patch fixes a bug in the NAS port included with 2.1R.Jordan K. Hubbard1996-07-271-0/+25
| | | | | | | | | | The symptom: NAS client applications cannot properly locate the server. Specifically, server specifications such as `:0' are not properly linked. The cause: A compiler define for BSD 4.4 Sockets was incorrectly set in the makefile. Submitted-By: Tim Kientzle <kientzle@netcom.com>