aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak for current.jseger1998-10-134-18/+23
| | | | Submitted by: ken@plutotech.com
* Unbreak for ELF.jseger1998-10-133-110/+70
| | | | Partially submitted by: ken@plutotech.com
* Mark BROKEN for current. Can't find scsi.hjseger1998-10-114-4/+24
|
* Add CAM support to xmcd. This patch makes xmcd autodetect a CAM system,ken1998-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 someasami1998-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.jkoshy1998-10-032-24/+42
|
* Elfifybrian1998-10-023-27/+21
| | | | Add -lstdc++ in kscd/Makefile.in - someone should test this for -stable ;-/
* Mark all KDE ports BROKEN for ELF.jseger1998-09-304-4/+12
|
* Remove empty directories on deinstall.steve1998-09-282-1/+3
|
* Escape the '@' characters so that perl in -current doesn't choke.steve1998-09-281-2/+2
|
* Move manpages from pkg/PLIST to MAN* macro in Makefile.steve1998-09-288-8/+10
|
* Fix build for ELF.steve1998-09-282-24/+42
|
* Don't strip binary in ELF install.steve1998-09-281-1/+5
|
* Can't fetch the distfile and remove empty directories on deinstall.steve1998-09-284-2/+10
|
* Move manpages from pkg/PLIST to MAN* macro in Makefile and removesteve1998-09-282-152/+52
| | | | empty directories on deinstall.
* Mark broken for ELF until the iv port is converted.steve1998-09-281-1/+3
|
* Won't build in an ELF world.steve1998-09-281-1/+3
|
* Remove empty directories on deinstall.steve1998-09-281-0/+2
|
* Make this port reinstall friendly.steve1998-09-282-38/+38
|
* Remove empty lib/speak_freely directory on deinstall.steve1998-09-271-0/+1
|
* Mark broken for ELF because of xforms port.steve1998-09-272-4/+8
|
* libgsm is now converted to ELF.asami1998-09-233-7/+7
|
* 1. Convert to ELF.smace1998-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.smace1998-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 ELFsmace1998-09-231-2/+2
|
* Convert esound to elf.vanilla1998-09-223-13/+48
|
* Remove regexp support for libxview not that it builds ELF too.steve1998-09-221-2/+2
|
* Remove regexp support for Xaw3d since it can now be built insteve1998-09-211-2/+2
| | | | an ELF world.
* giflib is now converted to ELF so remove regexp support.steve1998-09-193-6/+6
|
* Add an MLINKS line.hoek1998-09-192-14/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-172-4/+4
| | | | in the first place.
* Activate dap.vanilla1998-09-161-1/+2
|
* Digital Audio Processor.vanilla1998-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.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 forasami1998-09-152-4/+4
| | | | ELF conversion.
* Two manpages (out of four) are installed uncompressed in this port. So,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.hoek1998-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.hoek1998-08-292-4/+2
|
* Please don't copy straight from manpages without at leasthoek1998-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.asami1998-08-261-2/+2
|
* kdecore and kdeui shared libraries are now at version 1.X.asami1998-08-251-3/+3
|
* Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX.vanilla1998-08-251-2/+2
|
* Activate xamp.vanilla1998-08-251-1/+2
|
* A version of amp plus qt gui.vanilla1998-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 isasami1998-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 planningasami1998-08-241-2/+2
| | | | to check it in the near future.
* Use the MAN1 variable. Add the other half of patch-aa that causeshoek1998-08-223-9/+15
| | | | this port to respect BINOWN and MANOWN.
* Use MAN1. Split-up monolithic patch-aa. Make reinstall: work.hoek1998-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.hoek1998-08-192-7/+0
|
* Yes, removing plist manpages broke this one, too. :)hoek1998-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 theirhoek1998-08-1717-32/+0
| | | | | PLISTs, it's just that none of the ones that do use the MANx variables.
* Oops, forgot to commit this.asami1998-08-131-0/+5
|
* Make this port non-interactive. The configuration script isasami1998-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.asami1998-08-124-16/+12
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Activate 8hz-mp3.mph1998-08-111-1/+2
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-0812-28/+28
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-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 themph1998-08-0416-35/+35
| | | | letter "A".
* No need to define both USE_CONFIGURE and GNU_CONFIGURE....asami1998-07-283-6/+3
|
* Activate sidplay.dburr1998-07-261-1/+2
|
* PR: ports/5504dburr1998-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.steve1998-07-261-1/+2
|
* A simple audio file player. Moved from ports/japanese.steve1998-07-268-0/+64
|
* Add homepage to pkg/DESCRhoek1998-07-251-0/+2
|
* Change dependencies to accept Qt-1.33 if present,se1998-07-243-9/+9
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* fix dist siteache1998-07-241-2/+2
|
* "$Id$" is not spelled "$ID$". Also, change "Jily" to "July", I assumeasami1998-07-201-2/+2
| | | | it's a typo.
* Turn on wmmixer.steve1998-07-201-1/+2
|
* Initial import of wmmixer version 0.8.steve1998-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.0se1998-07-209-135/+459
| | | | Based on: patches for a 1.0 pre-release submitted by Thomas Gellekum.
* Activate esound.vanilla1998-07-191-1/+2
|
* esound is the sound library for enlightenment.vanilla1998-07-197-0/+65
|
* Switch to a working MASTER_SITE.jseger1998-07-151-2/+2
|
* Old MASTER_SITE is no longer available. Switch to another site that has thejseger1998-07-151-7/+2
| | | | DISTFILE.
* Fix a couple of braino's from the last commit.dburr1998-07-141-3/+3
|
* Import of new port audio/x11amp, a GUI MP3 player with a reallydburr1998-07-145-0/+40
| | | | nice interface.
* Activate x11amp.dburr1998-07-141-1/+2
|
* Change to UNBROKEN ...scrappy1998-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, removingscrappy1998-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, exceptscrappy1998-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 workscrappy1998-07-086-21/+24
| | | | on compiling it from my X machine later tonight...
* Add patches to support IDE cd-roms. While I'm here, respecthoek1998-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 .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 timemph1998-06-245-0/+43
| | | | | | | for mp3 files. PR: 7008 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Activate mp3info.mph1998-06-241-1/+2
|
* This patch contains an update to the audio-voxware.cc module in vatjkh1998-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...hoek1998-06-181-1/+2
|
* Minimize differences, handle EINTRache1998-06-171-14/+20
|
* Add patch to work with both audio driversache1998-06-171-0/+171
| | | | Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah)
* Fix gus patches dist siteache1998-06-172-4/+4
|
* Add another @dirrm.tg1998-06-151-0/+1
|
* Activate kmpg.tg1998-06-121-1/+2
|
* New port kmpg, an MPEG audio player for KDE.tg1998-06-1211-0/+208
| | | | | PR: 6727 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
* upgrade to 0.59otorstenb1998-05-283-4/+23
|
* Upgrade to 2.3. Also split patch-aa so that each patch affects onlymph1998-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) maintainermph1998-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.steve1998-05-111-2/+2
| | | | | PR: 6555 Submitted by: Antti Kaipila <anttik@silic.one.sci.fi>
* Execute `ldconfig -R' at the pkg_delete step.tg1998-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 everyonejseger1998-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.tg1998-04-301-1/+2
|
* New port xtuner. xtuner is an X-windows interface for the RadioREVEALtg1998-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.vanilla1998-04-302-3/+2
|
* Mark this port broken, it's left behind in the beta-4.1 upgrade andasami1998-04-293-3/+9
| | | | no longer builds.
* Change MASTER_SITE, the author's site seems dead.vanilla1998-04-261-2/+4
|
* Activate splaytk.mph1998-04-241-1/+2
|
* Import of splaytk, a Tcl/Tk front-end to the splay mp3 player.mph1998-04-246-0/+58
| | | | | PR: 6352 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Upgrade to version 0.8.2.steve1998-04-197-39/+62
| | | | | PR: 6122 Submitted by: maintainer
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-163-6/+6
|
* Back out changes to use tcl81.tg1998-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).asami1998-03-173-3/+6
|
* Use $(MASTER_SITE_KDE)se1998-03-073-12/+9
|
* Update to KDE Beta3se1998-03-0512-105/+291
|
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-254-8/+8
|
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-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.fenner1998-02-201-0/+61
|
* Fix color behavior with tk8.0 -- tk was setting the highlight color to black.fenner1998-02-201-0/+45
|
* Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()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.eivind1998-02-141-0/+12
|
* Add another MASTER_SITEvanilla1998-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.comjseger1998-02-022-4/+4
|
* Upgrade to 0.59n.vanilla1998-01-262-4/+4
|
* Remove myself as MAINTAINERtorstenb1998-01-261-2/+2
|
* New address for Daniel O'Connormsmith1998-01-221-3/+3
|
* MASTER_SITE moved.fenner1998-01-221-2/+2
| | | | Submitted by: distfile checker
* Commented out MAINTAINER until we find a working email address.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.steve1998-01-111-1/+1
| | | | | PR: 5474 Submitted by: Daniel Eischen <deischen@iworks.InterWorks.org>
* Eliminate double slashes in URL's by: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.92vanilla1998-01-063-5/+5
| | | | | PR: ports/5371 Submitted by: maintainer
* Add kdemultimedia.asami1997-12-271-1/+2
|
* Add PKGNAME ("-Beta2-1" is not a valid version number). Change "Beta1"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.se1997-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.vanilla1997-12-011-2/+2
|
* Upgrade to version 1.3ajseger1997-11-292-5/+5
|
* Switch to a MASTER_SITE that works and fix some things pointed out by portlint.jseger1997-11-262-5/+4
|
* Add cdplay.fenner1997-11-171-1/+2
|
* A text-mode audio CD player with a nice termcap-and-cbreak-based UI.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.09fenner1997-11-163-359/+187
| | | | | PR: ports/3806 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
* Allow nas to compile under CURRENT.jseger1997-11-061-0/+19
|
* Adapt to tk80.tg1997-10-302-5/+64
| | | | Suggested by: Mark Murray
* Make this port actually build (ok, not build) by defining NO_BUILD.asami1997-10-301-1/+2
| | | | It doesn't even have a Makefile!
* Make this port run. There is no "wish" binary anymore, so make itasami1997-10-301-1/+1
| | | | use "wish4.2".
* Activate xmpeg3.tg1997-10-291-1/+2
|
* Import of xmpeg3, a tcl frontend to amp (Audio Mpeg Player).tg1997-10-296-0/+37
| | | | | PR: 4055 Submitted by: Daniel O'Conner <doconner@ist.flinders.edu.au>
* Use tk8.0jmz1997-10-082-3/+5
|
* Upgrade to 6.1cache1997-09-245-79/+63
|
* Make port work with tcl/tk 8.0fenner1997-09-115-63/+1564
|
* Upgrade to 1.2pl2.tg1997-09-083-4/+3
| | | | | PR: 4386 Submitted by: Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
* Upgrade to 2.2.tg1997-09-085-65/+106
| | | | | PR: 4490 Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
* Upgrade to 2.0.1.tg1997-09-086-41/+58
| | | | | PR: 4421 Submitted by: Andreas Kohout <shanee@augusta.de>
* Timidity dist site movedache1997-09-082-6/+6
|
* Install some doc files that have copyright info.max1997-09-061-0/+4
|
* Define RESTRICTED as this is shareware and registration is requiredmax1997-09-061-0/+8
| | | | | | to redistribute the source and commercial use of binaries. Also, install some doc files that have copyright info.
* Enable mikmodmax1997-09-061-1/+2
|
* New port, mikmod:max1997-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 debuggingjmg1997-09-042-3/+3
| | | | statements and add a nl)
* update my port (same version).jmg1997-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.max1997-09-033-16/+13
| | | | | PR: 4457 Submitted by: the port maintainer
* Enable ampmax1997-09-011-1/+2
|
* New port, amp:max1997-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.1andreas1997-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.5fenner1997-08-103-3/+14
| | | | Found by: distfile checker
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Upgrade, 0.59f -> 0.59k.max1997-07-142-4/+4
| | | | | PR: 4081 Submitted by: Carey Jones <mcj@acquiesce.org>
* Set maintainer to ports@freebsd.orgpst1997-07-101-2/+2
|
* Enable mpg123.max1997-07-101-1/+2
|
* New port, mpg123:max1997-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.jkh1997-06-142-2/+6
|
* Upgrade to b6ache1997-06-144-9/+68
| | | | | | Install rplayd automatically Use gsm library from ports Fix PLIST
* Distfile changedache1997-06-123-48/+60
|
* Added cddbd.asami1997-06-041-1/+2
|
* don't override CFLAGS and don't compile with -gjmg1997-06-032-0/+31
| | | | | add a missing header file the 3.0 needs... Submitted by: asami
* activate nspmodjmg1997-06-031-1/+2
| | | | Reminded-by: Satoshi Asami
* Move MASTER_SITE_SUBDIR after MASTER_SITES.asami1997-06-031-2/+2
|
* this is the inital import of nspmod, a tracker that does it's own DSP...jmg1997-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.6jmz1997-06-022-4/+4
|
* - modified Makefile, to use CFLAGS form /etc/make.confandreas1997-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 toshaandreas1997-05-251-1/+2
|
* Imported new audio port tosha.andreas1997-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.max1997-05-166-270/+22
| | | | | PR: 3321 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
* The distfile has been changed.max1997-04-263-36/+19
| | | | | PR: 3203 Noticed by: Frank Seltzer <frankd@Kryten.nina.org>
* Add virtual category 'tk41'.wosch1997-04-202-4/+4
|
* Fix for CPU=FREEBSD so that build works.davidn1997-04-191-3/+4
|
* Fix several bogons. This port still doesn't compile, though. The buildasami1997-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.davidn1997-04-171-1/+2
|
* MiXViews audio file editor/player/recorder.davidn1997-04-1714-0/+1075
|
* Don't forget to update the checksum too. Remember, get the latest bsd.port.mk!asami1997-04-021-1/+1
|
* Update MASTER_SITES pointer to ftp.x.org since previous no longer exists.swallace1997-04-021-2/+4
| | | | Now uses a .tar.Z archive.
* Minor stylistic fix.asami1997-03-281-3/+1
|
* Add mail/bulk_mailer and audio/splayjfitz1997-03-261-1/+2
|
* Import of splay v0.2, a command line MPEG and WAV player.jfitz1997-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.asami1997-03-061-2/+2
|
* A quick purousal thru our port's patches directory shows a *WAY* over use ofobrien1997-02-172-10/+10
| | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
* Upgrade, 10.11 -> 12.12.max1997-02-044-44/+42
| | | | | Suggested by: Bill Fenner <fenner@parc.xerox.com> (Closing PR #2554.)
* add myself as maintainertorstenb1997-01-071-2/+4
|
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-062-7/+3
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Add RESTRICTED="non-redistributable beta"ache1996-12-212-4/+94
| | | | Add all docs to package
* Add "-o" flag to unzip so it won't prompt about overwriting existingasami1996-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 theasami1996-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.1torstenb1996-11-303-8/+11
|
* Added MAINTAINERobrien1996-11-201-1/+3
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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$.asami1996-11-181-0/+2
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-183-16/+6
|
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-183-8/+9
|
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-184-9/+12
|
* Standardize.asami1996-11-182-10/+8
|
* Add timidityache1996-11-171-1/+2
|
* MIDI-to-WAV rendered/player, sounds much better than playmidiache1996-11-1715-0/+961
|
* While I'm here, change this to use MASTER_SITE_SUNSITE.asami1996-11-161-2/+3
|
* Cosmetic cleanup.asami1996-11-161-3/+3
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-1615-38/+58
| | | | Added MAINTAINERS to many of them.
* Removed unnecessary @cwd directive.max1996-11-153-3/+0
|
* add camerich1996-11-151-1/+2
|
* new port for `cam', a curses/command line based audio mixer.erich1996-11-155-0/+25
|
* Compress manpage. While I'm here, put MAINTAINER in the middle ofasami1996-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 ofasami1996-11-151-3/+4
| | | | the Makefile so people can yell at Andrey if it doesn't work. :)
* Upgrade to 2.3ache1996-11-156-82/+285
|
* Gosh, the second bug in the same line was a good one: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 anasami1996-11-151-1/+1
| | | | executable!
* fixed compile dependency on gdbmlars1996-11-141-0/+1
|
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-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.3ache1996-11-127-49/+139
|
* Add mbone to CATEGORIESache1996-11-121-2/+2
|
* Move from net, speak freely understands VAT/RTP wellache1996-11-129-0/+481
|
* New port: vat 4.0b2, LBL Visual Audio Toolfenner1996-11-116-0/+463
|
* tk41 port installs wish4.1 not wish, so depend on that.asami1996-11-051-2/+2
|
* Upgrade to version 1.5 (works with tk4.1)jmz1996-11-042-5/+5
|
* Upgrade to 1.0.10ache1996-10-255-43/+86
|
* Added `#' only lines above & below the $Id: line to standardize the Makefile.max1996-10-191-1/+3
| | | | Suggested by: asami
* Removed unnecessary @mode, @owner and @group directives.max1996-10-181-4/+0
|
* Changed the patch to Makefile and added -s flag to the install commandmax1996-10-181-2/+2
| | | | in the install: target.
* Honor NOMANCOMPRESS.max1996-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"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.max1996-10-051-2/+8
| | | | Removed unnecessary @cwd directive.
* Replaced several hunks that didn't apply properly.max1996-10-053-31/+19
| | | | Also, removed one hunk from patch-ac which seemed no longer needed.
* version 3.2.0b5adam1996-10-033-13/+3
|
* ps, forgot thisadam1996-10-031-1/+1
|
* version 1.2p5adam1996-10-032-33/+3
|
* Add slash to MASTER_SITEStorstenb1996-09-171-1/+1
| | | | | | *sigh* Pointed out by: asami
* Path on MASTER_SITE has changedtorstenb1996-09-151-1/+1
|
* Change patch to use "${MOTIFLIB} ${XTOOLLIB} ${XLIB}" instead ofasami1996-08-201-1/+1
| | | | | "${MOTIFLIB} XawClientLibs" to substitute for "XmClientLibs". Motif doesn't depend on the Athena Widget set.
* XmClientLibs -> ${MOTIFLIB} XawClientLibsasami1996-08-191-0/+11
|
* soundcard.h is in /usr/include/machine (aka /sys/i386/include), notasami1996-08-191-0/+11
| | | | /usr/include/sys (aka /sys/sys).
* Added $Id$. Eric, will you mind if I add you as the maintainer too? :)asami1996-08-191-0/+2
|
* Stamp on another malloc library definition. This time, it's dead!chuckr1996-08-181-2/+2
|
* added in my new portserich1996-08-161-1/+2
|
* New port for `xmmix', a motif based x-audio mixererich1996-08-165-0/+41
|
* Take out -lmalloc (an artifact of the old 1.0 days, oops!)chuckr1996-08-081-2/+2
|
* Adding new audio port 'rosegarden', a midi sequencer and musicalchuckr1996-08-071-1/+2
| | | | | notation editor. Submitted by: Andreas Kohout
* New audio port, Rosegarden, a midi musical sequencer and notation editor.chuckr1996-08-077-0/+81
| | | | Submitted by: Andreas Kohout