./textproc/lout, Basser Lout, a TeX/troff-like formatter with PostScript/PDF output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.40nb1, Package name: lout-3.40nb1, Maintainer: pkgsrc-users

THE LOUT DOCUMENT FORMATTING SYSTEM

Lout is a document formatting system similar in style to LaTeX. It
offers a very full range of features, including PostScript, and plain
text output, optimal paragraph and page breaking, automatic
hyphenation, PostScript EPS file inclusion and generation, equation
formatting, tables, diagrams, rotation and scaling, sorted indexes,
bibliographic databases, running headers and odd-even pages, automatic
cross referencing, multilingual documents including hyphenation (most
European languages are supported, including Russian), formatting of
C/C++ programs, and more. Lout may be extended by writing definitions
which are much simpler than the equivalent troff of TeX macros.

Lout is written in highly portable ANSI C and runs on most platforms.
It is distributed under the GNU public license.

Lout was designed and implemented by Jeffrey H. Kingston (jeff@cs.usyd.edu.au)
of the Basser Department of Computer Science at the University of Sydney.


Master sites:

Filesize: 2121.729 KB

Version history: (Expand)


CVS history: (Expand)


   2022-11-12 10:10:25 by Nikita | Files touched by this commit (25)
Log message:
archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib,
devel/libjit, devel/m17n-lib, devel/quilt, devel/treecc, emulators/simulavr,
fonts/jomolhari-ttf, graphics/dvipng, graphics/freetype2, graphics/libotf,
ham/xlog, misc/color-theme, misc/m17n-db, multimedia/flvstreamer,
net/mimms, print/chktex, security/oath-toolkit, sysutils/attr,
sysutils/pidof, sysutils/renameutils, textproc/lout:

change MASTER_SITES from http://download.savannah.gnu.org to \ 
https://download.savannah.gnu.org
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message:
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2013-12-16 07:33:06 by David A. Holland | Files touched by this commit (5)
Log message:
Simplify packaging, add patch comment, and kill off the dynamic PLIST
generation.

PKGREVISION -> 1 to encourage rebuilding with proper PLIST support.
   2013-07-13 10:20:25 by Sergey Svishchev | Files touched by this commit (2)
Log message:
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.