svn commit: r313032 - head/audio/splay
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Feb 27 03:57:19 UTC 2013
Author: danfe
Date: Wed Feb 27 03:57:18 2013
New Revision: 313032
URL: http://svnweb.freebsd.org/changeset/ports/313032
Log:
- Trim Makefile header per new style guides
- Drop indefinite article from the COMMENT
- Remove excessive indenting in Makefile
- Clean up and reformat port description
Modified:
head/audio/splay/Makefile
head/audio/splay/pkg-descr
Modified: head/audio/splay/Makefile
==============================================================================
--- head/audio/splay/Makefile Wed Feb 27 03:44:39 2013 (r313031)
+++ head/audio/splay/Makefile Wed Feb 27 03:57:18 2013 (r313032)
@@ -1,22 +1,19 @@
-# New ports collection makefile for: splay
-# Date created: 1 Apr 1997
-# Whom: cjh
-#
+# Created by: Choi Jun Ho <junker at 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/
-
-MAINTAINER= ports at FreeBSD.org
-COMMENT= An audio player that decodes MPEG Layer I,II,III and WAV files
-
-GNU_CONFIGURE= yes
-MAN1= splay.1
-PLIST_FILES= bin/splay
+
+PORTNAME= splay
+PORTVERSION= 0.9.5.2
+CATEGORIES= audio
+MASTER_SITES= http://splay.sourceforge.net/tgz/
+
+MAINTAINER= ports at 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
+
+# XXX: pthread library can be used, but sound quality is buggy(?)
.include <bsd.port.mk>
Modified: head/audio/splay/pkg-descr
==============================================================================
--- head/audio/splay/pkg-descr Wed Feb 27 03:44:39 2013 (r313031)
+++ head/audio/splay/pkg-descr Wed Feb 27 03:57:18 2013 (r313032)
@@ -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/
More information about the svn-ports-head
mailing list