From owner-svn-ports-head@FreeBSD.ORG Sat Aug 18 21:23:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25413106566B; Sat, 18 Aug 2012 21:23:25 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 05A4F8FC18; Sat, 18 Aug 2012 21:23:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7ILNOV5081890; Sat, 18 Aug 2012 21:23:24 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7ILNOIm081887; Sat, 18 Aug 2012 21:23:24 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201208182123.q7ILNOIm081887@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 18 Aug 2012 21:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302741 - head/audio/lash X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 18 Aug 2012 21:23:25 -0000 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 +# Date created: 2007-01-13 +# Whom: Edward Tomasz Napierala # # $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 @@ -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 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/