pkgsrc-Bugs archive

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

pkg/43966: [PATCH] print/auctex 11.84 -> 11.86



>Number:         43966
>Category:       pkg
>Synopsis:       [PATCH] print/auctex 11.84 -> 11.86
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 13 13:15:00 +0000 2010
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.0_STABLE
>Organization:
KINU Corporation
>Environment:
        
        
System: NetBSD modena 5.0_STABLE NetBSD 5.0_STABLE (XEN3_DOM0) #0: Wed Apr 7 
02:17:52 UTC 2010 
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5/amd64/201004070000Z-obj/home/builds/ab/netbsd-5/src/sys/arch/amd64/compile/XEN3_DOM0
 amd64
Architecture: x86_64
Machine: amd64
>Description:

News in 11.86
=============

   * Parsing of LaTeX output was improved.  It is now less likely that
     AUCTeX opens a non-existent file upon calling `TeX-next-error'; a
     problem for example encountered when using MiKTeX 2.8.  In addition
     quoted file names as emitted by MiKTeX are now supported.

   * A new framework for the definition and selection of viewers was
     implemented.  If you have customizations regarding viewers you
     will have to redo them in this new framework or reenable the old
     one.  See the section on viewers in the manual for details.

   * Comprehensive editing support for PSTricks was added.

   * Support for various LaTeX packages was added, e.g. `tabularx',
     `CJK', and `hyperref'.

   * An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX,
     Omega) was added.

   * Support for SyncTeX was added.  This involves the command line
     options for LaTeX and the viewer.

   * Folding can now be customized to use macro arguments as replacement
     text.

   * `preview.sty' now works with XeTeX.

   * A lot of smaller and larger bugs have been squashed.

News in 11.85
=============

   * Font locking has been improved significantly.  It is now less
     prone to color bleeding which could lead to high resource usage.
     In addition it now includes information about LaTeX macro syntax
     and can indicate syntactically incorrect macros in LaTeX mode.

   * The license was updated to GPLv3.

   * Support for the nomencl, flashcards and comment LaTeX packages as
     well as the Icelandic language option of babel were added.

   * Support for folding of math macros was added.

   * Lots of minor bugs in features and documentation fixed.

>How-To-Repeat:
        cd pkgsrc/print/auctex; make package-install
>Fix:
        

Index: print/auctex/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/print/auctex/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- print/auctex/Makefile       6 Aug 2009 01:44:55 -0000       1.36
+++ print/auctex/Makefile       13 Oct 2010 12:25:13 -0000
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.36 2009/08/06 01:44:55 minskim Exp $
 
-DISTNAME=              auctex-11.84
+DISTNAME=              auctex-11.86
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=
 CATEGORIES=            print
 MASTER_SITES=          ${MASTER_SITE_GNU:=auctex/}
 
Index: print/auctex/PLIST
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/print/auctex/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- print/auctex/PLIST  14 Jun 2009 18:11:53 -0000      1.13
+++ print/auctex/PLIST  13 Oct 2010 12:26:18 -0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.13 2009/06/14 18:11:53 joerg Exp $
-${EMACS_INFOPREFIX}/auctex.info
+@comment $NetBSD$
+info/auctex.info
+share/doc/auctex/tex-ref.pdf
 ${EMACS_LISPPREFIX}/auctex.el
 ${EMACS_LISPPREFIX}/auctex/bib-cite.el
 ${EMACS_LISPPREFIX}/auctex/bib-cite.elc
@@ -43,6 +44,10 @@
 ${EMACS_LISPPREFIX}/auctex/multi-prompt.el
 ${EMACS_LISPPREFIX}/auctex/multi-prompt.elc
 ${EMACS_LISPPREFIX}/auctex/style/.nosearch
+${EMACS_LISPPREFIX}/auctex/style/CJK.el
+${EMACS_LISPPREFIX}/auctex/style/CJK.elc
+${EMACS_LISPPREFIX}/auctex/style/CJKutf8.el
+${EMACS_LISPPREFIX}/auctex/style/CJKutf8.elc
 ${EMACS_LISPPREFIX}/auctex/style/MinionPro.el
 ${EMACS_LISPPREFIX}/auctex/style/MinionPro.elc
 ${EMACS_LISPPREFIX}/auctex/style/alltt.el
@@ -67,6 +72,8 @@
 ${EMACS_LISPPREFIX}/auctex/style/amsthm.elc
 ${EMACS_LISPPREFIX}/auctex/style/article.el
 ${EMACS_LISPPREFIX}/auctex/style/article.elc
+${EMACS_LISPPREFIX}/auctex/style/austrian.el
+${EMACS_LISPPREFIX}/auctex/style/austrian.elc
 ${EMACS_LISPPREFIX}/auctex/style/babel.el
 ${EMACS_LISPPREFIX}/auctex/style/babel.elc
 ${EMACS_LISPPREFIX}/auctex/style/beamer.el
@@ -75,8 +82,12 @@
 ${EMACS_LISPPREFIX}/auctex/style/book.elc
 ${EMACS_LISPPREFIX}/auctex/style/booktabs.el
 ${EMACS_LISPPREFIX}/auctex/style/booktabs.elc
+${EMACS_LISPPREFIX}/auctex/style/bulgarian.el
+${EMACS_LISPPREFIX}/auctex/style/bulgarian.elc
 ${EMACS_LISPPREFIX}/auctex/style/captcont.el
 ${EMACS_LISPPREFIX}/auctex/style/captcont.elc
+${EMACS_LISPPREFIX}/auctex/style/comment.el
+${EMACS_LISPPREFIX}/auctex/style/comment.elc
 ${EMACS_LISPPREFIX}/auctex/style/csquotes.el
 ${EMACS_LISPPREFIX}/auctex/style/csquotes.elc
 ${EMACS_LISPPREFIX}/auctex/style/czech.el
@@ -99,6 +110,8 @@
 ${EMACS_LISPPREFIX}/auctex/style/epsf.elc
 ${EMACS_LISPPREFIX}/auctex/style/fancyref.el
 ${EMACS_LISPPREFIX}/auctex/style/fancyref.elc
+${EMACS_LISPPREFIX}/auctex/style/flashcards.el
+${EMACS_LISPPREFIX}/auctex/style/flashcards.elc
 ${EMACS_LISPPREFIX}/auctex/style/foils.el
 ${EMACS_LISPPREFIX}/auctex/style/foils.elc
 ${EMACS_LISPPREFIX}/auctex/style/francais.el
@@ -113,6 +126,10 @@
 ${EMACS_LISPPREFIX}/auctex/style/graphicx.elc
 ${EMACS_LISPPREFIX}/auctex/style/harvard.el
 ${EMACS_LISPPREFIX}/auctex/style/harvard.elc
+${EMACS_LISPPREFIX}/auctex/style/hyperref.el
+${EMACS_LISPPREFIX}/auctex/style/hyperref.elc
+${EMACS_LISPPREFIX}/auctex/style/icelandic.el
+${EMACS_LISPPREFIX}/auctex/style/icelandic.elc
 ${EMACS_LISPPREFIX}/auctex/style/index.el
 ${EMACS_LISPPREFIX}/auctex/style/index.elc
 ${EMACS_LISPPREFIX}/auctex/style/inputenc.el
@@ -153,14 +170,20 @@
 ${EMACS_LISPPREFIX}/auctex/style/makeidx.elc
 ${EMACS_LISPPREFIX}/auctex/style/mdwlist.el
 ${EMACS_LISPPREFIX}/auctex/style/mdwlist.elc
+${EMACS_LISPPREFIX}/auctex/style/multido.el
+${EMACS_LISPPREFIX}/auctex/style/multido.elc
 ${EMACS_LISPPREFIX}/auctex/style/multind.el
 ${EMACS_LISPPREFIX}/auctex/style/multind.elc
 ${EMACS_LISPPREFIX}/auctex/style/natbib.el
 ${EMACS_LISPPREFIX}/auctex/style/natbib.elc
+${EMACS_LISPPREFIX}/auctex/style/naustrian.el
+${EMACS_LISPPREFIX}/auctex/style/naustrian.elc
 ${EMACS_LISPPREFIX}/auctex/style/ngerman.el
 ${EMACS_LISPPREFIX}/auctex/style/ngerman.elc
 ${EMACS_LISPPREFIX}/auctex/style/nicefrac.el
 ${EMACS_LISPPREFIX}/auctex/style/nicefrac.elc
+${EMACS_LISPPREFIX}/auctex/style/nomencl.el
+${EMACS_LISPPREFIX}/auctex/style/nomencl.elc
 ${EMACS_LISPPREFIX}/auctex/style/paralist.el
 ${EMACS_LISPPREFIX}/auctex/style/paralist.elc
 ${EMACS_LISPPREFIX}/auctex/style/pdfsync.el
@@ -177,8 +200,20 @@
 ${EMACS_LISPPREFIX}/auctex/style/prosper.elc
 ${EMACS_LISPPREFIX}/auctex/style/psfig.el
 ${EMACS_LISPPREFIX}/auctex/style/psfig.elc
+${EMACS_LISPPREFIX}/auctex/style/pst-grad.el
+${EMACS_LISPPREFIX}/auctex/style/pst-grad.elc
+${EMACS_LISPPREFIX}/auctex/style/pst-node.el
+${EMACS_LISPPREFIX}/auctex/style/pst-node.elc
+${EMACS_LISPPREFIX}/auctex/style/pst-plot.el
+${EMACS_LISPPREFIX}/auctex/style/pst-plot.elc
+${EMACS_LISPPREFIX}/auctex/style/pst-slpe.el
+${EMACS_LISPPREFIX}/auctex/style/pst-slpe.elc
+${EMACS_LISPPREFIX}/auctex/style/pstricks.el
+${EMACS_LISPPREFIX}/auctex/style/pstricks.elc
 ${EMACS_LISPPREFIX}/auctex/style/report.el
 ${EMACS_LISPPREFIX}/auctex/style/report.elc
+${EMACS_LISPPREFIX}/auctex/style/ruby.el
+${EMACS_LISPPREFIX}/auctex/style/ruby.elc
 ${EMACS_LISPPREFIX}/auctex/style/scrartcl.el
 ${EMACS_LISPPREFIX}/auctex/style/scrartcl.elc
 ${EMACS_LISPPREFIX}/auctex/style/scrbase.el
@@ -191,6 +226,8 @@
 ${EMACS_LISPPREFIX}/auctex/style/scrpage2.elc
 ${EMACS_LISPPREFIX}/auctex/style/scrreprt.el
 ${EMACS_LISPPREFIX}/auctex/style/scrreprt.elc
+${EMACS_LISPPREFIX}/auctex/style/shortvrb.el
+${EMACS_LISPPREFIX}/auctex/style/shortvrb.elc
 ${EMACS_LISPPREFIX}/auctex/style/slides.el
 ${EMACS_LISPPREFIX}/auctex/style/slides.elc
 ${EMACS_LISPPREFIX}/auctex/style/slovak.el
@@ -199,6 +236,8 @@
 ${EMACS_LISPPREFIX}/auctex/style/subfigure.elc
 ${EMACS_LISPPREFIX}/auctex/style/swedish.el
 ${EMACS_LISPPREFIX}/auctex/style/swedish.elc
+${EMACS_LISPPREFIX}/auctex/style/tabularx.el
+${EMACS_LISPPREFIX}/auctex/style/tabularx.elc
 ${EMACS_LISPPREFIX}/auctex/style/units.el
 ${EMACS_LISPPREFIX}/auctex/style/units.elc
 ${EMACS_LISPPREFIX}/auctex/style/url.el
Index: print/auctex/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/print/auctex/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- print/auctex/distinfo       17 Jan 2007 13:18:42 -0000      1.12
+++ print/auctex/distinfo       13 Oct 2010 12:22:49 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.12 2007/01/17 13:18:42 tonio Exp $
 
-SHA1 (auctex-11.84.tar.gz) = aab34e53e281dd3ffbdc2a80eda5d0e385a26579
-RMD160 (auctex-11.84.tar.gz) = 305f5327eac1bfe7f2770deb6617a50926c65f4f
-Size (auctex-11.84.tar.gz) = 927517 bytes
+SHA1 (auctex-11.86.tar.gz) = af3dd156f8b2db7764c86d9f7de8abd5811d888a
+RMD160 (auctex-11.86.tar.gz) = 48c84c8e0a9d7659aeb80f579dc6807dd8f654a6
+Size (auctex-11.86.tar.gz) = 1179117 bytes

>Unformatted:
 Please update print/auctex 11.84 -> 11.86. 11.86 was released 2010/02
        
        


Home | Main Index | Thread Index | Old Index