From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 16:18:20 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 0EB8DEDD; Fri, 15 Mar 2013 16:18:20 +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 E63A9AEC; Fri, 15 Mar 2013 16:18:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2FGIJNc078974; Fri, 15 Mar 2013 16:18:19 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2FGIJdS078971; Fri, 15 Mar 2013 16:18:19 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201303151618.r2FGIJdS078971@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 15 Mar 2013 16:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314313 - head/graphics/synaesthesia 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: Fri, 15 Mar 2013 16:18:20 -0000 Author: danfe Date: Fri Mar 15 16:18:19 2013 New Revision: 314313 URL: http://svnweb.freebsd.org/changeset/ports/314313 Log: - Remove bogus PLIST_FILES/PLIST_DIRS entries from the Makefile - Fix couple of spelling mistakes and reformat port description - Adjust COMMENT, sort the knobs, and clean up Makefile while here Modified: head/graphics/synaesthesia/Makefile head/graphics/synaesthesia/pkg-descr Modified: head/graphics/synaesthesia/Makefile ============================================================================== --- head/graphics/synaesthesia/Makefile Fri Mar 15 16:10:06 2013 (r314312) +++ head/graphics/synaesthesia/Makefile Fri Mar 15 16:18:19 2013 (r314313) @@ -1,4 +1,4 @@ -# Created by: petef@FreeBSD.org +# Created by: Pete Fritchman # $FreeBSD$ PORTNAME= synaesthesia @@ -8,14 +8,15 @@ CATEGORIES= graphics audio MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ MAINTAINER= ports@FreeBSD.org -COMMENT= Graphically represents sound in real time +COMMENT= Real-time graphical music representation program LICENSE= GPLv2 -USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} +USE_SDL= sdl + PORTDOCS= README PLIST_FILES= bin/${PORTNAME} @@ -24,17 +25,15 @@ OPTIONS_DEFINE= DOCS .include post-patch: - @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' ${WRKSRC}/*.c? + @${REINPLACE_CMD} -e 's,stdint\.h,inttypes.h,' ${WRKSRC}/*.c? @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -PLIST_FILES+= %%DOCSDIR%%/README -PLIST_DIRS+= %%DOCSDIR%% .endif .include Modified: head/graphics/synaesthesia/pkg-descr ============================================================================== --- head/graphics/synaesthesia/pkg-descr Fri Mar 15 16:10:06 2013 (r314312) +++ head/graphics/synaesthesia/pkg-descr Fri Mar 15 16:18:19 2013 (r314313) @@ -1,11 +1,11 @@ -Synaesthesia is a program that represents music graphically in real -time as coruscating field of fog and glowing lines. It is intended -as a visual accompanyment to music. Synaesthesia seeks to provide -not just a visual representation of sound, but a representation of -how sound is percieved. Its display combines information about -the frequency, location and diffuseness of sound. The display is -sufficiently detailed to make it possible to distinguish several -individual instruments, singers, or special effects on screen by +Synaesthesia is a program that represents music graphically in real time +as coruscating field of fog and glowing lines. It is intended as a visual +accompaniment to music. Synaesthesia seeks to provide not just a visual +representation of sound, but a representation of how sound is perceived. + +Its display combines information about frequency, location, and diffuseness +of sound. The display is sufficiently detailed to allow to distinguish +several individual instruments, singers, or special effects on screen by their location, shape and color, and sufficiently fast to distinguish individual drum beats and notes.