pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xindy xindy: add version 2.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4f9105d95cf
branches:  trunk
changeset: 316048:a4f9105d95cf
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Dec 03 19:28:02 2018 +0000

description:
xindy: add version 2.5.1

xindy runtime required by the tex-xindy package

diffstat:

 textproc/xindy/DESCR    |   1 +
 textproc/xindy/Makefile |  39 +++++++++++++++++++++++++++++++++++++++
 textproc/xindy/PLIST    |   4 ++++
 textproc/xindy/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r abcead4d8adc -r a4f9105d95cf textproc/xindy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xindy/DESCR      Mon Dec 03 19:28:02 2018 +0000
@@ -0,0 +1,1 @@
+xindy runtime required by the tex-xindy package.
diff -r abcead4d8adc -r a4f9105d95cf textproc/xindy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xindy/Makefile   Mon Dec 03 19:28:02 2018 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2018/12/03 19:28:02 markd Exp $
+
+DISTNAME=      texlive-20180414-source
+PKGNAME=       xindy-2.5.1
+CATEGORIES=    print
+MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2018/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.tug.org/texlive/
+COMMENT=       xindy runtime required by the tex-xindy package
+LICENSE=       gnu-gpl-v2
+
+EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
+                       ${DISTNAME}/utils/xindy
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    perl gmake
+WRKSRC=                ${WRKDIR}/${DISTNAME}/utils/xindy
+INSTALL_DIRS=  xindy-src/src xindy-src/tex2xindy
+
+CONFIG_GUESS_OVERRIDE+=        ${WRKDIR}/${DISTNAME}/build-aux/config.guess
+CONFIG_SUB_OVERRIDE+=  ${WRKDIR}/${DISTNAME}/build-aux/config.sub
+
+CONFIGURE_ARGS+=       --with-clisp-runtime=default
+CONFIGURE_ARGS+=       --disable-xindy-docs
+CONFIGURE_ARGS+=       --disable-xindy-rules
+
+INSTALLATION_DIRS+=    bin
+
+post-install:
+       cd ${WRKSRC}; ${PKGSRC_SETENV} ${INSTALL_ENV} ${MAKE_ENV} \
+                ${MAKE_PROGRAM} install-exec-hook
+       rm -rf ${DESTDIR}${PREFIX}/man
+
+BUILDLINK_DEPMETHOD.clisp=     build
+.include "../../lang/clisp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r abcead4d8adc -r a4f9105d95cf textproc/xindy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xindy/PLIST      Mon Dec 03 19:28:02 2018 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/03 19:28:02 markd Exp $
+bin/tex2xindy
+bin/xindy.mem
+bin/xindy.run
diff -r abcead4d8adc -r a4f9105d95cf textproc/xindy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xindy/distinfo   Mon Dec 03 19:28:02 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/03 19:28:02 markd Exp $
+
+SHA1 (texlive-20180414-source.tar.xz) = 81bdd9999b6ab860d1d3c388cf27062aba960255
+RMD160 (texlive-20180414-source.tar.xz) = 0ff63bbd7f8a0fb6417089f5d1ae1e4124a1dd95
+SHA512 (texlive-20180414-source.tar.xz) = ecac9b8203d2747be7ba7f82d68096d859fb35713276106d7049035dd3a8cfca07f8a8648982f0317b3812f8480db7326714de32f95998e3e6f73571de2aa140
+Size (texlive-20180414-source.tar.xz) = 49770944 bytes



Home | Main Index | Thread Index | Old Index