1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/textproc/py-laserhammer/distinfo
Edward Tomasz Napierala 5ee21729b3 LaserHammer is a simple DocBook to mdoc(7) ("UNIX man page syntax")
converter.

The command line utility resides in the scripts/ subdirectory; use
it like this:

	$ laserhammer book.parsed.xml book.7

The 7 above stands for section 7 of man pages, "miscellaneous
documentation".  The 'book.parsed.xml' is a processed XML source
of the FreeBSD Handbook; you can use it as test sample.  The
'book.7' is the example translated into mdoc.

There's also a rudimentary Python module.  Use it like this:

	import laserhammer
	mdoc = laserhammer.laserhammer(file_path) print(mdoc)

WWW: https://github.com/trasz/laserhammer
2018-08-23 10:01:54 +00:00

4 lines
159 B
Plaintext

TIMESTAMP = 1534890456
SHA256 (laserhammer-2.4.tar.gz) = 07650ab2d9e1cb7611e81734c0cea3db396a8b34e41e5d4ae209c6d596acbff3
SIZE (laserhammer-2.4.tar.gz) = 4737