Mercurial > hgrepos > FreeBSD > ports > net > turnserver
changeset 44:a4a312be008d
Provide proper package descriptions for each FLAVOR
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Mar 2025 15:59:14 +0100 |
| parents | 95d5ae53d170 |
| children | 72de9aba5808 |
| files | Makefile pkg-descr pkg-descr.alldb pkg-descr.default pkg-descr.mysql pkg-descr.pgsql |
| diffstat | 6 files changed, 21 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Mar 17 15:26:04 2025 +0100 +++ b/Makefile Mon Mar 17 15:59:14 2025 +0100 @@ -35,6 +35,8 @@ CONFLICTS_INSTALL= turnserver coturn +DESCR= pkg-descr.${FLAVOR} + default_PKGNAMESUFFIX= default_CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME}-mysql ${PKGNAMEPREFIX}${PORTNAME}-pgsql ${PKGNAMEPREFIX}${PORTNAME}-alldb
--- a/pkg-descr Mon Mar 17 15:26:04 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -This a BSD-licensed version of the Coturn TURN Server implementation, -with IPv6 and DTLS extensions.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkg-descr.alldb Mon Mar 17 15:59:14 2025 +0100 @@ -0,0 +1,5 @@ +This a BSD-licensed version of the Coturn TURN Server implementation, +with IPv6 and DTLS extensions. + +It includes support for MySQL and PostgreSQL, and also - by default - support +for Redis and SQLite3.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkg-descr.default Mon Mar 17 15:59:14 2025 +0100 @@ -0,0 +1,4 @@ +This a BSD-licensed version of the Coturn TURN Server implementation, +with IPv6 and DTLS extensions. + +It includes by default support for Redis and SQLite3.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkg-descr.mysql Mon Mar 17 15:59:14 2025 +0100 @@ -0,0 +1,5 @@ +This a BSD-licensed version of the Coturn TURN Server implementation, +with IPv6 and DTLS extensions. + +It includes support for MySQL, and also - by default - support for Redis +and SQLite3.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pkg-descr.pgsql Mon Mar 17 15:59:14 2025 +0100 @@ -0,0 +1,5 @@ +This a BSD-licensed version of the Coturn TURN Server implementation, +with IPv6 and DTLS extensions. + +It includes support for PostgreSQL, and also - by default - support for +Redis and SQLite3.
