From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12100 Path: main.gmane.org!not-for-mail From: Manoj Srivastava Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia Gnus v0.5 is released Date: 16 Sep 1997 14:45:27 -0500 Organization: Manoj Srivastava's Home Message-ID: <87u3flqbzc.fsf@tiamat.datasync.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151697 1925 80.91.224.250 (20 Oct 2002 22:08:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:08:17 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id OAA19156 for ; Tue, 16 Sep 1997 14:22:43 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id QAA16638 for ; Tue, 16 Sep 1997 16:19:08 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 16 Sep 1997 21:46:05 +0200 Original-Received: (qmail 17789 invoked by uid 504); 16 Sep 1997 19:46:04 -0000 Original-Received: (qmail 17786 invoked from network); 16 Sep 1997 19:46:02 -0000 Original-Received: from tiamat.datasync.com (srivasta@205.216.83.252) by claymore.vcinet.com with SMTP; 16 Sep 1997 19:46:01 -0000 Original-Received: (from srivasta@localhost) by tiamat.datasync.com (8.8.7/8.8.7/Debian/GNU) id OAA31712; Tue, 16 Sep 1997 14:45:28 -0500 X-Time: Tue Sep 16 14:45:21 1997 X-Mail-System: Vm 6.33 for GNU Emacs 19.34.1 Original-To: ding@gnus.org In-Reply-To: Karl Kleinpaste's message of "16 Sep 1997 10:12:10 -0400" Original-Lines: 66 X-Mailer: Quassia Gnus v0.5/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12100 Hi, >>Mark Hovey writes: Mark>> How are you guys managing to get Quassia Gnus? I get it like so: manoj #! /bin/bash # -*- Mode: Sh -*- # mkgnus --- # Author : Manoj Srivastava ( srivasta@tiamat.datasync.com ) # set -x set -e GETFILE=1; GNUS_NAME=qgnus TAR_NAME=qgnus FILE="/tmp/${TAR_NAME}.tar.gz"; SITE_LISP_DIR=/usr/local/lib/emacs/site-lisp/ case $1 in -f) GETFILE=0; if [ "X$2" = "X" ]; then echo The option -f needs an argument; exit 1; fi FILE=$2; if [ ! -f $FILE ]; then echo The argument "$2" for the -f option needs to be a file exit 1; fi if ! echo $FILE | grep '^/' ; then FILE=`pwd`/"$FILE"; fi shift; ;; *) esac if [ $GETFILE -gt 0 ]; then if [ -f $FILE ]; then rm -f "$FILE.sav" mv $FILE "$FILE.sav" fi wget -O $FILE "http://www.gnus.org/${TAR_NAME}.tar.gz" fi cd $SITE_LISP_DIR rm -rf gnus ${GNUS_NAME}-* tar zvvfx $FILE ln -s ${GNUS_NAME}-* gnus cd gnus make rm -f $FILE -- He hath riches sufficient, who hath enough to be charitable. Sir Thomas Browne Manoj Srivastava Mobile, Alabama USA