summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-13 00:13:03 +0000
committerminskim <minskim>2009-04-13 00:13:03 +0000
commit13572c40d87352735c3cbb5584e9e186158c6b6e (patch)
treed33585b202d773e199a36c6c68c42b2a135e4e96
parent732d3e5d780e597441b1cd5d6355e0fe2fe4caec (diff)
downloadpkgsrc-13572c40d87352735c3cbb5584e9e186158c6b6e.tar.gz
Simplify TeX Live packages using print/texlive/module.mk.
-rw-r--r--print/tex-bin-dvipdfm/Makefile27
-rw-r--r--print/tex-bin-dvipsk/Makefile27
-rw-r--r--print/tex-bin-kpathsea/Makefile37
-rw-r--r--print/tex-bin-tetex/Makefile27
-rw-r--r--print/tex-bin-texlive/Makefile26
-rw-r--r--print/tex-bin-xdvi/Makefile28
-rw-r--r--print/tex-hyphen-base/Makefile26
7 files changed, 22 insertions, 176 deletions
diff --git a/print/tex-bin-dvipdfm/Makefile b/print/tex-bin-dvipdfm/Makefile
index 40cec4677a7..28cb68d953e 100644
--- a/print/tex-bin-dvipdfm/Makefile
+++ b/print/tex-bin-dvipdfm/Makefile
@@ -1,36 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/12 02:26:40 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 12298
DISTNAME= bin-dvipdfm
PKGNAME= tex-${DISTNAME}-0.13.2d
-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= Supplementary files for dvipdfm
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.include "../../print/kpathsea/texmf.mk"
-
-post-extract:
- ${RM} -rf ${WRKSRC}/texmf/fonts
- ${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
+TEXLIVE_IGNORE_PATTERNS= texmf/fonts
+.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-bin-dvipsk/Makefile b/print/tex-bin-dvipsk/Makefile
index 57fba5c767f..07b85b8ce4b 100644
--- a/print/tex-bin-dvipsk/Makefile
+++ b/print/tex-bin-dvipsk/Makefile
@@ -1,36 +1,15 @@
-# $NetBSD: Makefile,v 1.2 2009/02/26 16:58:56 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 12172
DISTNAME= bin-dvipsk
PKGNAME= tex-${DISTNAME}-2008.12172
-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= Supplementary files for dvipsk
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.include "../../print/kpathsea/texmf.mk"
-
-post-extract:
- ${RM} -rf ${WRKSRC}/texmf/dvips/base
- ${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
+TEXLIVE_IGNORE_PATTERNS= texmf/dvips/base
+.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-bin-kpathsea/Makefile b/print/tex-bin-kpathsea/Makefile
index 62bf5a56fa1..25729fb2437 100644
--- a/print/tex-bin-kpathsea/Makefile
+++ b/print/tex-bin-kpathsea/Makefile
@@ -1,43 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2009/04/11 19:22:11 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 12509
DISTNAME= bin-kpathsea
PKGNAME= tex-${DISTNAME}-2008.12509
-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= Translation tables for TeX
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.include "../../print/kpathsea/texmf.mk"
-
-post-extract:
- ${RM} -f ${WRKSRC}/texmf/web2c/mktex.opt
- ${RM} -f ${WRKSRC}/texmf/web2c/mktexdir
- ${RM} -f ${WRKSRC}/texmf/web2c/mktexdir.opt
- ${RM} -f ${WRKSRC}/texmf/web2c/mktexnam
- ${RM} -f ${WRKSRC}/texmf/web2c/mktexnam.opt
- ${RM} -f ${WRKSRC}/texmf/web2c/mktexupd
- ${RM} -f ${WRKSRC}/texmf/web2c/texmf.cnf
- ${RM} -f ${WRKSRC}/texmf/web2c/fmtutil.cnf
- ${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
+TEXLIVE_IGNORE_PATTERNS= texmf/web2c/fmtutil.cnf \
+ texmf/web2c/mktex.opt \
+ texmf/web2c/mktex[a-z]* \
+ texmf/web2c/texmf.cnf
+.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-bin-tetex/Makefile b/print/tex-bin-tetex/Makefile
index 003d3912a1e..862aeca10da 100644
--- a/print/tex-bin-tetex/Makefile
+++ b/print/tex-bin-tetex/Makefile
@@ -1,36 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2009/04/11 18:49:18 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 12298
DISTNAME= bin-tetex
PKGNAME= tex-${DISTNAME}-3.0.12298
-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= Supplementary files for updmap
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.include "../../print/kpathsea/texmf.mk"
-
-post-extract:
- ${RM} -f ${WRKSRC}/texmf/web2c/updmap.cfg
- ${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
+TEXLIVE_IGNORE_PATTERNS= texmf/web2c/updmap.cfg
+.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-bin-texlive/Makefile b/print/tex-bin-texlive/Makefile
index c1f2bdc9528..32ee3cb3a17 100644
--- a/print/tex-bin-texlive/Makefile
+++ b/print/tex-bin-texlive/Makefile
@@ -1,35 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2009/02/26 16:43:20 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 12181
DISTNAME= bin-texlive
PKGNAME= tex-${DISTNAME}-2008.12181
-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= Executables and files maintained as part of TeX Live
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.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 "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-bin-xdvi/Makefile b/print/tex-bin-xdvi/Makefile
index 81fc0dd019e..83ed0d20e6f 100644
--- a/print/tex-bin-xdvi/Makefile
+++ b/print/tex-bin-xdvi/Makefile
@@ -1,39 +1,17 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/23 08:44:37 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 10592
DISTNAME= bin-xdvi
PKGNAME= tex-${DISTNAME}-22.84.14
-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= Configuration file for xdvik
CONFLICTS+= teTeX-bin<3.0nb25
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.include "../../print/kpathsea/texmf.mk"
-
-post-extract:
- ${RM} -rf ${WRKSRC}/texmf/xdvi/pixmaps
- ${RM} -f ${WRKSRC}/texmf/xdvi/xdvi.cfg
- ${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
+TEXLIVE_IGNORE_PATTERNS= texmf/xdvi/pixmaps texmf/xdvi/xdvi.cfg
+.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-hyphen-base/Makefile b/print/tex-hyphen-base/Makefile
index 3e4cf204603..34cc0116a63 100644
--- a/print/tex-hyphen-base/Makefile
+++ b/print/tex-hyphen-base/Makefile
@@ -1,25 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/06 17:53:40 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/13 00:13:03 minskim Exp $
# TeX Live Revision 11176
DISTNAME= hyphen-base
PKGNAME= tex-${DISTNAME}-2008.11176
-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= TeX hyphenation patterns for English
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= pax
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
PKG_SYSCONFSUBDIR= texmf
MAKE_DIRS+= ${PKG_SYSCONFDIR}/tex/generic/config
@@ -31,14 +18,5 @@ CONF_FILES+= ${PREFIX}/share/texmf/tex/generic/config/language.def \
TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR}
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-.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 "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"