aboutsummaryrefslogtreecommitdiff
path: root/audio/rplay
Commit message (Collapse)AuthorAgeFilesLines
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Utilize INFOKris Kennaway2003-10-272-15/+3
| | | | Notes: svn path=/head/; revision=92340
* Update port: audio/rplayEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | - ECHO -> ECHO_MSG PR: ports/56766 Submitted: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89486
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o use daemon(3) instead of just fork(2) when daemonize.Norikatsu Shigemura2003-01-303-2/+20
| | | | | | | | | | | o make rc.d script more modern, accordingly. o Bump PORTREVISION. PR: ports/27875 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Notes: svn path=/head/; revision=74294
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - install rplayd.sh as rplayd.sh.samplePete Fritchman2002-05-192-6/+8
| | | | | | | | | | - better config file management PR: 35634 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59485
* Fix build problem on 5-current.Motoyuki Konno2002-04-111-2/+11
| | | | | | | | <machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable and 5-current. See commitlog of src/include/Makefile rev 1.165. Notes: svn path=/head/; revision=57550
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53947
* Fix audio detection problem.Mark Pulford2001-07-221-0/+20
| | | | | | | | PR: 27204 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Notes: svn path=/head/; revision=45368
* Change $MAINTAINER to ports.Jun Kuriyama2001-05-121-1/+1
| | | | | | | | >>> RCPT To:<rmallory@csusb.edu> <<< 550 5.1.1 <rmallory@csusb.edu>... User unknown Notes: svn path=/head/; revision=42550
* 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. Notes: svn path=/head/; revision=30229
* - Update to version 3.3.2Alexander Langer2000-06-2816-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> Notes: svn path=/head/; revision=29943
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-4/+4
| | | | Notes: svn path=/head/; revision=27415
* fix my mistakeMichael Haro2000-02-071-2/+4
| | | | Notes: svn path=/head/; revision=25569
* portlintMichael Haro2000-02-021-0/+2
| | | | Notes: svn path=/head/; revision=25422
* 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
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* echo -> ${ECHO}. (from submitter).Chris Piazza1999-06-232-35/+7
| | | | | | | | | | Make portlint happy by removing trailing spaces and shortening DESCR (me). PR: 12363 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=19723
* s,/usr/local,${PREFIX},gMichael Haro1999-06-051-2/+2
| | | | | | | | PR: 12033 Submitted by: Nick Hibma nick.hibma@jrc.it Notes: svn path=/head/; revision=19221
* libgsm is now converted to ELF.Satoshi Asami1998-09-221-2/+2
| | | | Notes: svn path=/head/; revision=13329
* It's not that ports/astro/* had no manpages to remove from theirTim Vanderhoek1998-08-171-7/+0
| | | | | | | | PLISTs, it's just that none of the ones that do use the MANx variables. Notes: svn path=/head/; revision=12569
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-041-1/+2
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* MASTER_SITE moved.Bill Fenner1998-01-211-2/+2
| | | | | | | Submitted by: distfile checker Notes: svn path=/head/; revision=9401
* Upgrade to b6Andrey A. Chernov1997-06-134-9/+68
| | | | | | | | | Install rplayd automatically Use gsm library from ports Fix PLIST Notes: svn path=/head/; revision=6908
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-4/+5
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-151-2/+4
| | | | | | | Added MAINTAINERS to many of them. Notes: svn path=/head/; revision=4497
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-151-1/+0
| | | | Notes: svn path=/head/; revision=4486
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* version 3.2.0b5Adam David1996-10-033-13/+3
| | | | Notes: svn path=/head/; revision=3911
* Submitted by: chuckrChuck Robey1996-07-281-0/+10
| | | | | | | tiny change to make rplayd compile. Jordan's crossfire needs it. Notes: svn path=/head/; revision=3441
* Upgrade, 3.2.0b2 -> 3.2.0b3. xrplay is currently not built becauseSatoshi Asami1995-06-214-9/+11
| | | | | | | | it requires XForms. Notified by: rmallory@wiley.csusb.edu (Rob Mallory) Notes: svn path=/head/; revision=1850
* Updating Makefiles, audio ports.Satoshi Asami1995-04-111-3/+4
| | | | Notes: svn path=/head/; revision=1338
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+3
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Port of rplay 3.2.0b2Steven Wallace1995-03-175-0/+61
Submitted by: rmallory@csusb.edu Notes: svn path=/head/; revision=1144