pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/lout Update to 3.40. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e4a2d7b9c58
branches:  trunk
changeset: 621580:7e4a2d7b9c58
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sat Jul 13 08:20:24 2013 +0000

description:
Update to 3.40. Changes:

Bug fixes:
-Fixed a problem with @IndexBText
-MAX_STACK in z06.c increased (again) to 250.
-Rare crash at "env = SetEnv(res, env);" given truly horrible patch.
-@Pie totalweight default was not inherited from @PieSetup; fixed now.
-@DefinitionTitleFormat, @ClaimTitleFormat, @PropositionTitleFormat,
-@LemmaTitleFormat, @CorollaryTitleFormat, @ExampleTitleFormat fixed.
-Problem with eogonek in titles (Kamil Rytarowski, Uwe) fixed.
Features:
-JavaScript and Tcl languages added to prg2lout.c (Mark Summerfield).
-@Place symbol now available when setting setup file options.
-New version of @Graph with @GraphSetup symbol in setup file.  Should
be 100% backward compatible, if not use @SysInclude { old_graph }.
-New ISOB4, ISOB5, JISB4, and JISB5 paper sizes.  The old B4 and B5
sizes are still available unchanged, though now deprecated.
-New @Diag options: outlinecolour for nodes, pathcolour for links.

diffstat:

 textproc/lout/Makefile |  12 ++++++------
 textproc/lout/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r 4eb42ba34bb5 -r 7e4a2d7b9c58 textproc/lout/Makefile
--- a/textproc/lout/Makefile    Sat Jul 13 07:43:59 2013 +0000
+++ b/textproc/lout/Makefile    Sat Jul 13 08:20:24 2013 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2012/10/25 06:56:06 asau Exp $
+# $NetBSD: Makefile,v 1.18 2013/07/13 08:20:24 shattered Exp $
 
-DISTNAME=      lout-3.38
+DISTNAME=      lout-3.40
 CATEGORIES=    textproc
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lout/}
+MASTER_SITES=  http://download.savannah.gnu.org/releases/lout/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://lout.sourceforge.net/
+HOMEPAGE=      http://savannah.nongnu.org/projects/lout
 COMMENT=       Basser Lout, a TeX/troff-like formatter with PostScript/PDF output
 LICENSE=       gnu-gpl-v3
 
@@ -19,8 +19,8 @@
 
 post-install:
        ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
-       (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/lout -type f -print >>${PLIST_SRC})
-       (cd ${DESTDIR}${PREFIX}; ${FIND} share/lout -type f -print >>${PLIST_SRC})
+       (cd ${DESTDIR}${PREFIX} && ${FIND} share/doc/lout -type f -print >>${PLIST_SRC})
+       (cd ${DESTDIR}${PREFIX} && ${FIND} share/lout -type f -print >>${PLIST_SRC})
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4eb42ba34bb5 -r 7e4a2d7b9c58 textproc/lout/distinfo
--- a/textproc/lout/distinfo    Sat Jul 13 07:43:59 2013 +0000
+++ b/textproc/lout/distinfo    Sat Jul 13 08:20:24 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2011/12/12 19:08:34 joerg Exp $
+$NetBSD: distinfo,v 1.11 2013/07/13 08:20:24 shattered Exp $
 
-SHA1 (lout-3.38.tar.gz) = 2c4aec500dc27a00298f8265b9249d74d97e5466
-RMD160 (lout-3.38.tar.gz) = 8835b223f67b383bdbb1d4105a28e002745d4dbb
-Size (lout-3.38.tar.gz) = 2147395 bytes
+SHA1 (lout-3.40.tar.gz) = adb7f632202319a370eaada162fa52cf334f40b3
+RMD160 (lout-3.40.tar.gz) = d1da2583f1727abf4ccb74d2128c26deacca2ef9
+Size (lout-3.40.tar.gz) = 2172651 bytes
 SHA1 (patch-aa) = 07c26cf0c9baa6f29c7fec4af38fda802175bbb1



Home | Main Index | Thread Index | Old Index