aboutsummaryrefslogtreecommitdiff
path: root/audio/splay
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-27 03:57:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-27 03:57:18 +0000
commit956e8baa3a6ba948c6f7b01062b86da55ecfc901 (patch)
tree2f8c1df9d133b69e524d5929b600ffb7f8c26057 /audio/splay
parentc811213ababd9ac3cfacf962ebe0a76af5073f9c (diff)
downloadports-956e8baa3a6ba948c6f7b01062b86da55ecfc901.tar.gz
ports-956e8baa3a6ba948c6f7b01062b86da55ecfc901.zip
Notes
Diffstat (limited to 'audio/splay')
-rw-r--r--audio/splay/Makefile29
-rw-r--r--audio/splay/pkg-descr15
2 files changed, 16 insertions, 28 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index 2520f77d86e8..5e3220356106 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -1,22 +1,19 @@
-# New ports collection makefile for: splay
-# Date created: 1 Apr 1997
-# Whom: cjh
-#
+# Created by: Choi Jun Ho <junker@moderato.snu.ac.kr>
# $FreeBSD$
-#
-# pthread library can be used, but sound quality is buggy
-#
-PORTNAME= splay
-PORTVERSION= 0.9.5.2
-CATEGORIES= audio
-MASTER_SITES= http://splay.sourceforge.net/tgz/
+PORTNAME= splay
+PORTVERSION= 0.9.5.2
+CATEGORIES= audio
+MASTER_SITES= http://splay.sourceforge.net/tgz/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An audio player that decodes MPEG Layer I,II,III and WAV files
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Audio player that decodes MPEG Layer 1/2/3 and WAV files
-GNU_CONFIGURE= yes
-MAN1= splay.1
-PLIST_FILES= bin/splay
+GNU_CONFIGURE= yes
+
+MAN1= splay.1
+PLIST_FILES= bin/splay
+
+# XXX: pthread library can be used, but sound quality is buggy(?)
.include <bsd.port.mk>
diff --git a/audio/splay/pkg-descr b/audio/splay/pkg-descr
index 2fe68470ca84..795f3c2b35cd 100644
--- a/audio/splay/pkg-descr
+++ b/audio/splay/pkg-descr
@@ -1,14 +1,5 @@
-splay
------
-
-Splay program uses the MPEG/Wave Sound library to play sound files in
-several formats, notably the MPEG audio and Wave format. This early version
-has only limited functionally and a simplistic user interface.
-
-This program have NO WARRANTY.
-You can use this program under GPL.
-You can use these libraries under Library GPL.
-
-* This version of splay was not compiled with pthread library.
+Splay program uses the MPEG/wave sound library to play sound files in
+several formats, notably the MPEG audio and Wave format. This early
+version has only limited functionally and a simplistic user interface.
WWW: http://splay.sourceforge.net/