# HG changeset patch # User Franz Glasner # Date 1742223554 -3600 # Node ID a4a312be008d0e64d9510f10e3ac91f3c661ef1c # Parent 95d5ae53d170b2acd5634d28f022a275865cb9b8 Provide proper package descriptions for each FLAVOR diff -r 95d5ae53d170 -r a4a312be008d Makefile --- 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 diff -r 95d5ae53d170 -r a4a312be008d pkg-descr --- 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. diff -r 95d5ae53d170 -r a4a312be008d pkg-descr.alldb --- /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. diff -r 95d5ae53d170 -r a4a312be008d pkg-descr.default --- /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. diff -r 95d5ae53d170 -r a4a312be008d pkg-descr.mysql --- /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. diff -r 95d5ae53d170 -r a4a312be008d pkg-descr.pgsql --- /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.