summaryrefslogtreecommitdiff
path: root/textproc/p5-Syntax-SourceHighlight
AgeCommit message (Collapse)AuthorFilesLines
2022-08-01p5-Syntax-SourceHighlight: add pkg-config to toolswiz1-1/+3
Needed to find source-highlight; fixes build.
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-2/+2
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for boost-libsadam1-2/+2
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-1/+2
2020-09-07p5-Syntax-SourceHighlight: update to 2.1.2.wiz2-10/+9
2.1.1 2020-08-25 22:09 + README file 2.1.0 2020-06-16 22:21 ! fix UTF-8 problems with highlights() and HighlightToken->{matched} + UTF-8 test: 03-UTF8.t + README.md for GitLab's project page 2.0.0 2020-06-13 21:50 ! major perltidy-ing of all source files, split classes into separate files ! let MakeMaker's dist target create all necessary package files + C++ code rewrite from scratch, remove SWIG files + POD improvements
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-05-06revbump after boost updateadam1-2/+2
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-2/+2
2019-08-22Recursive revbump from boost-1.71.0ryoon1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-01-01Revbump after boost updateadam1-2/+2
2017-08-24Revbump for boost updateadam1-2/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
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.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-17Revbump after updating devel/boost-libsadam1-1/+2
2015-01-12Prefix PKGNAME with p5- (oops).schmonz1-1/+2
2015-01-04Import p5-Syntax-SourceHighlight, a Perl binding to GNU source-highlight.schmonz3-0/+32
Source Highlight is a library to format code written in a number of programming languages as text in a number of markup languages. This binding to the underlying C++ library is very basic, supporting only the essential functionality. Note that any exceptions thrown by the underlying C++ library are caught by the Perl binding and rethrown using the equivalent of a die statement.