aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix sound file read/write/import/export.Steve Price2000-07-174-4/+4
| | | | | PR: 19895 Submitted by: maintainer
* Update port to 0.12Chris D. Faulhaber2000-07-163-3/+2
|
* Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr):Alexander Langer2000-07-161-1/+1
| | | | | | | /usr/bin/gzip --> ${GZIP_CMD} PR: 19942 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 0.7.Will Andrews2000-07-163-5/+2
| | | | | PR: 19931 Submitted by: maintainer
* Use GTK_CONFIG instead of hardcoded gtk12-config; support CFLAGS properly;Will Andrews2000-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.Alexander Langer2000-07-151-0/+3
| | | | Noticed by: bento
* Fix the build for older versions of gcc by renaming *.s -> *.S.Jim Mock2000-07-141-0/+8
| | | | | PR: 19846 Submitted by: maintainer
* - Update to version 2v2Maxim Sobolev2000-07-1319-95/+272
| | | | | PR: 19759 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 1.2.2.Maxim Sobolev2000-07-123-2/+5
|
* Update to version 7.b2Satoshi Taoka2000-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.Steve Price2000-07-101-0/+2
|
* Adding rio500 version 0.6.Steve Price2000-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.Steve Price2000-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.Akinori MUSHA2000-07-083-3/+3
| | | | | PR: ports/19776, ports/19777 Submitted by: Maintainer
* Fix a typo -- GTK_CONFIG used in place of GLIB_CONFIG.Daniel Harris2000-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-configSteve Price2000-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.Steve Price2000-07-081-0/+13
| | | | | PR: 19734 Submitted by: maintainer
* Update to version 0.2.1.Steve Price2000-07-087-17/+111
| | | | | PR: 19674 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update audio category Makefile and modules for bwap -> teknap. RemoveWill Andrews2000-07-061-1/+1
| | | | bwap port, obsoleted by teknap.
* After repocopy from audio/bwap to audio/teknap,Will Andrews2000-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 twoThomas Gellekum2000-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.Yukihiro Nakai2000-07-052-6/+30
| | | | Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Remove extraneous directories on deinstallKris Kennaway2000-07-041-0/+2
| | | | Noticed by: bento
* Add RUN_DEPENDS on gnomecontrolcenter to properlyMaxim Sobolev2000-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:Motoyuki Konno2000-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.Maxim Sobolev2000-06-302-4/+6
| | | | | PR: 19597 Submitted by: Trevor Johnson <trevor@jpj.net>
* Change MAINTAINER.Maxim Sobolev2000-06-301-2/+2
| | | | | PR: 19595 Submitted by: MAINTAINER
* Fix EsounD daemon and library insecurities noted on BugTraq.Brian Feldman2000-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.Maxim Sobolev2000-06-2911-0/+304
| | | | | | PR: 19200 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD
* Activate libsidplay.Maxim Sobolev2000-06-291-0/+1
|
* Make it to be a real sidplay (not libsidplay).Maxim Sobolev2000-06-293-21/+15
| | | | | PR: 19516 Submitted by: MAINTAINER
* Forgot to update COMMENT.Maxim Sobolev2000-06-292-2/+2
| | | | | PR: 19515 Submitted by: MAINTAINER
* Remove unneeded USE_XLIB.Maxim Sobolev2000-06-292-2/+0
|
* Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also updateMaxim Sobolev2000-06-296-14/+20
| | | | | | | to 1.36.40. PR: 19515 Submitted by: MAINTAINER
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-294-4/+8
| | | | MASTER_SITE_LOCAL site.
* Use ${MASTER_SITE_LOCAL}.Satoshi Asami2000-06-292-2/+4
|
* - Update to version 3.3.2Alexander Langer2000-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.1Alexander Langer2000-06-289-87/+93
| | | | | PR: 19362 Submitted by: maintainer
* Update maintainer email.Alexander Langer2000-06-281-1/+1
| | | | | PR: 19320, 19321, 19322 Submitted by: maintainer
* Fix for phk's bio changes (>= 500003)Alexander Langer2000-06-271-0/+13
| | | | | PR: 19454 Submitted by: Mike Meyer <mwm@mired.org>
* Make sure to have plugin directory.Hajimu UMEMOTO2000-06-262-4/+16
| | | | Reported by: Yoshikazu GOTO <goto@snowy.to>
* Use X11BASE instead of PREFIX for BUILD_DEPENDS and remove unneeded PREFIXMaxim Sobolev2000-06-262-4/+4
| | | | for RUN_DEPENDS.
* Update port to 0.11Chris D. Faulhaber2000-06-243-3/+3
|
* Unbroke the port.Maxim Sobolev2000-06-242-5/+4
|
* - Support LOCALBASE properly (in setting path to custom wish script)Maxim Sobolev2000-06-232-4/+6
| | | | | PR: 19470 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Use MASTER_SITE_SUNSITE to MASTER_SITESMaxim Sobolev2000-06-232-18/+10
| | | | | PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add USE_NEWGCC.Maxim Sobolev2000-06-233-0/+3
| | | | Submitted by: bento
* Activate gkrellmvolume.Hajimu UMEMOTO2000-06-231-0/+1
|
* Initial import of gkrellmvolume.Hajimu UMEMOTO2000-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 theWill Andrews2000-06-221-2/+3
| | | | "gtk-config" -> "gtk12-config" assumption made in Makefile.in.
* Use simple MAKE_ENVYukihiro Nakai2000-06-221-3/+1
| | | | Submitted by: Mikhail Teterin <mi@privatelabs.com>
* Remove xmms-mikmod.Maxim Sobolev2000-06-211-1/+0
|
* Make building/installing of the esd and mikmod plugins conditional (turned on byMaxim Sobolev2000-06-213-23/+75
| | | | default). Also slightly clean GNOME support bits.
* Update to the 1.2.1 version.Maxim Sobolev2000-06-204-18/+19
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-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.Maxim Sobolev2000-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 withMaxim Sobolev2000-06-164-7/+4
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-1614-18/+7
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-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 withMaxim Sobolev2000-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.Maxim Sobolev2000-06-168-8/+4
|
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-164-4/+2
|
* Add shout, a program that sends mp3 streams to icecast/shoutcast servers.Will Andrews2000-06-159-0/+84
| | | | Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-145-10/+12
|
* Add support for more command line options (you can now choose the outputJeremy Lea2000-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.Chris Piazza2000-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.orgJean-Marc Zucconi2000-06-121-1/+1
|
* Not "plugin.html" but "plugin.htm".R. Imura2000-06-111-1/+1
|
* Add bwap, a console napster client.Will Andrews2000-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.Satoshi Asami2000-06-101-1/+1
|
* Add pimp3, a python script that's supposed to make random play much nicerWill Andrews2000-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.Will Andrews2000-06-081-0/+3
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Catch up with a directory changeChris Piazza2000-06-081-1/+1
|
* Add libshout, a library providing routines for connecting and transmittingWill Andrews2000-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.Maxim Sobolev2000-06-081-1/+1
| | | | | PR: 19054 Submitted by: Alexander Langer <alex@big.endian.de>
* Activate wavplay.Maxim Sobolev2000-06-081-0/+1
|
* Initial import of wavplay - utility to record/playback audio.Maxim Sobolev2000-06-0813-0/+388
| | | | | PR: 16693 Submitted by: Greg Robinson <greg@rosevale.com.au>
* Fix improper #ifdef.Will Andrews2000-06-081-1/+1
| | | | | PR: 19024 Submitted by: Alexander Langer <alex@big.endian.de>
* Add workmandb.5.Satoshi Asami2000-06-071-0/+1
| | | | Submitted by: bento
* Move local distfiles to the new local-distfiles section on ftp.freebsd.orgChris Piazza2000-06-071-1/+1
|
* Fix build.Will Andrews2000-06-061-0/+12
| | | | | PR: 19053 Submitted by: Alexander Langer <alex@big.endian.de>
* Add sox to the RUN_DEPENDS (required by Sound Recorder).Maxim Sobolev2000-06-063-3/+6
|
* Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall orderMaxim Sobolev2000-06-062-0/+2
| | | | | | and stop bento's "Extra" warnings. Submitted by: bento
* Bump PORTVERSION.Maxim Sobolev2000-06-051-1/+1
| | | | Submitted by: Alexander Langer <alex@big.endian.de>
* Update md5.Maxim Sobolev2000-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.Yukihiro 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.Will Andrews2000-06-056-0/+31
| | | | | PR: 18978 Submitted by: Trevor Johnson <trevor@jpj.net>
* Update to 1.8, which adds support for gogo.Will Andrews2000-06-053-37/+10
| | | | | PR: 18972 Submitted by: maintainer
* Here are the changes to the patches directory that should have gone withSteve Price2000-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.Will Andrews2000-06-036-0/+55
| | | | Obtained from: NetBSD
* Add mp3_check, a utility which verifies the integrity of mp3 files andWill Andrews2000-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!Will Andrews2000-06-029-54/+39
|
* Add .so symlink (from PR) and necessary ldconfigs overlooked in initialWill Andrews2000-06-021-0/+3
| | | | | | | import of the port. PR: 18963 Submitted by: maintainer
* Respect CFLAGS.Maxim Sobolev2000-06-021-0/+2
|
* Add cd2mp3, an easy-to-use perl UI to assist in ripping MP3s using dagrabWill Andrews2000-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.Will Andrews2000-06-027-0/+162
| | | | | PR: 18916 Submitted by: Kawaguti Ginga <ginga@athena.club.ne.jp>
* Update to 1.6. Add some more runtime dependencies.Will Andrews2000-06-023-27/+33
| | | | | PR: 18166 Submitted by: maintainer
* Update to 1.3.5. I cleaned up the Makefile in addition to the PR, andWill Andrews2000-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.2Ade Lovett2000-06-023-5/+4
|
* Say hello to GNOME 1.2Ade Lovett2000-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 itsWill Andrews2000-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 anythingWill Andrews2000-06-011-1/+1
| | | | | | | other than i386 architecture. PR: 18944 Submitted by: Alexander Langer <alex@parca.cichlids.com>
* @dirrm share/timiditySatoshi Asami2000-05-311-0/+1
| | | | Submitted by: bento
* Update to version 2.2.Maxim Sobolev2000-05-303-5/+6
|
* Correct WWW (.php3 -> .php).Maxim Sobolev2000-05-302-2/+2
|
* Update MASTER_SITES and WWW to fix fennerism.Will Andrews2000-05-304-6/+6
|
* Add CMU Sphinx, a speech recognition system.Will Andrews2000-05-306-0/+147
| | | | | PR: 17707 Submitted by: Trevor Johnson <trevor@jpj.net>
* - Fix MASTER_SITESSteve Price2000-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.Will Andrews2000-05-306-0/+70
|
* Update to 0.8.10. Add skin data, WWW: to pkg/DESCR.Will Andrews2000-05-305-32/+91
| | | | | PR: 18882 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add missed gdk_imlib dependency.Maxim Sobolev2000-05-291-0/+1
|
* Get rid of those zero-sized `music.raw' files, known to anyone usingMaxim Sobolev2000-05-291-0/+32
| | | | libmikmod or any software based on it.
* The author added some streaming features, now uses lame as the mp3 encoder,Steve Price2000-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.Steve Price2000-05-291-1/+1
| | | | | PR: 18854 Submitted by: maintainer
* Update to version 2.9.4.Steve Price2000-05-292-2/+2
| | | | | PR: 18853 Submitted by: maintainer
* Don't try to install a manpage that doesn't exist.Steve Price2000-05-281-0/+8
|
* Fixup LIB_DEPENDS after upgrade of gtk-- port.Steve Price2000-05-281-1/+1
|
* - Fix LIB_DEPENDS to actually used oneVanilla I. Shu2000-05-284-22/+40
| | | | | | | - Support install macros PR: ports/18046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Remove references to nonexistent manpage.Maxim Sobolev2000-05-261-5/+2
| | | | Reported by: bento
* Add a WITH_ESD knob to use esd sound backend instead of default OSS.Maxim Sobolev2000-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 seemsMaxim Sobolev2000-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.Maxim Sobolev2000-05-231-0/+1
|
* This is the initial import of eXtace - an audio visualisation plugin for theMaxim Sobolev2000-05-236-0/+53
| | | | | | | ESD sound daemon. PR: 18386 Submitted by: sobomax
* Remove wmsound, add wsoundserver and unbroke wsoundprefs - it is now ready ↵Maxim Sobolev2000-05-232-2/+1
| | | | to go.
* Import wsoundserver.Maxim Sobolev2000-05-234-35/+40
| | | | WSoundServer is successor of the old wmsound.
* Temporary mark as "BROKEN" - until wmsound->wsoundserver repo copy will beMaxim Sobolev2000-05-231-0/+1
| | | | done. Sorry for that, I have to think first...
* Update WSoundPrefs to the new 1.1.1 version.Maxim Sobolev2000-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|'Maxim Sobolev2000-05-172-2/+2
|
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev2000-05-171-2/+2
|
* """Thomas Gellekum2000-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 binaryDavid E. O'Brien2000-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)Bill Fumerola2000-05-141-1/+1
|
* Update to 2.9.3.Akinori MUSHA2000-05-103-3/+3
| | | | | PR: ports/18482, ports/18483 Submitted by: MAINTAINER
* Update to version 0.12.Jim Mock2000-05-092-2/+2
|
* Update port to 0.6Chris D. Faulhaber2000-05-082-2/+2
| | | | | PR: 18409 Submitted by: Maintainer
* Make xmcd compile and build on the Alpha.Daniel Eischen2000-05-061-0/+50
| | | | Submitted by: Mark Abene <phiber@radicalmedia.com>
* An attempt at making mpg123 work on FreeBSD/Alpha.Joseph Koshy2000-05-054-42/+46
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Add nasd.1 nasd.conf.1 to MAN1Chris D. Faulhaber2000-05-021-1/+1
| | | | Found by: bento
* Update port to 0.10Chris D. Faulhaber2000-05-023-4/+14
|
* Distfile changed without version number bump. Appears to be someSteve Price2000-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.Steve Price2000-05-011-1/+1
| | | | | PR: 17970 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
* Update to 1.3.9.Chris Piazza2000-04-303-4/+4
| | | | | It is highly recommended that people upgrade to this version.
* Unbreak by updating to mpg123.el-1.8Kris Kennaway2000-04-301-1/+1
| | | | Noticed by: bento
* Mark BROKEN: PLIST is incorrectKris Kennaway2000-04-301-0/+2
| | | | Noticed by: bento
* Clean up the makefile and use cxxflags properly instead of setting itChris Piazza2000-04-301-16/+12
| | | | | | | to CFLAGS PR: 18134 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to lame 3.70Chris Piazza2000-04-305-16/+18
| | | | | | PR: 18119 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: maintainer
* Update TiMidity++ to 2.9.2.Akinori MUSHA2000-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.Will Andrews2000-04-261-1/+1
|
* Add SDL_mixer, an audio library based on SDL 1.1.Will Andrews2000-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-responsiveKris Kennaway2000-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.Vanilla I. Shu2000-04-231-1/+1
|
* Change libSDL-1.0 to libSDL.Vanilla I. Shu2000-04-231-2/+2
|
* Update to 0.3.5 and move external patch file into patches/Chris Piazza2000-04-234-9/+182
| | | | | Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Approved by: maintainer
* portlint and add SLAVEDIRS variable to master portsMichael Haro2000-04-204-10/+15
|
* Update port to 0.5Michael Haro2000-04-203-4/+24
| | | | | PR: 17931 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update to 2.30 (2.31?) final versionYukihiro Nakai2000-04-192-3/+5
|
* Update to 2.6Chris Piazza2000-04-193-5/+5
| | | | | PR: 18078 Submitted by: Trevor Johnson <trevor@jpj.net>
* update to 0.5.3Michael Haro2000-04-183-5/+6
| | | | | PR: 17917 Submitted by: <Kristopher Zentner <kzentner@u.washington.edu>
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-178-24/+23
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* remove a.out supportMichael Haro2000-04-171-2/+2
|
* Update WWWChris D. Faulhaber2000-04-161-1/+1
| | | | | PR: 18022 Submitted by: Maintainer
* DISTNAME fixes.Satoshi Asami2000-04-161-1/+1
|
* Resurrect version normalization (0.8-7 -> 0.8.7) accidentally lost duringSatoshi Asami2000-04-151-2/+2
| | | | conversion.
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-151-1/+0
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Portlint COMMENT's.Akinori MUSHA2000-04-152-2/+2
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Typo fix (PORTNAMEN -> PORTNAME).Satoshi Asami2000-04-141-1/+1
|
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-143-6/+6
|
* Update with PORTNAME/PORTVERSION and get happy with the slave.Akinori MUSHA2000-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 variablesMichael Haro2000-04-09120-312/+305
|
* New port gramofile, an audio recording utility.Thomas Gellekum2000-04-078-0/+100
| | | | | PR: 16819 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* Update to 0.2.18Ade Lovett2000-04-062-3/+3
|
* convert to slaveMichael Haro2000-04-062-57/+5
| | | | | PR: 17724 Submitted by: maintainer
* convert to slaveMichael Haro2000-04-063-65/+21
| | | | | PR: 17452 Submitted by: maintainer
* convert to slaveMichael Haro2000-04-063-53/+18
| | | | | PR: 17429 Submitted by: maintainer
* convert to slave portMichael Haro2000-04-062-40/+5
| | | | | PR: 17428 Submitted by: maintainer
* make this into a slave portMichael Haro2000-04-062-37/+5
| | | | | PR: 17356 Submitted by: maintainer
* make this into a slave port depending on timidity++-emacsMichael Haro2000-04-062-46/+5
| | | | | PR: 17355 Submitted by: maintainer
* make this port a middleman between the timidity++ master and all theMichael Haro2000-04-064-19/+120
| | | | | | | timidity++ slave ports PR: 17817 Submitted by: maintainer
* Update to 1.3.8Chris Piazza2000-04-052-3/+3
| | | | Submitted by: dburr
* remove a.out supportMichael Haro2000-04-032-5/+2
|
* update to 2.9.0Michael Haro2000-04-019-57/+63
| | | | | PR: 17354 Submitted by: maintainer
* remove patch-aa (it is empty) and forgot to add patch-abMichael Haro2000-03-311-0/+11
|
* update to 2.0b17Michael Haro2000-03-312-16/+6
| | | | | PR: 17644 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update port to 1.4Chris D. Faulhaber2000-03-3010-125/+130
| | | | | | | Add WWW PR: 17645 Submitted by: tkato@prontomail.ne.jp
* Update to aumix 2.5Chris Piazza2000-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'tKris Kennaway2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* Remove some whitespace.Chris Piazza2000-03-291-1/+1
|
* Update to 2.4Chris Piazza2000-03-262-3/+4
| | | | | PR: 17563 Submitted by: Trevor Johnson <trevor@jpj.net>
* Fix incomplete PLIST.R. Imura2000-03-261-9/+22
|
* Update to 1.3.7Chris Piazza2000-03-252-4/+5
|
* Remove dead MASTER_SITES and WWWTom Hukins2000-03-252-3/+1
|
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"Satoshi Asami2000-03-221-1/+1
|
* Update port to 2.0.1Chris D. Faulhaber2000-03-212-6/+6
| | | | | PR: 17323 Submitted by: Maintainer
* remove blank line (portlint)Michael Haro2000-03-211-1/+0
|
* Revert the explicit dependancy upon libungif. The breakage is elsewhere,Josef Karthauser2000-03-201-2/+1
| | | | and this port is an innocent victim.
* This port depends fairly and squarely upon libungif. (But it wasn'tJosef Karthauser2000-03-201-1/+2
| | | | specified as a lib depend). It is now.
* Allow this to build on 3.xChris Piazza2000-03-192-0/+38
| | | | | | | Respect CXXFLAGS (not from submitter) PR: 17443 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* Update port to 2.1Chris D. Faulhaber2000-03-112-3/+3
| | | | | PR: 17308 Submitted by: Maintainer
* * Fix compilation under -stable where sys/types.h was not being includedChris D. Faulhaber2000-03-112-1/+10
| | | | | | | | before sys/socket.h. * Remove a bit of cruft from the port's Makefile. PR: 17303 Submitted by: Cliff Rowley <dozprompt@onsea.com>
* Add {BUILD,RUN}_DEPENDS.Thomas Gellekum2000-03-101-0/+2
|
* Add WWW link ...Marc G. Fournier2000-03-091-0/+2
|
* Update port to 1.0Chris D. Faulhaber2000-03-095-13/+85
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* Update to 2.26aYukihiro Nakai2000-03-082-4/+4
|
* Update to 1.10Chris Piazza2000-03-082-3/+3
|
* Update to 2.0pre4Chris Piazza2000-03-086-59/+42
|
* Update to 2.2Chris Piazza2000-03-082-3/+4
| | | | | PR: 17247 Submitted by: Trevor Johnson <trevor@jpj.net>
* update to 3.1.9Michael Haro2000-03-084-18/+19
|
* New port pysol-sound-server. Despite its name, it's a rather genericThomas Gellekum2000-03-077-0/+46
| | | | | | | | Python extension module that plays WAVs together with MP3 or MOD background music. PR: 16608 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* add WWWMichael Haro2000-03-061-0/+2
|
* Update port to 0.8Chris D. Faulhaber2000-03-062-3/+3
| | | | Prodded by: bugg@bugg.strangled.net
* One of the PATCHFILES has changed (removing some features). I'll hostChris D. Faulhaber2000-03-041-4/+5
| | | | | | | the known-good patch and reorder the MASTER_SITES until I can find out why it has changed. Found by: bento
* Fix PLIST and clean up RUN_DEPENDSChris D. Faulhaber2000-03-012-3/+2
|
* Update to 1.3.6Chris Piazza2000-03-013-5/+5
|
* Upgrade to 0.92.Dirk Froemberg2000-02-292-4/+4
|
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-281-1/+1
|
* Update MASTER_SITE and author's Email address.Steve Price2000-02-282-2/+2
| | | | | PR: 17026 Submitted by: Markus Holmberg <markush@acc.umu.se>
* Update port to 0.7Chris D. Faulhaber2000-02-272-3/+3
|
* PLIST related fixes.Jeremy Lea2000-02-271-0/+2
|
* Small modification to respect $(CXX).R. Imura2000-02-261-2/+4
|
* Respect CC and CFLAGSChris D. Faulhaber2000-02-251-0/+3
|
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-248-14/+14
|
* add ending / to WWWMichael Haro2000-02-241-1/+1
|
* update WWWMichael Haro2000-02-241-1/+1
|
* add trailling / to WWWMichael Haro2000-02-242-2/+1
| | | | remove PKGNAME since DISTNAME == PKGNAME
* add trailling / to WWW and remove extra blank lineMichael Haro2000-02-241-2/+1
|
* update WWWMichael Haro2000-02-241-1/+1
|
* reword and update WWWMichael Haro2000-02-241-3/+5
|
* add WWWMichael Haro2000-02-241-0/+2
|
* remove extra `.' and space at end of WWW lineMichael Haro2000-02-242-4/+4
|
* Upgrade to latest release (xmcd-2.6).Daniel Eischen2000-02-233-9/+12
| | | | | | | | | | | | This still fails to build correctly on -current since the /usr/libexec/cpp fiasco -- old versions of imake still use /usr/libexec/cpp instead of gcc -E. If you don't have a fixed version of imake, a quick fix to get around this is to set IMAKECPP=/usr/bin/cpp in your environment before make'ing this port. Note that the port builds without errors if you don't have the correct version of imake, but FREEBSD_CAM will not be defined and xmcd will use the ioctl method which hasn't worked since 3.0.
* Add support for the Alpha.Steve Price2000-02-212-9/+18
|
* Add support for FreeBSD/Alpha.Steve Price2000-02-212-8/+22
|
* Add support for the Alpha and create a directory on install so this packagesSteve Price2000-02-214-2/+42
| | | | on machines with a clean ${PREFIX} directory.
* Remove the two i386 binaries and rebuild them from source so this portSteve Price2000-02-212-0/+6
| | | | packages on the Alpha.
* Update to 0.3.10Ade Lovett2000-02-206-12/+43
| | | | | PR: 16823 Submitted by: maintainer
* Make gtcd work with SCSI cdroms.Jeremy Lea2000-02-206-132/+339
| | | | | | While I'm here, make the cureses based tcd compile, but don't install it. Submitted by: Andreas Dobloug <andreasd@motsognir.unik.no>
* Update port to 0.4Chris D. Faulhaber2000-02-184-3/+22
| | | | | PR: 16774 Submitted by: Maintainer
* - Fix MASTER_SITESYukihiro Nakai2000-02-182-1/+3
| | | | | | | - Add WWW: line into pkg/PLIST PR: ports/16780 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Update IPv6 patch to fix a problem with handling IPv4 http redirects.Joseph Koshy2000-02-172-2/+2
| | | | | Submitted by: Munechika SUMIKAWA <sumikawa@freebsd.org> Original report: Jeff Scofield <jeff@beth.syntax.com>
* USE_BZIP2 and update email addressTom Hukins2000-02-163-4/+4
|
* Remove giflib dependence.R. Imura2000-02-153-6/+3
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* WWW movedMichael Haro2000-02-152-2/+2
|
* developer's site movedMichael Haro2000-02-152-2/+2
|
* remove extra blank lines and add ending / to URLMichael Haro2000-02-151-3/+1
|
* update to 1.20Michael Haro2000-02-1513-998/+215
| | | | | PR: 12624 Submitted by: Jason Brazile <jason.brazile@netcetera.ch>
* Actually add patches.Chris Piazza2000-02-141-0/+11
| | | | Noticed by: ade
* Update to 0.6Chris D. Faulhaber2000-02-143-3/+4
|
* Update to 1.3.4Chris Piazza2000-02-143-4/+19
| | | | Submitted by: ade
* Update port from 2.0.0-pre to 2.0.0Chris D. Faulhaber2000-02-132-2/+2
| | | | | PR: 16696 Submitted by: Maintainer