Bug 210287 - New port: sysutils/abduco Session management in a clean and simple way
Summary: New port: sysutils/abduco Session management in a clean and simple way
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 21:33 UTC by David Wildasin
Modified: 2016-07-14 09:29 UTC (History)
0 users

See Also:


Attachments
Port SHAR (2.94 KB, text/plain)
2016-06-14 21:33 UTC, David Wildasin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Wildasin 2016-06-14 21:33:46 UTC
Created attachment 171447 [details]
Port SHAR

abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

abduco is in many ways very similar to dtach but is a completely independent implementation which is actively maintained, contains no legacy code, provides a few additional features, has a cleaner, more robust implementation and is distributed under the ISC license.

WWW: http://www.brain-dump.org/projects/abduco/
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-14 09:29:10 UTC
A commit references this bug:

Author: jbeich
Date: Thu Jul 14 09:29:04 UTC 2016
New revision: 418526
URL: https://svnweb.freebsd.org/changeset/ports/418526

Log:
  sysutils/abduco: add new port

  PR:		210287
  Submitted by:	David Wildasin <swdragonmaus@gmail.com>

  abduco provides session management i.e., it allows programs to be run
  independently from their controlling terminal. That is programs can be
  detached - run in the background - and then later reattached. Together
  with dvtm it provides a simpler and cleaner alternative to tmux or
  screen.

  abduco is in many ways very similar to dtach but is a completely
  independent implementation which is actively maintained, contains no
  legacy code, provides a few additional features, has a cleaner, more
  robust implementation and is distributed under the ISC license.

  http://www.brain-dump.org/projects/abduco/

Changes:
  head/sysutils/Makefile
  head/sysutils/abduco/
  head/sysutils/abduco/Makefile
  head/sysutils/abduco/distinfo
  head/sysutils/abduco/pkg-descr
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-07-14 09:29:38 UTC
Thanks. Landed with minor changes similar to x11-wm/dwm.