tex-plain is in pkgsrc.
This commit is contained in:
parent
e987fdcee9
commit
494eba7a26
5 changed files with 1 additions and 76 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3363 2009/04/13 07:14:23 minskim Exp $
|
||||
# $Id: Makefile,v 1.3364 2009/04/13 07:21:58 minskim Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -1906,7 +1906,6 @@ SUBDIR+= tex-luatex
|
|||
SUBDIR+= tex-luatex-doc
|
||||
SUBDIR+= tex-metafont
|
||||
SUBDIR+= tex-pdftex
|
||||
SUBDIR+= tex-plain
|
||||
SUBDIR+= texlive
|
||||
SUBDIR+= texlive-bin
|
||||
SUBDIR+= texlive-texmf-base
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
The file plain.tex is used to build the Plain TeX format, as described
|
||||
in the TeXbook.
|
|
@ -1,40 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/03/07 02:18:53 minskim Exp $
|
||||
# TeX Live Revision 9267
|
||||
|
||||
DISTNAME= plain
|
||||
PKGNAME= tex-${DISTNAME}-3.14159265
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/tlnet/2008/archive/}
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
EXTRACT_SUFX= .tar.lzma
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://www.tug.org/texlive/
|
||||
COMMENT= The Plain TeX format
|
||||
|
||||
CONFLICTS+= teTeX-texmf-[0-9]*
|
||||
DEPENDS+= tex-cm-[0-9]*:../../wip/tex-cm
|
||||
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
|
||||
DEPENDS+= tex-misc-[0-9]*:../../wip/tex-misc
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pax
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
|
||||
|
||||
.include "../../print/kpathsea/texmf.mk"
|
||||
|
||||
post-extract:
|
||||
${FIND} ${WRKSRC}/texmf* -type d -exec ${CHMOD} ${PKGDIRMODE} {} \;
|
||||
${FIND} ${WRKSRC}/texmf* -type f -exec ${CHMOD} ${SHAREMODE} {} \;
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && \
|
||||
pax -rwpm -s ',.*\.orig$$,,' texmf* ${DESTDIR}${PREFIX}/share
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,27 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/12 02:43:31 minskim Exp $
|
||||
share/texmf-dist/makeindex/plain/plaintex.ist
|
||||
share/texmf-dist/tex/plain/base/fontchart.tex
|
||||
share/texmf-dist/tex/plain/base/gkpmac.tex
|
||||
share/texmf-dist/tex/plain/base/letter.tex
|
||||
share/texmf-dist/tex/plain/base/list.tex
|
||||
share/texmf-dist/tex/plain/base/llist.tex
|
||||
share/texmf-dist/tex/plain/base/manmac.tex
|
||||
share/texmf-dist/tex/plain/base/mftmac.tex
|
||||
share/texmf-dist/tex/plain/base/mptmac.tex
|
||||
share/texmf-dist/tex/plain/base/picmac.tex
|
||||
share/texmf-dist/tex/plain/base/plain.tex
|
||||
share/texmf-dist/tex/plain/base/story.tex
|
||||
share/texmf-dist/tex/plain/base/testfont.tex
|
||||
share/texmf-dist/tex/plain/base/webmac.tex
|
||||
share/texmf-dist/tex/plain/base/wlist.tex
|
||||
share/texmf-dist/tex/plain/config/aleph.ini
|
||||
share/texmf-dist/tex/plain/config/bplain.ini
|
||||
share/texmf-dist/tex/plain/config/etex.ini
|
||||
share/texmf-dist/tex/plain/config/luatex.ini
|
||||
share/texmf-dist/tex/plain/config/omega.ini
|
||||
share/texmf-dist/tex/plain/config/pdfbplain.ini
|
||||
share/texmf-dist/tex/plain/config/pdfetex.ini
|
||||
share/texmf-dist/tex/plain/config/pdfluatex.ini
|
||||
share/texmf-dist/tex/plain/config/pdftexmagfix.tex
|
||||
share/texmf-dist/tex/plain/config/tex.ini
|
||||
share/texmf-dist/tex/plain/config/xetex.ini
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/12/12 02:43:31 minskim Exp $
|
||||
|
||||
SHA1 (tex-plain-3.14159265/plain.tar.lzma) = 6011a04d8030eb8c72a23d4c55551c5007068eca
|
||||
RMD160 (tex-plain-3.14159265/plain.tar.lzma) = ecb50bf898db3a97c63dc97c3389ccd9b8bc4ac7
|
||||
Size (tex-plain-3.14159265/plain.tar.lzma) = 41914 bytes
|
Loading…
Reference in a new issue