./textproc/p5-Text-Markdown-Discount, Convert Markdown to (X)HTML

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


Branch: CURRENT, Version: 0.16nb1, Package name: p5-Text-Markdown-Discount-0.16nb1, Maintainer: schmonz

Text::Markdown::Discount - Perl extension interface for "Discount",
an implementation of John Gruber's "markdown" in C developed by
David Loren Parsons.


Required to run:
[lang/perl5] [textproc/discount]

Master sites: (Expand)

Filesize: 209.453 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-12-13 12:57:05 by Amitai Schleier | Files touched by this commit (1)
Log message:
Avoid extracting the vendored discount library. We don't use it at all
(instead buildlinking textproc/discount), and it sometimes contains
macOS xattrs that break extraction as root on other systems.

Fixes "Cannot restore extended attributes: com.apple.quarantine
com.apple.quarantine" seen with pkg_comp(8) on NetBSD/amd64 9.3.
   2022-11-17 15:55:39 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
Update to 0.16. From the changelog:

- 3f9e817 clean up MANIFEST and dist clean target files
- eac211d update manifest files
   2022-11-15 12:47:57 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 0.14. From the changelog:

- e191fde Add missing URL in POD @anirvan
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   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
   2021-08-02 14:24:08 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 0.13. From the changelog:

- discount/configure.inc: include stdlib.h to find WORD/DWORD @Hugmeir
- discount/configure.sh: include strings.h to find bzero & memset
  @Hugmeir
- add configure option "--with-fenced-code --with-dl=both" @Songmu