Gnus development mailing list
 help / color / mirror / Atom feed
From: Manoj Srivastava <srivasta@datasync.com>
Subject: Re: Quassia Gnus v0.5 is released
Date: 16 Sep 1997 14:45:27 -0500	[thread overview]
Message-ID: <87u3flqbzc.fsf@tiamat.datasync.com> (raw)
In-Reply-To: Karl Kleinpaste's message of "16 Sep 1997 10:12:10 -0400"

Hi,
>>Mark Hovey <mhovey@wesleyan.edu> 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               <url:mailto:srivasta@acm.org>
Mobile, Alabama USA            <url:http://www.datasync.com/%7Esrivasta/>


  reply	other threads:[~1997-09-16 19:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-15 22:22 Lars Magne Ingebrigtsen
1997-09-16  2:45 ` Karl Kleinpaste
1997-09-16  3:29   ` SL Baur
1997-09-16  7:39   ` Mark Hovey
1997-09-16 14:12     ` Karl Kleinpaste
1997-09-16 19:45       ` Manoj Srivastava [this message]
1997-09-16 11:41 ` Johan Vromans
1997-09-16 13:17   ` Chris D. Halverson
1997-09-16 21:08   ` Lars Magne Ingebrigtsen
1997-09-17  0:50     ` Michael R Cook
1997-09-17  1:02     ` Jason R Mastaler
1997-09-18  1:49     ` Joev Dubach
1997-09-16 15:55 ` Randal Schwartz
1997-09-16 21:09   ` Lars Magne Ingebrigtsen
     [not found] ` <x7iuw1p4fl.fsf@peorth.gweep.net>
1997-09-16 21:16   ` Lars Magne Ingebrigtsen
     [not found]     ` <x790wvlvdl.fsf@peorth.gweep.net>
1997-09-18  1:35       ` Lars Magne Ingebrigtsen
1997-09-18  3:30         ` Paul Franklin
     [not found]           ` <x7afhbb4hu.fsf@peorth.gweep.net>
1997-09-18  8:08             ` Steinar Bang
1997-09-18 16:53             ` Per Abrahamsen
     [not found]               ` <x7u3fi8lfm.fsf@peorth.gweep.net>
1997-09-18 21:42                 ` Per Abrahamsen
1997-09-20 16:41             ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87u3flqbzc.fsf@tiamat.datasync.com \
    --to=srivasta@datasync.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).