pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
coturn: Reduce TODO
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Jan 19 12:52:05 2025 -0500
Changeset: 925f32c4f101ecb45315f6dc7bb6ded14891d30f
Modified Files:
coturn/DESCR
coturn/Makefile
coturn/TODO
Added Files:
coturn/COMMIT_MSG
Removed Files:
coturn/MESSAGE
Log Message:
coturn: Reduce TODO
- Replace DESCR with text from upstream
- Prepare COMMIT_MSG
- Prune MESSAGE as all duplicating upstream docs (most of which are
even installed)
- Drop complete TODO items
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=925f32c4f101ecb45315f6dc7bb6ded14891d30f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
coturn/COMMIT_MSG | 5 +++++
coturn/DESCR | 4 +++-
coturn/MESSAGE | 19 -------------------
coturn/Makefile | 2 +-
coturn/TODO | 7 -------
5 files changed, 9 insertions(+), 28 deletions(-)
diffs:
diff --git a/coturn/COMMIT_MSG b/coturn/COMMIT_MSG
new file mode 100644
index 0000000000..216bac7830
--- /dev/null
+++ b/coturn/COMMIT_MSG
@@ -0,0 +1,5 @@
+net/coturn: Add version 4.6.3
+
+coturn is a free open source implementation of TURN and STUN
+Server. The TURN Server is a VoIP media traffic NAT traversal server
+and gateway.
diff --git a/coturn/DESCR b/coturn/DESCR
index 591136d78a..ab9d8eef22 100644
--- a/coturn/DESCR
+++ b/coturn/DESCR
@@ -1 +1,3 @@
-The TURN Server is a VoIP media traffic NAT traversal server
+coturn is a free open source implementation of TURN and STUN
+Server. The TURN Server is a VoIP media traffic NAT traversal server
+and gateway.
diff --git a/coturn/MESSAGE b/coturn/MESSAGE
deleted file mode 100644
index e2ca50a4ba..0000000000
--- a/coturn/MESSAGE
+++ /dev/null
@@ -1,19 +0,0 @@
-===========================================================================
-$NetBSD$
-
-1) You can start and stop the turnserver manually. But, if you want
-to enable turnserver as an automatically started system service,
-you have to:
-
- b) For user accounts settings: set up SQLite or PostgreSQL or
- MySQL or Redis database for user accounts.
- Use ${PREFIX}/share/doc/schema.sql as an SQL database schema,
- or use ${PREFIX}/share/doc/schema*redis as Redis database description.
-
- If SQLite is used, then @VARBASE@/db/turndb is the default database
- location.
-
-3) To create database schema, use schema in file ${PREFIX}/share/schema.sql.
-The TURN Server supports (optionally) SQLite, MySQL, PostgreSQL, Redis.
-
-===========================================================================
diff --git a/coturn/Makefile b/coturn/Makefile
index cf2df74f1d..ca51ab8192 100644
--- a/coturn/Makefile
+++ b/coturn/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= coturn-4.6.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=coturn/}
GITHUB_PROJECT= coturn
diff --git a/coturn/TODO b/coturn/TODO
index 3382e88302..751ac39dbb 100644
--- a/coturn/TODO
+++ b/coturn/TODO
@@ -1,10 +1,3 @@
-Prepare COMMIT_MSG for import to pkgsrc.
-
-Remove MESSAGE. This repeats pkgsrc-wide configuration norms and
-exhorts to read the upstream documentation.
-
-Install upstream's postinstall as documentation.
-
Check if ccache is being avoided, which implies perhaps avoiding
compilers wrappers.
Home |
Main Index |
Thread Index |
Old Index