summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump glib12 's share library version to 3,Vanilla I. Shu1999-10-091-3/+1
| | | | | | | and portlint. Notes: svn path=/head/; revision=22283
* Use updated imlib library.Yukihiro Nakai1999-10-082-2/+2
| | | | Notes: svn path=/head/; revision=22243
* Use updated esound library.Yukihiro Nakai1999-10-082-2/+2
| | | | Notes: svn path=/head/; revision=22240
* Update to 0.2.15Yukihiro Nakai1999-10-084-8/+9
| | | | Notes: svn path=/head/; revision=22237
* Update to 0.1.9Yukihiro Nakai1999-10-083-5/+6
| | | | Notes: svn path=/head/; revision=22236
* PropList.1 -> .2Chris Piazza1999-10-071-1/+1
| | | | | | | | PR: 14180 Submitted by: Osokin Sergey <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=22229
* Update to 2.11Yukihiro Nakai1999-10-062-5/+6
| | | | | | | (It is a bug fix update for Cyrix CPU) Notes: svn path=/head/; revision=22198
* Upgrade icecast to 1.3.0.Donald Burr1999-10-058-38/+122
| | | | | | | Approved by port maintainer. Notes: svn path=/head/; revision=22169
* Should USE_X_PREFIX so the program can find it's app-defaultsChris Piazza1999-10-031-1/+1
| | | | | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=22138
* Fix the use of BIGENDIAN where it should not have beenChris Piazza1999-10-025-21/+109
| | | | | | | | | PR: 11935 Respect CC/CXX/CXXFLAGS/CFLAGS Notes: svn path=/head/; revision=22119
* Attack of the COMMENT police. Fixed a bunch of typos, grammaticalJim Mock1999-10-021-1/+1
| | | | | | | | | | errors and descriptions. PR: 14031 Submitted by: chris Notes: svn path=/head/; revision=22113
* Update version.Yukihiro Nakai1999-10-015-15/+23
| | | | Notes: svn path=/head/; revision=22096
* Change a reference to "The Shoutcast linux server" and make itChris Piazza1999-09-302-2/+2
| | | | | | | "The shoutcast server" It's multi platform. Notes: svn path=/head/; revision=22084
* Activate wmtune.Dan Moschuk1999-09-291-0/+1
| | | | Notes: svn path=/head/; revision=22068
* Dock app radio program for the BT848/878 cards.Dan Moschuk1999-09-295-0/+45
| | | | | | | | | | | In particular, this program works with the Happauge WinTV cards with onboard FM tuners. PR: ports/14029 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=22060
* freebsd.org -> FreeBSD.orgChris Piazza1999-09-271-1/+1
| | | | Notes: svn path=/head/; revision=22024
* Activate mpmf20Chris Piazza1999-09-271-0/+1
| | | | Notes: svn path=/head/; revision=22023
* import of mpmf20.Chris Piazza1999-09-278-0/+101
| | | | | | | | | | | | | | This software is a command line utility used used for transfering audio files in the MP3 format to and from the portable MP3 player MPMan MP-F20. It enables you to upload (specifying the files with wildcards or from a textfile), download, delete, reorder already uploaded files and more on your MPMan MP-F20. PR: Markus Holmberg <saska@acc.umu.se> Submitted by: 13911 Notes: svn path=/head/; revision=22022
* Update the MASTER_SITE and tweak the build a bit.Steve Price1999-09-272-15/+8
| | | | | | | | PR: 13660 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21980
* Make this port ARCH-neutral.Steve Price1999-09-272-6/+7
| | | | Notes: svn path=/head/; revision=21973
* Added -O0 to CCOPTIONS. Without it, ascd coredumps when runJim Mock1999-09-251-4/+8
| | | | | | | | | with no theme specified. Reported by: marcel Notes: svn path=/head/; revision=21943
* Updated to version 0.13.2Jim Mock1999-09-252-4/+4
| | | | Notes: svn path=/head/; revision=21942
* Fix typo.Marcel Moolenaar1999-09-251-1/+1
| | | | | | | approved by: jim Notes: svn path=/head/; revision=21941
* Correct typo 'i836' -> 'i386'.Joseph Koshy1999-09-201-1/+1
| | | | Notes: svn path=/head/; revision=21815
* Get this port to compile on FreeBSD/Alpha.Steve Price1999-09-202-0/+22
| | | | Notes: svn path=/head/; revision=21812
* Breakout a multipart patch and use the default implementation insteadSteve Price1999-09-202-53/+53
| | | | | | | of the missing byts_swap_* on FreeBSD/Alpha. Notes: svn path=/head/; revision=21810
* Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build onSteve Price1999-09-202-4/+18
| | | | | | | FreeBSD/Alpha. Notes: svn path=/head/; revision=21809
* Use time_t instead of long when call time functions. Also add '-lio'Steve Price1999-09-202-5/+51
| | | | | | | on FreeBSD/Alpha. Notes: svn path=/head/; revision=21807
* Break out part of a multipart patch and remove '-m486' when compiling onSteve Price1999-09-201-0/+19
| | | | | | | FreeBSD/Alpha. Notes: svn path=/head/; revision=21805
* byte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the defaultSteve Price1999-09-201-0/+11
| | | | | | | implementation. Notes: svn path=/head/; revision=21802
* All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends.Steve Price1999-09-201-0/+14
| | | | Notes: svn path=/head/; revision=21799
* We don't need to explicitly '-lg++' since our C++ compiler does it for usSteve Price1999-09-201-0/+11
| | | | | | | as required. Notes: svn path=/head/; revision=21796
* We don't have a fp_* cruft on FreeBSD/Alpha.Steve Price1999-09-201-0/+11
| | | | Notes: svn path=/head/; revision=21792
* Don't define time(3) as returning a long so that this builds onSteve Price1999-09-201-4/+16
| | | | | | | FreeBSD/Alpha. Notes: svn path=/head/; revision=21786
* Mark this port as being only for i386.Steve Price1999-09-201-0/+2
| | | | Notes: svn path=/head/; revision=21785
* ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.Steve Price1999-09-201-0/+6
| | | | Notes: svn path=/head/; revision=21774
* Add audio cd and mikmod support in Xmms.Chris Piazza1999-09-192-3/+7
| | | | | | | | | | Also update the maintainer's email address. PR: 13728 Submitted by: maintainer Notes: svn path=/head/; revision=21767
* Activate xmpChris Piazza1999-09-181-0/+1
| | | | Notes: svn path=/head/; revision=21726
* Import of xmp.Chris Piazza1999-09-188-0/+108
| | | | | | | | | | | | Xmp is the "eXtended Module Player". It supports many of the Amiga and PC module formats -- currently 47 of them and runs with little system load. PR: 13805 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=21725
* Update to KDE-1.1.2Stefan Eßer1999-09-189-9/+81
| | | | Notes: svn path=/head/; revision=21711
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-181-1/+1
| | | | | | | should be spelled corrcetly, although I rather liked "Emasc". Notes: svn path=/head/; revision=21709
* The version number of libgif.so has changed to 5.Steve Price1999-09-183-3/+3
| | | | Notes: svn path=/head/; revision=21701
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-171-1/+1
| | | | Notes: svn path=/head/; revision=21694
* Enhanced version of the software midi player `TiMidity' .SADA Kenji1999-09-109-412/+97
| | | | | | | | PR: ports/12150 Submitted by: Yoichi Asai <yatt@msc.biglobe.ne.jp> Notes: svn path=/head/; revision=21584
* You can't replace "echo" with "@${ECHO}" if it appears in the middle of aSatoshi Asami1999-09-091-4/+4
| | | | | | | multi-line command.... ;) Notes: svn path=/head/; revision=21492
* Erm, looks like "dollar-sign Id dollar-sign" has changed intoDonald Burr1999-09-091-1/+1
| | | | | | | | "dollar-sign FreeBSD dollar-sign". That's what I get for missing staff meetings, I guess... Notes: svn path=/head/; revision=21484
* Enable ripit-atapi.Donald Burr1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21483
* New port audio/ripit-atapi, a modified version of ports/audio/ripitDonald Burr1999-09-096-0/+129
| | | | | | | that uses CDD as the ripper (and thus can deal with ATAPI CD-ROM drives :) ) Notes: svn path=/head/; revision=21482
* Update MAINTAINER's email addressChris Piazza1999-09-091-1/+1
| | | | | | | | PR: 13648 Submitted by: maintainer Notes: svn path=/head/; revision=21470
* Mirror the distfile in ~cpiazza/distfiles, the main server is downChris Piazza1999-09-081-1/+2
| | | | | | | | | | for at least an hour every day for backups etc. PR: 13611 Requested by: maintainer Notes: svn path=/head/; revision=21446