non port: sysutils/ttyd/Makefile |
Number of commits found: 43 |
Sunday, 26 Jan 2025
|
19:19 Fernando Apesteguía (fernape) Author: Martin Birgmeier
sysutils/ttyd: depend on sysutils/xxd
Instead of editors/vim
PR: 284013
Reported by: d8zNeCFG@aon.at
Approved by: nc@FreeBSD.org (maintainer, timeout > 2 weeks)
d361a9b |
Wednesday, 25 Sep 2024
|
13:50 Dave Cottlehuber (dch)
sysutils/ttyd: add daemon mode
Differential Revision: https://reviews.freebsd.org/D45362
Approved by: nc (maintainer)
Sponsored by: SkunkWerks, GmbH
55d213c |
Sunday, 12 May 2024
|
18:30 Neel Chauhan (nc)
sysutils/ttyd: update to 1.7.7
d67a7a6 |
Friday, 16 Feb 2024
|
05:05 Neel Chauhan (nc)
sysutils/ttyd: Update to 1.7.4
998dab3 |
Wednesday, 22 Feb 2023
|
01:45 Daniel Engberg (diizzy)
sysutils/ttyd: Only link with shared library
Due to how upstream handles libraries ttyd picks up both static and
shared library of libwebsockets which is not intended. The least
intrusive way I found is to simply detect it using pkgconfig instead.
While at it, disable check for git to determine version.
Reported by: Jeff Schmidt <jeff.jschmidt@gmail.com>
Approved by: portmgr (blanket, build fix)
35c7398 |
Friday, 20 Jan 2023
|
21:18 Neel Chauhan (nc)
sysutils/ttyd: Update to 1.7.3
19dc3b2 |
Wednesday, 18 Jan 2023
|
20:41 Neel Chauhan (nc)
sysutils/ttyd: Update to 1.7.2
4fb139b |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 18 Aug 2022
|
20:17 Neel Chauhan (nc)
sysutils/ttyd: Update to 1.7.1
07ccef2 |
Monday, 8 Aug 2022
|
17:52 Neel Chauhan (nc)
sysutils/ttyd: Update to 1.7.0
9890360 |
Monday, 16 May 2022
|
06:49 Loïc Bartoletti (lbartoletti)
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
2d34c2b |
Saturday, 11 Dec 2021
|
07:35 Tobias C. Berner (tcberner)
sysutils/ttyd: prepare for cmake-3.22
PR: 260123
ce6625b |
Thursday, 2 Sep 2021
|
16:39 Neel Chauhan (nc) Author: Philipp Ost
sysutils/ttyd: update build dependency after vim update and fix building INDEX
PR: 258228
71208e8 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 4 Feb 2021
|
20:24 tcberner
net/libwebsockets: Update to 4.1.6
Changelog:
https://libwebsockets.org/git/libwebsockets/tree/changelog?h=v4.1-stable
PR: 251835
Submitted by: daniel.engberg.lists@pyret.net
Approved by: iblis.dif01@nctu.edu.tw (timeout)
 |
Wednesday, 6 Jan 2021
|
11:44 nc
sysutils/ttyd: Update to 1.6.3
Changes: https://github.com/tsl0922/ttyd/releases/tag/1.6.3
Reviewed by: 0mp@
Approved by: 0mp@
Differential Revision: https://reviews.freebsd.org/D27987
 |
Tuesday, 5 Jan 2021
|
15:33 nc
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966
 |
Tuesday, 15 Dec 2020
|
07:47 rhurlin
sysutils/ttyd: Update to 1.6.2
Changelog: https://github.com/tsl0922/ttyd/compare/1.6.1...1.6.2
PR: 251858
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
 |
Sunday, 27 Sep 2020
|
13:43 swills
sysutils/ttyd: assign maintainership
PR: 249908
Submitted by: Neel Chauhan <neel@neelc.org>
 |
Wednesday, 8 Jul 2020
|
09:17 fernape
sysutils/ttyd: update to 1.6.1
From ChangeLog: https://github.com/tsl0922/ttyd/releases/tag/1.6.1
* Bump to 1.6.1
* html: add disableLeaveAlert client option
* src/http.c: fix checking pss's len member
* cmake: update git command args
* cmake: fix build without C++
* http: fix build with lws 1.7
* protocol: fix readonly handling
* Fix type declaration
* src: fix lws version check for keep alive
* html: set URL of stylesheet by href
* html: recreate sentry object on zmodem reset
* all: use the static keyword on functions
* protocol: replace uv_try_write with uv_write
* Add -b, --base-path option for reverse proxies
* protocol: fix lws callback compatibility
* server: mute lws 4.0 extensions warning
* html: reuse xterm instance on reconnect
* Add 64-bit ARM
Reported by: portscout
 |
Friday, 22 May 2020
|
19:20 sunpoet
Bump PORTREVISION for devel/json-c json-c
 |
Monday, 13 Apr 2020
|
06:56 yuri
sysutils/ttyd: Update 1.5.2 -> 1.6.0
 |
Saturday, 28 Mar 2020
|
11:26 rene
Return Neels ports to the pool on his request.
Submitted by: neelc@neelc.org (former maintainer) via freebsd-ports
 |
Monday, 2 Sep 2019
|
19:50 swills
sysutils/ttyd: update to 1.5.2
PR: 240005
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Tuesday, 16 Jul 2019
|
16:32 swills
sysutils/ttyd: update to 1.5.1
PR: 239147
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Friday, 3 May 2019
|
11:35 swills
sysutils/ttyd: update to 1.4.4
PR: 237708
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Tuesday, 25 Dec 2018
|
20:25 tcberner
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
 |
Sunday, 16 Sep 2018
|
00:08 sunpoet
Update to 1.4.2
Changes: https://github.com/tsl0922/ttyd/releases
PR: 231369
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Thursday, 6 Sep 2018
|
21:58 sunpoet
Update to 1.4.1
Changes: https://github.com/tsl0922/ttyd/releases
PR: 231207
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Wednesday, 5 Sep 2018
|
22:01 sunpoet
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine
 |
Monday, 22 Jan 2018
|
18:12 rm
sysutils/ttyd: update to 1.4.0
PR: 225365
Submitted by: Neel Chauhan <neel@neelc.org>
 |
Thursday, 11 Jan 2018
|
20:34 adamw
Chase vim-lite -> vim-console rename
 |
Wednesday, 3 Jan 2018
|
13:36 sunpoet
Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
 |
Saturday, 2 Sep 2017
|
12:03 dbaio
sysutils/ttyd: Update to 1.3.3
Changes: https://github.com/tsl0922/ttyd/releases/tag/1.3.3
PR: 221969
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Saturday, 22 Jul 2017
|
12:02 jbeich
net/libwebsockets: update to 2.2.2
Changes: https://github.com/warmcat/libwebsockets/blob/v2.2.2/changelog
PR: 220921
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
 |
Saturday, 6 May 2017
|
05:53 miwi
- Update to 1.3.2
PR: 219039
Submitted by: maintainer
 |
Wednesday, 22 Mar 2017
|
12:07 robak
sysutils/ttyd: update 1.3.0 -> 1.3.1
PR: 217837
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
 |
Monday, 13 Feb 2017
|
16:40 krion
Update sysutils/ttyd to 1.3.0
PR: 217017
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9553
 |
Monday, 16 Jan 2017
|
12:21 amdmi3
- Update to 1.2.2
PR: 216044
Submitted by: neel@neelc.org (maintainer)
 |
Saturday, 17 Dec 2016
|
17:30 bapt
Update ttyd to 1.2.1
 |
16:36 amdmi3
- Fix build on 9.x
Approved by: portmgr blanket
 |
Wednesday, 23 Nov 2016
|
12:44 bapt
Add ttyd:
ttyd is a simple command-line tool for sharing terminal over the web, inspired
by GoTTY.
WWW: https://www.github.com/tsl0922/ttyd
PR: 213503
Submitted by: Neel Chauhan <neel@neelc.org>
 |
Number of commits found: 43 |