diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-06 03:41:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-06 03:41:46 +0000 |
commit | a1d333267370035bca2a1bf56fa391287f7681f6 (patch) | |
tree | cde31c6ba92c68d3860a71ec2145651e45e7a350 /textproc | |
parent | 22ae1080ff0d79384afd5a225a5b5ffe1f789e63 (diff) | |
download | pkgsrc-a1d333267370035bca2a1bf56fa391287f7681f6.tar.gz |
Import mendexk-2.6f as textproc/mendexk.
This is an upper-compatible (but slow) substitute for the makeindex
program which forms part of standard TeX distribution. Mendex features
better Japanese (EUC) support and more.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mendexk/DESCR | 3 | ||||
-rw-r--r-- | textproc/mendexk/Makefile | 34 | ||||
-rw-r--r-- | textproc/mendexk/PLIST | 3 | ||||
-rw-r--r-- | textproc/mendexk/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/textproc/mendexk/DESCR b/textproc/mendexk/DESCR new file mode 100644 index 00000000000..2dfc9358517 --- /dev/null +++ b/textproc/mendexk/DESCR @@ -0,0 +1,3 @@ +This is an upper-compatible (but slow) substitute for the makeindex +program which forms part of standard TeX distribution. Mendex features +better Japanese (EUC) support and more. diff --git a/textproc/mendexk/Makefile b/textproc/mendexk/Makefile new file mode 100644 index 00000000000..5a986e6dffb --- /dev/null +++ b/textproc/mendexk/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/11/06 03:41:46 minskim Exp $ + +DISTNAME= texlive-20100720-source +PKGNAME= mendexk-2.6f +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.tug.org/texlive/ +COMMENT= Replacement for makeindex with many enhancements +LICENSE= modified-bsd + +CONFLICTS+= ja-ptex-bin-[0-9]* + +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/mendexk + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/mendexk + +CONFIGURE_ARGS+= --with-system-kpathsea \ + --with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \ + --with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib \ + --with-system-ptexenc \ + --with-kpathsea-includes=${BUILDLINK_PREFIX.ptexenc}/include \ + --with-kpathsea-libdir=${BUILDLINK_PREFIX.ptexenc}/lib + +.include "../../print/kpathsea/buildlink3.mk" +.include "../../print/ptexenc/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/mendexk/PLIST b/textproc/mendexk/PLIST new file mode 100644 index 00000000000..c97ed32a524 --- /dev/null +++ b/textproc/mendexk/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/11/06 03:41:46 minskim Exp $ +bin/mendex +man/man1/mendex.1 diff --git a/textproc/mendexk/distinfo b/textproc/mendexk/distinfo new file mode 100644 index 00000000000..1734ba99489 --- /dev/null +++ b/textproc/mendexk/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/11/06 03:41:46 minskim Exp $ + +SHA1 (texlive-20100720-source.tar.xz) = 713b861123e3d9e073e2c93d7ed3e13262d82c34 +RMD160 (texlive-20100720-source.tar.xz) = b1120f3377ca45b4d86911b99a95c2e6e45927b5 +Size (texlive-20100720-source.tar.xz) = 33484212 bytes |