DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T m

⟦6e29a405b⟧ TextFile

    Length: 1631 (0x65f)
    Types: TextFile
    Names: »make-dist«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦dbcd4071d⟧ »./gnu-ada-1.05.tar.Z« 
        └─⟦999713de5⟧ 
            └─⟦this⟧ »make-dist« 

TextFile

#!/bin/sh
#  Author          : Lynn Slater
#  Created On      : Wed Oct 12 14:07:39 1988
#  Last Modified By: Lynn Slater
#  Last Modified On: Wed Oct 12 14:42:14 1988
#  Update Count    : 7

# This makes a ada mode distribution release
if test $# -lt 1
then cat <<!
usage: $0 release-number

e.g. $0 1.05

!
exit 1
fi

for file in r$1-ada*.tar r$1-ada*.tar.Z r$1-ada*.mail 
do
    if test -f $file
        then
          echo "  Removing " $file
          rm -f $file
        else echo "  $file not found"
    fi
done

echo "<<Part 1>>"
tar -cvhf r$1-ada1.tar recieve-dist ada-rel.text .ada-init ada-cmds.text ada-instl.text make-dist  location.el compl-read.el file-path.el compile.el header.el tar.el

echo "<<Part 2>>"
tar -cvhf r$1-ada2.tar elec-ada.el ada-etempl.el 

echo "<<Part 3>>"
tar -cvhf r$1-ada3.tar tags-ada.el a-db.el dired-ada.el

echo "<<Part 4>>"
tar -cvhf r$1-ada4.tar ada-tag.el ansi-lrm-TAGS ada-templ.el full-ada.bnf template.el 

echo "<<Compressing and encoding>>"
for file in r$1-ada*.tar 
do
  compress $file
  cat ada-instl.text > $file.Z.mail
  uuencode $file.Z $file.Z >> $file.Z.mail
  ls -la $file.Z.mail
done
#<<mail>>

################################

echo "<<All together Now>>"
tar -cvhf r$1-ada.tar recieve-dist ada-rel.text .ada-init ada-cmds.text ada-instl.text make-dist  location.el compl-read.el file-path.el compile.el header.el tar.el elec-ada.el dired-ada.el tags-ada.el ada-tag.el ansi-lrm-TAGS a-db.el ada-etempl.el ada-templ.el full-ada.bnf template.el 

echo "<<Compressing>>"
echo
for file in r$1-ada.tar 
do
  compress $file
  ls -la $file*
done
echo "<<Done>>"
#Install as ftp