Initial import of cplay 1.49

cplay is a curses front-end for various audio players including
ogg123, splay, mpg123, mpg321, madplay, mikmod, xmp and sox.

WWW: http://www.tf.hut.fi/~flu/cplay/

from Victor Sahlstedt <cvss at home.se>
This commit is contained in:
sturm 2004-02-18 19:23:40 +00:00
parent 62a4a7b7a0
commit cc2f3ff53a
5 changed files with 47 additions and 0 deletions

33
audio/cplay/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/18 19:23:40 sturm Exp $
COMMENT= "curses front-end for various audio players"
DISTNAME= cplay-1.49
CATEGORIES= audio
HOMEPAGE= http://www.tf.hut.fi/~flu/cplay/
MAINTAINER= Victor Sahlstedt <cvss@home.se>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= :python-2.3.*:lang/python/2.3/
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
do-configure:
@perl -pi -e "s,/etc/,${SYSCONFDIR}/," ${WRKSRC}/cplay{,.1}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cplay ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/cplay.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

3
audio/cplay/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (cplay-1.49.tar.gz) = fae9e13b8dafd98ffcd58cf9d6f92f33
RMD160 (cplay-1.49.tar.gz) = e370ca609f8a17f428cf67ef85d55ee55cd5738b
SHA1 (cplay-1.49.tar.gz) = 5dc77ad0046419f6657249fa95829b3714beb1d6

2
audio/cplay/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
cplay is a curses front-end for various audio players including
ogg123, splay, mpg123, mpg321, madplay, mikmod, xmp and sox.

6
audio/cplay/pkg/MESSAGE Normal file
View File

@ -0,0 +1,6 @@
+---------------
| Now, you might want to install one of the following players;
| audio/mpg123 audio/mpg321 audio/madplay audio/xmp audio/sox
|
| If you intend to do anything useful with cplay, that is.
+---------------

3
audio/cplay/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/18 19:23:40 sturm Exp $
bin/cplay
man/man1/cplay.1