Bug 144879 - [NEW PORT] audio/mcplay: a curses based front-end to various audio players
Summary: [NEW PORT] audio/mcplay: a curses based front-end to various audio players
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 19:30 UTC by Charlie Kester
Modified: 2010-03-20 19:00 UTC (History)
0 users

See Also:


Attachments
mcplay-0.3i.shar (6.40 KB, text/plain)
2010-03-19 19:30 UTC, Charlie Kester
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2010-03-19 19:30:01 UTC
mcplay is a curses based front-end for various audio players.  It
is a reimplementation in C of the well-known python program 'cplay'.

Supported players currently include:
- mpg123
- ogg123
- sox

Author: Tobias Rapp

WWW:	http://www.yahuxo.de/mcplay/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-03-19 20:18:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-20 18:55:42 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-20 18:56:08 UTC
miwi        2010-03-20 18:55:54 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/mcplay         Makefile distinfo pkg-descr 
    audio/mcplay/files   mcplay.1 patch-Makefile patch-config.h 
                         patch-mixer.c patch-screen.c 
  Log:
  mcplay is a curses based front-end for various audio players.  It
  is a reimplementation in C of the well-known python program 'cplay'.
  
  Supported players currently include:
  - mpg123
  - ogg123
  - sox
  
  WWW:    http://www.yahuxo.de/mcplay/
  
  PR:             ports/144879
  Submitted by:   Charlie Kester <corky1951 at comcast.net>
  
  Revision  Changes    Path
  1.1093    +1 -0      ports/audio/Makefile
  1.1       +31 -0     ports/audio/mcplay/Makefile (new)
  1.1       +3 -0      ports/audio/mcplay/distinfo (new)
  1.1       +65 -0     ports/audio/mcplay/files/mcplay.1 (new)
  1.1       +20 -0     ports/audio/mcplay/files/patch-Makefile (new)
  1.1       +11 -0     ports/audio/mcplay/files/patch-config.h (new)
  1.1       +11 -0     ports/audio/mcplay/files/patch-mixer.c (new)
  1.1       +17 -0     ports/audio/mcplay/files/patch-screen.c (new)
  1.1       +11 -0     ports/audio/mcplay/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"