aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.3.2.sobomax2000-08-292-2/+2
|
* Move to MASTER_SITE_LOCALfenner2000-08-291-1/+2
|
* Fix the port for CURRENT/STABLE.sobomax2000-08-291-0/+175
| | | | | PR: 20901 Submitted by: Ports Furry
* Add holyshout 0.1, a mp3 stream-feeder that works with icecast/shoutcastwill2000-08-266-0/+35
| | | | | | | servers and supports multiple bitrate stream. PR: 20857 Submitted by: Junseon Oh <hollywar@mail.holywar.net>
* WWW: changecpiazza2000-08-242-2/+2
| | | | Submitted by: Daniel Harris <dannyboy@subdimension.com>
* Change location of data files from libdata/ to share/kevlo2000-08-234-332/+235
| | | | | PR: 20750 Submitted by: Ports Fury
* Override FETCH_CMD to get rid from -A option.sobomax2000-08-232-0/+2
| | | | | PR: 20764 Submitted by: maintainer
* Update to 1.36.44.sobomax2000-08-234-4/+4
| | | | Submitted by: maintainer
* Update to 1.3.11cpiazza2000-08-222-2/+2
| | | | Submitted by: Roman Shterenzon <roman@harmonic.co.il>
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0
|
* Properly disable fp calls on FreeBSD/Alpha.steve2000-08-211-1/+1
|
* Use MASTER_SITE_LOCAL -- current MASTER_SITE not working.dannyboy2000-08-181-1/+2
| | | | Approved by: MAINTAINER
* Update to version 2.10.0kevlo2000-08-161-1/+1
| | | | | PR: 20641 Submitted by: MAINTAINER
* Update to version 2.10.0kevlo2000-08-162-2/+2
| | | | | PR: 20640 Submitted by: MAINTAINER
* Patch configure to use -pthread instead of -lpthread.sobomax2000-08-151-0/+3
|
* Back out previous commit - I erroneously replaced this file with older version.sobomax2000-08-151-1/+1
|
* Update to 1.0.6.sobomax2000-08-156-20/+29
| | | | | | | Several fixes/cleanups: - add previously missed INSTALLS_SHLIB; - libtoolize; - remove redundant newline at the end of PLIST.
* Remove patch-ab because it has exactly the same contents as patch-aa andsteve2000-08-131-14/+0
| | | | that will cause problems during 'make patch'.
* Do not gratuitously change manpage directory ownerships.asami2000-08-131-0/+11
| | | | Submitted by: bento
* - Support CFLAGS/X11BASE properlykevlo2000-08-124-178/+20
| | | | | | | | - Add WWW: line into pkg/DESCR This PR supersedes ports/20414 PR: 20553 Submitted by: Ports Fury
* Make PATCHFILE confitional, depending on the OSVERSION and WITHOUT_3DNOW. Thissobomax2000-08-111-1/+1
| | | | shoud fix xmms if OSVERSION < 400021.
* Make these COMMENT files conform to Handbook standard.will2000-08-113-3/+3
| | | | | PR: 20269 Submitted by: Ports Fury
* Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha.steve2000-08-081-3/+3
|
* Fix distfile fennerage.billf2000-08-081-1/+1
|
* Update to version 2.4kevlo2000-08-072-9/+8
| | | | | PR: 20415 Submitted by: Ports Fury
* Support CFLAGS/PREFIX properly.jim2000-08-074-14/+19
| | | | | PR: 20413 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.5.5.nbm2000-08-062-2/+2
| | | | | PR: ports/20073 Submitted by: Kristopher Zentner <kzentner@u.washington.edu> (MAINTAINER)
* Add xmms-tfmx, a tfmx plugin for xmms.nbm2000-08-056-0/+34
| | | | | PR: ports/18726 Submitted by: Anders Nordby <anders@fix.no>
* Re-sobomize to use pre-patch instead of post-extractade2000-08-054-4/+4
| | | | Wrists slapped by: knu, sheldon
* Replace a couple patch files with sobomax's post-extract rule.cpiazza2000-08-041-0/+7
| | | | Submitted by: ade
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-046-159/+21
| | | | post-extract rule
* Update to 0.2.19ade2000-08-043-7/+8
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-0311-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Added the rc.d startup script into PLIST.dburr2000-08-011-0/+1
|
* Update to 1.3.0.sobomax2000-07-313-23/+57
|
* Make xmms better than ever before:sobomax2000-07-314-5/+35
| | | | | | | | | | | - add 3dnow support using external patch (I reworked it to touch only generated by automake/autoconf files, made it .gz instead of .bz2 and put on MASTER_SITE_LOCAL). 3dnow support is explicitly disabled if OSVERSION < 400021. - Add LIBTOOLFILES to use our own libtool for libxmms too. PR: 20261 (LIBTOOLFILES) PR: 20193 (3DNOW) Submitted by: maintainer, FUJISHIMA Satsuki <k5@cheerful.com>
* slap btc into the worldbillf2000-07-311-0/+1
|
* The Bass Tab Creator is a program designed to help create bass tablature.billf2000-07-316-0/+50
| | | | | | It was originally created to facilitate the reproduction of tab published in many music magazines and books. It takes as input a file consisting of note information, and builds the tab staffs.
* Fix this port so that it builds on the Alpha again.steve2000-07-311-3/+12
|
* Add ccaudio - a generic C++ class library for audio files and devices.sobomax2000-07-2811-0/+79
| | | | | PR: 20230 Submitted by: David Sugar <dyfet@gnu.org>
* Activate opennap.dburr2000-07-271-0/+1
|
* New port audio/opennap, an open source Napster(tm) server.dburr2000-07-277-0/+95
|
* Remove share/gnome if empty.sobomax2000-07-271-0/+3
| | | | Submitted by: bento
* Update maintainer's emailjedgar2000-07-222-2/+2
| | | | | PR: ports/20093 Submitted by: Maintainer
* remove myself as maintainer... don't use it, and it hasn't been updatedjmg2000-07-211-2/+0
| | | | | | | since I committed it... plus, half of sunsite's mirrors are broken and I don't want to deal with it...
* USE_MT fix again.nakai2000-07-201-1/+1
| | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Updated to 1.9taoka2000-07-202-2/+2
| | | | Obtained from: bento
* Add TRUE const if not already defined. Should fix bento-build.alex2000-07-191-33/+29
|
* Update to 2.7.cpiazza2000-07-193-3/+4
| | | | | | | Adds japanese and swedish messages. PR: 19892 Submitted by: Trevor Johnson <trevor@jpj.net>
* Use WITH_THREADS instead of USE_MT.nakai2000-07-191-3/+3
| | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Paraphrase COMMENT.sobomax2000-07-181-1/+1
| | | | | PR: 19985 Submitted by: Ports Furry
* Fix sound file read/write/import/export.steve2000-07-174-4/+4
| | | | | PR: 19895 Submitted by: maintainer
* Update port to 0.12jedgar2000-07-163-3/+2
|
* Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr):alex2000-07-161-1/+1
| | | | | | | /usr/bin/gzip --> ${GZIP_CMD} PR: 19942 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.7.will2000-07-163-5/+2
| | | | | PR: 19931 Submitted by: maintainer
* Use GTK_CONFIG instead of hardcoded gtk12-config; support CFLAGS properly;will2000-07-163-17/+29
| | | | | | | support NOPORTDOCS. PR: 19923 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add post-install target in order to compress workmandb.5, too.alex2000-07-151-0/+3
| | | | Noticed by: bento
* Fix the build for older versions of gcc by renaming *.s -> *.S.jim2000-07-141-0/+8
| | | | | PR: 19846 Submitted by: maintainer
* - Update to version 2v2sobomax2000-07-1319-95/+272
| | | | | PR: 19759 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.2.2.sobomax2000-07-123-2/+5
|
* Update to version 7.b2taoka2000-07-116-122/+389
| | | | | | | | Change maintainer from kris to Vladimir Silyaev PR: 19589 Submitted by: Vladimir Silyaev <vns@delta.odessa.ua> Approved by: old maintainer, kris
* Activating the grip and rio500 ports.steve2000-07-101-0/+2
|
* Adding rio500 version 0.6.steve2000-07-105-0/+84
| | | | | | | Utilities for the Diamond Rio500. PR: 19195 Submitted by: Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
* Add grip version 2.94.steve2000-07-106-0/+76
| | | | | | | GTK-based front-end to external cd audio rippers and mp3 encoders. PR: 19167 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Update to 2.9.5.knu2000-07-083-3/+3
| | | | | PR: ports/19776, ports/19777 Submitted by: Maintainer
* Fix a typo -- GTK_CONFIG used in place of GLIB_CONFIG.dannyboy2000-07-081-1/+1
| | | | | PR: 19758 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-087-34/+53
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Don't install the CVS junk with the help files.steve2000-07-081-0/+13
| | | | | PR: 19734 Submitted by: maintainer
* Update to version 0.2.1.steve2000-07-087-17/+111
| | | | | PR: 19674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update audio category Makefile and modules for bwap -> teknap. Removewill2000-07-061-1/+1
| | | | bwap port, obsoleted by teknap.
* After repocopy from audio/bwap to audio/teknap,will2000-07-065-458/+593
| | | | | | | | | | * update to teknap 1.0. * add gtk support. * new master site. * fix -lc_r bungle; use -pthread proper. (my fix) PR: 19721 Submitted by: maintainer
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+21
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Update for more simple.nakai2000-07-052-6/+30
| | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Remove extraneous directories on deinstallkris2000-07-041-0/+2
| | | | Noticed by: bento
* Add RUN_DEPENDS on gnomecontrolcenter to properlysobomax2000-07-031-0/+1
| | | | | | | remove share/gnome directory. PR: 19666 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* o Turn off the build of xcdrdao:motoyuki2000-06-303-29/+43
| | | | | | | | | | | | | | | Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility of GTK--. If GTK-- is installed, cdrdao port always tries to build xcdrdao, and fails. o Support 5-current. o Do not use posix-threads by default due to thread scheduling problem. o Change the address of maintainer. PR: ports/19504 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
* Update to 2.6.1.sobomax2000-06-302-4/+6
| | | | | PR: 19597 Submitted by: Trevor Johnson <trevor@jpj.net>
* Change MAINTAINER.sobomax2000-06-301-2/+2
| | | | | PR: 19595 Submitted by: MAINTAINER
* Fix EsounD daemon and library insecurities noted on BugTraq.green2000-06-304-0/+107
| | | | | | | | | | | | | | | | | | | Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/. Also, the ~/.esd/socket of course needs only be 0644. Two macros had to be backed up by functions which returned a static buffer. These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME, both return constant strings as the new functions esd_unix_socket_dir() and esd_unix_socket_name(), so the static buffers are not particularly evil. The fix has been tested (without needing recompilation) by the most important EsounD-related apps, esd and XMMS, and works perfectly in both cases. It will be submitted to the EsounD maintainer to be fixed in the source distribution ASAP. Approved by: Security Officer Kris Noticed by: Stan Bubrouski <satan@FASTDIAL.NET>
* New port xwave - a wave record/play/edit utility.sobomax2000-06-2911-0/+304
| | | | | | PR: 19200 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD
* Activate libsidplay.sobomax2000-06-291-0/+1
|
* Make it to be a real sidplay (not libsidplay).sobomax2000-06-293-21/+15
| | | | | PR: 19516 Submitted by: MAINTAINER
* Forgot to update COMMENT.sobomax2000-06-292-2/+2
| | | | | PR: 19515 Submitted by: MAINTAINER
* Remove unneeded USE_XLIB.sobomax2000-06-292-2/+0
|
* Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also updatesobomax2000-06-296-14/+20
| | | | | | | to 1.36.40. PR: 19515 Submitted by: MAINTAINER
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-294-4/+8
| | | | MASTER_SITE_LOCAL site.
* Use ${MASTER_SITE_LOCAL}.asami2000-06-292-2/+4
|
* - Update to version 3.3.2alex2000-06-2916-60/+305
| | | | | | | | | - Add WWW: line into pkg/DESCR - Add INSTALLS_SHLIB/INFO_FILES hunks - HAS_CONFIGURE -> GNU_CONFIGURE PR: 19521 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 2.1.1alex2000-06-289-87/+93
| | | | | PR: 19362 Submitted by: maintainer
* Update maintainer email.alex2000-06-281-1/+1
| | | | | PR: 19320, 19321, 19322 Submitted by: maintainer
* Fix for phk's bio changes (>= 500003)alex2000-06-271-0/+13
| | | | | PR: 19454 Submitted by: Mike Meyer <mwm@mired.org>
* Make sure to have plugin directory.ume2000-06-262-4/+16
| | | | Reported by: Yoshikazu GOTO <goto@snowy.to>
* Use X11BASE instead of PREFIX for BUILD_DEPENDS and remove unneeded PREFIXsobomax2000-06-262-4/+4
| | | | for RUN_DEPENDS.
* Update port to 0.11jedgar2000-06-243-3/+3
|
* Unbroke the port.sobomax2000-06-242-5/+4
|
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-4/+6
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use MASTER_SITE_SUNSITE to MASTER_SITESsobomax2000-06-232-18/+10
| | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add USE_NEWGCC.sobomax2000-06-233-0/+3
| | | | Submitted by: bento
* Activate gkrellmvolume.ume2000-06-231-0/+1
|
* Initial import of gkrellmvolume.ume2000-06-2312-0/+168
| | | | A plugin for GKrellM, that let's you control your mixer..
* Unleash this port upon the people. Actually make it work by changing thewill2000-06-221-2/+3
| | | | "gtk-config" -> "gtk12-config" assumption made in Makefile.in.
* Use simple MAKE_ENVnakai2000-06-221-3/+1
| | | | Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Remove xmms-mikmod.sobomax2000-06-211-1/+0
|
* Make building/installing of the esd and mikmod plugins conditional (turned on bysobomax2000-06-213-23/+75
| | | | default). Also slightly clean GNOME support bits.
* Update to the 1.2.1 version.sobomax2000-06-204-18/+19
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1715-16/+16
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Remove expensive optimisations, which seems broke equalizer with our gcc.sobomax2000-06-161-2/+10
| | | | | PR: 19141 Submitted by: Sascha Blank <blank@uni-trier.de>
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-164-7/+4
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1614-18/+7
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-165-5/+5
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled withsobomax2000-06-165-89/+119
| | | | | | | WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically. PR: 19293 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-168-8/+4
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-164-4/+2
|
* Add shout, a program that sends mp3 streams to icecast/shoutcast servers.will2000-06-159-0/+84
| | | | Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-145-10/+12
|
* Add support for more command line options (you can now choose the outputreg2000-06-141-10/+187
| | | | | | | | | | directory, ripper and encoder), running multiple encoders (for SMP) and killing the encoders if the ripper fails. This patch has been submitted to the author. PR: ports/19249 Approved by: maintainer
* Add xsidplay.cpiazza2000-06-126-0/+48
| | | | | | | | | A graphical frontend to libsidplay. This port doesn't currently build with gcc >= 2.8.1 PR: 15147 Submitted by: Anders Nordby <anders@fix.no>
* Move distfile to local-distfiles directory on ftp.FreeBSD.orgjmz2000-06-121-1/+1
|
* Not "plugin.html" but "plugin.htm".imura2000-06-111-1/+1
|
* Add bwap, a console napster client.will2000-06-107-0/+486
| | | | | PR: 17663 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
* Use MASTER_SITE_PORTS_JP instead of spelling out the URL.asami2000-06-101-1/+1
|
* Add pimp3, a python script that's supposed to make random play much nicerwill2000-06-096-0/+51
| | | | | | | when using mpg123. PR: 16949 Submitted by: Rod Taylor <rbt@zort.on.ca>
* Sphinx has some i386-only sound code, adjust to account for this fact.will2000-06-081-0/+3
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Catch up with a directory changecpiazza2000-06-081-1/+1
|
* Add libshout, a library providing routines for connecting and transmittingwill2000-06-0815-0/+181
| | | | | | | data to/from an icecast server. PR: 19079 Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
* "${MV} -i" is not a good idea for port.sobomax2000-06-081-1/+1
| | | | | PR: 19054 Submitted by: Alexander Langer <alex@big.endian.de>
* Activate wavplay.sobomax2000-06-081-0/+1
|
* Initial import of wavplay - utility to record/playback audio.sobomax2000-06-0813-0/+388
| | | | | PR: 16693 Submitted by: Greg Robinson <greg@rosevale.com.au>
* Fix improper #ifdef.will2000-06-081-1/+1
| | | | | PR: 19024 Submitted by: Alexander Langer <alex@big.endian.de>
* Add workmandb.5.asami2000-06-071-0/+1
| | | | Submitted by: bento
* Move local distfiles to the new local-distfiles section on ftp.freebsd.orgcpiazza2000-06-071-1/+1
|
* Fix build.will2000-06-061-0/+12
| | | | | PR: 19053 Submitted by: Alexander Langer <alex@big.endian.de>
* Add sox to the RUN_DEPENDS (required by Sound Recorder).sobomax2000-06-063-3/+6
|
* Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall ordersobomax2000-06-062-0/+2
| | | | | | and stop bento's "Extra" warnings. Submitted by: bento
* Bump PORTVERSION.sobomax2000-06-051-1/+1
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Update md5.sobomax2000-06-051-1/+1
| | | | | | | | | | | | | New features added w/o version bump: * Add NT/Linux/(Net|Open)BSD support * Volume control * Be able to confirm some command (e.g. delete files from queue) * Add some verbose messages * Show playing position PR: 19016 Submitted by: Alexander Langer <alex@big.endian.de>
* Update to 2.35 Final.nakai2000-06-056-31/+52
| | | | | PR: ports/18487 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Add streamripper, a program splits a SHOUTcast stream into tracks.will2000-06-056-0/+31
| | | | | PR: 18978 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to 1.8, which adds support for gogo.will2000-06-053-37/+10
| | | | | PR: 18972 Submitted by: maintainer
* Here are the changes to the patches directory that should have gone withsteve2000-06-031-9/+6
| | | | | | | | my last commit. Noticed missing by: asami Blown horribly by: my little diff building script that inexplicably missed these the first time around :(
* Add gdcd, a cd player frontend using GTK.will2000-06-036-0/+55
| | | | Obtained from: NetBSD
* Add mp3_check, a utility which verifies the integrity of mp3 files andwill2000-06-028-0/+62
| | | | | | | prints some useful statistics. I made this port respect CC/CFLAGS. PR: 18812 Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
* Update to 1.36.38. We can now have sidplay shared libs!will2000-06-029-54/+39
|
* Add .so symlink (from PR) and necessary ldconfigs overlooked in initialwill2000-06-021-0/+3
| | | | | | | import of the port. PR: 18963 Submitted by: maintainer
* Respect CFLAGS.sobomax2000-06-021-0/+2
|
* Add cd2mp3, an easy-to-use perl UI to assist in ripping MP3s using dagrabwill2000-06-026-0/+49
| | | | | | | and bladeenc. PR: 15886 Submitted by: Jamie Heckford <jamie@jamiesdomain.co.uk>
* Add AFSP, a set of audio file conversion utilities.will2000-06-027-0/+162
| | | | | PR: 18916 Submitted by: Kawaguti Ginga <ginga@athena.club.ne.jp>
* Update to 1.6. Add some more runtime dependencies.will2000-06-023-27/+33
| | | | | PR: 18166 Submitted by: maintainer
* Update to 1.3.5. I cleaned up the Makefile in addition to the PR, andwill2000-06-0212-230/+128
| | | | | | | | made pkg/MESSAGE respect PREFIX (which made this port finally pass the mandatory ``portlint -ac'' test). PR: 18834 Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
* Updates for new shared library versions in GNOME 1.2ade2000-06-023-5/+4
|
* Say hello to GNOME 1.2ade2000-06-0215-1116/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
* Since cdd has code that dates back to before CAM, we have to disable itswill2000-06-011-1/+7
| | | | | | | building on 4.0 and later. PR: 18945 Submitted by: Alexander Langer <alex@big.endian.de>
* Gogo has some IA-32 assembler code, so don't try to build it on anythingwill2000-06-011-1/+1
| | | | | | | other than i386 architecture. PR: 18944 Submitted by: Alexander Langer <alex@parca.cichlids.com>
* @dirrm share/timidityasami2000-05-311-0/+1
| | | | Submitted by: bento
* Update to version 2.2.sobomax2000-05-303-5/+6
|
* Correct WWW (.php3 -> .php).sobomax2000-05-302-2/+2
|
* Update MASTER_SITES and WWW to fix fennerism.will2000-05-304-6/+6
|
* Add CMU Sphinx, a speech recognition system.will2000-05-306-0/+147
| | | | | PR: 17707 Submitted by: Trevor Johnson <trevor@jpj.net>
* - Fix MASTER_SITESsteve2000-05-301-2/+7
| | | | | | | - Merge scripts/pre-configure into Makefile PR: 17157 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add these patches along with the 0.8.10 update.will2000-05-306-0/+70
|
* Update to 0.8.10. Add skin data, WWW: to pkg/DESCR.will2000-05-305-32/+91
| | | | | PR: 18882 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add missed gdk_imlib dependency.sobomax2000-05-291-0/+1
|
* Get rid of those zero-sized `music.raw' files, known to anyone usingsobomax2000-05-291-0/+32
| | | | libmikmod or any software based on it.
* The author added some streaming features, now uses lame as the mp3 encoder,steve2000-05-291-1/+1
| | | | | | | ... so the distfile's checksum changed without a version number bumped. PR: 18784 Submitted by: Sergey Osokin <osa@FreeBSD.org.ru>
* Update to version 2.9.4.steve2000-05-291-1/+1
| | | | | PR: 18854 Submitted by: maintainer
* Update to version 2.9.4.steve2000-05-292-2/+2
| | | | | PR: 18853 Submitted by: maintainer
* Don't try to install a manpage that doesn't exist.steve2000-05-281-0/+8
|
* Fixup LIB_DEPENDS after upgrade of gtk-- port.steve2000-05-281-1/+1
|
* - Fix LIB_DEPENDS to actually used onevanilla2000-05-284-22/+40
| | | | | | | - Support install macros PR: ports/18046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Remove references to nonexistent manpage.sobomax2000-05-261-5/+2
| | | | Reported by: bento
* Add a WITH_ESD knob to use esd sound backend instead of default OSS.sobomax2000-05-251-1/+9
| | | | Suggested by: Pascal Hofstee <daeron@wit401305.student.utwente.nl>
* Provide a small workarround to fix a bug in the pcm driver. The driver seemssobomax2000-05-241-0/+44
| | | | | | need at least two write() calls for sound to be actually played. I have notified Cameron Grant <cg@FreeBSD.org> about the issue.
* Activate extace.sobomax2000-05-231-0/+1
|
* This is the initial import of eXtace - an audio visualisation plugin for thesobomax2000-05-236-0/+53
| | | | | | | ESD sound daemon. PR: 18386 Submitted by: sobomax
* Remove wmsound, add wsoundserver and unbroke wsoundprefs - it is now ready ↵sobomax2000-05-232-2/+1
| | | | to go.
* Import wsoundserver.sobomax2000-05-234-35/+40
| | | | WSoundServer is successor of the old wmsound.
* Temporary mark as "BROKEN" - until wmsound->wsoundserver repo copy will besobomax2000-05-231-0/+1
| | | | done. Sorry for that, I have to think first...
* Update WSoundPrefs to the new 1.1.1 version.sobomax2000-05-237-57/+64
| | | | | | | This port switched to use the new sound server for Window Maker - wsoundserver, which will be committed shortly. Old audio/wmsound module is now scheduled for deletion, since it doesn't work with newest version of Window Maker and not maintained anymore.
* More 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-172-2/+2
|
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'sobomax2000-05-171-2/+2
|
* """tg2000-05-153-11/+61
| | | | | | | | | | | | 1. Solved recent breakage due to converting SDL library to use stock c_r library instead of linuxthreads; 2. port now uses SDL_mixer and mkmod libraries instead of its own custom versions; 3. port's Makefile and patches has been cleaned to remove mandatory items. """ PR: 18192 Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
* Don't strip Linux binary with FreeBSD strip, as it then brands the binaryobrien2000-05-151-0/+3
| | | | | | | as a FreeBSD one. PR: 18489 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> (this fix and the PR)
* Fix fennerism (cdrom -> freesoftware)billf2000-05-141-1/+1
|
* Update to 2.9.3.knu2000-05-103-3/+3
| | | | | PR: ports/18482, ports/18483 Submitted by: MAINTAINER
* Update to version 0.12.jim2000-05-092-2/+2
|
* Update port to 0.6jedgar2000-05-082-2/+2
| | | | | PR: 18409 Submitted by: Maintainer
* Make xmcd compile and build on the Alpha.deischen2000-05-061-0/+50
| | | | Submitted by: Mark Abene <phiber@radicalmedia.com>
* An attempt at making mpg123 work on FreeBSD/Alpha.jkoshy2000-05-054-42/+46
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Add nasd.1 nasd.conf.1 to MAN1jedgar2000-05-021-1/+1
| | | | Found by: bento
* Update port to 0.10jedgar2000-05-023-4/+14
|
* Distfile changed without version number bump. Appears to be somesteve2000-05-011-1/+1
| | | | | | | minor changes to add in thread support. PR: 17249 Submitted by: Adam Kranzel <ace@teru.dyndns.org>
* Add a slash to the end of search_path so nasd.conf can be found.steve2000-05-011-1/+1
| | | | | PR: 17970 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
* Update to 1.3.9.cpiazza2000-04-303-4/+4
| | | | | It is highly recommended that people upgrade to this version.
* Unbreak by updating to mpg123.el-1.8kris2000-04-301-1/+1
| | | | Noticed by: bento
* Mark BROKEN: PLIST is incorrectkris2000-04-301-0/+2
| | | | Noticed by: bento
* Clean up the makefile and use cxxflags properly instead of setting itcpiazza2000-04-301-16/+12
| | | | | | | to CFLAGS PR: 18134 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to lame 3.70cpiazza2000-04-305-16/+18
| | | | | | PR: 18119 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: maintainer
* Update TiMidity++ to 2.9.2.knu2000-04-273-5/+5
| | | | | PR: ports/17827, ports/17828 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
* Fix Makefile mistake that resulted from my use of an old smpeg library.will2000-04-261-1/+1
|
* Add SDL_mixer, an audio library based on SDL 1.1.will2000-04-2611-0/+177
| | | | | PR: 18190 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-242-2/+2
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* Revert to libSDL-1.0.vanilla2000-04-231-1/+1
|
* Change libSDL-1.0 to libSDL.vanilla2000-04-231-2/+2
|
* Update to 0.3.5 and move external patch file into patches/cpiazza2000-04-234-9/+182
| | | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Approved by: maintainer
* portlint and add SLAVEDIRS variable to master portsmharo2000-04-204-10/+15
|
* Update port to 0.5mharo2000-04-203-4/+24
| | | | | PR: 17931 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update to 2.30 (2.31?) final versionnakai2000-04-192-3/+5
|
* Update to 2.6cpiazza2000-04-193-5/+5
| | | | | PR: 18078 Submitted by: Trevor Johnson <trevor@jpj.net>
* update to 0.5.3mharo2000-04-183-5/+6
| | | | | PR: 17917 Submitted by: <Kristopher Zentner <kzentner@u.washington.edu>
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-178-24/+23
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* remove a.out supportmharo2000-04-171-2/+2
|
* Update WWWjedgar2000-04-161-1/+1
| | | | | PR: 18022 Submitted by: Maintainer
* DISTNAME fixes.asami2000-04-161-1/+1
|
* Resurrect version normalization (0.8-7 -> 0.8.7) accidentally lost duringasami2000-04-151-2/+2
| | | | conversion.
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-151-1/+0
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Portlint COMMENT's.knu2000-04-152-2/+2
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Typo fix (PORTNAMEN -> PORTNAME).asami2000-04-141-1/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-143-6/+6
|
* Update with PORTNAME/PORTVERSION and get happy with the slave.knu2000-04-131-4/+2
| | | | | | | | Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Utilize PKGNAMESUFFIX. Set the correct categories for both the master and the slaves.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-09120-312/+305
|
* New port gramofile, an audio recording utility.tg2000-04-078-0/+100
| | | | | PR: 16819 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to 0.2.18ade2000-04-062-3/+3
|
* convert to slavemharo2000-04-062-57/+5
| | | | | PR: 17724 Submitted by: maintainer
* convert to slavemharo2000-04-063-65/+21
| | | | | PR: 17452 Submitted by: maintainer
* convert to slavemharo2000-04-063-53/+18
| | | | | PR: 17429 Submitted by: maintainer
* convert to slave portmharo2000-04-062-40/+5
| | | | | PR: 17428 Submitted by: maintainer
* make this into a slave portmharo2000-04-062-37/+5
| | | | | PR: 17356 Submitted by: maintainer
* make this into a slave port depending on timidity++-emacsmharo2000-04-062-46/+5
| | | | | PR: 17355 Submitted by: maintainer
* make this port a middleman between the timidity++ master and all themharo2000-04-064-19/+120
| | | | | | | timidity++ slave ports PR: 17817 Submitted by: maintainer
* Update to 1.3.8cpiazza2000-04-052-3/+3
| | | | Submitted by: dburr
* remove a.out supportmharo2000-04-032-5/+2
|
* update to 2.9.0mharo2000-04-019-57/+63
| | | | | PR: 17354 Submitted by: maintainer
* remove patch-aa (it is empty) and forgot to add patch-abmharo2000-03-311-0/+11
|
* update to 2.0b17mharo2000-03-312-16/+6
| | | | | PR: 17644 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update port to 1.4jedgar2000-03-3010-125/+130
| | | | | | | Add WWW PR: 17645 Submitted by: tkato@prontomail.ne.jp
* Update to aumix 2.5cpiazza2000-03-303-3/+4
| | | | | PR: 17674 Submitted by: Trevor Johnson <trevor@jpj.net>
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Remove some whitespace.cpiazza2000-03-291-1/+1
|
* Update to 2.4cpiazza2000-03-262-3/+4
| | | | | PR: 17563 Submitted by: Trevor Johnson <trevor@jpj.net>
* Fix incomplete PLIST.imura2000-03-261-9/+22
|
* Update to 1.3.7cpiazza2000-03-252-4/+5
|
* Remove dead MASTER_SITES and WWWtom2000-03-252-3/+1
|
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"asami2000-03-221-1/+1
|
* Update port to 2.0.1jedgar2000-03-212-6/+6
| | | | | PR: 17323 Submitted by: Maintainer
* remove blank line (portlint)mharo2000-03-211-1/+0
|
* Revert the explicit dependancy upon libungif. The breakage is elsewhere,joe2000-03-201-2/+1
| | | | and this port is an innocent victim.
* This port depends fairly and squarely upon libungif. (But it wasn'tjoe2000-03-201-1/+2
| | | | specified as a lib depend). It is now.
* Allow this to build on 3.xcpiazza2000-03-192-0/+38
| | | | | | | Respect CXXFLAGS (not from submitter) PR: 17443 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Update port to 2.1jedgar2000-03-112-3/+3
| | | | | PR: 17308 Submitted by: Maintainer