#! /bin/sh
# @configure_input@

cat <<EOF
Begin4
Title:          @PACKAGE@
Version:        @VERSION@
Entered-date:   `date -u +%Y-%m-%d`
Description:    News server package for small sites.
		Features include: easy to install and maintain; only read
		groups are downloaded; separate download of headers and
		bodies possible; filtering of headers for regular expressions.
Keywords:       newsserver, offline, small sites, netnews, usenet, NNTP
Author:         matthias.andree@gmx.de (Matthias Andree)
		ralf.wildenhues@gmx.de (Ralf Wildenhues)
		krasel@wpxx02.toxi.uni-wuerzburg.de (Dr. Cornelius Krasel)
		agulbra@troll.no (Arnt Gulbrandsen)
Maintained-by:  matthias.andree@gmx.de (Matthias Andree)
Primary-site:   http://sourceforge.net/project/showfiles.php?group_id=57767
		`ls -sk @PACKAGE@-@VERSION@.tar.bz2 | \
		 @AWK@ '{ printf "%dkB", $1 }'` @PACKAGE@-@VERSION@.tar.bz2
Alternate-site: ftp://metalab.unc.edu/pub/Linux/system/news/transport/
		`ls -sk @PACKAGE@-@VERSION@.tar.bz2 | \
		 @AWK@ '{ printf "%dkB", $1 }'` @PACKAGE@-@VERSION@.tar.bz2
Platforms:      Linux, NetBSD, FreeBSD, OpenBSD, IRIX, Solaris, HP-UX, ...
		with PCRE installed (see http://www.pcre.org/)
Copying-policy: MIT, parts GPL or LGPL
End
EOF
