svn commit: r302741 - head/audio/lash

Alexey Dokuchaev danfe at FreeBSD.org
Sat Aug 18 21:23:25 UTC 2012


Author: danfe
Date: Sat Aug 18 21:23:24 2012
New Revision: 302741
URL: http://svn.freebsd.org/changeset/ports/302741

Log:
  - Cleanup Makefile: wrap overly long lines, etc.
  - Reformat port description while here

Modified:
  head/audio/lash/Makefile
  head/audio/lash/pkg-descr

Modified: head/audio/lash/Makefile
==============================================================================
--- head/audio/lash/Makefile	Sat Aug 18 20:30:02 2012	(r302740)
+++ head/audio/lash/Makefile	Sat Aug 18 21:23:24 2012	(r302741)
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	lash
-# Date created:		2007-01-13
-# Whom:			trasz <trasz at pin.if.uz.zgora.pl>
+# Date created:				2007-01-13
+# Whom:			Edward Tomasz Napierala <trasz at pin.if.uz.zgora.pl>
 #
 # $FreeBSD$
 #
@@ -21,17 +21,17 @@ LIB_DEPENDS=	jack:${PORTSDIR}/audio/jack
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		dssialsacompat:${PORTSDIR}/audio/libdssialsacompat
 
-USE_GNOME=	gnomehack gtk20 libxml2
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
 CONFIGURE_ARGS=	--disable-alsa-midi
+USE_GNOME=	gnomehack gtk20 libxml2
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PORTDOCS=	lash-manual.html
+PORTDOCS=	*
 
 .include <bsd.port.options.mk>
 
@@ -43,10 +43,12 @@ post-extract:
 	@${REINPLACE_CMD} -e 's|texi2html --number|texi2html|' \
 		${WRKSRC}/docs/Makefile.in
 
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/lash-manual-html-one-page/lash-manual.html ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} \
+		${WRKSRC}/docs/lash-manual-html-one-page/lash-manual.html \
+		${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/audio/lash/pkg-descr
==============================================================================
--- head/audio/lash/pkg-descr	Sat Aug 18 20:30:02 2012	(r302740)
+++ head/audio/lash/pkg-descr	Sat Aug 18 21:23:24 2012	(r302741)
@@ -1,12 +1,11 @@
-LASH is a session management system for JACK audio applications.
-It is an implementation of a proposal that originated from this
-discussion.  Its aim is to allow you to have many different audio
-programs running at once, to save their setup, close them down and
-then easily reload the setup at some other time.  LASH doesn't deal
-with any kind of audio data itself; it just runs programs, deals
-with saving/loading (arbitrary) data and connects different kinds
-of virtual audio ports together (currently JACK and ALSA sequencer
-ports).  It can also be used to move entire sessions between
+LASH is a session management system for JACK audio applications.  It is an
+implementation of a proposal that originated from this discussion.  Its aim
+is to allow you to have many different audio programs running at once, to
+save their setup, close them down and then easily reload the setup at some
+other time.  LASH doesn't deal with any kind of audio data itself; it just
+runs programs, deals with saving/loading (arbitrary) data and connects
+different kinds of virtual audio ports together (currently JACK and ALSA
+sequencer ports).  It can also be used to move entire sessions between
 computers, or post sessions on the Internet for download.
 
-WWW:	http://www.nongnu.org/lash/
+WWW: http://www.nongnu.org/lash/



More information about the svn-ports-all mailing list