Skip to content

Commit

Permalink
Merge pull request #540 from fingolfin/mh/no-zoo
Browse files Browse the repository at this point in the history
Remove zoo related stuff
  • Loading branch information
fingolfin committed Feb 4, 2016
2 parents 745d001 + be0aa5e commit c7539b6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 3,308 deletions.
1 change: 0 additions & 1 deletion doc/dev/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ Text="http://hutchinson.belmont.ma.us/tth/">http://hutchinson.belmont.ma.us/tth/
-->
<Item>a C-compiler and <C>make</C></Item>
<Item>
<!-- <C>zoo</C>, <C>unzoo</C> (from the &GAP; site),-->
<C>tar</C>, <C>gzip</C>, <C>bzip2</C>, <C>zip</C>,
and <C>python</C> (for repacking into the various formats)</Item>
<Item>an installed &GAP;</Item>
Expand Down
11 changes: 3 additions & 8 deletions etc/README.tools
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ in this archive).
follow the gapmacro.tex conventions (see gapmacrodoc.pdf
and comments in the script itself for usage instructions).
packpack
shell script that creates archives in several formats (.zoo,
.zip, .tar.gz, .tar.bz2) of a package (i.e. it ``packs up a
shell script that creates archives in several formats (.zip,
.tar.gz, .tar.bz2) of a package (i.e. it ``packs up a
package''). Usage instructions are at the beginning of
packpack. You may modify it to remove some parts; for
example, we do not use the ``zoo'' archive format any more,
so you do not have to provide it).
unzoo.c
C source file for the unzoo program (in case you need it to
unpack some legacy zoo archive).
packpack.
README.tools
this file!

Expand Down
14 changes: 0 additions & 14 deletions etc/packpack
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## Usage: cd <GAPDIR>/pkg; ../etc/packpack <pack>
##
## This is a utility to archive a package. Produces:
## <pack>.zoo (for GAP's unzoo, with obvious text files marked as such)
## <pack>-win.zip (Windows line breaks in obvious text files)
## <pack>.tar.gz
## <pack>.tar.bz2
Expand All @@ -24,19 +23,6 @@ pname=$1
# all files except CVS directories and files ending in ~
allfiles=`find $1 -path "*/CVS" -prune -o -regex ".*[^~]" -print`

############# zoo ########################
# start new zoo file
rm -f $1.zoo

# zoo it
zoo ah $1.zoo $allfiles

# mark some files as text files
for a in `find $1 -regex ".*\(\.txt\|\.gi\|\.gd\|\.g\|\.c\|\.h\|\.htm\|\.html\|\.xml\|\.tex\|\.six\|\.bib\|\.tst\|README.*\|INSTALL.*\|Makefile\)"`
do
(echo '!TEXT!'; echo '/END') | zoo c $1.zoo $a
done

############# zip ########################
# start new zip file
#rm -f $1.zip
Expand Down
2 changes: 1 addition & 1 deletion etc/to_utf8.g
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TRANS := [["fuer ","für "],["Schoenert", "Schönert"],
ConvertDirToUTF8 := function(dir)
local cont, ff, s, u, ss, f, a, notouch;
notouch := [".in",".shi",".tex",".bib",".dvi",".gz",
".zoo",".ps",".msk",".html",
".ps",".msk",".html",
];
cont := DirectoryContents(dir);
cont := Filtered(cont, f-> f <> "." and f <> "..");
Expand Down
3,127 changes: 0 additions & 3,127 deletions etc/unzoo.c

This file was deleted.

32 changes: 0 additions & 32 deletions etc/zoomerge

This file was deleted.

80 changes: 0 additions & 80 deletions etc/zoomerge3

This file was deleted.

18 changes: 0 additions & 18 deletions etc/zoopkg

This file was deleted.

15 changes: 0 additions & 15 deletions etc/zoopkg2

This file was deleted.

12 changes: 0 additions & 12 deletions etc/zoounixpkg

This file was deleted.

0 comments on commit c7539b6

Please sign in to comment.