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