summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /news
initial commit from stable 0.3
Diffstat (limited to 'news')
-rw-r--r--news/MAINTAINER3
-rwxr-xr-xnews/cg/DETAILS24
-rw-r--r--news/cg/HISTORY17
-rwxr-xr-xnews/cleanscore/BUILD1
-rwxr-xr-xnews/cleanscore/DEPENDS2
-rwxr-xr-xnews/cleanscore/DETAILS24
-rw-r--r--news/cleanscore/HISTORY39
-rwxr-xr-xnews/cleanscore/INSTALL11
-rwxr-xr-xnews/gnus/BUILD16
-rwxr-xr-xnews/gnus/DEPENDS1
-rwxr-xr-xnews/gnus/DETAILS26
-rw-r--r--news/gnus/HISTORY43
-rwxr-xr-xnews/gnus/INSTALL1
-rwxr-xr-xnews/gnus/POST_REMOVE3
-rwxr-xr-xnews/leafnode/BUILD6
-rwxr-xr-xnews/leafnode/CONFLICTS1
-rwxr-xr-xnews/leafnode/DETAILS36
-rwxr-xr-xnews/leafnode/FINAL3
-rw-r--r--news/leafnode/HISTORY134
-rwxr-xr-xnews/leafnode/INSTALL5
-rwxr-xr-xnews/leafnode/PROVIDES1
-rw-r--r--news/leafnode/services1
-rwxr-xr-xnews/leafnode/xinetd.d/nntp14
-rwxr-xr-xnews/liferea/DEPENDS13
-rwxr-xr-xnews/liferea/DETAILS21
-rw-r--r--news/liferea/HISTORY79
-rwxr-xr-xnews/nn/BUILD4
-rwxr-xr-xnews/nn/DEPENDS2
-rwxr-xr-xnews/nn/DETAILS23
-rw-r--r--news/nn/HISTORY58
-rwxr-xr-xnews/nn/INSTALL1
-rwxr-xr-xnews/nn/PROVIDES1
-rw-r--r--news/nn/nn.patch67
-rwxr-xr-xnews/raggle/BUILD1
-rwxr-xr-xnews/raggle/DEPENDS2
-rwxr-xr-xnews/raggle/DETAILS19
-rw-r--r--news/raggle/HISTORY6
-rwxr-xr-xnews/rawdog/BUILD1
-rwxr-xr-xnews/rawdog/DEPENDS1
-rwxr-xr-xnews/rawdog/DETAILS22
-rw-r--r--news/rawdog/HISTORY11
-rwxr-xr-xnews/rawdog/INSTALL1
-rwxr-xr-xnews/slrn/BUILD8
-rwxr-xr-xnews/slrn/DEPENDS3
-rwxr-xr-xnews/slrn/DETAILS21
-rw-r--r--news/slrn/HISTORY72
-rwxr-xr-xnews/slrn/PROVIDES1
-rwxr-xr-xnews/straw/BUILD2
-rwxr-xr-xnews/straw/DEPENDS6
-rwxr-xr-xnews/straw/DETAILS27
-rw-r--r--news/straw/HISTORY62
-rwxr-xr-xnews/straw/INSTALL2
-rwxr-xr-xnews/straw/TRIGGERS1
-rw-r--r--news/straw/segfault-fix.patch10
-rwxr-xr-xnews/tin/CONFIGURE2
-rwxr-xr-xnews/tin/DETAILS34
-rwxr-xr-xnews/tin/FINAL6
-rw-r--r--news/tin/HISTORY51
-rwxr-xr-xnews/tin/PRE_REMOVE3
-rwxr-xr-xnews/tin/PROVIDES1
-rwxr-xr-xnews/trn/BUILD4
-rwxr-xr-xnews/trn/CONFIGURE22
-rwxr-xr-xnews/trn/DETAILS23
-rwxr-xr-xnews/trn/FINAL4
-rw-r--r--news/trn/HISTORY62
-rwxr-xr-xnews/trn/INSTALL2
-rwxr-xr-xnews/trn/PRE_REMOVE3
-rwxr-xr-xnews/trn/PROVIDES1
68 files changed, 1178 insertions, 0 deletions
diff --git a/news/MAINTAINER b/news/MAINTAINER
new file mode 100644
index 0000000000..7513b2a5e4
--- /dev/null
+++ b/news/MAINTAINER
@@ -0,0 +1,3 @@
+Terry "qnr" Ross <terry@aliboom.com>
+
+ICQ: 75027153
diff --git a/news/cg/DETAILS b/news/cg/DETAILS
new file mode 100755
index 0000000000..52253ac825
--- /dev/null
+++ b/news/cg/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=cg
+ VERSION=0.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.giga.or.at/pub/nih/cg/$SOURCE
+ MD5[0]=181731bde984896886f48e7513adeef9
+ SOURCE_URL[1]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
+ MD5[1]=${MD5[0]}
+ WEB_SITE=http://www.nih.at/cg/
+ BUILD_API=2
+ ENTERED=20020806
+ UPDATED=20020806
+ LICENSE=GPL
+ SHORT="cg is a semi-automatic newsgroup binary downloader"
+cat << EOF
+cg is a semi-automatic newsgroup binary downloader. It assembles
+parts based on subject headers and then offers them in an editor for
+the user to choose which files he really wants.
+It supports decoding data in the following formats:
+ uuencode (both single- and multi-posting binaries)
+ MIME (multipart/mixed, message/partial;
+ base64, quoted printable, x-uuencode)
+ yEnc
+EOF
diff --git a/news/cg/HISTORY b/news/cg/HISTORY
new file mode 100644
index 0000000000..ef1e5abc3e
--- /dev/null
+++ b/news/cg/HISTORY
@@ -0,0 +1,17 @@
+2005-01-30 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to BUILD_API=2
+ * DETAILS: Removed maintainer, Added WEB_SITE
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * Added MENU_* entries to DETAILS file.
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-08-06 Eric Womack <eric@lasvegasdata.com>
+ * Spell created
+
diff --git a/news/cleanscore/BUILD b/news/cleanscore/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/news/cleanscore/BUILD
@@ -0,0 +1 @@
+true
diff --git a/news/cleanscore/DEPENDS b/news/cleanscore/DEPENDS
new file mode 100755
index 0000000000..2817f9c671
--- /dev/null
+++ b/news/cleanscore/DEPENDS
@@ -0,0 +1,2 @@
+depends slrn
+depends perl
diff --git a/news/cleanscore/DETAILS b/news/cleanscore/DETAILS
new file mode 100755
index 0000000000..e598952b8a
--- /dev/null
+++ b/news/cleanscore/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=cleanscore
+ VERSION=0.9.8.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://slrn.sourceforge.net/cleanscore/$SOURCE
+ MD5[0]=6e5f3cd0cb942f0642c5e5baddff9090
+ SOURCE_URL[1]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
+ MD5[1]=${MD5[0]}
+ WEB_SITE=http://slrn.sourceforge.net/cleanscore/index.html
+ BUILD_API=2
+ ENTERED=20020602
+ UPDATED=20020602
+ MAINTAINER=bluebird@optushome.com.au
+ SHORT="A perl script to clean slrn score files"
+ LICENSE=GPL
+cat << EOF
+
+If you heavily use slrn's scoring capabilities, your scorefile will soon become
+large and confusing, so you will want to remove expired entries on a regular
+basis. This perl script can be used to purge expired entries automatically,
+e.g. by calling it from cron.daily.
+
+
+EOF
diff --git a/news/cleanscore/HISTORY b/news/cleanscore/HISTORY
new file mode 100644
index 0000000000..dabb75a451
--- /dev/null
+++ b/news/cleanscore/HISTORY
@@ -0,0 +1,39 @@
+2004-02-12 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated for BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * Added MENU_* entries to DETAILS file.
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-08-13 M.L. <m.l@compaqnet.fr>
+ * /LICENCE/LICENSE/ in DETAILS file...
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * Added LICENSE.
+
+2002-06-04 M.L. <m.l@compaqnet.fr>
+ * Realised that cleanscore is not root only software.
+ Patched BUILD file to install in /usr/bin instead.
+ Thanks to bluebird@optushome.com.au.
+
+2002-06-04 M.L. <m.l@compaqnet.fr>
+ * Gcc3 compile and trial run: ok. Removed USEGCC2.
+
+2002-06-02 M.L. <m.l@compaqnet.fr>
+ * Added depends slrn, added spell to devel grimoire.
+ Installs cleanscore to /usr/sbin.
+
+2002-06-02 Joel Mayes <bluebird@optushome.com.au>
+ * Spell created.
+
diff --git a/news/cleanscore/INSTALL b/news/cleanscore/INSTALL
new file mode 100755
index 0000000000..7aceed6023
--- /dev/null
+++ b/news/cleanscore/INSTALL
@@ -0,0 +1,11 @@
+ mkdir -p /usr/doc/$SPELL &&
+
+ cp cleanscore /usr/bin/ &&
+
+ chmod 555 /usr/bin/cleanscore &&
+
+ cp COPYING /usr/doc/$SPELL &&
+ cp COPYRIGHT /usr/doc/$SPELL &&
+ cp INDEX.TXT /usr/doc/$SPELL &&
+ cp NEWS.cleanscore /usr/doc/$SPELL &&
+ cp README /usr/doc/$SPELL
diff --git a/news/gnus/BUILD b/news/gnus/BUILD
new file mode 100755
index 0000000000..26fc4dc94b
--- /dev/null
+++ b/news/gnus/BUILD
@@ -0,0 +1,16 @@
+./configure \
+ --prefix=${INSTALL_ROOT}/usr \
+ --bindir=${INSTALL_ROOT}/usr/bin \
+ --sbindir=${INSTALL_ROOT}/usr/sbin \
+ --datadir=${INSTALL_ROOT}/usr/share \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --libdir=${INSTALL_ROOT}/usr/lib \
+ --includedir=${INSTALL_ROOT}/usr/include \
+ --infodir=${INSTALL_ROOT}/usr/info \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --libexecdir=${INSTALL_ROOT}/usr/libexec \
+ --datadir=${INSTALL_ROOT}/usr/share \
+ --with-lispdir=/usr/share/emacs/site-lisp/gnus \
+ $OPTS &&
+
+make
diff --git a/news/gnus/DEPENDS b/news/gnus/DEPENDS
new file mode 100755
index 0000000000..80e4346d6b
--- /dev/null
+++ b/news/gnus/DEPENDS
@@ -0,0 +1 @@
+depends emacs
diff --git a/news/gnus/DETAILS b/news/gnus/DETAILS
new file mode 100755
index 0000000000..ae0dfe5d9e
--- /dev/null
+++ b/news/gnus/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=gnus
+ VERSION=5.10.6
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.gnus.org/dist/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.funet.fi/pub/unix/news/gnus/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.unicamp.br/pub/news.software/gnus/$SOURCE
+ SOURCE_URL[3]=ftp://ftp.monash.edu.au/pub/gnus/$SOURCE
+ SOURCE_URL[4]=ftp://ftp.kreonet.re.kr/pub/tools/emacs/gnus/$SOURCE
+ SOURCE_URL[5]=ftp://ftp.task.gda.pl/mirror/ftp.gnus.org/pub/gnus/$SOURCE
+ SOURCE_URL[6]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
+ MD5[0]=55f175559048e526b3c2523f0652c9a6
+ WEB_SITE=http://www.gnus.org
+ ENTERED=20010922
+ UPDATED=20011005
+ LICENSE=GPL
+ SHORT="Gnus is the Emacs newsreader. It can also handle mail."
+ MENU_ITEM[0]=${SPELL}
+ MENU_EXEC[0]=${SPELL}
+ MENU_DESC[0]=${SHORT}
+cat << EOF
+Gnus is a newsreader written in Emacs Lisp. It has powerful scoring and
+filtering capabilites, as well as binary handling, offline reading,
+multiple news servers, and all the abilities of GNU Emacs behind it.
+EOF
diff --git a/news/gnus/HISTORY b/news/gnus/HISTORY
new file mode 100644
index 0000000000..c60421eaa8
--- /dev/null
+++ b/news/gnus/HISTORY
@@ -0,0 +1,43 @@
+2004-12-10 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Upgraded to release 5.10.6 and to build api 2.
+ * BUILD: Upgraded and splitted to build api 2.
+ * INSTALL: New from BUILD splitting.
+ * POST_REMOVE: New. Remove entries from info.
+
+2003-05-16 Seth Woolley <seth@tautology.org>
+ * Modified DETAILS to fix md5 for SOURCE.
+ Added versioned source so that md5s work better.
+ Website has both non-versioned and versioned.
+ Set current version to 5.10.2 so that it is accurate.
+
+2003-05-14 Seth Woolley <seth@tautology.org>
+ * Modified DETAILS to fix md5 for SOURCE.
+
+2003-04-08 M.L. <mlubrano@sourcemage.org>
+ * Added $OPTS in BUILD.
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * Added MENU_* entries to DETAILS file.
+
+2002-10-14 M.L. <mlubrano@sourcemage.org>
+ * Fixed bug#1322: compiles fine with gcc3.2. Removed USEGCC2.
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * Added LICENSE.
+
+2002-04-27 M.L. <m.l@compaqnet.fr>
+ * Added mirrors.
+
+2002-03-15 M.L. <mlubrano@sourcemage.org>
+ * Added HISTORY file.
+
diff --git a/news/gnus/INSTALL b/news/gnus/INSTALL
new file mode 100755
index 0000000000..b90070af0e
--- /dev/null
+++ b/news/gnus/INSTALL
@@ -0,0 +1 @@
+make install \ No newline at end of file
diff --git a/news/gnus/POST_REMOVE b/news/gnus/POST_REMOVE
new file mode 100755
index 0000000000..07221e9ca4
--- /dev/null
+++ b/news/gnus/POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete gnus --info-dir /usr/share/info &&
+install-info --delete sieve --info-dir /usr/share/info &&
+install-info --delete message --info-dir /usr/share/info \ No newline at end of file
diff --git a/news/leafnode/BUILD b/news/leafnode/BUILD
new file mode 100755
index 0000000000..a858558f45
--- /dev/null
+++ b/news/leafnode/BUILD
@@ -0,0 +1,6 @@
+./configure --prefix=/usr \
+ --localstatedir=/var \
+ --sysconfdir=/etc/leafnode \
+ --with-lockfile=/var/lock/fetchnews.lck \
+ $OPTS &&
+make all
diff --git a/news/leafnode/CONFLICTS b/news/leafnode/CONFLICTS
new file mode 100755
index 0000000000..04c7f819b2
--- /dev/null
+++ b/news/leafnode/CONFLICTS
@@ -0,0 +1 @@
+conflicts inn
diff --git a/news/leafnode/DETAILS b/news/leafnode/DETAILS
new file mode 100755
index 0000000000..564dd8b4d9
--- /dev/null
+++ b/news/leafnode/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=leafnode
+ VERSION=1.11.3
+ SOURCE=$SPELL-$VERSION.rel.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION.rel
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]='f56fdc8488b35715cd1a1fcd6a2e33b9'
+ BUILD_API=2
+ WEB_SITE=http://leafnode.sourceforge.net/
+ ENTERED=20020202
+ UPDATED=20031119
+ LICENSE=LGPL
+ SHORT="Leafnode is a NNTP sever for small site"
+cat << EOF
+Leafnode is a USENET software package designed for small sites running any
+flavour of Unix, with a few tens of readers and only a slow link to the net. It
+was originally written by Arnt Gulbrandsen and is currently being maintained by
+Cornelius Krasel <krasel@wpxx02.toxi.uni-wuerzburg.de>.
+
+The package consists of several programs:
+
+* Leafnode is the NNTP server. It talks to the normal news clients, and
+ stores readership data.
+* Fetchnews is the program which gets news from upstream servers and sends
+ your posted articles to the upstream servers.
+ It also can find out which groups you read and gets articles accordingly.
+* Fetch supports filtering incoming articles for regular expressions.
+* Texpire is responsible for deleting old and uninteresting news.
+ It deletes all discussion threads that are old and not recently
+ read.
+* Applyfilter applies the contents of your filterfile to
+ articles that you have already retrieved.
+* Checkgroups inserts the titles of newsgroups into the
+ newsgroup database.
+* Newsq shows which news are waiting
+ to be transferred to your upstream server.
+EOF
diff --git a/news/leafnode/FINAL b/news/leafnode/FINAL
new file mode 100755
index 0000000000..883aa5fbd8
--- /dev/null
+++ b/news/leafnode/FINAL
@@ -0,0 +1,3 @@
+echo "Edit /etc/leafnode/config for your news server" &&
+echo "then run 'fetchnews -f' download your servers" &&
+echo "group list"
diff --git a/news/leafnode/HISTORY b/news/leafnode/HISTORY
new file mode 100644
index 0000000000..3451168fdd
--- /dev/null
+++ b/news/leafnode/HISTORY
@@ -0,0 +1,134 @@
+2005-06-29 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to version 1.11.3 and WEBSITE URL
+ * INSTALL: use install_config_file vice cp (Bug #8888)
+
+2005-02-11 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 1.10.8, BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+ * FINAL: Added for BUILD_API=2
+ * POST_INSTALL: deleted
+ * INSTALL: Added for BUILD_API=2
+ * PROVIDES: Made Uppercase letters
+
+2004-12-18 Adam Clark <adamsgl@dhbit.ca>
+ * Version bumped to 1.10.7
+
+2003-11-19 hgg <hgreig@bigpond.net.au>
+ * DETAILS: update to version 1.9.46
+ * POST_BUILD: removed
+ * leafnode.xinetd: removed
+ * PRE_BUILD: removed
+ * HISTORY: formatted to guru handbook
+
+2003-06-28 M.L. <mlubrano@sourcemage.org>
+ * DTEAILS: Version++ (1.9.42).
+
+2003-05-23 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.41).
+
+2003-05-08 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.40).
+
+2003-04-25 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.38).
+
+2003-04-20 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.37).
+
+2003-02-26 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.36).
+
+2003-02-22 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.35).
+
+2003-02-19 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.34).
+
+2003-02-03 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.33).
+
+2003-01-13 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.32).
+
+2003-01-03 M.L. <mlubrano@sourcemage.org>
+ * Fixed bug #2072-like.
+
+2003-01-02 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.31).
+
+2002-12-04 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.30).
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Added MENU_* entries to DETAILS file.
+
+2002-10-26 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version+=2 (1.9.29).
+
+2002-10-14 M.L. <mlubrano@sourcemage.org>
+ * Fixed bug #1352.
+
+2002-09-25 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (1.9.27).
+
+2002-08-22 M.L. <m.l@compaqnet.fr>
+ * PROVIDES: Added provides file (news-server).
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[0] field updated, built from the ".tar" archive.
+
+2002-07-14 Joel Mayes <bluebird@optushome.com.au>
+ * DETAILS: Version bumped ot 1.2.24
+
+2002-06-17 M.L. <m.l@compaqnet.fr>
+ * CONFLICT: Added CONFLICT file to conflict with inn.
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added LICENSE.
+
+2002-06-09 Joel Mayes <bluebird@optushome.com.au>
+ * complete rewrite of spell
+ * removed POST_REMOVE & PRE_BUILD
+ * roperly formated xinetd setup (now handled by subroutines)
+
+2002-06-08 M.L. <m.l@compaqnet.fr>
+ * POST_REMOVE: added
+
+2002-06-07 Joel Mayes <bluebird@optushome.com.au>
+ * mv POST_BUILD POST_INSTALL (fixed xinetd segfault)
+
+2002-06-06 Joel Mayes <bluebird@optushome.com.au>
+ * BUILD: Patched BUILD file (correct localstate dir to /var)
+
+2002-05-10 M.L. <m.l@compaqnet.fr>
+ * BUILD: file patch (use compile fifo, /mk/mkdir)
+ Gcc3 compile and trial run ok.
+
+2002-05-10 Harley J Pig <harleypig@harleypig.com>
+ * BUILD: Patched BUILD file (correct /etc setup)
+
+2002-04-29 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Version++ (1.9.22)
+
+2002-04-27 M.L. <m.l@compaqnet.fr>
+ * DETAILS: added mirrors.
+
+2002-04-08 M.L. <m.l@compaqnet.fr>
+ * DETAILS: version++ (1.9.21) added a mirror site (the primary home site ?)
+
+2002-04-07 M.L. <m.l@compaqnet.fr>
+ * DETAILS: version++ (1.9.20)
+ * BUILD: patched BUILD file
+ * PRE_BUILD: added PRE_BUILD file.
+ * accepted spell.
+
+2002-03-19 M.L. <m.l@compaqnet.fr>
+ * Added HISTORY file. The reason for rejection
+ was due to broken spell and no maintainer.
+
+2002-03-19 Joel Mayes <joel_mayes@dingoblue.net.au>
+ * *Submitted spell.
+
diff --git a/news/leafnode/INSTALL b/news/leafnode/INSTALL
new file mode 100755
index 0000000000..cde252948c
--- /dev/null
+++ b/news/leafnode/INSTALL
@@ -0,0 +1,5 @@
+make install &&
+mkdir -p /etc/leafnode &&
+install_config_file $SOURCE_DIRECTORY/config.example /etc/leafnode/config &&
+chgrp news /etc/leafnode/config &&
+chmod g+w /etc/leafnode/config
diff --git a/news/leafnode/PROVIDES b/news/leafnode/PROVIDES
new file mode 100755
index 0000000000..7e2bd0713b
--- /dev/null
+++ b/news/leafnode/PROVIDES
@@ -0,0 +1 @@
+NEWS-SERVER
diff --git a/news/leafnode/services b/news/leafnode/services
new file mode 100644
index 0000000000..f03a689492
--- /dev/null
+++ b/news/leafnode/services
@@ -0,0 +1 @@
+nntp 119/tcp
diff --git a/news/leafnode/xinetd.d/nntp b/news/leafnode/xinetd.d/nntp
new file mode 100755
index 0000000000..a3d6a731a0
--- /dev/null
+++ b/news/leafnode/xinetd.d/nntp
@@ -0,0 +1,14 @@
+service nntp
+{
+ disable = no
+ flags = REUSE
+ protocol = tcp
+ socket_type = stream
+ wait = no
+ user = news
+ only_from = localhost
+ server = /usr/sbin/leafnode
+ log_on_failure += USERID
+}
+
+
diff --git a/news/liferea/DEPENDS b/news/liferea/DEPENDS
new file mode 100755
index 0000000000..5d44e6a901
--- /dev/null
+++ b/news/liferea/DEPENDS
@@ -0,0 +1,13 @@
+depends gtk+2 &&
+depends gconf2 &&
+depends libxml2 &&
+depends libgtkhtml &&
+optional_depends gnome-vfs2 \
+ "" \
+ "" \
+ "for GtkHTML2 html display" &&
+
+optional_depends GECKO \
+ "" \
+ "" \
+ "for Mozilla (gecko) html display"
diff --git a/news/liferea/DETAILS b/news/liferea/DETAILS
new file mode 100755
index 0000000000..4ca2d569bc
--- /dev/null
+++ b/news/liferea/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=liferea
+ VERSION=1.0-RC1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/liferea/$SOURCE
+ SOURCE_HASH=sha512:ccfccf9cf5bf833cb77022fd16b2b5f8d8e2ecaef40b7324865389c9ee706f147f7b405b5280e474c1d55b6153dd1da513567defd783c6063bd608eee1a7ff3c
+ WEB_SITE=http://liferea.sourceforge.net
+ BUILD_API=2
+ ENTERED=20040407
+ UPDATED=20040407
+ LICENSE[0]=GPL
+ SHORT="A simple FeedReader clone for Unix distributions with GTK2"
+cat << EOF
+Liferea is a simple FeedReader clone for Unix distributions with GTK2 (GNOME2
+is optional). It is a news aggregator for RSS/RDF feeds which also supports CDF
+channels, Atom/Echo/PIE feeds and OCS or OPML directories. The problem with
+FeedReader: for now its only available for Windows. There are some projects for
+GNU/Linux, but no solution for GTK/GNOME, which does not require Python or
+Perl. Liferea tries to fill this gap. Liferea is an abbreviation for Linux Feed
+Reader.
+EOF
diff --git a/news/liferea/HISTORY b/news/liferea/HISTORY
new file mode 100644
index 0000000000..e1108403fa
--- /dev/null
+++ b/news/liferea/HISTORY
@@ -0,0 +1,79 @@
+2005-10-02 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 1.0-RC1
+
+2005-09-04 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 0.9.7b
+
+2005-09-02 Flavien Bridault <disk@sourcemage.org>
+ * DETAILS: Updated to 0.9.7a
+
+2005-08-16 Terry Ross <news@sourcemage.org>
+ * DETAILS updated to 0.9.6
+
+2005-08-10 Terry Ross <news@sourcemage.org>
+ * DETAILS Corrected MD5[0] and removed single quotes from field
+ * HISTORY Corrected version number for 0.9.5 update
+
+2005-08-09 Terry Ross <news@sourcemage.org>
+ * DETAILS updated to 0.9.5
+ * HISTORY corrected version number from last update
+
+2005-07-26 Terry Ross <news@sourcemage.org>
+ * DETAILS updated to 0.9.4
+
+2005-07-07 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 0.9.3
+
+2005-05-16 Terry Ross <news@sourcemage.org>
+ * DETAILS: updated to 0.9.2
+
+2005-03-20 Terry Ross <news@sourcemage.org>
+ * DETAILS: updated to 0.9.1
+ * DEPENDS: Optional MOZILLA-BROWSER changed to GECKO
+
+2005-02-11 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to 0.9.0b & BUILD_API=2
+ * DEPENDS: Now depends on libgtkhtml
+
+2004-12-02 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.6.4b
+
+2004-11-16 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.6.2
+
+2004-11-07 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.6.1
+
+2004-09-30 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.6.0
+ * BUILD: removed
+ * DEPENDS: removed temporary dependencies
+
+2004-09-01 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.5.3c
+ * BUILD: needs to recreate configure
+ * DEPENDS: temporarily depends on autoconf, automake and libtool
+
+2004-08-23 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.5.3b
+
+2004-08-02 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.5.2c
+
+2004-07-26 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.5.2b
+
+2004-07-23 PhoboX <doc@sourcemage.org>
+ * DETAILS: updated to 0.5.2
+
+2004-07-18 Eric Sandall <eric@sandall.us>
+ * DEPENDS: GConf2 renamed to gconf2
+ Formatted to Guru Handbook
+
+2004-05-20 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 0.4.7d (Bug #6828) thanks to PhoboX
+ Made SHORT description shorter
+
+2004-04-07 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+
diff --git a/news/nn/BUILD b/news/nn/BUILD
new file mode 100755
index 0000000000..7470b8b95e
--- /dev/null
+++ b/news/nn/BUILD
@@ -0,0 +1,4 @@
+ patch -p1 < $SCRIPT_DIRECTORY/nn.patch &&
+ cp config.h-dist config.h &&
+
+ make CFLAGS="-Iconf $CFLAGS" all
diff --git a/news/nn/DEPENDS b/news/nn/DEPENDS
new file mode 100755
index 0000000000..0248afbd21
--- /dev/null
+++ b/news/nn/DEPENDS
@@ -0,0 +1,2 @@
+depends MAIL-TRANSPORT-AGENT &&
+depends ncurses
diff --git a/news/nn/DETAILS b/news/nn/DETAILS
new file mode 100755
index 0000000000..db956c8e60
--- /dev/null
+++ b/news/nn/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=nn
+ VERSION=6.6.5
+ SOURCE=$SPELL-$VERSION.tar.Z
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.netsw.org/net/news/reader/nn/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.nndev.org/pub/nn-6.6/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.tuwien.ac.at/z12/opsys/linux/OpenPKG/sources/DST/nn/$SOURCE
+ SOURCE_URL[3]=ftp://ftp.fu-berlin.de/unix/news/nn/nn/$SOURCE
+ SOURCE_URL[4]=ftp://ftp.cyf-kr.edu.pl/pub/unix/nn-6.5/nn/$SOURCE
+ SOURCE_URL[5]=ftp://ftp.netsw.org/net/news/reader/nn/$SOURCE
+ SOURCE_URL[6]=ftp://ftp.cso.uiuc.edu/content/Unix/Network_Services/Usenet/Clients/$SOURCE
+ MD5[0]=2eaf1d63cd900c0a84dac61af71587ac
+ WEB_SITE=http://www.nndev.org/
+ BUILD_API=2
+ ENTERED=20020618
+ UPDATED=20020618
+ LICENSE=http://www.nndev.org/
+ SHORT="A powerful news reader"
+cat << EOF
+
+A powerful menu based news reader.
+
+EOF
diff --git a/news/nn/HISTORY b/news/nn/HISTORY
new file mode 100644
index 0000000000..8b54b78af3
--- /dev/null
+++ b/news/nn/HISTORY
@@ -0,0 +1,58 @@
+2005-01-30 George Sherwood <george@beernabeer.com>
+ * DETAILS: Update to BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+
+2004-03-09 Robert Helgesson <rycee@home.se>
+ * DETAILS: Updated to version 6.6.5. Also added md5.
+ * DETAILS: Removed sourcemage mirror. This is automatic now.
+ * DETAILS: Appended / to WEB_SITE url.
+ * DETAILS: Removed MAINTAINER field.
+ * HISTORY: Updated to new format.
+ * nn.patch: Fixed to work with new version.
+ * PROVIDES: Changed to uppercase.
+ * BUILD: Changed the way the patch is applied.
+ * BUILD: Use $CFLAGS.
+ * DEPENDS: Added dependency on ncurses.
+
+2003-10-18 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: requires mail-transport-agent -> depends MAIL-TRANSPORT-AGENT
+
+2003-08-24 Eric Sandall <eric@sandall.us>
+ * DETAILS: 6.6.5 has disappeared, downgraded to 6.6.3 (Bug #4028)
+ * DEPENDS: Added requirement for an MTA
+
+2003-02-10 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Version++ (6.6.5).
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Added MENU_* entries to DETAILS file.
+
+2002-10-14 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Fixed bug #1352.
+
+2002-08-22 M.L. <m.l@compaqnet.fr>
+ * PROVIDES: Added provides file (news-client).
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[x] field format conforming to grimoire-gurus handbook.
+ * DETAILS: Added source url of last ressort (sourcemage mirror).
+
+2002-06-29 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added a few mirrors.
+
+2002-06-28 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Version++ due to security issues. Thanks to Joel Mayes
+ <bluebird@optushome.com.au>
+
+2002-06-18 M.L. <m.l@compaqnet.fr>
+ * Added spell to grimoire... Thanks to Joel :)
+ * BUILD: Compile and trial run ok, minor patch to BUILD.
+ * DETAILS: Added a few mirrors.
+
+2002-06-18 Joel Mayes <bluebird@optushome.com.au>
+ * Spell created
+
diff --git a/news/nn/INSTALL b/news/nn/INSTALL
new file mode 100755
index 0000000000..ad767aafd4
--- /dev/null
+++ b/news/nn/INSTALL
@@ -0,0 +1 @@
+ ./inst s
diff --git a/news/nn/PROVIDES b/news/nn/PROVIDES
new file mode 100755
index 0000000000..5cc59123d7
--- /dev/null
+++ b/news/nn/PROVIDES
@@ -0,0 +1 @@
+NEWS-READER
diff --git a/news/nn/nn.patch b/news/nn/nn.patch
new file mode 100644
index 0000000000..38917d23ff
--- /dev/null
+++ b/news/nn/nn.patch
@@ -0,0 +1,67 @@
+diff -Nurp nn-6.6.5.orig/config.h-dist nn-6.6.5/config.h-dist
+--- nn-6.6.5.orig/config.h-dist 2004-03-09 18:53:11.000000000 +0100
++++ nn-6.6.5/config.h-dist 2004-03-09 18:53:40.000000000 +0100
+@@ -21,7 +21,7 @@
+ * following to change the default headers
+ */
+
+-/* #define GNKSA */
++#define GNKSA
+
+
+ /************************* DATABASE CONFIGURATION ***************************
+@@ -100,7 +100,7 @@
+ * LIB_DIRECTORY defined below.
+ */
+
+-#define NNTP_SERVER "/usr/local/lib/nntp_server"
++#define NNTP_SERVER "/etc/nntp_server"
+
+ /*
+ * Define NNTP_PATH_HOSTNAME to force a specific hostname into the
+@@ -138,7 +138,7 @@
+ * conf/s-template.h as a starting point for writing you own.
+ */
+
+-#include "s-sunos5.h"
++#include "s-linux.h"
+
+
+ /********************** MACHINE DEPENDENT DEFINITIONS **********************
+@@ -149,7 +149,7 @@
+ * conf/m-template.h as a starting point for writing you own.
+ */
+
+-#include "m-sparc.h"
++#include "m-i80386.h"
+
+
+ /**************************** LOCALIZATION ****************************
+@@ -182,8 +182,8 @@
+ * (= LIB_DIRECTORY/Log if undefined).
+ */
+
+-#define BIN_DIRECTORY "/usr/local/bin"
+-#define LIB_DIRECTORY "/usr/local/lib/nn"
++#define BIN_DIRECTORY "/usr/bin"
++#define LIB_DIRECTORY "/usr/lib/nn"
+
+
+ /*************************** NEWS TRANSPORT **************************
+@@ -307,13 +307,13 @@
+ * DAEMON_MAN - nnmaster
+ */
+
+-#define USER_MAN_DIR "/usr/local/man/man1"
++#define USER_MAN_DIR "/usr/share/man/man1"
+ #define USER_MAN_SECTION "1"
+
+-#define SYS_MAN_DIR "/usr/local/man/man1"
++#define SYS_MAN_DIR "/usr/share/man/man1"
+ #define SYS_MAN_SECTION "1m"
+
+-#define DAEMON_MAN_DIR "/usr/local/man/man8"
++#define DAEMON_MAN_DIR "/usr/share/man/man8"
+ #define DAEMON_MAN_SECTION "8"
+
+
diff --git a/news/raggle/BUILD b/news/raggle/BUILD
new file mode 100755
index 0000000000..af7a5da3a4
--- /dev/null
+++ b/news/raggle/BUILD
@@ -0,0 +1 @@
+sedit 's/usr\/local/usr\//' Makefile
diff --git a/news/raggle/DEPENDS b/news/raggle/DEPENDS
new file mode 100755
index 0000000000..a454ba9814
--- /dev/null
+++ b/news/raggle/DEPENDS
@@ -0,0 +1,2 @@
+depends ruby &&
+depends ncurses-ruby
diff --git a/news/raggle/DETAILS b/news/raggle/DETAILS
new file mode 100755
index 0000000000..5aeb05204e
--- /dev/null
+++ b/news/raggle/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=raggle
+ VERSION=0.3.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.raggle.org/files/$SOURCE
+ MD5[0]='076b7a16ec1439ae72286bf8ef8432e3'
+ WEB_SITE=http://www.raggle.org/
+ BUILD_API=2
+ ENTERED=20040904
+ UPDATED=20040904
+ LICENSE=GPL
+ SHORT="Raggle is an RSS aggretator for the console"
+cat << EOF
+Raggle is a console RSS aggregator, written in Ruby. Features include
+customizable keybindings, basic HTML rendering, HTTP proxy support, OPML
+import/export, themes, support for various versions of RSS, Screen support.
+browser auto-detection, and more. Raggle has been tested under Linux and
+OpenBSD, and should work properly under other Unix variants as well.
+EOF
diff --git a/news/raggle/HISTORY b/news/raggle/HISTORY
new file mode 100644
index 0000000000..0cce5de2d0
--- /dev/null
+++ b/news/raggle/HISTORY
@@ -0,0 +1,6 @@
+2005-02-10 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated for BUILD_API=2
+ * DETAILS: Version Update to 0.3.2
+ * BUILD: Update for BUILD_API=2
+ * HISTORY: Added. Missing from spell
+
diff --git a/news/rawdog/BUILD b/news/rawdog/BUILD
new file mode 100755
index 0000000000..9f3dd1a2ee
--- /dev/null
+++ b/news/rawdog/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/news/rawdog/DEPENDS b/news/rawdog/DEPENDS
new file mode 100755
index 0000000000..867b4d4bb0
--- /dev/null
+++ b/news/rawdog/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/news/rawdog/DETAILS b/news/rawdog/DETAILS
new file mode 100755
index 0000000000..603298e429
--- /dev/null
+++ b/news/rawdog/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=rawdog
+ VERSION=2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://offog.org/files/$SOURCE
+ MD5[0]=d2c2906d215ad97208f07e9ca3c0f079
+ WEB_SITE=http://offog.org/code/rawdog.html
+ ENTERED=20040330
+ UPDATED=20040330
+ LICENSE[0]=GPL
+ BUILD_API=2
+ DOCS="$DOCS config style.css"
+ SHORT="RSS Aggregator Without Delusions Of Grandeur"
+cat << EOF
+rawdog is an RSS Aggregator Without Delusions Of Grandeur.
+Written in Python, it uses Mark Pilgrim's feed parser. It runs
+from cron, collects articles from a number of feeds, and
+generates a static HTML page listing the newest articles in date
+order. It supports per-feed customizable update times, and uses
+ETags, Last-Modified, and gzip compression to minimize network
+bandwidth usage.
+EOF
diff --git a/news/rawdog/HISTORY b/news/rawdog/HISTORY
new file mode 100644
index 0000000000..e61c03cb7a
--- /dev/null
+++ b/news/rawdog/HISTORY
@@ -0,0 +1,11 @@
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Python renamed to python
+
+2004-12-06 Eric Sandall <eric@sandall.us>
+ * Added to news (Bug #6510)
+ * DETAILS: Added BUILD_API=2
+ Moved DOCS= from POST_BUILD to DETAILS
+ * POST_BUILD: Removed
+ * BUILD: Converted to build_api 2
+ * INSTALL: Added
+
diff --git a/news/rawdog/INSTALL b/news/rawdog/INSTALL
new file mode 100755
index 0000000000..c3a395a83c
--- /dev/null
+++ b/news/rawdog/INSTALL
@@ -0,0 +1 @@
+python setup.py install
diff --git a/news/slrn/BUILD b/news/slrn/BUILD
new file mode 100755
index 0000000000..9e0496ecf8
--- /dev/null
+++ b/news/slrn/BUILD
@@ -0,0 +1,8 @@
+
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-slrnpull --with-uudeview=/usr/include \
+ $OPTS &&
+ make
diff --git a/news/slrn/DEPENDS b/news/slrn/DEPENDS
new file mode 100755
index 0000000000..e8587e648b
--- /dev/null
+++ b/news/slrn/DEPENDS
@@ -0,0 +1,3 @@
+depends slang &&
+depends uudeview &&
+depends MAIL-TRANSPORT-AGENT
diff --git a/news/slrn/DETAILS b/news/slrn/DETAILS
new file mode 100755
index 0000000000..853cdf4223
--- /dev/null
+++ b/news/slrn/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=slrn
+ VERSION=0.9.8.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/slrn/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.fh-heilbronn.de/pub/mirrors/slrn/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.fu-berlin.de/pub/unix/news/slrn/$SOURCE
+ SOURCE_URL[3]=ftp://ftp.ntua.gr/pub/lang/slang/slrn/$SOURCE
+ SOURCE_URL[4]=ftp://ftp.plig.org/pub/slrn/$SOURCE
+ MD5[0]=0d03a14b3340505c6148f85db86ef1fd
+ BUILD_API=2
+ WEB_SITE=http://slrn.sourceforge.net/
+ ENTERED=20010922
+ UPDATED=20020316
+ LICENSE=GPL
+ SHORT="slrn is an nntp-based threaded newsreader."
+cat << EOF
+SLRN is an NNTP-based newsreader for Unix, VMS, win32, BeOS, and OS/2
+systems. Unlike many other newsreaders, SLRN supports color terminals
+and displays a thread tree.
+EOF
diff --git a/news/slrn/HISTORY b/news/slrn/HISTORY
new file mode 100644
index 0000000000..27dc70db6c
--- /dev/null
+++ b/news/slrn/HISTORY
@@ -0,0 +1,72 @@
+2005-02-12 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated for BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+ * PROVIDES: Using UPPERCASE letters
+
+2004-12-18 Adam Clark <adamsgl@dhbit.ca>
+ * Version bump. Works great.
+
+2004-02-08 Eric Sandall <eric@sandall.us>
+ * DETAILS: Updated to 0.9.8.0 (Bug #5728)
+ Removed MAINTAINER
+ * HISTORY: Formatted to Guru Handbook
+
+2003-10-18 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: requires mail-transport-agent -> depends MAIL-TRANSPORT-AGENT
+
+2003-05-20 Seth Woolley <seth@tautology.org>
+ * DETAILS: Modified to fix my broken SOURCEFORGE_URL fixes
+
+2003-05-18 Seth Woolley <seth@tautology.org>
+ * DETAILS: Modified for SOURCEFORGE_URL fix
+
+2003-04-12 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Changed Marc's email (marcg@phreaker.net).
+
+2003-04-12 M.L. <mlubrano@sourcemage.org>
+ * Fixed bug#3096, thanks to marcg@phreaker.net (Marc Greene)
+ * DEPENDS: Added uudeview
+
+2002-12-21 M.L. <mlubrano@sourcemage.org>
+ * Fixed bug#2018, thanks to bluebird@optushome.com.au (Joel Mayes)
+ for this enhancement (better encoded file handling)
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Added MENU_* entries to DETAILS file.
+
+2002-08-22 M.L. <m.l@compaqnet.fr>
+ * PROVIDES: Added provides file (news-client).
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[0] field updated, built from the ".tar" archive.
+ * DEPENDS: Added requires mail-transport-agent in depends file.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added LICENSE.
+
+2002-06-04 M.L. <m.l@compaqnet.fr>
+ * USEGCC2: Removed
+ * BUILD: Patched
+
+2002-11-05 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Changed source urls for sourceforge.
+
+2002-04-27 M.L. <m.l@compaqnet.fr>
+ * DETAILS: added mirrors.
+
+2002-03-14 Marc Greene <eru@subdimension.com>
+ * DETAILS: version++
+
+2002-03-14 Marc Greene <eru@subdimension.com>
+ * adopted this spell.
+
+2002-03-14 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: version++
+
diff --git a/news/slrn/PROVIDES b/news/slrn/PROVIDES
new file mode 100755
index 0000000000..5cc59123d7
--- /dev/null
+++ b/news/slrn/PROVIDES
@@ -0,0 +1 @@
+NEWS-READER
diff --git a/news/straw/BUILD b/news/straw/BUILD
new file mode 100755
index 0000000000..47720c506a
--- /dev/null
+++ b/news/straw/BUILD
@@ -0,0 +1,2 @@
+patch -p0 < $SCRIPT_DIRECTORY/segfault-fix.patch &&
+python setup.py build
diff --git a/news/straw/DEPENDS b/news/straw/DEPENDS
new file mode 100755
index 0000000000..937edca0ac
--- /dev/null
+++ b/news/straw/DEPENDS
@@ -0,0 +1,6 @@
+depends gnome-python-extras &&
+
+optional_depends adns-python \
+ "" \
+ "" \
+ "for asynchronous name lookup (slightly faster)"
diff --git a/news/straw/DETAILS b/news/straw/DETAILS
new file mode 100755
index 0000000000..bb7cab3542
--- /dev/null
+++ b/news/straw/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=straw
+ VERSION=0.25.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://savannah.nongnu.org/download/$SPELL/$SOURCE
+ MD5[0]=4a8f279f29c26b3d2403b4df6f18e424
+ WEB_SITE=http://www.nongnu.org/straw/
+ ENTERED=20021111
+ UPDATED=20040920
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Straw is a desktop news aggregator for the GNOME environment."
+cat << EOF
+Straw is a desktop news aggregator for the GNOME environment. Its aim is to be
+a faster, easier and more accessible way to read news and blogs than the
+traditional browser.
+
+News aggregation?
+
+News aggregators read news, weblog or other feeds over the web and aggregate
+them so the news items are readable from a single place, regardless of their
+source. The data format aggregators utilize to do their job is called RSS,
+standing either for Really Simple Syndication or RDF Site Summary, depending on
+who you ask. At the moment, there are two different, incompatible
+specifications, with different objectives: RSS 0.9x/RSS 2.0 and RSS 1.0. Straw
+supports both of them.
+EOF
diff --git a/news/straw/HISTORY b/news/straw/HISTORY
new file mode 100644
index 0000000000..865219552f
--- /dev/null
+++ b/news/straw/HISTORY
@@ -0,0 +1,62 @@
+2005-03-23 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: changed gnome-python2 to gnome-python-extras as that one
+ now contains the libgtkhtml bindings
+
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Removed Python (gnome-python2 already depends on it)
+ Formatted to Guru Handbook
+ * TRIGGERS: Python renamed to python
+
+2004-09-20 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD, segfault-fix.patch: fix the segfault on feed display
+
+2004-07-16 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.25.1
+
+2004-07-08 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.24
+ * BUILD, INSTALL: use build_api 2
+
+2004-04-28 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.23
+ * DEPENDS: removed dependency on egenix-mx-base
+
+2004-02-20 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.22.1
+
+2004-02-17 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.22
+ Note: the egenix-mx-base dependency isn't needed for this version
+ anymore, but it's used when starting it for the first time with old
+ config data, will remove it on the next upgrade.
+ * BUILD: now uses python distutils instead of a Makefile
+
+2003-11-25 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.21.2
+
+2003-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.21.1
+
+2003-11-02 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.20
+ * DEPENDS: removed dependency on PyXML, made adns-python optional,
+ cleaned up the rest (gnome-python2 includes every gnome/gtk dep we need)
+
+2003-08-24 Eric Sandall <eric@sandall.us>
+ * ALL: Added to grimoire (Bug #3995)
+
+2003-08-22 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.19.1
+
+2003-08-17 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.19
+
+2003-08-02 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * TRIGGERS: added trigger to recast on python cast
+
+2003-05-15 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 0.18.1
+
+2002-11-11 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD, DEPENDS, DETAILS, HISTORY: Created this spell
+
diff --git a/news/straw/INSTALL b/news/straw/INSTALL
new file mode 100755
index 0000000000..328a01a119
--- /dev/null
+++ b/news/straw/INSTALL
@@ -0,0 +1,2 @@
+python setup.py install --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc
diff --git a/news/straw/TRIGGERS b/news/straw/TRIGGERS
new file mode 100755
index 0000000000..287562d100
--- /dev/null
+++ b/news/straw/TRIGGERS
@@ -0,0 +1 @@
+on_cast python cast_self
diff --git a/news/straw/segfault-fix.patch b/news/straw/segfault-fix.patch
new file mode 100644
index 0000000000..0e2701b04a
--- /dev/null
+++ b/news/straw/segfault-fix.patch
@@ -0,0 +1,10 @@
+--- src/lib/MainWindow.py~ 2004-07-15 21:15:58.000000000 +0200
++++ src/lib/MainWindow.py 2004-09-20 13:34:12.640905230 +0200
+@@ -48,6 +48,7 @@
+ # bottom part of the document.
+ self._htmlview.set_property('can-focus', True)
+
++ gtkhtml2.gtk_html_context_get()
+ self._document = gtkhtml2.Document()
+ self._document.clear()
+
diff --git a/news/tin/CONFIGURE b/news/tin/CONFIGURE
new file mode 100755
index 0000000000..234810456a
--- /dev/null
+++ b/news/tin/CONFIGURE
@@ -0,0 +1,2 @@
+config_query CREATE_DIR "$SPELL needs /usr/lib/news/active directory, \
+do you want to create one ?" y
diff --git a/news/tin/DETAILS b/news/tin/DETAILS
new file mode 100755
index 0000000000..3da5346cff
--- /dev/null
+++ b/news/tin/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=tin
+ VERSION=1.6.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.tin.org/pub/news/clients/tin/stable/$SOURCE
+ SOURCE_URL[1]=http://gd.tuwien.ac.at/infosys/newsreaders/tin/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.ut.ee/pub/unix/networking/news/tin/stable/$SOURCE
+ SOURCE_URL[3]=ftp://ftp.funet.fi/pub/unix/news/tin-unoff/$SOURCE
+ SOURCE_URL[4]=ftp://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/$SOURCE
+ SOURCE_URL[5]=ftp://ftp.karlsruhe.org/pub/news/clients/tin-unoff/$SOURCE
+ SOURCE_URL[6]=ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/$SOURCE
+ SOURCE_URL[7]=ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/stable/$SOURCE
+ SOURCE_URL[8]=ftp://ftp.informatik.uni-hamburg.de/pub/soft/news/tin/stable/$SOURCE
+ SOURCE_URL[9]=ftp://ftp.eee.hku.hk/pub/tin-unoff/$SOURCE
+ SOURCE_URL[10]=ftp://ftp.ka.nu/pub/news/clients/tin/stable/$SOURCE
+ SOURCE_URL[11]=ftp://sunsite.icm.edu.pl/pub/unix/news/tin/stable/$SOURCE
+ SOURCE_URL[12]=ftp://ftp.task.gda.pl/pub/software/tin/stable/$SOURCE
+ SOURCE_URL[13]=ftp://coda.nctu.edu.tw/network/news/tin/stable/$SOURCE
+ SOURCE_URL[14]=ftp://ftp.stikman.com/pub/tin/$SOURCE
+ SOURCE_URL[15]=ftp://uiarchive.uiuc.edu/pub/ftp/ftp.tin.org/pub/news/clients/tin/stable/$SOURCE
+ SOURCE_URL[16]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
+ MD5[0]=c6dbdeea17d5b26168cac42085927be8
+ BUILD_API=2
+ WEB_SITE=http://www.tin.org
+ ENTERED=20010922
+ UPDATED=20010922
+ LICENSE[0]=http://www.tin.org
+ SHORT="tin is a powerful text mode news reader."
+cat << EOF
+Tin is a powerful text mode news reader. It features threaded news
+reading, regex driven killfiles/message selections, pgp encryption,
+ispell support, and can read from both a local spool or from a remote
+NNTP server.
+EOF
diff --git a/news/tin/FINAL b/news/tin/FINAL
new file mode 100755
index 0000000000..ff2e84c1bc
--- /dev/null
+++ b/news/tin/FINAL
@@ -0,0 +1,6 @@
+if [ "$CREATE_DIR" == "y" ] && [ ! -d /usr/lib/news/active ]; then
+ mkdir /usr/lib/news 1>/dev/null 2>&1
+ mkdir /usr/lib/news/active 1>/dev/null 2>&1
+fi
+
+
diff --git a/news/tin/HISTORY b/news/tin/HISTORY
new file mode 100644
index 0000000000..946ba3e724
--- /dev/null
+++ b/news/tin/HISTORY
@@ -0,0 +1,51 @@
+2005-01-30 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to BUILD_API=2
+ * FINAL: Added for BUILD_API=2
+ * POST_INSTALL: Deleted for BUILD_API=2
+ * CONFIGURE: removed query statement
+ * PROVIDES: Made news-reader uppercase
+
+2003-07-31 Eric Sandall <eric@sandall.us>
+ * Updated to 1.6.0 (old source gone)
+ * Changed LICENSE to LICENSE[0]
+
+2003-03-23 M.L. <mlubrano@sourcemage.org>
+ * Version++ (1.4.7).
+
+2002-11-24 M.L. <mlubrano@sourcemage.org>
+ * Spell improvements for unattended cast.
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * Added MENU_* entries to DETAILS file.
+
+2002-08-22 M.L. <m.l@compaqnet.fr>
+ * Added provides file (news-reader).
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-17 M.L. <m.l@compaqnet.fr>
+ * Version++ (1.4.6).
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * Added LICENSE.
+ !!! TO BE TUNED !!!
+
+2002-06-03 M.L. <m.l@compaqnet.fr>
+ * Added POST_BUILD file to create /usr/lib/news/active if needed.
+ Gcc3 compile and trial run: ok. Removed USEGCC2.
+
+2002-04-27 M.L. <m.l@compaqnet.fr>
+ * Added mirrors.
+ Changed .tar.gz to .tar.bz2.
+
+2002-03-15 M.L. <mlubrano@sourcemage.org>
+ * Added HISTORY file, MAINTAINTER field.
+
diff --git a/news/tin/PRE_REMOVE b/news/tin/PRE_REMOVE
new file mode 100755
index 0000000000..e84544d78b
--- /dev/null
+++ b/news/tin/PRE_REMOVE
@@ -0,0 +1,3 @@
+if [ -d /usr/lib/news/active ]; then
+ message "${MESSAGE_COLOR}$SPELL used /usr/lib/news/active directory. It was not removed. ${DEFAULT_COLOR}"
+fi
diff --git a/news/tin/PROVIDES b/news/tin/PROVIDES
new file mode 100755
index 0000000000..5cc59123d7
--- /dev/null
+++ b/news/tin/PROVIDES
@@ -0,0 +1 @@
+NEWS-READER
diff --git a/news/trn/BUILD b/news/trn/BUILD
new file mode 100755
index 0000000000..8c4c1b312b
--- /dev/null
+++ b/news/trn/BUILD
@@ -0,0 +1,4 @@
+ sedit "s!export PATH!&=$PATH:\$PATH!" Configure &&
+
+ ./Configure -D prefix=/usr -D orgname="$ORG" -e -d -s $OPTS &&
+ make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
diff --git a/news/trn/CONFIGURE b/news/trn/CONFIGURE
new file mode 100755
index 0000000000..732fe87332
--- /dev/null
+++ b/news/trn/CONFIGURE
@@ -0,0 +1,22 @@
+if ! grep -q "CREATE_DIR=" $SPELL_CONFIG; then
+ if query "$SPELL needs /usr/lib/news/active directory, do you want to create one ?" y
+ then CREATE_DIR=y
+ else CREATE_DIR=n
+ fi
+ echo CREATE_DIR=$CREATE_DIR >> $SPELL_CONFIG
+fi
+
+if ! grep -q "ORG=" $SPELL_CONFIG; then
+ ORG=""
+
+ if query "$SPELL needs an organization field, do you want to create one ?" y
+ then read -p "Org. name: " -t $PROMPT_DELAY ORG
+ fi
+
+ if [ "$ORG" = "" ] ; then
+ ORG="DEFAULT"
+ fi
+
+ echo ORG="\"$ORG\"" >> $SPELL_CONFIG
+fi
+
diff --git a/news/trn/DETAILS b/news/trn/DETAILS
new file mode 100755
index 0000000000..bf13fe6d9b
--- /dev/null
+++ b/news/trn/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=trn
+ VERSION=4.0-test76
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=f680d23b2b939b9169003038d7011801
+ SOURCE_URL[1]=http://trn.sourceforge.net/$SOURCE
+ MD5[1]=${MD5[0]}
+ SOURCE_URL[2]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
+ MD5[2]=${MD5[0]}
+ WEB_SITE=http://trn.sourceforge.net
+ BUILD_API=2
+ ENTERED=20010922
+ UPDATED=20031119
+ LICENSE=http://trn.sourceforge.net
+ SHORT="trn is a threaded news reader."
+ DOCS="HACKERSGUIDE INSTALL LICENSE README HelpFiles/"
+cat << EOF
+Trn is Threaded RN, a newsreader that uses an article's references to
+order the discussions in a very natural, reply-ordered sequence called
+threads. This is a pre-release test version. Testers are encouraged to
+join a test group mailing list, see the homepage for details.
+EOF
diff --git a/news/trn/FINAL b/news/trn/FINAL
new file mode 100755
index 0000000000..edbfe342bd
--- /dev/null
+++ b/news/trn/FINAL
@@ -0,0 +1,4 @@
+if [ ! -d /usr/lib/news/active ] && [ "$CREATE_DIR" == "y" ]; then
+ mkdir /usr/lib/news 1>/dev/null 2>&1
+ mkdir /usr/lib/news/active 1>/dev/null 2>&1
+fi
diff --git a/news/trn/HISTORY b/news/trn/HISTORY
new file mode 100644
index 0000000000..72380b9e2e
--- /dev/null
+++ b/news/trn/HISTORY
@@ -0,0 +1,62 @@
+2005-02-12 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated to BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+ * FINAL: Added for BUILD_API=2
+ * POST_INSTALL: Removed for BUILD_API=2
+ * PROVIDES: Changed to UPPERCASE letters
+
+2004-03-08 Robert Helgesson <rycee@home.se>
+ * DETAILS: Added DOCS variable.
+ * BUILD: Added sedit to fix bad handling of PATH in Configure. Fixes
+ bug #5853.
+ * BUILD: Added quotes around $ORG.
+ * BUILD: Use $CFLAGS and $LDFLAGS.
+ * CONFIGURE: Minor cleanup. Fixed a quoting bug.
+ * HISTORY: Minor reformatting.
+
+2003-11-19 hgg <hgreig@bigpond.net.au>
+ * BUILD,CONFIGURE: add organization PM bug 4077
+ * HISTORY: format
+
+2003-04-08 M.L. <mlubrano@sourcemage.org>
+ * BUILD: Added $OPTS in BUILD.
+
+2002-11-24 M.L. <mlubrano@sourcemage.org>
+ * Spell improvements for unattended cast.
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * DETAILS: Added MENU_* entries
+
+2002-08-22 M.L. <m.l@companqet.fr>
+ * PROVIDES: Added file (news-reader).
+ * DETAILS: Added SOURCEFORGE_URL
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * DETAILS: MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-07-27 M.L. <m.l@compaqnet.fr>
+ * POST_BUILD, POST_INSTALL: Fixed bug #515 (thanks to
+ bluebird@optushome.com.au (Joel Mayes)). mv POST_BUILD
+ POST_INSTALL
+ * PRE_REMOVE: added
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * DETAILS: Added LICENSE.
+ !!! TO BE TUNED !!!
+
+2002-06-03 M.L. <m.l@compaqnet.fr>
+ * POST_BUILD: Added POST_BUILD file to create /usr/lib/news/active if
+ needed.
+ * USEGCC2: Gcc3 compile and trial run: ok. Removed USEGCC2.
+
+2002-03-15 M.L. <mlubrano@sourcemage.org>
+ * HISTORY: Added file.
+
diff --git a/news/trn/INSTALL b/news/trn/INSTALL
new file mode 100755
index 0000000000..194b319a81
--- /dev/null
+++ b/news/trn/INSTALL
@@ -0,0 +1,2 @@
+ make install &&
+ make installclean
diff --git a/news/trn/PRE_REMOVE b/news/trn/PRE_REMOVE
new file mode 100755
index 0000000000..e84544d78b
--- /dev/null
+++ b/news/trn/PRE_REMOVE
@@ -0,0 +1,3 @@
+if [ -d /usr/lib/news/active ]; then
+ message "${MESSAGE_COLOR}$SPELL used /usr/lib/news/active directory. It was not removed. ${DEFAULT_COLOR}"
+fi
diff --git a/news/trn/PROVIDES b/news/trn/PROVIDES
new file mode 100755
index 0000000000..5cc59123d7
--- /dev/null
+++ b/news/trn/PROVIDES
@@ -0,0 +1 @@
+NEWS-READER