pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gtexinfo Install pdftexi2dvi and texi2pdf again....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10d1d51b58d8
branches:  trunk
changeset: 546627:10d1d51b58d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 13:13:30 2008 +0000

description:
Install pdftexi2dvi and texi2pdf again. Bump PKGREVISION.

Suggest installing pdftex/pdflatex for PDF support.
Based on suggestion from Jeremy C. Reed and patch by Aleksey Cheusov.

Remove EXTRACT_SUFX, it was at its default.

diffstat:

 devel/gtexinfo/MESSAGE          |   7 +++++++
 devel/gtexinfo/Makefile         |   5 ++---
 devel/gtexinfo/PLIST            |   6 +++++-
 devel/gtexinfo/distinfo         |   3 +--
 devel/gtexinfo/patches/patch-aa |  13 -------------
 5 files changed, 15 insertions(+), 19 deletions(-)

diffs (85 lines):

diff -r 85296263c17a -r 10d1d51b58d8 devel/gtexinfo/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gtexinfo/MESSAGE    Sat Sep 06 13:13:30 2008 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2008/09/06 13:13:30 wiz Exp $
+
+For PDF support, please install pdftex/pdflatex (included e.g. in
+print/teTeX3-bin).
+
+===========================================================================
diff -r 85296263c17a -r 10d1d51b58d8 devel/gtexinfo/Makefile
--- a/devel/gtexinfo/Makefile   Sat Sep 06 13:06:07 2008 +0000
+++ b/devel/gtexinfo/Makefile   Sat Sep 06 13:13:30 2008 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.72 2008/09/01 17:53:47 christos Exp $
+# $NetBSD: Makefile,v 1.73 2008/09/06 13:13:30 wiz Exp $
 
 DISTNAME=              texinfo-4.12
 PKGNAME=               g${DISTNAME}
-#PKGREVISION=          1
+PKGREVISION=           1
 CATEGORIES=            devel sysutils
 MASTER_SITES=          ${MASTER_SITE_GNU:=texinfo/}
-EXTRACT_SUFX=          .tar.gz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.gnu.org/software/texinfo/texinfo.html
diff -r 85296263c17a -r 10d1d51b58d8 devel/gtexinfo/PLIST
--- a/devel/gtexinfo/PLIST      Sat Sep 06 13:06:07 2008 +0000
+++ b/devel/gtexinfo/PLIST      Sat Sep 06 13:13:30 2008 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.13 2006/03/20 04:23:37 jlam Exp $
+@comment $NetBSD: PLIST,v 1.14 2008/09/06 13:13:30 wiz Exp $
 bin/info
 bin/infokey
 bin/install-info
 bin/makeinfo
+bin/pdftexi2dvi
 bin/texi2dvi
+bin/texi2pdf
 bin/texindex
 info/info-stnd.info
 info/info.info
@@ -12,7 +14,9 @@
 man/man1/infokey.1
 man/man1/install-info.1
 man/man1/makeinfo.1
+man/man1/pdftexi2dvi.1
 man/man1/texi2dvi.1
+man/man1/texi2pdf.1
 man/man1/texindex.1
 man/man5/info.5
 man/man5/texinfo.5
diff -r 85296263c17a -r 10d1d51b58d8 devel/gtexinfo/distinfo
--- a/devel/gtexinfo/distinfo   Sat Sep 06 13:06:07 2008 +0000
+++ b/devel/gtexinfo/distinfo   Sat Sep 06 13:13:30 2008 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.31 2008/09/01 17:53:47 christos Exp $
+$NetBSD: distinfo,v 1.32 2008/09/06 13:13:30 wiz Exp $
 
 SHA1 (texinfo-4.12.tar.gz) = 1587ef35b68ea5d0f7a6801a86977d8b825e2f1b
 RMD160 (texinfo-4.12.tar.gz) = fe234ffd863bd08c145dce4a071b73b5580a33e7
 Size (texinfo-4.12.tar.gz) = 2476832 bytes
-SHA1 (patch-aa) = fac09ee96b34435ea02d85765b68246cbe4d4c75
 SHA1 (patch-ab) = c2be57386d1dfd610de5fad423be0fa11036ffda
 SHA1 (patch-ac) = b5b2ecbff959fb435de77fc73c555903ef7ba271
 SHA1 (patch-aj) = 8a215583bab47628a350cfb3874eef4930d255e9
diff -r 85296263c17a -r 10d1d51b58d8 devel/gtexinfo/patches/patch-aa
--- a/devel/gtexinfo/patches/patch-aa   Sat Sep 06 13:06:07 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.16 2008/09/01 17:53:47 christos Exp $
-
---- util/Makefile.in.orig      2008-04-18 10:34:58.000000000 +0300
-+++ util/Makefile.in   2008-09-01 19:48:06.000000000 +0300
-@@ -426,7 +426,7 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--bin_SCRIPTS = texi2dvi texi2pdf pdftexi2dvi
-+bin_SCRIPTS = texi2dvi
- AM_CPPFLAGS = \
-   -I$(top_srcdir)                             \
-   -I$(top_srcdir)/gnulib/lib                  \



Home | Main Index | Thread Index | Old Index