summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2007-05-25 11:53:15 +0000
committerjmmv <jmmv@pkgsrc.org>2007-05-25 11:53:15 +0000
commit2d037541d57d524b782664614305b0237ed00e88 (patch)
tree43f9290c860b65208b23524f097e70f3bc66c1b6 /print
parentb998d7f44cc801b61f3406d5b89c3ac029555e56 (diff)
downloadpkgsrc-2d037541d57d524b782664614305b0237ed00e88.tar.gz
Initial import of tex-xkeyval, version 2.5f:
This package is an extension of the keyval package and offers additional macros for setting keys and declaring and setting class or package options. The package allows the programmer to specify a prefix to the name of the macros it defines for keys, and to define families of key definitions; these all help use in documents where several packages define their own sets of keys.
Diffstat (limited to 'print')
-rw-r--r--print/tex-xkeyval/DESCR6
-rw-r--r--print/tex-xkeyval/Makefile41
-rw-r--r--print/tex-xkeyval/PLIST13
-rw-r--r--print/tex-xkeyval/distinfo5
4 files changed, 65 insertions, 0 deletions
diff --git a/print/tex-xkeyval/DESCR b/print/tex-xkeyval/DESCR
new file mode 100644
index 00000000000..0a7982d26e8
--- /dev/null
+++ b/print/tex-xkeyval/DESCR
@@ -0,0 +1,6 @@
+This package is an extension of the keyval package and offers additional
+macros for setting keys and declaring and setting class or package options.
+The package allows the programmer to specify a prefix to the name of the
+macros it defines for keys, and to define families of key definitions;
+these all help use in documents where several packages define their own
+sets of keys.
diff --git a/print/tex-xkeyval/Makefile b/print/tex-xkeyval/Makefile
new file mode 100644
index 00000000000..00fa719694b
--- /dev/null
+++ b/print/tex-xkeyval/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/25 11:53:15 jmmv Exp $
+
+DISTNAME= xkeyval
+PKGNAME= tex-${DISTNAME}-2.5f
+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/xkeyval.html
+COMMENT= Macros for setting keys and class or package options
+
+NO_BUILD= yes
+USE_DIRS+= texmf-1.4
+
+.include "../../print/teTeX/module.mk"
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/doc/xkeyval.pdf \
+ ${PKG_LOCALTEXMFPREFIX}/doc/latex/xkeyval
+ ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/keyval.tex \
+ ${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/pst-xkey.tex \
+ ${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/xkeyval.tex \
+ ${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/xkvtxhdr.tex \
+ ${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval
+ ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/pst-xkey.sty \
+ ${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/xkeyval.sty \
+ ${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/xkvltxp.sty \
+ ${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval
+ ${INSTALL_DATA} ${WRKSRC}/run/xkvview.sty \
+ ${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-xkeyval/PLIST b/print/tex-xkeyval/PLIST
new file mode 100644
index 00000000000..38b0f818a39
--- /dev/null
+++ b/print/tex-xkeyval/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/25 11:53:15 jmmv Exp $
+${PKG_LOCALTEXMFPREFIX}/doc/latex/xkeyval/xkeyval.pdf
+${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval/keyval.tex
+${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval/pst-xkey.tex
+${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval/xkeyval.tex
+${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval/xkvtxhdr.tex
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval/pst-xkey.sty
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval/xkeyval.sty
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval/xkvltxp.sty
+${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval/xkvview.sty
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/xkeyval
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/generic/xkeyval
+@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/xkeyval
diff --git a/print/tex-xkeyval/distinfo b/print/tex-xkeyval/distinfo
new file mode 100644
index 00000000000..00e2ca49eb5
--- /dev/null
+++ b/print/tex-xkeyval/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/25 11:53:15 jmmv Exp $
+
+SHA1 (xkeyval.zip) = 87f354a6449efbeb2a3786e46e8907a59dcbc791
+RMD160 (xkeyval.zip) = 4e59b29399da5915e3a52caec420a0b6990995f8
+Size (xkeyval.zip) = 455774 bytes