Port details |
- ipbt High-tech ttyrec player with improvements over ttyplay
- r8765_1 misc =2 r8765_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-05-07 22:32:33
- Last Update: 2024-01-09 10:32:17
- Commit Hash: 03c7f3c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.chiark.greenend.org.uk/~sgtatham/ipbt/
- Description:
- IPBT (It's Play-Back Time) is a ttyrec player with many features
that ttyplay lacks. Notable features are:
* Pausing
* Move forward/backward frame by frame
* Adjustable play speed (faster/slower)
* Jump to beginning/end in a single keystroke
* Searching forward/backward for a given string
* ttygrep and ttydump utilities
IPBT works by reading the entire input file and running it through
an internal terminal emulator (the one from PuTTY).
- ¦ ¦ ¦ ¦
- 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/misc/ipbt/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/ipbt
- pkg install ipbt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ipbt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ipbt-r8765.tar.gz) = 0ddef7865ef08bc9315beb280162650a409ea073ad8fd37a9f18a6470d060d16
SIZE (ipbt-r8765.tar.gz) = 174877
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_ipbt
- USES:
- ncurses perl5 shebangfix
- 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 |
r8765_1 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
r8765 04 Jul 2023 19:51:13 |
Rene Ladan (rene) |
all: return uqs' ports to the pool after his commit-bit was safekept.
With hat: portmgr-secretary |
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) |
r8765 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 ) |
r8765 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
r8765 07 Oct 2021 12:06:37 |
Mateusz Piotrowski (0mp) |
misc/ipbt: Set LICENSE
Approved by: portmgr blanket |
r8765 07 Oct 2021 10:59:29 |
Ulrich Spörlein (uqs) |
misc/ipbt: Fix build breakage after 266130ce71ef |
r8765 23 Sep 2021 16:22:54 |
Baptiste Daroussin (bapt) |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses |
r8765 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
r8765 02 Jan 2020 09:08:22 |
bapt |
Modify the upstream makefile to put the -lncursesw flag into a variable
which we can override from the make command line, this allows to switch which
lib we want to link to depending on what is provided in base |
r8765 02 Feb 2016 23:49:59 |
marino |
misc/ipbt: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket |
r8765 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
r8765 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
r8765 26 Feb 2014 10:00:45 |
ehaupt |
- Support staging
- Use shebangfix |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
r8765 02 Sep 2013 09:22:47 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
r8765 26 Nov 2010 08:01:49 |
uqs |
Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by: pav |
r8765 24 Nov 2010 19:34:06 |
uqs |
Update to latest version and fix MASTER_SITES usage |
r7471 31 May 2010 07:45:28 |
uqs |
- Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses |
r7471 14 Dec 2008 22:58:33 |
beech |
- Restore from attic and unbreak
- Pass maintainership to submitter (port was abandoned)
- Port was broken because of rerolled distfile. I diffed the current available
sources
against the last available sources of r7379 with MD5 of
302677b84fe746ed0314dbe5f68a047c
and there are only innocuous changes to do with usage(), copyrights and
documentation.
PR: ports/129635
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> |
r7471 07 Dec 2008 20:36:49 |
miwi |
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months |
r7471 19 Jun 2008 02:54:54 |
pav |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
r7471 05 Aug 2007 18:21:55 |
kris |
BROKEN: Size mismatch |
r7471 31 Jul 2007 03:04:15 |
rafan |
- Unbreak by updating distinfo. diff shows no difference between these two
versions.
This is not the same as maintainer's patch in PR as it's (again) out-of-date.
PR: ports/113835
Reported by: Thomas Abthorpe <thomas at goodking.ca>
Approved by: Matt Mills <matt_mills at btopenworld.com> (maintainer) |
r7471 10 Jun 2007 04:20:59 |
kris |
BROKEN: Size mismatch (still) |
r7471 27 May 2007 22:31:25 |
miwi |
- Update to r7471
PR: 112354
Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer) |
r7379 21 Apr 2007 17:31:18 |
kris |
BROKEN: Size mismatch |
r7379 11 Apr 2007 11:47:22 |
miwi |
- File was rerolled for a small bugfix.
Notes from author:
Tighten up portability of code in a few places...
Submitted by: pointyhat via kris
Approved by: maintainer |
r7379 22 Mar 2007 10:36:50 |
miwi |
- Update to r7379
PR: 110668
Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer) |
r7286 14 Feb 2007 13:37:21 |
miwi |
- Update to r7286
- Add backup MASTER_SITES
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by: maintainer |
r7274 13 Feb 2007 13:37:41 |
miwi |
- Update to r7274
Submitted by: pointyhat via kris
Approved by: maintainer |
r7268 11 Feb 2007 11:59:03 |
miwi |
- Update to r7268
PR: 109046
Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer) |
r6860 01 Nov 2006 06:39:10 |
rafan |
- Update to r6860
PR: ports/104676
Submitted by: Matt Mills <matt_mills at btopenworld.com> (maintainer) |
r6770 14 Aug 2006 16:13:39 |
rafan |
- Update to r6770
PR: ports/101971
Submitted by: Matt Mills <matt_mills at btopenworld.com> (maintainer) |
r6489 07 May 2006 22:32:12 |
ehaupt |
Add ipbt, a high-tech ttyrec player with improvements over ttyplay.
PR: 96930
Submitted by: Matt Mills <matt_mills@btopenworld.com> |