| Port details on branch 2020Q3 |
- py-matrix-synapse Matrix protocol reference homeserver
- 1.19.3 net-im
=0 1.151.0Version of this port present on the latest quarterly branch. - Maintainer: ports@skyforge.at
 - Port Added: 2020-07-04 09:27:03
- Last Update: 2020-09-21 22:36:34
- Commit Hash: 1c3833c
- Also Listed In: python
- License: APACHE20
- WWW:
- https://www.matrix.org
- Description:
- Matrix is an ambitious new ecosystem for open federated Instant Messaging and
VoIP. The basics you need to know to get up and running are:
* Everything in Matrix happens in a room. Rooms are distributed and do not
exist on any single server. Rooms can be located using convenience
aliases like #matrix:matrix.org or #test:localhost:8448.
* Matrix user IDs look like @matthew:matrix.org (although in the future you
will normally refer to yourself and others using a 3PID: email address,
phone number, etc rather than manipulating Matrix user IDs)
Synapse is currently in rapid development, but as of version 0.5 we believe it
is sufficiently stable to be run as an internet-facing service for real usage!
WWW: https://www.matrix.org
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}matrix-synapse>0:net-im/py-matrix-synapse@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-im/py-matrix-synapse/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/py-matrix-synapse
- pkg install py37-matrix-synapse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py37-matrix-synapse listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py37-matrix-synapse
- Package flavors (<flavor>: <package>)
- py37: py37-matrix-synapse
- distinfo:
- TIMESTAMP = 1600536738
SHA256 (matrix-org-synapse-v1.19.3_GH0.tar.gz) = 50573233efc56c2222e6de35ad7d2eeafe16af0c1dde0dc216c16d4737d47015
SIZE (matrix-org-synapse-v1.19.3_GH0.tar.gz) = 6778524
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:
-
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-jsonschema>=2.5.1 : devel/py-jsonschema@py37
- py37-frozendict>=1 : devel/py-frozendict@py37
- py37-unpaddedbase64>=1.1.0 : devel/py-unpaddedbase64@py37
- py37-canonicaljson>=1.2.0 : devel/py-canonicaljson@py37
- py37-signedjson>=1.1.0 : security/py-signedjson@py37
- py37-pynacl>=1.2.1 : security/py-pynacl@py37
- py37-idna>=2.5 : dns/py-idna@py37
- py37-service_identity>=18.1.0 : security/py-service_identity@py37
- py37-twisted>=18.9.0 : devel/py-twisted@py37
- py37-treq>=15.1 : www/py-treq@py37
- py37-openssl>=16.0.0 : security/py-openssl@py37
- py37-yaml>=3.11 : devel/py-yaml@py37
- py37-pyasn1>=0.1.9 : devel/py-pyasn1@py37
- py37-pyasn1-modules>=0.0.7 : devel/py-pyasn1-modules@py37
- py37-bcrypt>=3.1.0 : security/py-bcrypt@py37
- py37-pillow>=7.0.0 : graphics/py-pillow@py37
- py37-sortedcontainers>=1.4.4 : devel/py-sortedcontainers@py37
- py37-pysaml2>=4.5.2 : security/py-pysaml2@py37
- py37-pymacaroons>=0.13.0 : security/py-pymacaroons@py37
- py37-msgpack>=0.5.2 : devel/py-msgpack@py37
- py37-phonenumbers>=8.2.0 : devel/py-phonenumbers@py37
- py37-prometheus-client>=0.2.0 : net-mgmt/py-prometheus-client@py37
- py37-attrs>19.1.0 : devel/py-attrs@py37
- py37-netaddr>=0.7.18 : net/py-netaddr@py37
- py37-simplejson>=3.10.0 : devel/py-simplejson@py37
- py37-Jinja2>=2.9 : devel/py-Jinja2@py37
- py37-bleach>=1.4.3 : www/py-bleach@py37
- py37-typing-extensions>=3.7.4 : devel/py-typing-extensions@py37
- ca-root-nss.crt : security/ca_root_nss
- py37-psycopg2>2.7 : databases/py-psycopg2@py37
- py37-sqlite3>0 : databases/py-sqlite3@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py37-matrix-synapse-1.19.3:
DOCS=on: Build and/or install documentation
LDAP=off: LDAP protocol support
OIDC=off: Add dependencies for OpenID Connect based logins
PGSQL=on: PostgreSQL database support
REDIS=off: Add support replication over Redis for synapse workers
SQLITE=on: SQLite database support
URLPREVIEW=off: Add dependencies necessary for URL previews
===> Use 'make config' to modify these settings
- Options name:
- net-im_py-matrix-synapse
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.19.3 21 Sep 2020 22:36:34
    |
Danilo G. Baio (dbaio)  |
MFH: r542468 r544604 r545291 r549046
net-im/py-matrix-synapse: update to 1.17.0
PR: 248016
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
net-im/py-matrix-synapse: Update to 1.18.0
PR: 248566
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
net-im/py-matrix-synapse: Update to 1.19.0
PR: 248719 (Only the first 15 lines of the commit message are shown above ) |
1.19.3 21 Sep 2020 22:36:34
  |
dbaio  |
MFH: r542468 r544604 r545291 r549046
net-im/py-matrix-synapse: update to 1.17.0
PR: 248016
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
net-im/py-matrix-synapse: Update to 1.18.0
PR: 248566
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
net-im/py-matrix-synapse: Update to 1.19.0
PR: 248719 (Only the first 15 lines of the commit message are shown above ) |
1.15.2 04 Jul 2020 09:26:58
    |
Li-Wen Hsu (lwhsu)  |
MFH: r541080
Update to 1.15.2
PR: 247720
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Security: d9f686f3-fde0-48dc-ab0a-01c2fe3e0529
Approved by: ports-secteam (joneum) |
1.15.2 04 Jul 2020 09:26:58
  |
lwhsu  |
MFH: r541080
Update to 1.15.2
PR: 247720
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Security: d9f686f3-fde0-48dc-ab0a-01c2fe3e0529
Approved by: ports-secteam (joneum) |
Number of commits found: 4
|