diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-13 06:35:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-13 06:35:20 +0000 |
commit | 93989bd0d18748177577eac2f06687ccc017b0b6 (patch) | |
tree | e29fa765859daf7d923117d7d9b56cfd6c94473f /print | |
parent | e8f2a5b610f29c01324a6ec32d0da211cbfc1813 (diff) | |
download | pkgsrc-93989bd0d18748177577eac2f06687ccc017b0b6.tar.gz |
Import tex-passivetex from pkgsrc-wip.
PassiveTeX is a library of TeX macros which can be used to process an
XML document which results from an XSL transformation to formatting
objects. PassiveTeX provides a rapid development environment for
experimenting with XSL FO, using a reliable pre-existing formatter.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-passivetex/DESCR | 4 | ||||
-rw-r--r-- | print/tex-passivetex/Makefile | 29 | ||||
-rw-r--r-- | print/tex-passivetex/PLIST | 9 | ||||
-rw-r--r-- | print/tex-passivetex/distinfo | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/print/tex-passivetex/DESCR b/print/tex-passivetex/DESCR new file mode 100644 index 00000000000..03e8ddd39bc --- /dev/null +++ b/print/tex-passivetex/DESCR @@ -0,0 +1,4 @@ +PassiveTeX is a library of TeX macros which can be used to process an +XML document which results from an XSL transformation to formatting +objects. PassiveTeX provides a rapid development environment for +experimenting with XSL FO, using a reliable pre-existing formatter. diff --git a/print/tex-passivetex/Makefile b/print/tex-passivetex/Makefile new file mode 100644 index 00000000000..d375e6e81e4 --- /dev/null +++ b/print/tex-passivetex/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 06:35:20 minskim Exp $ +# + +DISTNAME= passivetex +PKGNAME= tex-${DISTNAME}-1.24 +CATEGORIES= print +MASTER_SITES= http://www.tei-c.org/Software/passivetex/ +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tei-c.org/Software/passivetex/ +COMMENT= TeX macros for formatting objects + +DEPENDS+= tex-xmltex>=1.9:../../textproc/tex-xmltex + +DIST_SUBDIR= ${PKGNAME_NOREV} +NO_CONFIGURE= yes +NO_BUILD= yes + +.include "../../print/teTeX/module.mk" + +do-install: + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/passivetex +.for f in dummyels.sty fotex.xmt fotex.sty mlnames.sty \ + nomulticol.sty ucharacters.sty unicode.sty + ${INSTALL_DATA} ${WRKSRC}/${f} ${PKG_LOCALTEXMFPREFIX}/tex/passivetex +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-passivetex/PLIST b/print/tex-passivetex/PLIST new file mode 100644 index 00000000000..60e6b9ee81d --- /dev/null +++ b/print/tex-passivetex/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 06:35:20 minskim Exp $ +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/dummyels.sty +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/fotex.sty +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/fotex.xmt +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/mlnames.sty +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/nomulticol.sty +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/ucharacters.sty +${PKG_LOCALTEXMFPREFIX}/tex/passivetex/unicode.sty +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/passivetex diff --git a/print/tex-passivetex/distinfo b/print/tex-passivetex/distinfo new file mode 100644 index 00000000000..991c464074d --- /dev/null +++ b/print/tex-passivetex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/13 06:35:20 minskim Exp $ + +SHA1 (tex-passivetex-1.24/passivetex.zip) = cd299a0e051d9c1d761f0df874b288f708cb07cf +RMD160 (tex-passivetex-1.24/passivetex.zip) = 3d54bc42e763446990eaac566b18b8d344f46e07 +Size (tex-passivetex-1.24/passivetex.zip) = 1190258 bytes |