pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/teTeX3-texmf Fixed bash and Perl interpreters. T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aba826feb5c0
branches: trunk
changeset: 519752:aba826feb5c0
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Oct 09 03:08:24 2006 +0000
description:
Fixed bash and Perl interpreters. This made it necessary that the distfile
is first extracted into the working directory and later copied.
PKGREVISION++
diffstat:
print/teTeX3-texmf/Makefile | 29 +++++++++++++--------------
print/teTeX3-texmf/distinfo | 3 +-
print/teTeX3-texmf/files/dvipdfm-config.diff | 13 ------------
print/teTeX3-texmf/files/exclude | 1 -
print/teTeX3-texmf/patches/patch-aa | 13 ++++++++++++
5 files changed, 29 insertions(+), 30 deletions(-)
diffs (102 lines):
diff -r 8171d722ff49 -r aba826feb5c0 print/teTeX3-texmf/Makefile
--- a/print/teTeX3-texmf/Makefile Mon Oct 09 02:41:11 2006 +0000
+++ b/print/teTeX3-texmf/Makefile Mon Oct 09 03:08:24 2006 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2006/07/27 00:09:06 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/09 03:08:24 rillig Exp $
#
DISTNAME= tetex-texmf-3.0
-PKGREVISION= 4
PKGNAME= ${DISTNAME:C/tetex/teTeX/}
+PKGREVISION= 5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
-EXTRACT_SUFX= .tar.gz
MAINTAINER= kei%NetBSD.org@localhost,pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.tug.org/tetex/
@@ -14,21 +13,21 @@
CONFLICTS+= teTeX-share-[0-9]*
-WRKSRC= ${WRKDIR}
-EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/tetex
+EXTRACT_DIR= ${WRKSRC}
NO_BUILD= yes
-USE_TOOLS+= patch
-EXTRACT_OPTS= -X ${FILESDIR}/exclude
-EXTRACT_OPTS_TAR= -p
+REPLACE_PERL+= doc/generic/ruhyphen/reduce-patt doc/generic/ruhyphen/sorthyph
+# No dependency on Perl.
+REPLACE_SH+= doc/latex/bibunits/bibtexall doc/latex/multibib/bibtexall
+USE_TOOLS+= sh:run
+
+INSTALLATION_DIRS= share/texmf-dist
+
+post-extract:
+ rm -f ${WRKSRC}/ls-R
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf-dist
- extract_file=${_DISTDIR:Q}/${DISTFILES:Q}; \
- cd ${PREFIX}/share/texmf-dist; ${EXTRACT_CMD}
- cd ${PREFIX}/share/texmf-dist/dvipdfm/config && \
- ${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${FILESDIR}/dvipdfm-config.diff && \
- ${RM} config.orig
+ cd ${WRKSRC} && pax -wr -s ',.*\.orig$$,,' * ${PREFIX}/share/texmf-dist
.include "../../mk/bsd.pkg.mk"
diff -r 8171d722ff49 -r aba826feb5c0 print/teTeX3-texmf/distinfo
--- a/print/teTeX3-texmf/distinfo Mon Oct 09 02:41:11 2006 +0000
+++ b/print/teTeX3-texmf/distinfo Mon Oct 09 03:08:24 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/06/20 16:06:53 minskim Exp $
+$NetBSD: distinfo,v 1.4 2006/10/09 03:08:24 rillig Exp $
SHA1 (tetex-texmf-3.0.tar.gz) = 1be97f57a26a6e9b72ebfd932e45914a959aff16
RMD160 (tetex-texmf-3.0.tar.gz) = a1e87733fa3cbef04e39a690ed8549aeaaddb241
Size (tetex-texmf-3.0.tar.gz) = 91402377 bytes
+SHA1 (patch-aa) = 76a18dd4903700e36048433bd7c3dcd330377163
diff -r 8171d722ff49 -r aba826feb5c0 print/teTeX3-texmf/files/dvipdfm-config.diff
--- a/print/teTeX3-texmf/files/dvipdfm-config.diff Mon Oct 09 02:41:11 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: dvipdfm-config.diff,v 1.1.1.1 2005/03/31 22:12:42 hubertf Exp $
-
---- config.orig 2005-02-09 01:42:24.000000000 +0000
-+++ config 2005-02-09 01:42:31.000000000 +0000
-@@ -17,7 +17,7 @@
-
- % PDF version stamp to use in output file and max version of files
- % allowed to be included (2 for 1.2, 3 for 1.3)
--V 2
-+V 3
-
- % For correct searching / text extraction:
- f cm-dvipdfm-fix.map
diff -r 8171d722ff49 -r aba826feb5c0 print/teTeX3-texmf/files/exclude
--- a/print/teTeX3-texmf/files/exclude Mon Oct 09 02:41:11 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-ls-R
diff -r 8171d722ff49 -r aba826feb5c0 print/teTeX3-texmf/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/teTeX3-texmf/patches/patch-aa Mon Oct 09 03:08:24 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/10/09 03:08:24 rillig Exp $
+
+--- dvipdfm/config/config.orig 2005-02-09 01:42:24.000000000 +0000
++++ dvipdfm/config/config 2005-02-09 01:42:31.000000000 +0000
+@@ -17,7 +17,7 @@
+
+ % PDF version stamp to use in output file and max version of files
+ % allowed to be included (2 for 1.2, 3 for 1.3)
+-V 2
++V 3
+
+ % For correct searching / text extraction:
+ f cm-dvipdfm-fix.map
Home |
Main Index |
Thread Index |
Old Index