Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 03:57:18 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313032 - head/audio/splay
Message-ID:  <201302270357.r1R3vIeA090737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302270357.r1R3vIeA090737>