2011-06-17 07:02:18 +00:00
|
|
|
# Template file for 'ISOEnts'
|
|
|
|
pkgname=ISOEnts
|
|
|
|
version=1986
|
|
|
|
distfiles="http://www.oasis-open.org/cover/${pkgname}.zip"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="bsdtar"
|
|
|
|
fulldepends="xmlcatmgr"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2011-06-17 07:02:18 +00:00
|
|
|
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-29 13:58:54 +00:00
|
|
|
homepage="http://www.oasis-open.org"
|
|
|
|
license="Public domain"
|
2011-06-17 07:02:18 +00:00
|
|
|
checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
|
|
|
|
long_desc="
|
|
|
|
Nineteen ISO 8879:1986 character entity sets used by many DTDs:
|
|
|
|
|
|
|
|
Added Latin 1
|
|
|
|
Added Latin 2
|
|
|
|
Added Math Symbols: Arrow Relations
|
|
|
|
Added Math Symbols: Binary Operators
|
|
|
|
Added Math Symbols: Delimiters
|
|
|
|
Added Math Symbols: Negated Relations
|
|
|
|
Added Math Symbols: Ordinary
|
|
|
|
Added Math Symbols: Relations, Box and Line Drawing
|
|
|
|
Alternative Greek Symbols
|
|
|
|
Diacritical Marks
|
|
|
|
General Technical
|
|
|
|
Greek Letters
|
|
|
|
Greek Symbols
|
|
|
|
Monotoniko Greek
|
|
|
|
Non-Russian Cyrillic
|
|
|
|
Numeric and Special Graphic
|
|
|
|
Publishing
|
|
|
|
Russian Cyrillic"
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
noextract=yes
|
|
|
|
|
|
|
|
export sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
|
|
|
|
|
2012-02-27 17:43:54 +00:00
|
|
|
do_install() {
|
2011-06-17 07:02:18 +00:00
|
|
|
local dir=${DESTDIR}/usr/share/sgml/iso8879
|
|
|
|
|
|
|
|
install -d ${dir}
|
|
|
|
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}.zip -C ${dir}
|
|
|
|
install -m644 ${FILESDIR}/catalog ${dir}
|
|
|
|
}
|