pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rubber Update rubber to 1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c674abd4e50d
branches:  trunk
changeset: 511076:c674abd4e50d
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Apr 08 22:55:59 2006 +0000

description:
Update rubber to 1.1

Remove patch-ab, as it has been applied upstream (no dependency over gmake)

Version 1.1 (2006-03-17)
* Features
- Support for user-defined conversion rules.
- Support for xindy and sam2p.
- Improved fig2dev support.
- Experimental cache system.
* Bugfixes
- Better parsing of log files.
- Improved error reporting (including for BibTeX and Metapost).
- Better handling of verbatim environments.
- Many other fixes.

diffstat:

 textproc/rubber/Makefile         |   5 ++---
 textproc/rubber/PLIST            |   8 ++++++--
 textproc/rubber/distinfo         |   9 ++++-----
 textproc/rubber/patches/patch-ab |  28 ----------------------------
 4 files changed, 12 insertions(+), 38 deletions(-)

diffs (100 lines):

diff -r 7ee20e4bd18f -r c674abd4e50d textproc/rubber/Makefile
--- a/textproc/rubber/Makefile  Sat Apr 08 22:55:40 2006 +0000
+++ b/textproc/rubber/Makefile  Sat Apr 08 22:55:59 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2006/04/08 05:12:12 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/08 22:55:59 tonio Exp $
 #
 
-DISTNAME=              rubber-1.0
-PKGREVISION=           3
+DISTNAME=              rubber-1.1
 CATEGORIES=            textproc
 MASTER_SITES=          http://ebeffara.free.fr/pub/
 
diff -r 7ee20e4bd18f -r c674abd4e50d textproc/rubber/PLIST
--- a/textproc/rubber/PLIST     Sat Apr 08 22:55:40 2006 +0000
+++ b/textproc/rubber/PLIST     Sat Apr 08 22:55:59 2006 +0000
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.3 2006/04/08 05:12:12 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/04/08 22:55:59 tonio Exp $
 bin/rubber
 bin/rubber-info
 bin/rubber-pipe
 info/rubber.info
+info/rubber.info
 man/fr/man1/rubber-info.1
 man/fr/man1/rubber-pipe.1
 man/fr/man1/rubber.1
 man/man1/rubber-info.1
 man/man1/rubber-pipe.1
 man/man1/rubber.1
+share/rubber/rules.ini
 share/rubber/rubber/__init__.py
 share/rubber/rubber/__init__.pyc
 share/rubber/rubber/cmd_info.py
@@ -80,14 +82,16 @@
 share/rubber/rubber/util.py
 share/rubber/rubber/util.pyc
 share/rubber/rubber/version.py
+share/rubber/rubber/version.py
 share/rubber/rubber/version.pyc
 share/rubber/modules/aleph.rub
 share/rubber/modules/beamer.rub
 share/rubber/modules/etex.rub
 share/rubber/modules/hyperref.rub
 share/rubber/modules/minitoc-hyper.rub
+share/rubber/modules/ntheroem.rub
 share/rubber/modules/omega.rub
-share/rubber/rules.ini
+share/rubber/modules/revtex4.rub
 @dirrm share/rubber/rubber/rules/latex
 @dirrm share/rubber/rubber/rules
 @dirrm share/rubber/rubber
diff -r 7ee20e4bd18f -r c674abd4e50d textproc/rubber/distinfo
--- a/textproc/rubber/distinfo  Sat Apr 08 22:55:40 2006 +0000
+++ b/textproc/rubber/distinfo  Sat Apr 08 22:55:59 2006 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/10/17 17:12:04 tonio Exp $
+$NetBSD: distinfo,v 1.5 2006/04/08 22:55:59 tonio Exp $
 
-SHA1 (rubber-1.0.tar.gz) = b58a857e69129a319e454010001bf01e20bcd11d
-RMD160 (rubber-1.0.tar.gz) = fb5f241f6a1a20c8a85f3a88b36cb9553329ea19
-Size (rubber-1.0.tar.gz) = 76225 bytes
+SHA1 (rubber-1.1.tar.gz) = c1693bb6f4534a72479a40cda68212879a761fea
+RMD160 (rubber-1.1.tar.gz) = 7c44106210c64ab51b0b894ef03c3672c2fe298f
+Size (rubber-1.1.tar.gz) = 83795 bytes
 SHA1 (patch-aa) = 13063478ceac61e64375773084e824f5b4471f2d
-SHA1 (patch-ab) = f31ef78cee9084e8176d869021ea956bb17c479a
diff -r 7ee20e4bd18f -r c674abd4e50d textproc/rubber/patches/patch-ab
--- a/textproc/rubber/patches/patch-ab  Sat Apr 08 22:55:40 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/10/17 17:12:04 tonio Exp $
-
---- Makefile.in.orig   2004-01-20 14:09:14.000000000 +0100
-+++ Makefile.in
-@@ -11,17 +11,18 @@ mandir = @mandir@
- 
- all:
-       @python@ setup.py build
--      $(MAKE) -C doc all
-+      cd doc && $(MAKE) all
- 
- clean: clean-local
--      $(MAKE) -C doc clean
-+      cd doc && $(MAKE) clean
-+
- clean-local:
-       rm -rf build dist MANIFEST
--      find \( -name '*~' -or -name '*.py[co]' \) -exec rm {} \;
-+      find . \( -name '*~' -or -name '*.py[co]' \) -exec rm {} \;
- 
- distclean: clean-local
--      rm -f rubber.spec Makefile rubber settings.py src/version.py
--      $(MAKE) -C doc distclean
-+      rm -f rubber.spec Makefile rubber rubber-info rubber-pipe settings.py src/version.py
-+      cd doc && $(MAKE) distclean
- 
- install:
-       @python@ setup.py inst ${prefix}



Home | Main Index | Thread Index | Old Index