File: genlsm.sh.in

package info (click to toggle)
leafnode 1.11.7.rc1-10~lenny0
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,436 kB
  • ctags: 577
  • sloc: ansic: 10,637; sh: 4,107; xml: 650; makefile: 281; perl: 84; sed: 4
file content (29 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#! /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