summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-03-15 16:18:19 +0000
committerdanfe <danfe@FreeBSD.org>2013-03-15 16:18:19 +0000
commit170f53e819880afe5e6c386d6760078010623b71 (patch)
tree8c3988cc66bdff98b13895d12c71e323af51d571
parentb1fd579741c4513748969e3ed0d3371cfece4846 (diff)
downloadFreeBSD-ports-170f53e819880afe5e6c386d6760078010623b71.zip
FreeBSD-ports-170f53e819880afe5e6c386d6760078010623b71.tar.gz
- 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
-rw-r--r--graphics/synaesthesia/Makefile13
-rw-r--r--graphics/synaesthesia/pkg-descr16
2 files changed, 14 insertions, 15 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index 028e2de..7bec07c 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -1,4 +1,4 @@
-# Created by: petef@FreeBSD.org
+# Created by: Pete Fritchman <petef@FreeBSD.org>
# $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 <bsd.port.options.mk>
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 <bsd.port.mk>
diff --git a/graphics/synaesthesia/pkg-descr b/graphics/synaesthesia/pkg-descr
index 6f9e2f3..c329f8b 100644
--- a/graphics/synaesthesia/pkg-descr
+++ b/graphics/synaesthesia/pkg-descr
@@ -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.
OpenPOWER on IntegriCloud