pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-ydoc Import tex-ydoc-0.6alpha as print/tex-y...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c37c505ac619
branches:  trunk
changeset: 646511:c37c505ac619
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Feb 10 02:47:54 2015 +0000

description:
Import tex-ydoc-0.6alpha as print/tex-ydoc.

'ydoc' provides macros and environments to document LaTeX packages and
classes.  It is an alternative to the 'ltxdoc' class and 'doc' package.  It
targets a different layout and tries to provide more modern styles (xcolor,
hyperref, etc.).

This is an alpha release. It should not be used yet for other packages.

diffstat:

 print/tex-ydoc/DEINSTALL |   2 ++
 print/tex-ydoc/DESCR     |   6 ++++++
 print/tex-ydoc/INSTALL   |   2 ++
 print/tex-ydoc/Makefile  |  38 ++++++++++++++++++++++++++++++++++++++
 print/tex-ydoc/PLIST     |   8 ++++++++
 print/tex-ydoc/distinfo  |   5 +++++
 6 files changed, 61 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r 36f651961cb5 -r c37c505ac619 print/tex-ydoc/DEINSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ydoc/DEINSTALL  Tue Feb 10 02:47:54 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+texhash
diff -r 36f651961cb5 -r c37c505ac619 print/tex-ydoc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ydoc/DESCR      Tue Feb 10 02:47:54 2015 +0000
@@ -0,0 +1,6 @@
+'ydoc' provides macros and environments to document LaTeX packages and
+classes.  It is an alternative to the 'ltxdoc' class and 'doc' package.  It
+targets a different layout and tries to provide more modern styles (xcolor,
+hyperref, etc.).
+
+This is an alpha release. It should not be used yet for other packages.
diff -r 36f651961cb5 -r c37c505ac619 print/tex-ydoc/INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ydoc/INSTALL    Tue Feb 10 02:47:54 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+texhash
diff -r 36f651961cb5 -r c37c505ac619 print/tex-ydoc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ydoc/Makefile   Tue Feb 10 02:47:54 2015 +0000
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1 2015/02/10 02:47:54 mef Exp $
+
+DISTNAME=      ydoc
+# actually  0.6 alpha
+PKGNAME=       tex-${DISTNAME}-0.6alpha
+CATEGORIES=    print
+MASTER_SITES=  http://mirrors.ctan.org/install/macros/latex/contrib/
+EXTRACT_SUFX=  .tds.zip
+
+HOMEPAGE=      http://www.ctan.org/tex-archive/macros/latex/contrib/ydoc
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Macros for documentation of LaTeX classes and packages
+LICENSE=       lppl-1.3c
+
+BUILD_DEPENDS+=        web2c-[0-9]*:../../print/web2c
+BUILD_DEPENDS+=        tex-tetex-[0-9]*:../../print/tex-tetex
+BUILD_DEPENDS+=        teTeX-texmf-[0-9]*:../../print/teTeX3-texmf
+
+WRKSRC=                ${WRKDIR}
+DIST_SUBDIR=   ydoc-${PKGVERSION_NOREV}
+INSTALL_PATH=  share/texmf-dist/tex/latex/ydoc
+AUTO_MKDIRS=   yes
+
+do-build:
+       (cd ${WRKDIR}/source/latex/ydoc; tex ydoc.dtx;)
+
+do-install:
+.for i in ydoc.cls ydocstrip.tex ydocincl.tex
+       (cd ${WRKDIR}/source/latex/ydoc; \
+       ${INSTALL_DATA} ${i} ${DESTDIR}${PREFIX}/${INSTALL_PATH} )
+.endfor
+.for i in code desc expl doc
+       (cd ${WRKDIR}/source/latex/ydoc; \
+       ${INSTALL_DATA} ydoc-${i}.sty ${DESTDIR}${PREFIX}/${INSTALL_PATH} )
+.endfor
+
+.include "../../print/kpathsea/texmf.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 36f651961cb5 -r c37c505ac619 print/tex-ydoc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ydoc/PLIST      Tue Feb 10 02:47:54 2015 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/10 02:47:54 mef Exp $
+share/texmf-dist/tex/latex/ydoc/ydoc-code.sty
+share/texmf-dist/tex/latex/ydoc/ydoc-desc.sty
+share/texmf-dist/tex/latex/ydoc/ydoc-doc.sty
+share/texmf-dist/tex/latex/ydoc/ydoc-expl.sty
+share/texmf-dist/tex/latex/ydoc/ydoc.cls
+share/texmf-dist/tex/latex/ydoc/ydocincl.tex
+share/texmf-dist/tex/latex/ydoc/ydocstrip.tex
diff -r 36f651961cb5 -r c37c505ac619 print/tex-ydoc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-ydoc/distinfo   Tue Feb 10 02:47:54 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/10 02:47:54 mef Exp $
+
+SHA1 (ydoc-0.6alpha/ydoc.tds.zip) = 4aeee82e708bc06552283d0877af01cc337f99ca
+RMD160 (ydoc-0.6alpha/ydoc.tds.zip) = 9c4004065ab17b190b55b4c46e7e4195a8ebf452
+Size (ydoc-0.6alpha/ydoc.tds.zip) = 352839 bytes



Home | Main Index | Thread Index | Old Index