2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2011-05-27 21:54:23 by Julio Merino | Files touched by this commit (1) |
Log message:
Fix references to the perl interpreter to let this build. Bump revision to 2.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-08-05 00:29:21 by Stoned Elipot | Files touched by this commit (3) |
Log message:
Update p5-Text-Markdown from version 1.0.30 to version 1.0.31 (upstream
version 1.000031)
Upstream changes:
1.0.31 2010-03-20T23:06:04
- Fix installation of the Markdown.pl script.
|
2010-02-02 20:57:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Text-Markdown from 1.0.29 to 1.0.30
pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.0.30 2010-01-18T12:19:49
- Removed File::Slurp dependency (v. 9999.13 fails tests on
Strawberry 5.10.1) (dandv)
|
2009-11-11 07:34:30 by Stoned Elipot | Files touched by this commit (3) |
Log message:
Update p5-Text-Markdown from version 1.0.25 to version 1.0.29 (upstream
version 1.000029)
Pkgsrc changes:
- Adjust dependencies.
- Don't override Module::Install as extensions are bundled by upstream
Upstream changes:
1.0.29 2009-10-28T15:19:26
- Note Test::Differences is needed for tests to run (RT#50918)
- Change build_requires to test_requires in Makefile.PL where
appropriate.
1.0.28 2009-10-27T14:28:12
- Fix MANIFEST.skip to avoid extraneous crap in the distribution.
1.0.27 2009-10-25T19:13:47
- Change to perl style version numbers (from 3 part versions) to
avoid depndency confusion with Text::MultiMarkdown
1.0.26 2009-10-04T00:37:00
- Minor POD changes (typos, wrapping)
- Added note about and test for output always ending in exactly one \
newline (dandv)
- Fix RT#48943 + tests (genehack)
- Support for optionally interpreting markdown in HTML block elements
using the markdown="1" attribute (GitHub issue #1; dandv)
|
2009-09-12 21:57:27 by Jens Rehsack | Files touched by this commit (3) |
Log message:
Updating textproc/p5-Text-Markdown from 1.0.24 to 1.0.25
pkgsrc changes:
- Correcting dependencies (were build dependencies)
- Define license
Upstream changes:
1.0.25 2009-08-25T09:31:30
- Remove MultiMarkdown from the Text::Markdown distribution
- Change repository and bugtracker metadata to github.
|
2008-11-22 01:15:22 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.0.21nb1 to 1.0.24.
Upstream changes:
1.0.24 2008-11-16T14:33:30
- Add trust_list_start_value patch from Ricardo Signes (RT#40814)
to enable <li value='X'> output for list numbering.
This feature is disabled by default.
1.0.23 2008-11-02T18:24:30
- Ship a release with the correct contents so that the tests pass.
1.0.22 2008-10-23T18:24:44
- RT#37909 - Fix + in email addresses.
- RT#40303 - Fix use in Mason by adding "use re 'eval'" to \
both files.
- Add SVN repository to Makefile.PL
- Remove META.yml from source control so it is regenerated
automatically.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-07-27 18:31:20 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.0.19 to 1.0.21. Changes:
1.0.21 2008-07-24T08:33:00
- Fix hard tabs in Changelog
- Add unit test for core dumps issue from RT#36203
- Fix POD spelling.
- Fix warning from RT#34856.
- Add test for another tab width issue (related to <hr> generation)
from RT#37769. Fix this issue.
- More test additions and more splitting the test suites into MDTest
modules.
1.0.20 2008-07-11T23:30:00
- Update README.txt
- Allow scripts to be used on multiple input files at once (processing
in command line order)
- Update footnote behavior of Text::MutliMarkdown to be consistent
with the latest version of MultiMarkdown
- Added tests for the new footnote functionality.
- Added tests for all the MDTest corner cases brought up on the list.
Noted why / how I differ from original Markdown.
- Moved all the document tests to MDTest format. I have made MDTest
test suites for Text::Markdown and Text::MultiMarkdown, containing
**only** the bug fixes and behavior changes I've made, I've imported
the Markdown test suite from MDTest1.1, and the MultiMarkdown test
suite.
- RT#36537 doc patch to add POD to the scripts from Debian's Gunnar
Wolf.
- Mutilate the list processing somewhat to reduce the compilation
of recursive regexes, and so stop perl (<5.10) crapping itself
on lots of input. This isn't the full fix - really shouldn't be
usng recursive regexes at all. RT#37297
|