diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-05-25 11:54:17 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-05-25 11:54:17 +0000 |
commit | 867349d118bda153a8888b29d1fbdc2596dc0fa3 (patch) | |
tree | 9e603a1c7f7c007861a1b99937d6126f967d3b5c /print | |
parent | b3f6980f74247ed41d75d8a093bdd40e9acb8716 (diff) | |
download | pkgsrc-867349d118bda153a8888b29d1fbdc2596dc0fa3.tar.gz |
Initial import of tex-glossaries, version 1.0:
The glossaries package supports acronyms and multiple glossaries.
New entries are defined to have a name and description (and optionally
an associated symbol). Plural forms can also be specified. New
glossary styles can be defined, and preambles and postambles can be
specified. There is provision for loading a database of terms: only
terms used in the text will be added to the relevant glossary.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-glossaries/DESCR | 6 | ||||
-rw-r--r-- | print/tex-glossaries/Makefile | 42 | ||||
-rw-r--r-- | print/tex-glossaries/PLIST | 10 | ||||
-rw-r--r-- | print/tex-glossaries/distinfo | 5 |
4 files changed, 63 insertions, 0 deletions
diff --git a/print/tex-glossaries/DESCR b/print/tex-glossaries/DESCR new file mode 100644 index 00000000000..ea0c8bff94b --- /dev/null +++ b/print/tex-glossaries/DESCR @@ -0,0 +1,6 @@ +The glossaries package supports acronyms and multiple glossaries. +New entries are defined to have a name and description (and optionally +an associated symbol). Plural forms can also be specified. New +glossary styles can be defined, and preambles and postambles can be +specified. There is provision for loading a database of terms: only +terms used in the text will be added to the relevant glossary. diff --git a/print/tex-glossaries/Makefile b/print/tex-glossaries/Makefile new file mode 100644 index 00000000000..61916c70cd9 --- /dev/null +++ b/print/tex-glossaries/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/25 11:54:17 jmmv Exp $ + +DISTNAME= glossaries +PKGNAME= tex-${DISTNAME}-1.0 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} +EXTRACT_SUFX= .zip + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.ctan.org/tex-archive/help/Catalogue/entries/glossaries.html +COMMENT= Macros for creation of glossaries + +DEPENDS+= tex-xkeyval>=2.5f:../../print/tex-xkeyval + +USE_DIRS+= texmf-1.4 +USE_TOOLS+= perl:run + +REPLACE_PERL= scripts/makeglossaries + +.include "../../print/teTeX/module.mk" + +do-build: + cd ${WRKSRC} && latex glossaries.ins + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/makeglossaries ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/glossaries + ${INSTALL_DATA} ${WRKSRC}/doc/glossaries.pdf \ + ${PKG_LOCALTEXMFPREFIX}/doc/latex/glossaries + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries + ${INSTALL_DATA} ${WRKSRC}/glossaries.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries + ${INSTALL_DATA} ${WRKSRC}/glossary-hypernav.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries + ${INSTALL_DATA} ${WRKSRC}/glossary-list.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries + ${INSTALL_DATA} ${WRKSRC}/glossary-long.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries + ${INSTALL_DATA} ${WRKSRC}/glossary-super.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-glossaries/PLIST b/print/tex-glossaries/PLIST new file mode 100644 index 00000000000..8aa506d9871 --- /dev/null +++ b/print/tex-glossaries/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/25 11:54:17 jmmv Exp $ +bin/makeglossaries +${PKG_LOCALTEXMFPREFIX}/doc/latex/glossaries/glossaries.pdf +${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries/glossaries.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries/glossary-hypernav.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries/glossary-list.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries/glossary-long.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries/glossary-super.sty +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/glossaries +@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/glossaries diff --git a/print/tex-glossaries/distinfo b/print/tex-glossaries/distinfo new file mode 100644 index 00000000000..33617f65ded --- /dev/null +++ b/print/tex-glossaries/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/25 11:54:17 jmmv Exp $ + +SHA1 (glossaries.zip) = 7b8b27113ec979ea998a34246b5cc5a6932fd355 +RMD160 (glossaries.zip) = bac09ff095aec47eb57daadac14b9c7526a445a8 +Size (glossaries.zip) = 317273 bytes |