| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=cs5mifcfm25u42ajmnljciq8js; path=/
content-type: text/html; charset=UTF-8
date: Mon, 29 Dec 2025 18:46:07 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
discount
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./textproc/discount, Markdown C implementation
[
Branch: CURRENT, Version: 2.2.7dnb1, Package name: discount-2.2.7dnb1, Maintainer: schmonz
Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.
Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
discounttime
wip
wm
www
x11
* = Virtual Category
Path to this page:
./textproc/discount, Markdown C implementation
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 2.2.7dnb1, Package name: discount-2.2.7dnb1, Maintainer: schmonz
Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.
Original Markdown implementation is written in Perl. Discount provides a
Markdown CLI tool and a library, written in C.
Master sites:
Filesize: 130.256 KBVersion history: (Expand)
- (2025-05-06) Updated to version: discount-2.2.7dnb1
- (2023-10-07) Updated to version: discount-2.2.7d
- (2022-11-15) Updated to version: discount-2.2.7b
- (2020-09-19) Updated to version: discount-2.2.7
- (2019-06-25) Updated to version: discount-2.2.6
- (2018-09-10) Updated to version: discount-2.2.4
CVS history: (Expand)
| 2025-09-29 22:38:04 by matthew green | Files touched by this commit (2) |
Log message: make function type match function pointer type (add const, char* -> void*). fixes build with GCC 14. |
| 2025-05-07 10:31:03 by Thomas Klausner | Files touched by this commit (2) |
Log message: discount: add upstream bug report URL |
| 2025-05-06 00:11:18 by Thomas Klausner | Files touched by this commit (3) |
Log message: discount: fix isspace() usage Bump PKGREVISION. |
| 2023-10-13 17:50:20 by Amitai Schleier | Files touched by this commit (1) |
Log message: discount: take MAINTAINER (email timeout after a week). |
| 2023-10-07 21:50:53 by Amitai Schleier | Files touched by this commit (1) |
Log message: discount: indent Makefile, NFCI. |
| 2023-10-07 21:50:24 by Amitai Schleier | Files touched by this commit (3) | |
Log message: discount: update to 2.2.7d. From the changelog: * port the m-e footnote bugfix to v2maint * trivialities; change the -fstrict option description * add a fistful of test cases for the new! improved! Markdown.pl compatible <tags> * rework the tag handler to more closely adhere to Markdown.pl's observed behavior; also treat incomplete tags as actual tags in compatability mode (-fstrict) * weird behavior on freebsd 4.8 w/ gcc 2.95.4; if a #ifdef ... #else ... #endif wraps the end of a if () it pukes up an error about a syntax error in a macro; pull those tests out and conditionally #define a macro instead * the behavior of tags-starting-with-alpha-/-! was not like that of the reference implementation; fixed (in a very script-kiddy leaky fashion which I can't resolve with a runtime flag thanks to the 32 bit flags field in the 2.x series :-( |
| 2022-11-15 12:37:56 by Amitai Schleier | Files touched by this commit (3) |
Log message: Update to 2.2.7b. From the changelog: - Declare missing dependencies for pandoc_headers to fix parallel make |
| 2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message: *: remove pkg-config from tools where no buildlink3.mk file is included Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change). |
