debian/0000755000000000000000000000000011623574322007173 5ustar debian/rules0000755000000000000000000000003611623574322010252 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000203011623574322011040 0ustar libsyntax-highlight-engine-simple-perl (0.09-1) unstable; urgency=low [ Florian Schlichting ] * New Upstream version * Update Standards-Version to 3.9.2 * drop versioned dependency on perl (3.8.3) * GPL-1 is now in common-licences and should be linked to directly (3.9.1) * Drop bug-rt43353.patch included upstream. * Use debhelper 8 / source-format 3.0 (quilt). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. -- Florian Schlichting Fri, 19 Aug 2011 23:45:00 +0000 libsyntax-highlight-engine-simple-perl (0.08-1) unstable; urgency=low * Initial Release (Closes: #515105) -- David Bremner Tue, 19 May 2009 08:49:36 -0300 debian/watch0000644000000000000000000000042011623574322010220 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/ .*/Syntax-Highlight-Engine-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/README.Debian0000644000000000000000000000052611623574322011237 0ustar The last time I checked, the author had a demo site running at http://jamadam.com/dev/cpan/demo/Syntax/Highlight/Engine/Simple/ For examples of defining syntax for (at least) Perl and HTML, see the modules installed by libsyntax-highlight-engine-simple-languages-perl. -- David Bremner , Sat, 14 Feb 2009 22:01:24 -0400 debian/control0000644000000000000000000000303311623574322010575 0ustar Source: libsyntax-highlight-engine-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libuniversal-require-perl, libtest-perl-critic-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: David Bremner , Jonathan Yu , Florian Schlichting Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libsyntax-highlight-engine-simple-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsyntax-highlight-engine-simple-perl.git Package: libsyntax-highlight-engine-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl Recommends: libsyntax-highlight-engine-simple-languages-perl Description: Perl framework to generate syntax highlighted code Syntax::Highlight::Engine::Simple provides an easy way to create syntax highlighting modules for various languages. It generates HTML by marking up the input string with "span" tags according the given rules. . New rules can be added using regular expressions, typically in a subclass, allowing this framework to be extended for new languages. It is a simple module, designed to be fast and does not require any external dependencies. . The appearance of keywords or other tokens is easily changed using defined Cascading Style Sheets (CSS) properties. debian/compat0000644000000000000000000000000211623574322010371 0ustar 8 debian/copyright0000644000000000000000000000224311623574322011127 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Sugama Keita Upstream-Source: http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/ Upstream-Name: Syntax-Highlight-Engine-Simple Files: * Copyright: 2008, Sugama Keita License: GPL-1+ | Artistic Files: debian/* Copyright: 2009, Jonathan Yu 2009, David Bremner License: GPL-1+ | Artistic License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/source/0000755000000000000000000000000011623574322010473 5ustar debian/source/format0000644000000000000000000000001411623574322011701 0ustar 3.0 (quilt)