From owner-svn-ports-head@FreeBSD.ORG Wed Feb 27 03:57:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 643982A7; Wed, 27 Feb 2013 03:57:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 260177AF; Wed, 27 Feb 2013 03:57:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R3vIdU090739; Wed, 27 Feb 2013 03:57:18 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1R3vIeA090737; Wed, 27 Feb 2013 03:57:18 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302270357.r1R3vIeA090737@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 27 Feb 2013 03:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313032 - head/audio/splay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 03:57:19 -0000 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 # $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 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/