pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/tex-xkeyval Initial import of tex-xkeyval, versi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e825445cd0e
branches: trunk
changeset: 529122:0e825445cd0e
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri May 25 11:53:15 2007 +0000
description:
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:
print/tex-xkeyval/DESCR | 6 ++++++
print/tex-xkeyval/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++
print/tex-xkeyval/PLIST | 13 +++++++++++++
print/tex-xkeyval/distinfo | 5 +++++
4 files changed, 65 insertions(+), 0 deletions(-)
diffs (81 lines):
diff -r c2ca33d3cd19 -r 0e825445cd0e print/tex-xkeyval/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xkeyval/DESCR Fri May 25 11:53:15 2007 +0000
@@ -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 -r c2ca33d3cd19 -r 0e825445cd0e print/tex-xkeyval/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xkeyval/Makefile Fri May 25 11:53:15 2007 +0000
@@ -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@localhost
+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 -r c2ca33d3cd19 -r 0e825445cd0e print/tex-xkeyval/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xkeyval/PLIST Fri May 25 11:53:15 2007 +0000
@@ -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 -r c2ca33d3cd19 -r 0e825445cd0e print/tex-xkeyval/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-xkeyval/distinfo Fri May 25 11:53:15 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index