svn commit: r313028 - head/audio/mcplay
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Feb 27 03:08:46 UTC 2013
Author: danfe
Date: Wed Feb 27 03:08:45 2013
New Revision: 313028
URL: http://svnweb.freebsd.org/changeset/ports/313028
Log:
- Trim Makefile header per new style
- Drop indefinite article from COMMENT
- Define LICENSE (GPLv2)
- Remove NO_INSTALL_MANPAGES bandaids
- Reformat port description text
Modified:
head/audio/mcplay/Makefile
head/audio/mcplay/pkg-descr
Modified: head/audio/mcplay/Makefile
==============================================================================
--- head/audio/mcplay/Makefile Wed Feb 27 02:59:45 2013 (r313027)
+++ head/audio/mcplay/Makefile Wed Feb 27 03:08:45 2013 (r313028)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: mcplay
-# Date created: 18 Mar 2010
-# Whom: Charlie Kester <corky1951 at comcast.net>
-#
+# Created by: Charlie Kester <corky1951 at comcast.net>
# $FreeBSD$
-#
PORTNAME= mcplay
DISTVERSION= 0.3i
@@ -11,21 +7,17 @@ CATEGORIES= audio
MASTER_SITES= http://www.yahuxo.de/${PORTNAME}/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A curses based front-end to various audioplayers
+COMMENT= Curses based front-end to various audio players
+
+LICENSE= GPLv2
LIB_DEPENDS= glib-12:${PORTSDIR}/devel/glib12
-.if !defined(NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
-MANCOMPRESSED= no
-.endif
-
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
-.endif
.include <bsd.port.mk>
Modified: head/audio/mcplay/pkg-descr
==============================================================================
--- head/audio/mcplay/pkg-descr Wed Feb 27 02:59:45 2013 (r313027)
+++ head/audio/mcplay/pkg-descr Wed Feb 27 03:08:45 2013 (r313028)
@@ -1,10 +1,10 @@
-mcplay is a curses based front-end for various audio players. It
-is a reimplementation in C of the well-known python program 'cplay'.
+mcplay is a curses based front-end for various audio players. It is a C
+language reimplementation of the well-known Python program, `cplay'.
Supported players currently include:
-- mpg123
-- ogg123
-- sox
-Author: Tobias Rapp
-WWW: http://www.yahuxo.de/mcplay/
+ - mpg123
+ - ogg123
+ - sox
+
+WWW: http://www.yahuxo.de/mcplay/
More information about the svn-ports-head
mailing list