notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
jicofo Server side focus component used in Jitsi Meet conferences
1.0.1062 net-im on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.996_1Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-04-26 00:09:37
Last Update: 2024-03-11 09:09:45
Commit Hash: 90e4477
People watching this port, also watch:: prosody, jitsi-meet, jitsi-videobridge, prosody-modules, screen
Also Listed In: java
License: APACHE20
WWW:
https://github.com/jitsi/jicofo/
Description:
JItsi COnference FOcus is a server side focus component used in Jitsi Meet conferences.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/jicofo-1.0.1062/catalog.mk
  2. /usr/local/share/licenses/jicofo-1.0.1062/LICENSE
  3. /usr/local/share/licenses/jicofo-1.0.1062/APACHE20
  4. @owner jicofo
  5. @group jitsi
  6. @sample etc/jitsi/jicofo/jicofo.conf.sample
  7. share/java/classes/jicofo.jar
  8. share/jicofo/lib/logging.properties
  9. @dir(jicofo,jitsi,750) etc/jitsi/jicofo
  10. @owner
  11. @group
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • jicofo>0:net-im/jicofo
To install the port:
cd /usr/ports/net-im/jicofo/ && make install clean
To add the package, run one of these commands:
  • pkg install net-im/jicofo
  • pkg install jicofo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jicofo
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64 powerpc64 powerpc64le
distinfo:
TIMESTAMP = 1706378043 SHA256 (jicofo-1.0-1062-deps.tar.gz) = 88b53ef891dbc704c2b4800e5732180163007409bbfc7d7d69458427b58195d1 SIZE (jicofo-1.0-1062-deps.tar.gz) = 174727509

Expand this list (2 items)

Collapse this list.

SHA256 (jitsi-jicofo-1.0-1062-258eb98_GH0.tar.gz) = fc4d7463212ac2d51e8e71725cba88aab04fde74ddb98a28b0e4df9635cd4039 SIZE (jitsi-jicofo-1.0-1062-258eb98_GH0.tar.gz) = 1886261

Collapse this list.


Packages (timestamps in pop-ups are UTC):
jicofo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.0.1062--1.0.1062---
FreeBSD:13:quarterly-1.0.996_1--1.0.996_1-1.0.996_11.0.996_1
FreeBSD:14:latest-1.0.1062--1.0.1062--1.0.996
FreeBSD:14:quarterly-1.0.996_1--1.0.996_1-1.0.996_11.0.996_1
FreeBSD:15:latest-1.0.1062n/a-n/a-1.0.10621.0.1062
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. maven>0 : devel/maven
  2. java : java/openjdk11
Runtime dependencies:
  1. java : java/openjdk11
This port is required by:
for Run
  1. net-im/jitsi-meet-full

Configuration Options:
No options to configure
Options name:
net-im_jicofo
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jitsi/jicofo/tar.gz/258eb98?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1062
11 Mar 2024 09:09:45
commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136commit hash: 90e44770f5509fe68fa14893fb3a16e63224a136 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: properly depend on Maven package

devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that
one comes from devel/maven-wrapper instead. Therefore, one should depend
on the package rather than a non-existing executable/script.

Approved by:	jrm (mentor), otis (mentor), vvd
Differential Revision:	https://reviews.freebsd.org/D44229
1.0.1062
27 Jan 2024 18:26:49
commit hash: 6de6920daf2247132278fbf2fa9e2eae73d8e6f0commit hash: 6de6920daf2247132278fbf2fa9e2eae73d8e6f0commit hash: 6de6920daf2247132278fbf2fa9e2eae73d8e6f0commit hash: 6de6920daf2247132278fbf2fa9e2eae73d8e6f0 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
net-im/jitsi-meet-full: Update to 2.0.9220

- net-im/jitsi-prosody-plugins: Update to 2.0.9220
- net-im/jitsi-videobridge: Update to 2.3-67
- net-im/jicofo: Update to 1.0-1062
- www/jitsi-meet: Update to 1.0.7762
1.0.996_1
20 Sep 2023 06:26:16
commit hash: 765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7commit hash: 765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7commit hash: 765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7commit hash: 765f58bab2f11173ab36fed0eb0cf0dd87cfb2d7 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
Author: Martin Neubauer
net-im/jicofo: fix maven dependency

PR:		273518
1.0.996
03 Apr 2023 03:18:33
commit hash: 8f38b3f75392a6773c42b15561d9de0bbbcdecc8commit hash: 8f38b3f75392a6773c42b15561d9de0bbbcdecc8commit hash: 8f38b3f75392a6773c42b15561d9de0bbbcdecc8commit hash: 8f38b3f75392a6773c42b15561d9de0bbbcdecc8 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
net-im/jicofo: Update to 1.0-996
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.0.877
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.0.877
07 Sep 2022 10:26:41
commit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
1.0.877
24 May 2022 02:47:00
commit hash: 99b47104381ee9f1e42c7da8c416ff194aef960ccommit hash: 99b47104381ee9f1e42c7da8c416ff194aef960ccommit hash: 99b47104381ee9f1e42c7da8c416ff194aef960ccommit hash: 99b47104381ee9f1e42c7da8c416ff194aef960c files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
net-im/jicofo: update to 1.0-877

- Add config samples
- Now jicofo daemon is init using jicofo user
- Modify pkg-message file
PR:		257232
Reported by:	grembo
1.0.555_2
01 Apr 2022 15:09:49
commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123commit hash: 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: fix trailing whitespace in pkg-descr's

Approved by:	portmgr blanket
1.0.555_2
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
1.0.555_2
31 Aug 2021 04:02:17
commit hash: 0a22085145817b5cabaf71578a389795bf2239e3commit hash: 0a22085145817b5cabaf71578a389795bf2239e3commit hash: 0a22085145817b5cabaf71578a389795bf2239e3commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
1.0.555_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.555_2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.0.555_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.555_2
17 Jan 2021 02:55:40
Revision:561791Original commit files touched by this commit
pkubaj search for other commits by this committer
net-im/jicofo: enable on powerpc64le
1.0.555_2
13 Jan 2021 16:06:26
Revision:561484Original commit files touched by this commit
pkubaj search for other commits by this committer
net-im/jicofo: enable on powerpc64

MFH:		2021Q1
1.0.555_2
05 May 2020 22:43:06
Revision:534105Original commit files touched by this commit
acm search for other commits by this committer
- Add some additional instructions related to jicofo configuration on FreeBSD
  into pkg-message.in file
- Reorder jicofo rc script
- Now trusted certification is take from
/usr/local/etc/jitsi/jicofo/truststore.jks
  If you are updating please move /usr/local/etc/ssl/java.pem file to
  /usr/local/etc/jitsi/jicofo/truststore.jks path file
- Bump PORTREVISION

PR:	246069
Submitted by:	mandree
1.0.555_1
29 Apr 2020 05:14:45
Revision:533313Original commit files touched by this commit
acm search for other commits by this committer
- Fix configuration path into rc script
- Bump PORTREVISION
1.0.555
26 Apr 2020 00:09:29
Revision:532990Original commit files touched by this commit
acm search for other commits by this committer
- New port: net-im/jicofo

JItsi COnference FOcus is a server side focus component used in Jitsi Meet
conferences.

WWW: https://github.com/jitsi/jicofo/

Number of commits found: 19