diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-16 03:06:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-16 03:06:56 +0000 |
commit | 9d767f7c029394235b586486b281fe050c5189a1 (patch) | |
tree | e7c0d6cc82fc1021d806e2f4af61c225613363d0 /print/kpathsea | |
parent | 8ab5ae37c6258c4ddaa54440c1e4c9fbf91ff60e (diff) | |
download | pkgsrc-9d767f7c029394235b586486b281fe050c5189a1.tar.gz |
Update kpathsea to the version in TeX Live 2009.
This version removes many obsolete entries in texmf.cnf.
Diffstat (limited to 'print/kpathsea')
-rw-r--r-- | print/kpathsea/Makefile | 17 | ||||
-rw-r--r-- | print/kpathsea/PLIST | 4 | ||||
-rw-r--r-- | print/kpathsea/distinfo | 8 |
3 files changed, 14 insertions, 15 deletions
diff --git a/print/kpathsea/Makefile b/print/kpathsea/Makefile index d2782093f5e..5d01423487f 100644 --- a/print/kpathsea/Makefile +++ b/print/kpathsea/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2009/09/20 18:50:03 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2010/01/16 03:06:56 minskim Exp $ -DISTNAME= luatex-beta-0.40.2 +DISTNAME= texlive-20091011-source PKGNAME= kpathsea-5.0.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print -MASTER_SITES= http://foundry.supelec.fr/gf/download/frsrelease/341/1275/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} +EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/kpathsea/ @@ -15,9 +15,8 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= teTeX-bin<=3.0nb21 CONFLICTS+= teTeX-texmf<=3.0nb5 -EXTRACT_ELEMENTS= ${DISTNAME}/source/build-aux \ - ${DISTNAME}/source/texk/kpathsea \ - ${DISTNAME}/source/texk/make +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/kpathsea PKG_DESTDIR_SUPPORT= user-destdir @@ -25,7 +24,7 @@ GNU_CONFIGURE= yes INFO_FILES= yes USE_LIBTOOL= yes USE_TOOLS+= gmake -WRKSRC= ${WRKDIR}/${DISTNAME}/source/texk/kpathsea +WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpathsea MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} diff --git a/print/kpathsea/PLIST b/print/kpathsea/PLIST index 0150709d989..7a018157df1 100644 --- a/print/kpathsea/PLIST +++ b/print/kpathsea/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 21:16:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/01/16 03:06:56 minskim Exp $ bin/kpseaccess bin/kpsereadlink bin/kpsestat @@ -23,7 +23,6 @@ include/kpathsea/c-proto.h include/kpathsea/c-stat.h include/kpathsea/c-std.h include/kpathsea/c-unistd.h -include/kpathsea/c-vararg.h include/kpathsea/cnf.h include/kpathsea/concatn.h include/kpathsea/config.h @@ -57,6 +56,7 @@ include/kpathsea/tilde.h include/kpathsea/truncate.h include/kpathsea/types.h include/kpathsea/variable.h +include/kpathsea/version.h include/kpathsea/xopendir.h include/kpathsea/xstat.h info/kpathsea.info diff --git a/print/kpathsea/distinfo b/print/kpathsea/distinfo index 78db0cbdcff..93d5b99ff5d 100644 --- a/print/kpathsea/distinfo +++ b/print/kpathsea/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2009/09/20 18:50:03 minskim Exp $ +$NetBSD: distinfo,v 1.7 2010/01/16 03:06:56 minskim Exp $ -SHA1 (luatex-beta-0.40.2.tar.bz2) = 8af574490abb5cbcf9b8c2540ad2f623ec66babe -RMD160 (luatex-beta-0.40.2.tar.bz2) = 2a05f51fdcb869f6398d6e643373ccb99246458f -Size (luatex-beta-0.40.2.tar.bz2) = 7475791 bytes +SHA1 (texlive-20091011-source.tar.xz) = 82fc9fcdb82c63a00f4b08a51733c761cbda897d +RMD160 (texlive-20091011-source.tar.xz) = 81b86cd93e629d6b1b3d7918848dd76babc0d5a9 +Size (texlive-20091011-source.tar.xz) = 29683728 bytes SHA1 (patch-aa) = f22538ddcb94566542984216103da97885377bcf SHA1 (patch-ab) = 241176f612485a800ec94974ab00419c92043243 SHA1 (patch-ac) = cf7a574f78f13b4ff662e97da4b6a4bcfcd002b0 |