aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-03-252-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static)
* Fix PLIST. The correct PLIST_SUB variable is PORTDOCS, not NOPORTDOCS.will2001-03-242-71/+71
| | | | Found by: bento
* Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it isasami2001-03-244-4/+4
| | | | | | confusing the hell out of make. Submitted by: bento
* new port of SpiralLoops 0.0.1, an experimental loop-based samplertrevor2001-03-246-37/+54
| | | | PR: 24522
* Change maintainer for libao, libogg, libvorbis, and vorbis. Improvetrevor2001-03-2424-193/+341
| | | | | | | | | | use of autoconf and automake. Support NOPORTDOCS. Respect CFLAGS. Fix libvorbis encoder on Alpha. Install documentation in proper places. Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> (outgoing maintainer), Christian Weisgerber <naddy@mips.inka.de> (new maintainer)
* - changes MAINTAINER,jeh2001-03-244-37/+75
| | | | | | | | | | | | - fixes a bug in shared memory handling where SYSVSHM segments wouldn't be destroyed on program exit, - prefers memory sharing by mmap() over SYSVSHM, - bumps PORTREVISION due to the fix above, - contains miscellaneous clean-ups and autoconf-related changes. PR: 25942 Submitted by: Christian Weisgerber <naddy@mips.inka.de> Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
* Dependencies added: USE_GNOME, as Build failed without gnomeConf.shdinoex2001-03-231-1/+1
|
* Sigh. Reclaim these, primarily for GNOME 1.4ade2001-03-235-5/+5
|
* Someone don't like my style, so I drop maintainer now.vanilla2001-03-234-4/+4
|
* Update from 0.2.3 to 0.2.5. Some bugfixes and optimizations.jeh2001-03-233-7/+4
| | | | | | | Minor nits to keep portlint happy. PR: 25971 Submitted by: Espen Skoglund <esk@ira.uka.de> MAINTAINER
* Update to 0.9.0clive2001-03-214-6/+4
| | | | | PR: ports/25943 Submitted by: MAINTAINER
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-211-1/+1
|
* Update to 2.10.4.knu2001-03-203-3/+3
| | | | | PR: ports/25937, ports/25938 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
* Fix build on bento by reference $PREFIX at Makefile, not Makefile.PL.kuriyama2001-03-191-2/+2
|
* add flacijliao2001-03-187-0/+95
| | | | FLAC stands for Free Lossless Audio Codec
* Umix is an advanced tool for adjusting soundcard mixers. You canvanilla2001-03-186-0/+33
| | | | | | | | adjust your mixer either from the command line or from a fullscreen curses user interface. It was designed as a replacement for Aumix. PR: ports/24605 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* add mpg321ijliao2001-03-177-0/+48
| | | | A completely free clone of mpg123
* Updates the port to the latest version.dinoex2001-03-174-28/+21
| | | | | PR: 25529 Submitted by: anders@fix.no
* from maintainer:dinoex2001-03-173-8/+175
| | | | | | | | | | | | | | | | | | Actually, the problem is that the ecasound port can optionally be compiled with python so that you have another interface to the program. The python dependency wasn't recorded in the makefile and the port was building the python bits by default, so the process of installing or packaging failed a one point. The fix is quite simple. And it features a couple of other enhancments. First off, the current plist must be renamed "pkg-plist.py". Second, a new plist must be made with the following diff on the original: me: The file pkg-plist contains only one revision, so a repro copy of this file won't be needed. I changed whitespaces to taps. PR: 25814 Submitted by: anarcat@tao.ca
* Add mp3chew 0.51.0,dannyboy2001-03-177-0/+69
| | | | | | | | a program to rename mismatched and garbled MP3 filenames. PR: 25653 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Fix pkg-plistdemon2001-03-161-1/+0
| | | | Found by: bento
* Patch aops.c for a header problem. Remove BROKEN line.trevor2001-03-152-2/+16
| | | | reported by: kris
* A high-level interface to the Compact Disc Database.vanilla2001-03-157-0/+91
| | | | | PR: ports/25804 Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
* Use "USE_GTK" & "USE_GNOME" forever.vanilla2001-03-151-2/+1
|
* Whoops, back goes the FORBIDDEN tag..after months of silence, icecastkris2001-03-152-0/+4
| | | | | | finally released a new version the day we released the advisory for the old one, but it turns out there are still other security problems unfixed in both.
* Fix yet another victim of changed default location of the WindowMaker'ssobomax2001-03-141-1/+1
| | | | | | include files. Submitted by: bento
* Update version number of gtkmm shared library.sobomax2001-03-131-1/+1
|
* o add MASTER_SITE_SUNSITE to MASTER_SITES.sf2001-03-132-6/+8
| | | | | | | o get rid of version number from pkg-descr. PR: 25744 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update to 2.10.3.sf2001-03-133-5/+7
| | | | | PR: 25701,25702 Submitted by: maintainer
* correct configure args to respect PREFIX.sf2001-03-131-1/+1
| | | | | PR: 25738 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
* Fix breakage introduced with recent WindowMaker update.sobomax2001-03-121-1/+1
| | | | Submitted by: bento
* This port does not currently compile.kris2001-03-121-0/+2
| | | | Noticed by: bento
* GdrDAO is a GTK-based GUI frontend for cdrdao, the disk-at-once audio CDdinoex2001-03-116-0/+36
| | | | | | | | | | | | | | | | | recorder. Features: * Contains a simple TOC Editor, which allows you to create (very) simple TOC files for CDRDAO . * It can save those TOC files (now to a selectable file). * GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide where to start in a file, so it also supports CD burned from one huge file. * Disk Cataloge Number and ISRC can be changed. * CD Text is supported. WWW: http://gdrdao.sourceforge.net/ PR: 22611 Submitted by: anders@fix.no
* Update version number of gtkextra shared library.sobomax2001-03-111-1/+1
|
* Fix most of the format string abuses including those which are known tokris2001-03-116-2/+164
| | | | | | | | cause a security vulnerabilities. Not fixed are a number of more subtle cases which may or may not allow security violations (I don't have time to conduct a thorough audit now), and which are difficult/impossible to fix anyway without something like fmtcheck(). Document this in pkg-install and remove FORBIDDEN tag.
* Use '-O0' when compiling on the Alpha to avoid internal compiler errors.steve2001-03-111-1/+7
|
* Fix plistkris2001-03-111-0/+1
|
* Add locale file forgotten in the last updatejedgar2001-03-111-0/+1
|
* Add USE_GMAKE.grog2001-03-111-0/+1
|
* Update soname for libgtkextra dependency.trevor2001-03-111-1/+1
| | | | reported by: bento
* Fix build for alpha.alex2001-03-111-3/+3
| | | | Submitted by: havk.org
* Fix breakage introduced with newest WindowMaker and libaudiofile.sobomax2001-03-102-0/+38
| | | | Submitted by: bento
* Use ${MACHINE_CPU:M3dnow} to detect presence of 3DNOW extension instead ofsobomax2001-03-101-1/+1
| | | | | | | | | | ${MACHINE_CPU:Mk6}, because: 1. k6 CPU don't really support 3DNOW, this extension was first was introduced in k6-2 CPUs; 2. Duron/Athlon (aka k7) CPUs support this extension as well. Missed by: kris Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Fix building on the plain old i386.sobomax2001-03-101-5/+10
|
* Fix plistkris2001-03-101-0/+2
|
* Fix plistkris2001-03-102-2/+2
|
* As the elisp name, I used "id3el" and it is wrong.taoka2001-03-101-2/+2
| | | | | | So I change to id3.el Obtained from: bento
* Chase the checksum; distfile was rerolled with no differences in content.kris2001-03-101-1/+1
| | | | Submitted by: bento
* Use X Prefix, like xmms itself.fenner2001-03-101-0/+1
|
* Fix pkg-plistkevlo2001-03-082-38/+0
| | | | Approved by: will
* Update to 4.11. Release notes are not longer provided, so omittrevor2001-03-083-55/+42
| | | | | | them. Use a distfile that has the version number in its name. PR: 25453
* disown this portmharo2001-03-081-1/+1
|
* add quelcom, a set of command-line utilities for MP3 and wave filesijliao2001-03-0712-0/+146
| | | | | PR: 23888 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update version to 1.24taoka2001-03-072-2/+2
|
* Well, bump version.vanilla2001-03-071-0/+1
|
* remove obsolete patch.vanilla2001-03-071-11/+0
| | | | Submitted by: Anders Andersson <anders@codefactory.se>, Joshua Coombs <jcoombs@gwi.net>
* Upgrade to 0.2.1vanilla2001-03-062-2/+2
| | | | Submitted by: kris
* fixes for two libfwf-related compilation problems (see comments intrevor2001-03-062-7/+68
| | | | | | | | patches) Submitted by: maintainer PR: 20705 reported by: Vivek Khera <khera@kciLink.com>
* Clean up ugly wording of instructions on how to use kscd.will2001-03-052-12/+12
| | | | Submitted by: demon (with slight modifications)
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-052-2/+2
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* Update to version 1.2.6.steve2001-03-053-3/+25
| | | | | | PR: 23776 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Approved by: maintainer
* Update to 1.0.2.trevor2001-03-053-14/+2
|
* new port of mq3 version 8, a Qt-based .ogg/.mp3 playertrevor2001-03-047-0/+187
| | | | | PR: 24396 Submitted by: Erich Zigler <erich@tacni.net>
* Add missing plist entry.clive2001-03-042-0/+2
| | | | Submitted by: periodically pkg_delete all my packages and reinstall them.
* bump PORTREVISION due to pkg-plist addition.sf2001-03-041-0/+1
| | | | Submitted by: maintainer
* Correct last-second typo prior to previous commit.kris2001-03-031-1/+1
| | | | | | | | Also, the previous commit incorrectly claimed a maintainer timeout when in fact the maintainer changed recently and I was looking for mail from the previous maintainer. Submitted by: sobomax
* Switch the ASM selection code to use CPUTYPE on -current, and hencekris2001-03-033-14/+54
| | | | | | | | | | | automatically select the correct version without needing to set a non-standard environment variable. Use random() instead of rand() because I'm sick of getting the same songs over and over in shuffle play. Quell a format string warning with -Wnon-const-format Bump PORTREVISION Reviewed by: maintainer timeout
* o respect CFLAGS (libao, libogg, libvorbis)sf2001-03-037-4/+58
| | | | | | | | o add ESOUND and KDE2 knob. (libao) o add WWW. (libogg) o get rid of xmms dependency. (vorbis) Approved by: maintainer
* Update to 0.8.3clive2001-03-024-6/+6
| | | | | PR: ports/25489 Submitted by: MAINTAINER
* purge vorbis-xmms.sf2001-03-011-1/+0
|
* vorbis-xmms is now part of xmms.sf2001-03-015-49/+0
| | | | Requested by: maintainer
* update to 1.0 beta4.sf2001-03-011-3/+4
| | | | | PR: 25416 Submitted by: maintainer
* update to 1.0 beta4.sf2001-03-018-49/+64
| | | | | PR: 25415 Submitted by: maintainer
* update to 1.0 beta4.sf2001-03-015-629/+73
| | | | | PR: 25414 Submitted by: maintainer
* update to 1.0 beta4.sf2001-03-015-547/+74
| | | | | PR: 25413 Submitted by: maintainer
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-015-13/+2
|
* upgrade to 0.6.0ijliao2001-03-014-29/+13
| | | | | PR: 25412 Submit by: maintainer
* There is no libgcc_r.a anymore.sobomax2001-02-281-1/+1
|
* Add optional NAS support.sobomax2001-02-272-8/+32
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Unbreak.will2001-02-272-4/+0
|
* Mark these ports as BROKEN after KDE 1.x was unceremoniously ripped fromsteve2001-02-272-0/+4
| | | | the ports tree.
* Update to version 0.5.2.steve2001-02-273-2/+3
| | | | | PR: 25395 Submitted by: maintainer
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-02-2718-790/+1432
| | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
* Update to version 0.6.2.steve2001-02-268-63/+66
| | | | | PR: 24400 Submitted by: maintainer
* Update to version 2.0.4.steve2001-02-264-19/+15
| | | | | PR: 25001 Submitted by: maintainer
* #include sys/systm.h for the splXXX definitions.steve2001-02-261-1/+2
| | | | | PR: 24478 Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
* Bump PORTREVISION so we know which version compiles on the Alpha.steve2001-02-261-0/+1
|
* Fix compilation errors on FreeBSD/Alpha.steve2001-02-262-0/+22
| | | | | PR: 24427 Submitted by: Jan Conrad <conrad@th.physik.uni-bonn.de>
* new port of denemo 0.5.5, the GNU graphical score editortrevor2001-02-266-0/+77
|
* Maxim <sobomax@freebsd.org> is the new maintainer for this port.jkoshy2001-02-221-1/+1
|
* Add splay.1 to the MAN page listroger2001-02-211-1/+1
|
* o update mad to 0.12.5beta.sf2001-02-216-53/+28
| | | | | | | | | | o respect CFLAGS. o add LIB_DEPENDS to gettext and use shared libintl. o add USE_LIBTOOL to supress installing ltlibs. o add CONFIGURE_ARGS tweak to get the fast and accurate output(I believe). o obsolete patch-ab(integrated). Approved by: maintainer
* get rid of unnecessary libgnugetopt dependency.sf2001-02-201-2/+1
|
* Update to 0.9.4. Install gmixer as xgmixer, to avoid conflict withtrevor2001-02-208-35/+37
| | | | | | | | the audio/gmixer port/package. Remove BROKEN line since this version works. Submitted by: Kato Tsuguru <tkato@prontomail.ne.jp> PR: 25208
* get rid of libgnugetopt dependency.sf2001-02-182-20/+10
| | | | Approved by: maintainer
* Update from the -1 to the 0.9.7.2 (ie .2) release which fixes aobrien2001-02-182-4/+3
| | | | configuration bug.
* Bump PORTREVISION due to bugfixes on 2001-02-07kris2001-02-181-0/+1
| | | | Forgotten by: ken
* Update SDL shared library version number.sobomax2001-02-172-2/+2
|
* Bump PORTREVISION to reflect Orion's fix for newpcm duplex and mixers.fenner2001-02-161-0/+1
|
* patch-ah: add Orion Hodson's full-duplex probing and AC97 fixfenner2001-02-155-110/+123
| | | | | | | patch-a[klmn]: Split original patch-ah into one patch per file patched. PR: 23618 Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* Upgrade to version 0.91kevlo2001-02-152-6/+5
| | | | Approved by: MAINTAINER
* Update WWW: line.okazaki2001-02-151-1/+1
| | | | | PR: ports/25057 Submitted by: maintainer
* Provide workaround for a bug in pcm driver introduced with format emulationsobomax2001-02-132-0/+98
| | | | | | | | | | | | | | | | | | changes. At present newpcm has sticky parameter settings, even when an inappropriate value is set. For instance, set format to alaw on h/w that does not support alaw; newpcm interface state records format as alaw, and subsequent unrelated state changes may fail, ie a rate change. In mpg123 this can cause files to be played at lower quality than available because of mis-diagnosis of available formats and sample rates. E.g downsamples everything to 11025Hz on this h/w as 12kHz probing breaks state and subsequent probes for higher supported sampling rates. PR: 25046 Submitted by: Orion Hodson <oh@btinternet.com>
* add Maaate, a MPEG audio analysis toolkitijliao2001-02-128-0/+127
|
* build html manpages for XFree86-4.sf2001-02-121-0/+27
|
* Make sure the user doesn't have any stray files from previous attempts towill2001-02-121-3/+21
| | | | | | | | compile aureal in their kernel statically (yes, having them there does break the aureal module). Modularize the makefile using SRCPREFIX, which can be changed in the environment. Approved in principle by: maintainer (except SRCPREFIX)
* - Fix MASTER_SITESkevlo2001-02-091-2/+2
| | | | | | | - Change maintainer's email adddress PR: 24897 Submitted by: MAINTAINER
* Add a couple of fixes for compiler warnings from PR 23755, which alsoken2001-02-081-1/+54
| | | | | | | addresses the core dump problem I fixed in the last version of this patch. PR: ports/23755 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
* Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about twoken2001-02-081-0/+23
| | | | | | | | | | | | months.) The problem is in resolve_extension(). strncpy() will only null-terminate the destination string if it has enough room, according to the given length. In this implementation, there will never be enough room to null-terminate the string, from what I can tell. So if the memory in 'tmpstr' contains non-nulls, you'll get a core-dump in the subsequent strcat().
* Slightly improve heuristics used to distinguish between pre and post kobj MFCsobomax2001-02-061-2/+2
| | | | systems.
* Improve -STABLE support:sobomax2001-02-053-11/+37
| | | | | | | | | | | | - FreeBSD 4.0 - inform that 4.0 is not supported; - FreeBSD 4.1.* - use an updated tarball with proper kernel module dependencies; - FreeBSD 4.2 - with recent newpcm kobj MFC commit in mind, add heuristics to determine the driver tarball required. Build correctly on both pre- and post- kobj MFC systems. Submitted by: maintainer Slightly improved and polished by: sobomax
* Update to 0.5.5.ume2001-02-056-20/+24
|
* Style: use tabs, not spaces, to indent variables in Makefiles.olgeni2001-02-0511-21/+21
| | | | (whitespace only changes)
* Add normalize, a tool for normalizing the volume of wav and mp3 files.dannyboy2001-02-046-0/+35
| | | | | PR: 24754 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Mark broken.trevor2001-02-011-0/+2
| | | | reported by David Bushong <david@bushong.net>
* Fix typo.kevlo2001-02-011-1/+1
|
* Fix typo in pkg-message: DOcumentation -> Documentation.olgeni2001-01-311-1/+1
|
* Update to 1.1.0.sobomax2001-01-304-45/+35
|
* vsound 0.4 is a utility which interposes itself between an applicationkris2001-01-296-0/+52
| | | | | | and /dev/dsp using a dynamic preloaded library. It saves the audio stream to an .au or .wav file as it is played. This is useful for certain dynamically-linked Linux binary applications.
* Upgrade to version 1.11kevlo2001-01-293-8/+6
| | | | Approved by: MAINTAINER
* bump PORTREVISION; added extra LIB_DEPENDS.sf2001-01-292-0/+2
| | | | | | This should prevent potential problem for port-only users. Suggested by: kris
* Update to 3.0p5clive2001-01-292-2/+2
| | | | | PR: 24700 Submitted by: MAINTAINER
* add missing LIB_DEPENDS to gdk_pixbuf.sf2001-01-292-0/+2
| | | | | PR: 24694 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Fix typo in my e-mail: soobomax -> sobomax.sobomax2001-01-281-1/+1
| | | | Submitted by: Stephen McKay <mckay@thehub.com.au>
* - Support MAKE properlyijliao2001-01-2813-161/+214
| | | | | | | | | - Support install macros - Apply to 'one file per patch' convention - Add WWW: line PR: 24667 Submitted by: tkato@prontomail.ne.jp
* Update to version 2.9clive2001-01-282-4/+4
| | | | | PR: ports/24560 Submitted by: tim@bishnet.net
* update to 3.0p4 and change maintainer to greid@dogma.freebsd-uk.eu.orgijliao2001-01-274-11/+34
| | | | | PR: 24646 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> (new maintainer)
* Fix fennerage (ftpsearch, checksum ok); remove bogus header line.will2001-01-271-2/+2
|
* Fix fennerage; host distfile on MASTER_SITE_LOCAL since ftpsearch.ntnu.nowill2001-01-271-1/+2
| | | | shows no current master sites.
* Fix broken site link.will2001-01-272-2/+2
|
* Remove inactive MAINTAINER <ugen>, he hasn't committed in nearly 6 years.will2001-01-271-1/+1
|
* Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years.will2001-01-271-1/+1
|
* upgrade from pre5 to pre6ijliao2001-01-2510-15/+70
| | | | | PR: 24634 Submitted by: MAINTAINER
* upgrade from rc4 to rc5ijliao2001-01-254-4/+4
| | | | | PR: 24633 Submitted by: MAINTAINER
* Don't use the default HAVE_GNOME distdir.cpiazza2001-01-252-8/+9
| | | | | This fixes the problems people have been seeing. You can now stop bugging me.
* Update to 1.4.2 which allows gnapster to use offical servers again.cpiazza2001-01-252-2/+2
| | | | | This still has a bug (that was present in 1.4.1a) that affects new users, but this at least works for users with pref files already...
* Update to 1.19.knu2001-01-242-2/+2
| | | | Approved by: MAINTAINER
* update to 2.10.2.sf2001-01-233-3/+3
| | | | | PR: 22591,22592 Submitted by: maintainer
* Mark FORBIDDEN: Remotely exploitable buffer overflowjedgar2001-01-232-0/+2
| | | | Obtained from: |CyRaX| <cyrax@pkcrew.org> via Bugtraq
* Update to 0.81kevlo2001-01-222-2/+2
| | | | | PR: 24505 Submitted by: MAINTAINER
* Remove obsolete MASTER_SITES.roam2001-01-221-7/+1
| | | | | PR: 24527 Submitted by: maintainer
* Update to 0.60. Change master site. Remove home page.trevor2001-01-223-7/+4
|
* Update MASTER_SITES to sourceforge.clive2001-01-222-4/+4
| | | | | | | Utilize MASTER_SITE_SOURCEFORGE. PR: 24507 Submitted by: MAINTAINER
* Chase a rerolled distfile tarball; remove a Makefile comment about it, datingroam2001-01-204-12/+2
| | | | | | | | | from the times there were two different distfiles on different distsites. PR: 24306 - noticed Submitted by: Andreas Schulz <ats@first.gmd.de> PR: 24479 - fixed Submitted by: maintainer
* Add ONLY_FOR_ARCHS=i386.sobomax2001-01-171-0/+2
|
* Slightly simplify Makefiles used to build the kld's (w/o functionality change).sobomax2001-01-174-19/+18
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-1710-34/+33
|
* Fix for respecting HOME properlykevlo2001-01-163-5/+32
| | | | | PR: 24352 Submitted by: Ports Fury
* Upgrade to 0.8kevlo2001-01-162-6/+6
| | | | | PR: 24350 Submitted by: MAINTAINER
* - Make this port actually working (previous version was not linking binarysobomax2001-01-167-19/+27
| | | | | | | | | | | core with the kld); - hand over maintainership to Alexander Matey <matey@cis.ohio-state.edu> - he is the author of the driver; - make sure that the correct version of the driver used for some earler version of 4-STABLE (1.1 for 4.1) and refuse to build if OSVERSION < 410002. Submitted by: Alexander Matey <matey@cis.ohio-state.edu> Slightly adjusted by: sobomax
* Move just-added aureal-kmod from misc into audio, because it better belongssobomax2001-01-1613-0/+150
| | | | | | | | | | | | | | there. For those who missed decsription from previous commit: Add aureal-kmod - a port to provide convinient way for building FreeBSD driver for Aureal based soundcards. This driver could not be added to the base system because it's uses binary-only Linux Vortex Core object modules. The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so please report your mileage to me. Suggested by: alex
* Update to 0.5 (weird math, use PORTEPOCH=1).will2001-01-155-15/+11
| | | | | | PR: 21749 Submitted by: Jamie <jamie@jamiesdomain.org.uk> Repeatedly nudged by: see above ;)
* Update to 0.8.ume2001-01-144-4/+8
|
* Update to 0.2.3kevlo2001-01-122-2/+2
| | | | | PR: 24224 Submitted by: MAINTAINER
* Update opmixer to 0.55. This version mentions the license, so ittrevor2001-01-122-3/+5
| | | | | | does not need to be restricted (I meant to have a RESTRICTED line before, but forgot). Remove it from ports/legal. Add MASTER_SITE_LOCAL because the real master site seems to be offline most of the time.
* Master site was reorganized. Update the port accordingly.trevor2001-01-101-1/+1
| | | | | PR: 24090 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Upgrade to 1.36.46kevlo2001-01-104-6/+14
| | | | | PR: 24168 Submitted by: MAINTAINER
* - Add some entries to MASTER_SITESkevlo2001-01-102-3/+5
| | | | | | | - Bump PORTREVISION as MD5 sum of distfile has changed PR: 24175 Submitted by: MAINTAINER
* Upgrade to 0.2.0vanilla2001-01-093-11/+12
| | | | Submitted by: sobomax
* 1) Revert change supporting for shared library build/installationlioux2001-01-083-22/+31
| | | | | | | | | | | | | | | | | | | due to uncertainty: there are too many unsharable global variables. Pointed out by Alexander Leidinger. 2) Due the last, revert to previous state without static library installation 3) Revert patch template to patch-aa revision 1.7 4) Unique change that is not reverse related: update MASTER_SITES using MASTER_SITE_SOURCEFORGE (joseph@randomnetworks.com) 5) PORTREVISION bump. I am reverting this for I won't be around to discuss this for the time being. :) If anyone wants to, please contact the submitter. Submitted by: Alexander Leidinger <Alexander@leidinger.net>, Joseph Scott <joseph@randomnetworks.com>
* Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc.will2001-01-081-0/+1
| | | | | PR: 22608 Submitted by: maintainer
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-082-8/+4
|
* 1) Add shared library build support. A Good Thing(TM)lioux2001-01-073-30/+25
| | | | | | | | | | | | | | 2) Install both shared and static library. Numbering .1 according to handbook rules for newly added libraries. Also, install header file. 3) PORTREVISION bump. 4) Add provisions for easier update of library version: - internal Makefile variable - patch template - PLIST_SUB 5) patch-aa superseeded by new patch template Approved by: maintainer
* Update to the new version of the same filename on the mastersite.nakai2001-01-072-17/+9
| | | | | | | In this time, I diff -ruN'ed and find only some documents, Makefile options changed. Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
* Update to 2.39bnakai2001-01-063-10/+10
| | | | Submitted by: Kiyoshi Takehara.
* o Update opennap from 0.37 -> 0.38clive2001-01-064-14/+29
| | | | | | | | | o Correct pkg-plist o Fix the ${PREFIX}/etc/rc.d/opennap.sh, let it support {start|stop} PR: 23653 Submitted by: Joseph Scottj <joseph@randomnetworks.com> Timed out from: MAINTAINER
* Fix the following problem:sobomax2001-01-052-0/+82
| | | | | | | | | "XMMS does not distinguish on FreeBSD between audio CD and data CD containing sound files. As a result it cannot play these files." PR: 23925 Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net> Reviewed by: maintainer
* bump PORTREVISIONsf2001-01-051-0/+1
|
* add missing header.sf2001-01-051-2/+3
| | | | | | sort pkg-plist. Submitted by: bento
* add missing message catalogue.sf2001-01-052-7/+11
| | | | | | remove empty share/locale stuff. Submitted by: bento
* Chase checksum.clive2001-01-041-1/+1
|
* Add p5-MPEG-ID3v2Tag 0.20, perl module that provides a way to write/read ID3will2001-01-046-0/+35
| | | | v2.3 tags.
* Update to 1.4.5.sobomax2001-01-035-7/+43
|
* update to 8.0.sf2001-01-036-337/+347
| | | | | | PR: 23970 Submitted by: Marc van Woerkom <van.woerkom@netcologne.de> Approved by: maintainer
* Upgrade to 2.0.3kevlo2001-01-024-15/+13
| | | | | PR: 24009 Submitted by: MAINTAINER
* Upgrade to 1.5.4kevlo2001-01-025-26/+23
| | | | | PR: 24008 Submitted by: MAINTAINER
* - Fix compilation error under XFree86 4.xkevlo2001-01-024-8/+70
| | | | | | | | | | - Add USE_GMAKE - Strip binary - Support NOPORTDOCS - Exclude GPL doc from package PR: 24007 Submitted by: MAINTAINER
* Fix breakage on 5-CURRENT.sobomax2001-01-021-8/+37
| | | | | PR: 23777 Submitted by: Donald J. Maddox <dmaddox@sc.rr.com>
* update to 12.17.1.sf2001-01-024-153/+6
| | | | | | change MASTER_SITES to ${MASTER_SITE_SOURCEFORGE}. Submitted by: maintainer
* Fix a typo that I just introduced.trevor2001-01-011-1/+1
|
* Install README into the proper directory.trevor2001-01-011-1/+1
| | | | Submitted by: Daniel Harris <dannyboy@freebsd.org>
* Patch ossmixer.hh to #include <machine/soundcard.h> on old systems.trevor2000-12-311-0/+5
|
* new port of musicbox, a Qt-based front end to mpg123trevor2000-12-3110-0/+267
| | | | Obtained from: NetBSD
* NO_INSTALL_MANPAGES is not for user defined variable.sf2000-12-311-2/+0
|
* - mtree fixestrevor2000-12-3110-230/+36
| | | | - when building Festival with OGI, make pkg-plist by concatenation
* Add new port of opmixer, a gtk-- program for adjusting an audiotrevor2000-12-315-0/+50
| | | | | | mixer. I've marked it RESTRICTED because it doesn't mention the license. The author tells me that the next version will. The distfile for this weighs in at just over 4 kB!
* Fix "X manpage" error with XFree86-4.sobomax2000-12-311-2/+11
| | | | | PR: 23420 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* fix manpage handling with XFree86-4.sf2000-12-313-38/+24
| | | | | | PR: 23694 Submitted by: myself Non-responce from: maintainer
* use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.sf2000-12-312-5/+15
| | | | | | | | honor CC. PR: 23510 Submitted by: myself Approved by: maintainer
* use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.sf2000-12-312-2/+9
| | | | | | | | | change maintainer to ports@ due to maintainer claims having not been maintaining this port for a long time. PR: 23481 Submitted by: myself Approved by: former maintainer
* Upgrade to 2.0.p5kevlo2000-12-265-26/+52
| | | | | PR: 23828 Submitted by: Ports Fury
* Add ecasound 1.8.5d15, a software package designed for multitrack audiowill2000-12-2613-0/+355
| | | | | | | processing. PR: 23778 Submitted by: The Anarcat <beaupran@iro.umontreal.ca>
* Update to 2.39anakai2000-12-243-5/+23
| | | | | PR: ports/23812 Submitted by: Warner Losh <imp@bsdimp.com>
* Maintainer change and close-prnakai2000-12-242-2/+2
| | | | | PR: ports/22616 Submitted by: Michael Lyngbøì <lyngbol@candid.dk>
* Update to 0.8.1nakai2000-12-2414-134/+50
|
* Add xmms-crossfade, a XMMS Output plugin that fades between two tracks.alex2000-12-236-0/+34
| | | | | PR: 22576 Submitted by: esk@ira.uka.de
* Add xmms-quix3dn-4.4.1, a neat 3D effects audio plugin for XMMS.alex2000-12-236-0/+36
| | | | | | If you ever missed a nice 3D-sound feature in FreeBSD that you knew from your Windows(tm) drivers (I myself always missed that when hearing MP3s in FreeBSD), try this!
* Add manpage (bump PORTREVISION). Fix broken ${PKGMESSAGE} usage.will2000-12-211-3/+4
| | | | | PR: 23657 (manpage) Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net>
* Fix violations of COMMENT files.will2000-12-212-2/+2
| | | | | PR: 22986 Submitted by: Ports Fury
* Make id3lib use libtool correctly. Use automake/autoconf along with a patchwill2000-12-213-48/+29
| | | | | | | | to configure.in instead of configure. Sort plist. Remove redundate GNU_CONFIGURE. Use LOCALBASE in CONFIGURE_ENV rather than PREFIX. PR: 22584 Submitted by: Espen Skoglund <esk@ira.uka.de>
* An add-on to edit an id3 tag for mpg123-mode (mpg123.el) on Emacsentaoka2000-12-206-0/+47
|
* Update to version 1.17taoka2000-12-202-2/+2
| | | | Submitted by: knu
* New port audio/mad, a High-quality MPEG audio decoder.lioux2000-12-198-0/+112
| | | | | PR: 22950 Submitted by: Jason R. Mastaler <jason-freebsd@mastaler.com>
* Add litestream 1.0.1r3, an open source, infinitely scalable high-capacitywill2000-12-198-0/+107
| | | | | | | MP3 streaming system. PR: 22938 Submitted by: Aaron Smith <aaron@mutex.org>
* Add p5-Xmms 0.10, a perl module that provides a "remote shell" for xmms.will2000-12-197-0/+86
| | | | | PR: 23467 Submitted by: Jeremy Shaffner <jeremy@external.org>
* - Update MASTER_SITESsobomax2000-12-196-69/+67
| | | | | | | | | - Support PREFIX properly - Fix configure error under XFree86 4.x PR: 23621 Submitted by: Ports Furry No response from: maintainer
* Remove trailing period and package name from the pkg-comment.demon2000-12-192-2/+2
|
* Fix alpha build failure by including <machine/pcaudioio.h> only for i386.trevor2000-12-171-5/+16
| | | | | PR: 23592 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Update to version 5.0kevlo2000-12-153-3/+4
| | | | | PR: 23492 Submitted by: MAINTAINER
* Add #define BE_SHORT(x)kevlo2000-12-142-8/+8
|
* Fix broken on -current.kevlo2000-12-132-0/+72
| | | | Thanks to Donald J . Maddox <dmaddox@sc.rr.com>
* Forgot to update this patch.kevlo2000-12-132-4/+22
|
* Upgrade to 2.0.1kevlo2000-12-126-44/+62
|
* Update version number of smpeg shared library.sobomax2000-12-112-2/+2
|
* - Fix MASTER_SITESsteve2000-12-117-104/+239
| | | | | | | | | - Support CC properly - Change location of data files from lib/ to share/ - gets() -> fgets() PR: 23270 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Support PREFIX properlysteve2000-12-116-26/+28
| | | | | | | - Update WWW: line PR: 22808 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* No longer needed in 2000.12.10roam2000-12-103-80/+0
| | | | | PR: 23418 Submitted by: maintainer
* Update to 2000.12.10roam2000-12-103-13/+10
| | | | | PR: 23418 Submitted by: maintainer
* Upgrade to 2.8kevlo2000-12-092-3/+4
| | | | | | PR: 23383 Submitted by: Ports Fury Approved by: MAINTAINER
* Release maintainership.nsayer2000-12-091-1/+1
|
* No longer needed in 0.9.7-1.roam2000-12-081-14/+0
| | | | | PR: 23369 Submitted by: maintainer
* Update to 0.9.7-1.roam2000-12-082-2/+3
| | | | | PR: 23369 Submitted by: maintainer
* Add GSI. GSI is an easy to use audio system which can be used over a networksobomax2000-12-0830-0/+497
| | | | | | and which gives applications, through a very simple API, sample playing with stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and ejecting/changing.
* - new master site (works for me)trevor2000-12-0712-21/+57
| | | | | | | - new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address
* Update to 0.3kevlo2000-12-042-3/+4
| | | | | PR: 23243 Submitted by: MAINTAINER
* Nuke databases/p5-ApacheDBI and audio/ripit-atapi.sobomax2000-12-047-130/+0
| | | | | | | | | | | | databases/p5-ApacheDBI Redundant; we already have a ports/www/p5-Apache-DBI that is the same program. Maintainer did not know this when submitting the port. audio/ripit-atapi The functionality of this port has been incorporated into ports/audio/ripit. This port is no longer necessary. PR: 23259 Submitted by: maintainer
* Update to 0.2.22ade2000-12-023-21/+17
|
* Update to version 0.6kevlo2000-12-024-3/+5
| | | | | PR: 23208 Submitted by: MAINTAINER
* Update to 1.2.4sobomax2000-11-297-35/+57
| | | | | PR: 23160 Submitted by: maintainer
* - Add pre-generated aclocal.m4, because aclocal sucks if several versions ofsobomax2000-11-292-10/+523
| | | | | | | | m4 macros for the same software installed (for example sld.m4 & sdl11.m4); - eliminate duplicate calls to automake and friends; - remove redundant GNU_CONFIGURE; - tweak CPPFLAGS instead of CFLAGS; - fix pthread detection.
* - Add pre-generated aclocal.m4, because aclocal sucks if several versions ofsobomax2000-11-292-6/+518
| | | | | m4 macros for the same software installed (for example sld.m4 & sdl11.m4); - use AUTOMAKE_ARGS.
* Fix tmpnam() warnings, using KTempfile instead of mkstemp.kevlo2000-11-272-0/+60
| | | | | Fix kde -HEAD as well: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/kscd/CDDialog.cpp
* Clean the last commit upcpiazza2000-11-242-7/+8
| | | | | | (....I hate gnome and wish it would go away) Submitted by: reg
* - Enable kscd. That means it can run on FreeBSD :)kevlo2000-11-248-16/+252
| | | | | - Add BUILD_DEPENDS - Fix pkg-plist
* Make gnome optionalcpiazza2000-11-244-11/+40
| | | | | PR: 23049 Submitted by: Jeremy Norris <ishmael27@home.com>
* Fix build with LOCALBASE != /usr/local - tell configure where to lookroam2000-11-231-1/+2
| | | | | | | for the pccts binaries. PR: ports/22777 Submitted by: maintainer
* Update version number of gtkextra shared library.sobomax2000-11-221-1/+1
|
* Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT.sobomax2000-11-201-27/+3
| | | | Submitted by: bento
* Upgrade to opennap 0.37dburr2000-11-202-2/+2
|
* Update to 1.4.1acpiazza2000-11-203-3/+21
| | | | | | Submitted by: Jeremy Norris <ishmael27@home.com> and Submitted by: kris
* Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-182-2/+2
| | | | | | | | | to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P
* Remove do-package target that was running "make package" inasami2000-11-171-5/+0
| | | | dependencies -- you can do that by setting DEPENDS_TARGET to "package".
* Depend on ncurses.5 after the upgrade of devel/ncurses.tg2000-11-161-1/+1
|
* Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fixasami2000-11-164-3/+7
| | | | | | | | audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools which need --add-missing to be passed to automake. PR: 22610 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>, roger, sobomax
* Fix delete files from the complete directory.kevlo2000-11-142-0/+15
| | | | | PR: 22822 Submitted by: MAINTAINER
* We're defining TRUE, might as well FALSE alongside it to make thisasami2000-11-141-1/+4
| | | | | | port compile. Submitted by: bento
* Add USE_AUTOMAKEroger2000-11-141-0/+1
|
* Use USE_PYTHON.asami2000-11-141-1/+2
|
* Change explicit RUN_DEPENDS to python1.5 to USE_PYTHON.asami2000-11-141-1/+1
| | | | Hinted by: bento and tg
* Add USE_AUTOMAKE.asami2000-11-141-0/+1
| | | | Submitted by: bento