pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-passivetex Import tex-passivetex from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90c91323bc8b
branches:  trunk
changeset: 503041:90c91323bc8b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 13 06:35:20 2005 +0000

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

 print/tex-passivetex/DESCR    |   4 ++++
 print/tex-passivetex/Makefile |  29 +++++++++++++++++++++++++++++
 print/tex-passivetex/PLIST    |   9 +++++++++
 print/tex-passivetex/distinfo |   5 +++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 74460bdd9436 -r 90c91323bc8b print/tex-passivetex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-passivetex/DESCR        Sun Nov 13 06:35:20 2005 +0000
@@ -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 -r 74460bdd9436 -r 90c91323bc8b print/tex-passivetex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-passivetex/Makefile     Sun Nov 13 06:35:20 2005 +0000
@@ -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@localhost
+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 -r 74460bdd9436 -r 90c91323bc8b print/tex-passivetex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-passivetex/PLIST        Sun Nov 13 06:35:20 2005 +0000
@@ -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 -r 74460bdd9436 -r 90c91323bc8b print/tex-passivetex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-passivetex/distinfo     Sun Nov 13 06:35:20 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index