Bug 107875 - [NEW PORT] audio/lash: Session management system for JACK audio applications
Summary: [NEW PORT] audio/lash: Session management system for JACK audio applications
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-13 16:30 UTC by trasz
Modified: 2007-01-13 21:50 UTC (History)
0 users

See Also:


Attachments
lash-0.5.2.shar (7.82 KB, text/plain)
2007-01-13 16:30 UTC, trasz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description trasz 2007-01-13 16:30:17 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-13 16:30:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-13 21:41:48 UTC
miwi        2007-01-13 21:41:41 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
  Added files:
    audio/lash           Makefile distinfo pkg-descr pkg-plist 
    audio/lash/files     patch-clients-panel-project.c 
                         patch-lash-1.0.pc.in 
                         patch-lashd-conn_mgr.c patch-lashd-main.c 
                         patch-lashd-project.c 
                         patch-lashd-server.c patch-lashd-store.c 
                         patch-liblash-loader.c 
  Log:
  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/
  
  PR:             ports/107875
  Submitted by:   trasz <trasz at pin.if.uz.zgora.pl>
  
  Revision  Changes    Path
  1.812     +1 -0      ports/audio/Makefile
  1.1       +37 -0     ports/audio/lash/Makefile (new)
  1.1       +3 -0      ports/audio/lash/distinfo (new)
  1.1       +11 -0     ports/audio/lash/files/patch-clients-panel-project.c (new)
  1.1       +11 -0     ports/audio/lash/files/patch-lash-1.0.pc.in (new)
  1.1       +10 -0     ports/audio/lash/files/patch-lashd-conn_mgr.c (new)
  1.1       +19 -0     ports/audio/lash/files/patch-lashd-main.c (new)
  1.1       +10 -0     ports/audio/lash/files/patch-lashd-project.c (new)
  1.1       +10 -0     ports/audio/lash/files/patch-lashd-server.c (new)
  1.1       +34 -0     ports/audio/lash/files/patch-lashd-store.c (new)
  1.1       +10 -0     ports/audio/lash/files/patch-liblash-loader.c (new)
  1.1       +12 -0     ports/audio/lash/pkg-descr (new)
  1.1       +32 -0     ports/audio/lash/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-13 21:43:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!