summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* $Id$->$FreeBSD$Peter Wemm1999-08-292-2/+2
| | | | Notes: svn path=/head/; revision=21082
* Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.Chris Piazza1999-08-291-1/+5
| | | | | | | Submitted by: futatuki@debug.gr.jp Notes: svn path=/head/; revision=21079
* Move MAINTAINERship to ports@FreeBSD.orgChris Piazza1999-08-291-1/+1
| | | | | | | | PR: 13449 Submitted by: maintainer Notes: svn path=/head/; revision=21076
* Set maintaine to ports@FreeBSD.orgChris Piazza1999-08-291-1/+1
| | | | | | | | PR: 13448 Submitted by: maintainer Notes: svn path=/head/; revision=21075
* USE_NEWGCC=yesChris Piazza1999-08-291-7/+2
| | | | | | | | PR: 13435 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp> Notes: svn path=/head/; revision=21074
* env -> ${SETENV}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21052
* expr -> ${EXPR}Michael Haro1999-08-282-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=21048
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-272-17/+17
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Set a default optimization level for the lazy and hopeless :).Joseph Koshy1999-08-251-2/+14
| | | | | | | Requested by: Nick Hibma <nick.hibma@jrc.it> Notes: svn path=/head/; revision=20963
* Change Id->FreeBSD.David E. O'Brien1999-08-252-2/+2
| | | | Notes: svn path=/head/; revision=20960
* Change Id->FreeBSD.David E. O'Brien1999-08-2593-93/+93
| | | | Notes: svn path=/head/; revision=20938
* awk -> ${AWK}Michael Haro1999-08-223-6/+6
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-222-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 1.0.9.1.Steve Price1999-08-2215-279/+447
| | | | | | | | PR: 12781 (9 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20865
* Honor $(PREFIX) on install.Steve Price1999-08-223-21/+36
| | | | | | | | PR: 12781 (5 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20861
* Add terminal handling support to mpg123.Joseph Koshy1999-08-171-4/+4
| | | | | | | | PR: ports/13139 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=20755
* Update to version 0.3.1. Reroll the patch for FreeBSD so it worksChris Piazza1999-08-153-22/+19
| | | | | | | and host it on http://www.freebsd.org/~cpiazza/distilfes/. Notes: svn path=/head/; revision=20732
* Cleanup fetching comments: {DISTFILES} already contains .tar.gz. Also pointDavid E. O'Brien1999-08-141-3/+3
| | | | | | | out the user wants the generic Linux ELF (rather than RH) binary package. Notes: svn path=/head/; revision=20723
* Look for gtk--.h in ${X11BASE} not ${PREFIX}Chris Piazza1999-08-131-2/+2
| | | | | | | Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20692
* Fixed DISTFILES and removed EXTRACT_SUFX so port now passes portlint.Jim Mock1999-08-131-4/+3
| | | | Notes: svn path=/head/; revision=20687
* Updated to version 0.13.1Jim Mock1999-08-138-165/+322
| | | | | | | PR: 13025 Notes: svn path=/head/; revision=20686
* Remove hardcoded xterm title bar manipulation.Joseph Koshy1999-08-131-11/+29
| | | | | | | Submitted by: "Louis A. Mamakos" <louie@TransSys.COM> Notes: svn path=/head/; revision=20685
* Added libworkmanJim Mock1999-08-131-1/+2
| | | | Notes: svn path=/head/; revision=20684
* libworkman is a library that provides hardware control for variousJim Mock1999-08-137-0/+79
| | | | | | | | | audio apps. PR: 13023 Notes: svn path=/head/; revision=20683
* Remove a stray PLIST= that wasn't supposed to be thereChris Piazza1999-08-121-2/+1
| | | | Notes: svn path=/head/; revision=20676
* Update to version 1.1.2Chris Piazza1999-08-123-9/+42
| | | | | | | | | | | | | PR: 12642 Submitted by: maintainer Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes. PR: 12642 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20675
* Update Version required: to match realityChris Piazza1999-08-121-2/+2
| | | | Notes: svn path=/head/; revision=20666
* Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner1999-08-091-2/+2
| | | | | | | distfile survey to check. Notes: svn path=/head/; revision=20624
* Update to version 1.1Chris Piazza1999-08-072-4/+4
| | | | Notes: svn path=/head/; revision=20596
* Upgrade to v0.59r. mpg123 can now be built tuned for your specific x86Joseph Koshy1999-08-054-30/+46
| | | | | | | | | | architecture at port build time. PR: ports/12814 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=20533
* Fix WWW: typosBill Fenner1999-08-011-1/+1
| | | | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
* Fix the build for systems without /dev/dsp. Update the master site, andBrian Feldman1999-07-284-4/+152
| | | | | | | | | md5 checksum (version bump? no, just a file change! grr!). Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=20369
* The dist file is in the source directory instead of binaries directory.Dirk Froemberg1999-07-271-2/+2
| | | | | | | Noticed by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=20368
* Now full-source distribution is removed from archives,SADA Kenji1999-07-272-10/+16
| | | | | | | | | so we should get a patch and sould apply it to dist10. Approved by: maintainer Notes: svn path=/head/; revision=20367
* Version number is 0.82 not 082.Dirk Froemberg1999-07-271-2/+2
| | | | Notes: svn path=/head/; revision=20363
* Upgrade to 0.82.Dirk Froemberg1999-07-277-15/+62
| | | | | | | | BladeEnc is distributed in source form, now. So it should work on alpha, too. Notes: svn path=/head/; revision=20359
* Create a directory before installing data to it in case it wasn'tChris Piazza1999-07-241-1/+2
| | | | | | | | | there in the first place. Noticed by: bento.freebsd.org Notes: svn path=/head/; revision=20337
* Update to version 0.7Chris Piazza1999-07-243-5/+40
| | | | | | | | PR: 12778 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>, maintainer Notes: svn path=/head/; revision=20335
* Minor rewording and mention AMD 3D Now! support in DESCR.David E. O'Brien1999-07-222-3/+3
| | | | Notes: svn path=/head/; revision=20316
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-211-2/+2
| | | | Notes: svn path=/head/; revision=20299
* Update to the latest version. Dan Nelson is now the maintainer, sinceBrian Feldman1999-07-186-90/+13
| | | | | | | | | | | the previous maintainer doesn't seem to want to take care of it anymore (no updates for a long time.) PR: 12658 Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=20256
* Fix typos and/or cleanup WWW:.Tim Vanderhoek1999-07-171-1/+2
| | | | Notes: svn path=/head/; revision=20242
* This pkg/DESCR was a verbatim copy of the README file and, aside from beingTim Vanderhoek1999-07-173-175/+11
| | | | | | | | entirely inappropriate, was _way_ too long. Fix: install the README file into share/doc/maplay and clip DESCR. Notes: svn path=/head/; revision=20241
* Activate gogoChris Piazza1999-07-171-1/+2
| | | | Notes: svn path=/head/; revision=20239
* Import of gogo, or 'gogo no coder', which means 'afternoon coder'Chris Piazza1999-07-175-0/+35
| | | | | | | | | | | in Japanese. It is a fast MP3 encoder with 3D Now! optimisation support. PR: 12665 Submitted by: Yukihiro Nakai <nacai@iname.com> Notes: svn path=/head/; revision=20238
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tSatoshi Asami1999-07-151-2/+2
| | | | | | | build but at least it will have a better chance. Notes: svn path=/head/; revision=20221
* Remove some whitespace that I introduced.Chris Piazza1999-07-111-2/+2
| | | | Notes: svn path=/head/; revision=20164
* Update to rosegarden 2.1Chris Piazza1999-07-1113-82/+274
| | | | | | | | PR: 11712 Submitted by: maintainer Notes: svn path=/head/; revision=20163