svn commit: r314039 - head/audio/py-ao

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 13 08:26:12 UTC 2013


Author: danfe
Date: Wed Mar 13 08:26:11 2013
New Revision: 314039
URL: http://svnweb.freebsd.org/changeset/ports/314039

Log:
  - Trim Makefile header
  - Define LICENSE (GPLv2)
  - Tighten COMMENT text
  - Wrap one overly long line
  - Drop shlib version, sort knobs
  - Improve port description

Modified:
  head/audio/py-ao/Makefile
  head/audio/py-ao/pkg-descr

Modified: head/audio/py-ao/Makefile
==============================================================================
--- head/audio/py-ao/Makefile	Wed Mar 13 08:11:32 2013	(r314038)
+++ head/audio/py-ao/Makefile	Wed Mar 13 08:26:11 2013	(r314039)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pyao
-# Date created:		23 Sep 2002
-# Whom:			nbm
-#
+# Created by: Neil Blakey-Milner <nbm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ao
 PORTVERSION=	0.82
@@ -15,16 +11,20 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pyao-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A python wrapper for ao, an audio device abstraction library
+COMMENT=	Python wrapper for audio device abstraction library (libao)
 
-LIB_DEPENDS=	ao.4:${PORTSDIR}/audio/libao
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	ao:${PORTSDIR}/audio/libao
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/aomodule.so
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	pyao
 
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/aomodule.so
+
 do-configure:
-	@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix "${LOCALBASE}"
+	@cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py \
+		--prefix "${LOCALBASE}"
 
 .include <bsd.port.mk>

Modified: head/audio/py-ao/pkg-descr
==============================================================================
--- head/audio/py-ao/pkg-descr	Wed Mar 13 08:11:32 2013	(r314038)
+++ head/audio/py-ao/pkg-descr	Wed Mar 13 08:26:11 2013	(r314039)
@@ -1,6 +1,4 @@
-pyao - a Python wrapper module for the ao library
-
-Ao is an audio abstraction library that lets you output to different
-devices using the same interface.
+This is a Python wrapper module for the libao, an audio abstraction library
+that lets you output to different devices using the same interface.
 
 WWW: http://ekyo.nerim.net/software/pyogg/index.html


More information about the svn-ports-all mailing list