Port details |
- abduco Session management in a clean and simple way
- 0.6_1 sysutils
=2 0.6_1Version of this port present on the latest quarterly branch. - Maintainer: swdragonmaus@gmail.com
 - Port Added: 2016-07-14 09:29:18
- Last Update: 2024-01-21 19:25:23
- Commit Hash: 44ce0fd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- http://www.brain-dump.org/projects/abduco/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/abduco/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/abduco
- pkg install abduco
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: abduco
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1465579293
SHA256 (abduco-0.6.tar.gz) = c90909e13fa95770b5afc3b59f311b3d3d2fdfae23f9569fa4f96a3e192a35f4
SIZE (abduco-0.6.tar.gz) = 15829
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_abduco
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6_1 21 Jan 2024 19:25:23
    |
Muhammad Moinur Rahman (bofh)  |
sysutils/abduco: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.6_1 11 Jan 2024 13:59:36
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.6 01 Nov 2017 13:10:35
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.6 28 Aug 2016 06:49:37
  |
marino  |
sysutils/abduco is not jobs another
Abduco is another brilliant example featuring an "all" target that
depends on a "clean" target that runs concurrently with a build target
under -jX causing built object files to be deleted before they are
used. Presumably the fix would be to remove the useless dependency
on the "clean" target. |
0.6 14 Jul 2016 09:29:04
  |
jbeich  |
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/ |