diff options
author | shattered <shattered> | 2013-07-13 08:20:24 +0000 |
---|---|---|
committer | shattered <shattered> | 2013-07-13 08:20:24 +0000 |
commit | 57c236e5c7d1e8b029b99f99aef66a8f0fc4c741 (patch) | |
tree | 1a5ac31a6d4869711956102be95b7f18b6b7a88b | |
parent | 6421c032f4762a6cbe09b7a2a556c46faf247506 (diff) | |
download | pkgsrc-57c236e5c7d1e8b029b99f99aef66a8f0fc4c741.tar.gz |
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.
-rw-r--r-- | textproc/lout/Makefile | 12 | ||||
-rw-r--r-- | textproc/lout/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/textproc/lout/Makefile b/textproc/lout/Makefile index 40002bc753d..01e17735d81 100644 --- a/textproc/lout/Makefile +++ b/textproc/lout/Makefile @@ -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 -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 @@ do-configure: 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 --git a/textproc/lout/distinfo b/textproc/lout/distinfo index d983df5e50e..bc40dd0fc93 100644 --- a/textproc/lout/distinfo +++ b/textproc/lout/distinfo @@ -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 |