repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 3dedd57f7f9e6e8c647ff87ee9015af2e728181b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 3dedd57f7f9e6e8c647ff87ee9015af2e728181b
Author: Alexander Barton 
Date:   Thu Jun 11 17:11:15 2020 +0200

    Add AppStream metadata file: contrib/de.barton.ngircd.metainfo.xml

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index cb651959b139fd38d715e293a60cefd5db250b20..
index ..45bdd8a7480810677c8f281e0761008913037a00 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -12,6 +12,7 @@
 SUBDIRS = Debian MacOSX

 EXTRA_DIST = README \
+	de.barton.ngircd.metainfo.xml \
 	ngindent.sh \
 	ngircd-bsd.sh \
 	ngIRCd-Logo.gif \
diff --git a/contrib/README b/contrib/README
index 2eb137b4e420ea383d596efdef5ca10ef1e5325c..
index ..4a6229a13068e32267a270dd0c369d03e06b6d1d 100644
--- a/contrib/README
+++ b/contrib/README
@@ -18,6 +18,9 @@ MacOSX/
  - Project files for XCode, the "project builder" of Apple Mac OS X.
 	- de.barton.ngircd.plist[.tmpl]: launchd(8) property list.

+de.barton.ngircd.metainfo.xml
+ - AppStream metadata file.
+
 ngindent.sh
  - Script to indent the code of ngIRCd in the "standard way".

diff --git a/contrib/de.barton.ngircd.metainfo.xml b/contrib/de.barton.ngircd.metainfo.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5cc51ef7cbaa7fb0079e729be5afa5aa611081e3
--- /dev/null
+++ b/contrib/de.barton.ngircd.metainfo.xml
@@ -0,0 +1,124 @@
+
+
+	de.barton.ngircd
+	ngIRCd
+	Lightweight Internet Relay Chat server
+	MIT
+	GPL-2.0-or-later
+	Alexander Barton and Contributors
+	alex@barton.de
+	
+		

ngIRCd is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL).

+

The server is quite easy to configure, can handle dynamic IP addresses, and optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for user authentication as well as character set conversion for legacy clients. The server has been written from scratch and is not based on the "forefather", the daemon of the IRCNet.

+

The name ngIRCd means next-generation IRC daemon, which is a little bit exaggerated: lightweight Internet Relay Chat server most probably would have been a better name :-)

+
+ https://ngircd.barton.de/common/ngircd-300x300.png + + Network + + https://ngircd.barton.de + https://ngircd.barton.de/bugtracker + https://ngircd.barton.de/support + + ngircd + + ngircd + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt
index 5c365f9431157bdd8701aa6e5755bc09ebecb873..
index ..a17f123fd3e4fe1c955b2f48369b4ee7ad34b17d 100644
--- a/doc/HowToRelease.txt
+++ b/doc/HowToRelease.txt
@@ -55,6 +55,7 @@ c) Update the files describing the new release:
     - NEWS

 d) Update the version numbers in the following files:
+    - contrib/de.barton.ngircd.metainfo.xml
     - contrib/ngircd.spec

 e) Generate a new Debian change log entry in the following file, e.g. using

-----END OF PAGE-----