The NetBSD Project

CVS log for pkgsrc/textproc/p5-Text-Markdown-Discount/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Text-Markdown-Discount

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 17 14:55:39 2022 UTC (10 months, 2 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored)

Update to 0.16. From the changelog:

- 3f9e817 clean up MANIFEST and dist clean target files
- eac211d update manifest files

Revision 1.16 / (download) - annotate - [select for diffs], Tue Nov 15 11:47:56 2022 UTC (10 months, 2 weeks ago) by schmonz
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

Update to 0.14. From the changelog:

- e191fde Add missing URL in POD @anirvan

Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 26 11:22:42 2021 UTC (23 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:49 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 2 12:24:08 2021 UTC (2 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.12: +6 -6 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 21 10:28:50 2020 UTC (3 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.11: +6 -6 lines
Diff to previous 1.11 (colored)

Update to 0.12. From the changelog:

- Added cpan repository metadata @dsteinbrunner
- Removed unnecessary comment in POD @anirvan
- Use <br /> instead of <br/> @utgwkk

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 28 15:52:34 2018 UTC (5 years, 2 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Fix "Wide character in print" warning when tests fail.
Add tests for a common 2-byte character.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 10 05:45:02 2018 UTC (5 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Depend on external libdiscount. Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 18 19:06:19 2017 UTC (6 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Revert previous and replace with a Darwin-specific workaround.

As joerg@ pointed out, this is not a cwrappers problem. Indeed, the
package had not been broken on NetBSD 7.x. Not sure how I jumped to my
wrong conclusion.

Instead, have the package instruct the cpp wrapper to run "/usr/bin/cpp"
on Darwin rather than the usual "clang -E". This is still a little odd,
but much less wrong, and fixes the Darwin build just as well.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 17 17:30:33 2017 UTC (6 years, 6 months ago) by schmonz
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

cwrappers don't like piping to cpp. Work around this.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:52 2015 UTC (7 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 20 16:40:53 2014 UTC (9 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.5: +6 -6 lines
Diff to previous 1.5 (colored)

Update to 0.11. From the changelog:

- upgraded Discount to 2.1.7, which fixed an issue generating <em> tags
  from _<nonascii>_ and *<nonascii>*
- doc typo fix (by @harupong)

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 30 15:49:48 2013 UTC (10 years, 1 month ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

Fix build on case-insensitive filesystems (e.g., Darwin's). No
functional change intended on other systems.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 26 00:23:04 2013 UTC (10 years, 1 month ago) by wen
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

Update to 0.10

Upstream changes:
0.10 Fri Aug  9 12:49:59 PDT 2013
	-  added with_html5_tags() to enable html5 block elements support (by @Songmu)

0.09 Mon Aug  5 10:08:05 PDT 2013
	-  fixed #14 "some files are missing in 0.08"

0.08 Sun Aug  4 23:50:18 PDT 2013
	- Reverted html5 tags support

0.07 Sun Aug  4 18:44:48 PDT 2013
	- Removed MYMETA (by @Songmu)
	- Added html5 tags support (by @Songmu)

0.06 Sat Jul 13 20:35:10 PDT 2013
	- Documentation improvements by @nailbowers
	- fixed an issue with is_utf8 boolean casting behavior

0.05 Tue Jul  9 14:40:27 PDT 2013
	- Support MKD_* flags (by @tokuhirom)
	- markdown() returns UTF-8 encoded string (by @Songmu)
	- upgraded Discount to 2.1.6 (by @Songmu)

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 10 01:29:21 2013 UTC (10 years, 2 months ago) by schmonz
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Update to 0.04. From the changelog:

- noop to deal with ugly file name
- upgraded discount to 2.1.5a (RT:79192)

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 19 21:05:45 2012 UTC (11 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Fix messed up configure.sh.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 8 02:27:48 2012 UTC (11 years, 8 months ago) by schmonz
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 8 02:27:48 2012 UTC (11 years, 8 months ago) by schmonz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>