summaryrefslogtreecommitdiffstats
path: root/news/tin
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /news/tin
initial commit from stable 0.3
Diffstat (limited to 'news/tin')
-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
6 files changed, 97 insertions, 0 deletions
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