From 785616d38e83ed6bc78ee03c74d2e3e2c03fa6a5 Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 14 Jan 2014 08:56:08 +0000 Subject: Update to texworks 0.4.5 Release 0.4.5 (TL'13) [April 2013] * Fix "Restore defaults" in preferences dialog * Fix removal and selection of text moved via drag'n'drop * Fix default saving location * Keep UTF-8 BOMs in files that have them * Make "Goto Source" lead to the last active source window * Implement close button for the console output panel * Implement "Open PDF with TeX" option * Improve compatibility with OS color schemes * New encoding support for "Mac Central European Roman" * Code cleanup * Updated log parser (improve handling of long messages and file paths) * New script properties/functions: cursorPosition, getEngineList() --- editors/texworks/Makefile | 7 +++---- editors/texworks/distinfo | 10 +++++----- editors/texworks/patches/patch-getDefaultBinPaths.sh | 8 +++++--- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'editors') diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index bc1a6702c30..092b8f45392 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2013/12/06 13:23:45 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/01/14 08:56:08 markd Exp $ -DISTNAME= texworks-0.4.4-r1004 -PKGNAME= texworks-0.4.4 -PKGREVISION= 11 +DISTNAME= texworks-0.4.5-r1281 +PKGNAME= texworks-0.4.5 CATEGORIES= editors MASTER_SITES= http://texworks.googlecode.com/files/ diff --git a/editors/texworks/distinfo b/editors/texworks/distinfo index 9b738ff38ef..50948c140bb 100644 --- a/editors/texworks/distinfo +++ b/editors/texworks/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2012/10/28 03:33:45 markd Exp $ +$NetBSD: distinfo,v 1.3 2014/01/14 08:56:08 markd Exp $ -SHA1 (texworks-0.4.4-r1004.tar.gz) = 5aea4f483a503dfdbee82d07f4684f639eacb300 -RMD160 (texworks-0.4.4-r1004.tar.gz) = 2c46cba89213a71cbdb27996bf7d8ce94edded9a -Size (texworks-0.4.4-r1004.tar.gz) = 5305883 bytes +SHA1 (texworks-0.4.5-r1281.tar.gz) = a4d4d53215c5b10d3c0adca779392b41e7b31fee +RMD160 (texworks-0.4.5-r1281.tar.gz) = 20da04336e63ae5a476844424aaeae750d9e5283 +Size (texworks-0.4.5-r1281.tar.gz) = 5335925 bytes SHA1 (patch-TeXworks.pro) = e3961a6993b6698853ed609b010f0d542de58abc -SHA1 (patch-getDefaultBinPaths.sh) = 211d4d08bce727ff36fb05315ae4a628344d5014 +SHA1 (patch-getDefaultBinPaths.sh) = 9d0b83ec65f2c01996ffeb24e142b1ecbde8c2e1 diff --git a/editors/texworks/patches/patch-getDefaultBinPaths.sh b/editors/texworks/patches/patch-getDefaultBinPaths.sh index c955a3c6eb0..a1d8ca95555 100644 --- a/editors/texworks/patches/patch-getDefaultBinPaths.sh +++ b/editors/texworks/patches/patch-getDefaultBinPaths.sh @@ -1,17 +1,19 @@ -$NetBSD: patch-getDefaultBinPaths.sh,v 1.2 2012/10/28 03:33:45 markd Exp $ +$NetBSD: patch-getDefaultBinPaths.sh,v 1.3 2014/01/14 08:56:08 markd Exp $ ---- getDefaultBinPaths.sh.orig 2012-04-29 16:00:44.000000000 +0000 +--- getDefaultBinPaths.sh.orig 2013-04-14 13:45:23.000000000 +0000 +++ getDefaultBinPaths.sh -@@ -74,12 +74,12 @@ case $PLATFORM in +@@ -74,13 +74,13 @@ case $PLATFORM in *) OS=`echo $PLATFORM | sed 's/.*-//'` esac +-appendPath "/usr/local/texlive/2013/bin/$ARCH-$OS" -appendPath "/usr/local/texlive/2012/bin/$ARCH-$OS" -appendPath "/usr/local/texlive/2011/bin/$ARCH-$OS" -appendPath "/usr/local/texlive/2010/bin/$ARCH-$OS" -appendPath "/usr/local/texlive/2009/bin/$ARCH-$OS" -appendPath "/usr/local/texlive/2008/bin/$ARCH-$OS" -appendPath "/usr/local/texlive/2007/bin/$ARCH-$OS" ++#appendPath "/usr/local/texlive/2013/bin/$ARCH-$OS" +#appendPath "/usr/local/texlive/2012/bin/$ARCH-$OS" +#appendPath "/usr/local/texlive/2011/bin/$ARCH-$OS" +#appendPath "/usr/local/texlive/2010/bin/$ARCH-$OS" -- cgit v1.2.3