Port details |
- reptyr Reparent a running program to a new terminal
- 0.10.0 sysutils =9 0.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: andoriyu@gmail.com
- Port Added: 2015-07-17 18:58:00
- Last Update: 2024-10-14 15:02:33
- Commit Hash: 16b8823
- People watching this port, also watch:: pkg, tmux, git, unbound, htop
- License: MIT
- WWW:
- https://github.com/nelhage/reptyr
- Description:
- reptyr is a utility for taking an existing running program and
attaching it to a new terminal. Started a long-running process over
ssh, but have to leave and don't want to interrupt it? Just start
a screen, use reptyr to grab it, and then kill the ssh session and
head on home.
- ¦ ¦ ¦ ¦
- 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/reptyr/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/reptyr
- pkg install reptyr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: reptyr
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- TIMESTAMP = 1717969424
SHA256 (nelhage-reptyr-reptyr-0.10.0_GH0.tar.gz) = c6ffbc34a511ac00d072219bda30699e51f2f4eb483cbae9e32e981d49e8b380
SIZE (nelhage-reptyr-reptyr-0.10.0_GH0.tar.gz) = 33216
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_reptyr
- USES:
- gmake
- 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.10.0 14 Oct 2024 15:02:33 |
Yuri Victorovich (yuri) |
sysutils/reptyr: update 0.8.0 → 0.10.0
PR: 279616
Approved by: andoriyu@gmail.com (maintainer's timeout; 4+ months) |
0.8.0_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.8.0 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.8.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.8.0 02 Dec 2021 04:09:29 |
Cy Schubert (cy) |
sysutils/reptyr: Fix buld under LLVM 13 on FreeBSD
Fix the following error under LLVM 13 on FreeBSD.
In file included from platform/freebsd/freebsd_ptrace.c:69:
In file included from platform/freebsd/arch/amd64.h:23:
platform/freebsd/arch/x86_common.h:45:6: error: variable 'ret' set but not used
[-Werror,-Wunused-but-set-variable]
int ret;
^
platform/freebsd/arch/x86_common.h:54:6: error: variable 'ret' set but not used
[-Werror,-Wunused-but-set-variable]
int ret;
^
2 errors generated.
This patch has been submitted to upstream in pull request
https://github.com/nelhage/reptyr/pull/134.
MFH after: 1 week |
0.8.0 02 Dec 2021 04:09:22 |
Cy Schubert (cy) |
sysutils/reptyr: Revert "sysutils/reptyr: Address LLVM 13 build failure"
This reverts commit b8c4bfe660b373862165a58514f270a51e77e147.
A proper patch will be created and submitted upstream. |
0.8.0 02 Dec 2021 04:09:13 |
Cy Schubert (cy) |
sysutils/reptyr: Revert "sysutils/reptyr: Use -Wno-error instead"
This reverts commit 437487b2bc91beef0eaee1e9319feab1649232a5.
A proper patch will be created and submitted upstream. |
0.8.0 02 Dec 2021 01:18:29 |
Cy Schubert (cy) |
sysutils/reptyr: Use -Wno-error instead
Ports really shouldn't use -Werror anyway.
Suggested by: koobs
MFH after: 3 days |
0.8.0 02 Dec 2021 00:54:18 |
Cy Schubert (cy) |
sysutils/reptyr: Address LLVM 13 build failure
Rather than create a patch, simply add -Wno-unused-but-set-variable,
avoiding a maintainer to backport patches any time the port is updated.
In file included from platform/freebsd/freebsd_ptrace.c:69:
In file included from platform/freebsd/arch/amd64.h:23:
platform/freebsd/arch/x86_common.h:45:6: error: variable 'ret' set but not used
[-Werror,-Wunused-but-set-variable]
int ret;
^
platform/freebsd/arch/x86_common.h:54:6: error: variable 'ret' set but not used
[-Werror,-Wunused-but-set-variable]
int ret;
^
2 errors generated.
MFH after: 3 days |
0.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.0 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
0.8.0 30 Sep 2020 00:13:09 |
kevans |
sysutils/reptyr: update to 0.8.0
This update includes support for reptyr -T on FreeBSD, along with a flurry
of fixes for running on FreeBSD and all patches from the ports tree have
been applied upstream.
PR: 249994
Approved by: andoriyu@gmail.com (maintainer) |
0.6.3a_2 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
0.6.3a_2 02 Feb 2016 18:28:18 |
rakuco |
Fix build on 9.3-amd64 after r407349.
9.3-i386, which is what I was using for testing the build on FreeBSD 9, worked
fine, but 9.3-amd64 was broken with -Werror. Add a patch I sent upstream to
stop trying to cast NULL into an int, which was making GCC 4.2.1 complain:
platform/freebsd/arch/x86_common.h: In function 'arch_get_register':
platform/freebsd/arch/x86_common.h:48: warning: cast from pointer to integer of
different size
platform/freebsd/arch/x86_common.h: In function 'arch_set_register':
platform/freebsd/arch/x86_common.h:57: warning: cast from pointer to integer of
different size
platform/freebsd/arch/x86_common.h:59: warning: cast from pointer to integer of
different size
platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_to_child':
platform/freebsd/freebsd_ptrace.c:267: warning: cast from pointer to integer of
different size
platform/freebsd/freebsd_ptrace.c: In function 'ptrace_memcpy_from_child':
platform/freebsd/freebsd_ptrace.c:282: warning: cast from pointer to integer of
different size
PR: 206539 |
0.6.3a_2 27 Jan 2016 10:30:42 |
rakuco |
Fix build on FreeBSD 9 and clean up.
- Add a small patch to fix the build on FreeBSD 9 and unmark it BROKEN there.
- Drop patch-Makefile, everything that it was changed can be set via MAKE_ARGS
instead.
- Unconditionally install the bash-completion file and stop build-depending on
shells/bash-completion: it is not needed at all, reptyr just installs a file
into a bash-completion directory and does not actually need it for that.
The BASH option was not even working before r407168 (see bug 206541).
PR: 206539
Approved by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
MFH: 2016Q1 |
0.6.3a_1 23 Jan 2016 19:26:53 |
rakuco |
Remove BROKEN for FreeBSD 8, which is no longer supported. |
0.6.3a_1 18 Jul 2015 01:12:13 |
pi |
sysutils/reptyr: fix manual page location
PR: 200720
Submitted by: makc |
0.6.3a 17 Jul 2015 18:57:43 |
pi |
New port: sysutils/reptyr
reptyr is a utility for taking an existing running program and
attaching it to a new terminal. Started a long-running process over
ssh, but have to leave and don't want to interrupt it? Just start
a screen, use reptyr to grab it, and then kill the ssh session and
head on home.
WWW: http://github.com/nelhage/reptyr
PR: 200720
Submitted by: Andrey Cherkashin <andoriyu@gmail.com> |