Import tex-texdoc-2011 as print/tex-texdoc.
TeXdoc is a script for easy access to the package documentation of TeX distributions (i.e., .dvi, .pdf or .ps files on the $TEXDOCS tree).
This commit is contained in:
parent
42bdb8576d
commit
6404957e02
4 changed files with 52 additions and 0 deletions
3
print/tex-texdoc/DESCR
Normal file
3
print/tex-texdoc/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
TeXdoc is a script for easy access to the package documentation of
|
||||
TeX distributions (i.e., .dvi, .pdf or .ps files on the $TEXDOCS
|
||||
tree).
|
26
print/tex-texdoc/Makefile
Normal file
26
print/tex-texdoc/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/02/09 21:20:31 minskim Exp $
|
||||
|
||||
DISTNAME= texdoc
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-2011
|
||||
TEXLIVE_REV= 24354
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Documentation access for TeX distributions
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
CONFLICTS+= teTeX-bin<3.0nb50
|
||||
DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk
|
||||
|
||||
REPLACE_PERL= bin/texdoctk
|
||||
REPLACE_TEXLUA= bin/texdoc
|
||||
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf ${PREFIX}/share/texmf-dist
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${WRKSRC}/bin
|
||||
${MV} ${WRKSRC}/texmf/scripts/tetex/texdoctk.pl ${WRKSRC}/bin/texdoctk
|
||||
${RMDIR} ${WRKSRC}/texmf/scripts/tetex
|
||||
${MV} ${WRKSRC}/texmf/scripts/texdoc/texdoc.tlu ${WRKSRC}/bin/texdoc
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
18
print/tex-texdoc/PLIST
Normal file
18
print/tex-texdoc/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/09 21:20:31 minskim Exp $
|
||||
bin/texdoc
|
||||
bin/texdoctk
|
||||
share/texmf-dist/texdoc/texdoc.cnf
|
||||
share/texmf/scripts/texdoc/Data.meta.lua
|
||||
share/texmf/scripts/texdoc/Data.tlpdb.lua
|
||||
share/texmf/scripts/texdoc/alias.tlu
|
||||
share/texmf/scripts/texdoc/config.tlu
|
||||
share/texmf/scripts/texdoc/constants.tlu
|
||||
share/texmf/scripts/texdoc/functions.tlu
|
||||
share/texmf/scripts/texdoc/main.tlu
|
||||
share/texmf/scripts/texdoc/score.tlu
|
||||
share/texmf/scripts/texdoc/search.tlu
|
||||
share/texmf/scripts/texdoc/texdoclib.tlu
|
||||
share/texmf/scripts/texdoc/view.tlu
|
||||
share/texmf/texdoctk/texdocrc-win32.defaults
|
||||
share/texmf/texdoctk/texdocrc.defaults
|
||||
share/texmf/texdoctk/texdoctk.dat
|
5
print/tex-texdoc/distinfo
Normal file
5
print/tex-texdoc/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/02/09 21:20:31 minskim Exp $
|
||||
|
||||
SHA1 (tex-texdoc-24354/texdoc.tar.xz) = 2962b2e5c9347d4bb9e10dbfc39b111098b21cde
|
||||
RMD160 (tex-texdoc-24354/texdoc.tar.xz) = c979727069261a6a5af8b665a90585880a7ac103
|
||||
Size (tex-texdoc-24354/texdoc.tar.xz) = 140624 bytes
|
Loading…
Reference in a new issue