pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-glossaries Initial import of tex-glossaries,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f0a4c74cdfc
branches:  trunk
changeset: 529123:3f0a4c74cdfc
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri May 25 11:54:17 2007 +0000

description:
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:

 print/tex-glossaries/DESCR    |   6 ++++++
 print/tex-glossaries/Makefile |  42 ++++++++++++++++++++++++++++++++++++++++++
 print/tex-glossaries/PLIST    |  10 ++++++++++
 print/tex-glossaries/distinfo |   5 +++++
 4 files changed, 63 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 0e825445cd0e -r 3f0a4c74cdfc print/tex-glossaries/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-glossaries/DESCR        Fri May 25 11:54:17 2007 +0000
@@ -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 -r 0e825445cd0e -r 3f0a4c74cdfc print/tex-glossaries/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-glossaries/Makefile     Fri May 25 11:54:17 2007 +0000
@@ -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@localhost
+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 -r 0e825445cd0e -r 3f0a4c74cdfc print/tex-glossaries/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-glossaries/PLIST        Fri May 25 11:54:17 2007 +0000
@@ -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 -r 0e825445cd0e -r 3f0a4c74cdfc print/tex-glossaries/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-glossaries/distinfo     Fri May 25 11:54:17 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index