sgml-entities-iso8879 stable port information

Package: sgml-entities-iso8879
Version: 1986
Revision: 4
Maintainer: None
Source: http://www.oasis-open.org/cover/ISOEnts.zip
Source2: http://www.oasis-open.org/cover/isoENT-tar.gz
NoSourceDirectory: True

PatchScript: <<
#!/bin/sh -ev

mv ISOgrk4 iso-grk4.ent

cat < catalog
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN" "iso-dia.gml"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "iso-num.gml"
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN" "iso-pub.gml"
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN" "iso-tech.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN" "iso-lat1.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN" "iso-lat2.gml"
PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN" "iso-grk1.gml"
PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN" "iso-grk2.gml"
PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN" "iso-grk3.gml"
PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN" "iso-grk4.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Arrow Relations//EN" "iso-amsa.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN" "iso-amsb.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Delimiters//EN" "iso-amsc.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Negated Relations//EN" "iso-amsn.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN" "iso-amso.gml"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN" "iso-amsr.gml"
PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN" "iso-box.gml"
PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN" "iso-cyr1.gml"
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN" "iso-cyr2.gml"
EOCATALOG

cat < COPYRIGHT
(C) International Organization for Standardization 1986
Permission to copy in any form is granted for use with
conforming SGML systems and applications as defined in
ISO 8879, provided this notice is included in all copies.
EOCOPYRIGHT
<<

CompileScript: <<
echo "Compile Phase: nothing to do"
<<

InstallScript: <<
#!/bin/sh -ev

dest=%i/share/sgml/entities/iso8879
mkdir -p $dest

for ent in calstbl iso-amsa iso-amsb iso-amsc iso-amsn iso-amso iso-amsr iso-box iso-cyr1 iso-cyr2 iso-dia iso-grk1 iso-grk2 iso-grk3 iso-grk4 iso-lat1 iso-lat2 iso-num iso-pub iso-tech isomath;
do
install -m644 $ent.ent $dest/$ent.gml
done

install -m644 catalog $dest
<<
DocFiles: COPYRIGHT

Description: SGML (ISO 8879) entity sets for special chars
DescDetail: <<
The SGML standard (ISO 8879) included several sets of entity definitions for
many special characters:

* ISOlat1 gives the characters in extended Latin alphabet #1, which is also
the upper part of ISO 8859-1
* ISOlat2 gives a whole lot of extra latin characters
* ISOgrk1 and ISOgrk2 give simple modern Greek characters
* ISOcyr2 and ISOcyr2 give modern Russian and non-Russian Cyrillic characters
* ISOdia gives spacing versions of diacritical marks (and is therefore not
very useful, I think)
* ISOpub, ISOtech give symbols used in publishing and science
* ISOnum, ISOgrk3 and ISOgrk4 give symbols used in mathematics
* ISObox gives the box characters (yuck)

These entity sets allow you to use special characters in your document,
regardless of what the document character set you are using. Well known
examples are "<", "&", or "—".
<<
License: OSI-Approved
Homepage: http://www.oasis-open.org/cover/topics.html#entities
Source-MD5: c8a9561212c1a2ec6e48919640de9c67
Source2-MD5: b2c8d9489be92636d7ddc5878d7d2b14