1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Trim Makefile header per new style guides

- Drop indefinite article from the COMMENT
- Remove excessive indenting in Makefile
- Clean up and reformat port description
This commit is contained in:
Alexey Dokuchaev 2013-02-27 03:57:18 +00:00
parent c811213aba
commit 956e8baa3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313032
2 changed files with 16 additions and 28 deletions

View File

@ -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>

View File

@ -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/