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