[libpostscript-file-perl] branch master updated (f0f5739 -> 2c1b96b)
Florian Schlichting
fsfs at moszumanska.debian.org
Fri Oct 9 20:23:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libpostscript-file-perl.
from f0f5739 update changelog
new 3244df4 Add upstream metadata
adds e181bd5 CPAN release PostScript::File 0.01 - original version; created by h2xs 1.21 with options -X -n PostScript::File
adds 5c76870 CPAN release PostScript::File 0.02 debug => (not 2) wasn't working. fixed. restored many functions to new-option only page_number renamed to page_label added comment stripping streamlined packaging
adds fc7fc65 CPAN release PostScript::File 0.03 bugfix: interaction between debug 2 and custom dicts added tests 'new' now accepts hash ref as well as hash keys/values bugfix: only add 1 function set bugfix: %%Orientation now always shown pod now makes use of html indexing
adds 6795c19 CPAN release PostScript::File 0.04 tidied up v0.03 pod changes added 'has_function()'
adds 379a0d7 CPAN release PostScript::Graph::File 0.06 Namespace changed from PostScript::File Version 0.05 not released to CPAN bugfix: page orientation with gv
adds daf3a13 CPAN release PostScript::File 0.07 Namespace changed from PostScript::Graph::File
adds c0320d3 CPAN release PostScript::File 0.08 minor changes Correct attribution to Latin1Encoding
adds 00366a5 CPAN release PostScript::File 0.09 corrected version number in test
adds d020b76 CPAN release PostScript::File 0.10 1cm borders by default support for user variables support for by-page user variables errors now on by default db_where, db_on and db_off added to postscript code corrected usage of db_active
adds d65527b CPAN release PostScript::File 0.12 minor documentation changes
adds 0d5a0d2 CPAN release PostScript::File 0.13 fix paper size bug
adds 2704bc9 CPAN release PostScript::File 1.00 minor alterations promoted to beta licensing changed from Artistic to 'as Perl'
adds aeea7c4 CPAN release PostScript::File 1.01 support for PNG format from GhostScript
adds 57de0ae Added .gitignore and MANIFEST.SKIP
adds 2f123be Converted tabs to spaces & removed trailing whitespace
adds 79bf6fd Incremented version to 1.02 Minor documentation changes: Added Christopher J. Madsen as maintainer Added LICENSE AND COPYRIGHT and DISCLAIMER OF WARRANTY sections
adds 827984d Fixed strip regexps to work under Perl 5.10 http://rt.cpan.org/Ticket/Display.html?id=49838
adds fd50884 Added my copyright to README
adds 9c6a940 Changed AUTHOR to CJM and added LICENSE
adds d7b49ab Link to github repository
adds 10d6037 Be compatible with old MakeMakers Made LICENSE conditional on MakeMaker version Add META_MERGE resources if allowed
adds d29155e Updated Changes for 1.02 release
adds 191d68a Ignore generated directories
adds 1052c3f Ignore test-results directory
adds d8e6845 Moved File.pm to lib/PostScript/
adds c20b92c Use Dist::Zilla to build distribution tarballs Removed MANIFEST & Makefile.PL (now auto-generated by DZ) Use templates in README & PostScript/File.pm Added VERSION section to PostScript/File.pm Added dist.ini
adds 163e5f3 Added pstr function/method Incremented version to 1.03 Added fi05pstr.t
adds 59da5b0 Ignore .build directory
adds 77818c3 Added my own POD tests instead of using PodTests
adds 29d06d7 Mark POD coverage as TODO
adds 2076598 Fixed new to handle the file & dir parameters correctly
adds 01e0134 PNG output now invokes Ghostscript directly instead of through a shell Now requires at least Perl 5.8.0
adds fa7228c Added file_ext parameter & {get,set}_file_ext methods
adds b097fef Fixed print_file to work with older version of File::Temp
adds 9432406 $VERSION should be a string
adds dac88b6 Use MatchManifest plugin instead of Manifest
adds 9babed6 Added embed_document method
adds dc3ab2b Include resource types in %%DocumentSuppliedResources comment Fixed has_function to avoid false positives
adds 4e48687 Fixed pre_pages to build PostScript_File procset before including the %%DocumentSuppliedResources comment
adds 59a861c Link to PostScript::Calendar & PostScript::Report
adds 3ec0c8a Import 'import' from Exporter instead of setting @ISA
adds fa46683 Updated Changes for October 20, 2009 release of 1.03
adds 9f153c6 Strip indentation from here docs even when strip => 'none' Added _here_doc method Incremented version to 1.04
adds 05c7f80 Added fi06content.t
adds f22eb5d Allow WIDTHxHEIGHT as a paper size
adds 4354bbd add_comment now appends to comments (RT#25786)
adds bab7609 Added tests 'strip comments' & 'multiple comments' Tests can now call methods
adds 9f99793 Use Test::Differences if available
adds 6bfd669 pstr now wraps strings longer than 240 characters embed_document limits filename in comment to 234 characters Added tests
adds f35991b Changed pstr to make sure the result won't get stripped
adds c8ef17e Made strip comments more aggressive
adds ba6ae33 Updated Changes for October 22, 2009 release of 1.04
adds f97ba21 Automatically writes to /tmp/fi06content.t when 'gen'
adds e340191 Added cp1252 support Added encode_text method Incremented version to 1.05
adds c3bcfc7 Note what versions we're being backwards compatible with
adds 435acf2 Char 96 in Win1252Encoding should be grave, not quoteleft
adds c7f5c7a Don't use indirect object syntax in examples
adds 539a20e Change output (actually print_file) to return the pathname
adds 7c7eb95 Ensure %%BoundingBox is integral Round up and add %%HiResBoundingBox if it isn't Added bbox_comment method
adds 932f3f5 Added examples hello_world.pl & minimal.pl
adds 19b5c15 Name the Encoded_Fonts resource after the encoding
adds dd2fb11 Fixed bug in pstr (wasn't quoting backslashes) Added tests
adds abcc8ec Fixed Win1252Encoding vector (/zcaron was in wrong position)
adds fcd2c2e Added examples cp1252.pl & iso-8859-1.pl
adds 406b5b0 Added tests for all special characters
adds e42f18d Handle %%PageOrder correctly (it's not called %%Order)
adds 49d93eb Added PostScript::Calendar & PostScript::Report to DESCRIPTION
adds 97e37df Updated Changes for October 29, 2009 release of 1.05
adds dfd726c Don't reencode Symbol Incremented version to 1.06
adds 673d3dc Added example symbol.pl
adds a19d4b9 Added Metrics & Metrics::Loader along with get_metrics method
adds becff06 Added examples/generate_metrics.pl
adds 0726c7f Added generated metrics for the standard PostScript fonts
adds 93c4448 Added font size to Metrics Added wrap method Renamed stringwidth to width Accessor methods adjust for font size
adds b7f39c2 Updated MANIFEST
adds e324397 Documented get_metrics
adds fab48c4 Use Pod::Loom to process docs Changed generate_metrics.pl to prevent Pod::Loom from processing generated modules Added tools/ to MANIFEST.SKIP
adds 0ed30fc Export encode_text from PostScript::File to PostScript::File::Metrics Use it in width & wrap methods Added documentation to Metrics
adds 73f5ca0 Minor doc fixes
adds 054de68 Documented Metrics::Loader
adds 724d7d6 Document diagnostics and use confess
adds 0a37310 Don't use Carp (don't need it)
adds d22d10a Reword license to match Software::License
adds a650363 Remove Christopher Willmot from author & copyright_holder (He has nothing to do with newer modules.)
adds 1ffc1b7 Renamed tests
adds 95c2ed2 Changed ISOLatin1Encoding to match PostScript's (\055 is /minus) Changed Win1252Encoding to match Changed get_encoding_vector to be stricter
adds e37e95e Added font metrics tests
adds 07a617a Changed encode_text to handle HYPHEN, NON-BREAKING HYPHEN, & MINUS SIGN
adds 27ce59c Document that pstr accepts nowrap ONLY when called as a method
adds f95cec7 Added auto_hyphen attribute with get/set methods pstr does hyphen-minus translation when asked Added Hyphens and Minus Signs to documentation
adds aeb163d Don't warn about U+FFFD REPLACEMENT CHARACTER
adds 68e8f02 Preserve unmapped characters when encoding/decoding
adds 349a40f Added string width tests
adds 1cbebcf Added decode_text & convert_hyphens methods Fixed how pstr detects method call
adds 25ba019 Added auto_hyphen processing to Metrics
adds a59a5eb Added 45-hyphens.t
adds de4cadc Added tests for nowrap and hyphen processing
adds 3bfb4e5 Test that font attributes are scaled properly based on font size
adds 9d623f4 Minor documentation cleanup
adds 926d448 Test POD coverage for Metrics & Metrics::Loader
adds 605da34 Minor doc changes
adds 03c7021 add_default now appends to defaults
adds cf44313 add_resource now appends to resources
adds 2dc1e34 add_setup, add_page_setup, add_page_trailer, & add_trailer now append instead of overwriting previous value
adds d29c0d8 get_strip now returns none, space, or comments instead of RE
adds 7c55e27 Version 1.06 will be called 2.00 instead
adds 8d07ee2 Added 00-load.t
adds 33fa1cd Use File::Temp instead of leaving test-results directory around
adds c3c5430 Minor test enhancements
adds 6b2be78 Note that cp1252 chars exist in the standard PostScript fonts
adds b8ecb8b add_function is now a no-op if has_function returns true
adds 57117d6 Fixed pre_pages so multiple calls to output don't cause duplicate listings in DocumentSuppliedResources
adds 2504ee8 Call output twice on all tests Remove test "multiple output calls"
adds cd5bd71 embed_document now handles & removes TIFF, WMF, or EPSI preview Added tests for embed_document
adds 9be1f53 Include a Local Variables section for Emacs in the %%Trailer describing the file's encoding
adds 0bccce1 Changed the way test names are generated to avoid wide character warning
adds 0266ae3 In eps mode, output now returns a list of pages
adds 9c05776 Skip loading PostScript::File::Metrics::Loader if Font::AFM not found
adds 66996d1 Test pathname returned by output Use tempdir instead of newdir (OO interface is too new)
adds 4a7b08f Don't use indirect object form of new in tests
adds 3c0f021 removed PNG output (suggests PostScript::Convert instead) Removed File::Temp from prereq
adds d971905 output accepts an open filehandle as a filename alternative Require Scalar::Util
adds 0a89e6d Added embed_font method
adds a628620 Reencode fonts added using embed_font or add_resource
adds 46d9fc5 Added embed_font.pl example and associated UASquared font
adds 38b7e4a Fixed get_resources to return fonts like it used to Doc fixes
adds 49660ce Changed embed_document & embed_font to convert CR or CRLF to LF
adds 3b49b62 Note that not all printers support Type42 fonts
adds ba80e87 Added need_fonts & need_resource Added _build_needed Renamed extra_fonts to embed_fonts Documented quote_text Updated tests
adds e26f424 Added need_fonts to examples
adds 0139f26 Mapped some control characters as accents in Win1252Encoding The Red Book suggests they are required in langlevel 1 in order to properly form accented characters
adds cf77db7 Use unified_diff if Test::Differences supports it
adds b9de196 Added xt/release/perlcritic.t Fixed resulting warnings
adds 5963278 Don't load Sys::Hostname unless we're actually using it
adds 35a4e3c add_resource accepts all DSC 3.0 resource types but no longer accepts generic 'Resource' type Changed embed_document to use quote_text for filename add_resource & need_resource call quote_text on resource names
adds 3ccaa4b Add errfont and db_font (when used) to DocumentNeededResources
adds 01b124c Added test for need_resource
adds edc68cd Changed add_function to use BeginResource instead of BeginProcSet
adds 95f283c Use GitVersionCheckCJM plugin
adds ef9542a Store an encoding object instead of the encoding name (for efficiency) Use the IANA-registered MIME name in the Local Variables list
adds f651bed Minor doc cleanup
adds 693660f Do not permanently set the filename when output is passed a filename
adds 63ce9e3 Normalized capitalization of "PostScript"
adds 57a1be2 Use undef to represent unspecified filename
adds 05ca06a Require Perl 5.8.0 (dzil now handles perl prereq properly)
adds 5787812 Added testable_output method
adds 5db7dfb Added t/65-testable.t
adds 74a8ea5 Updated Changes for February 26, 2010 release of 2.00
adds 1b5bbb2 Avoid "Use of uninitialized value in open" in Perl 5.8.9
adds 5eba4ad Fixed Encode prereq (actually need version 2.21) Bump PostScript::File version to 2.01 Updated Changes
adds 1fdaac3 Add "# This file is part of..." comments Bump versions to 2.01 Had forgotten to regenerate metrics after mapping accents in cp1252
adds fcfec48 Run critic on PostScript::File::Metrics::Loader
adds 3e59dfd chmod +x examples/*.pl (dzil now preserves mode)
adds 2b658e3 Minor cleanup to POD
adds 5a4c512 Updated Changes for March 3, 2010 release of 2.01
adds 1c2d29c Fixed my email address in some tests
adds 6edde68 Switch to @CJM
adds ba2af19 Clean up README
adds 96e8185 Revised the rules for hyphen-minus processing
adds ffba9d8 Cleaned up POD
adds 5c69861 Clean up use of eval and properly localize $@
adds 5e1df16 Use copyright_year in COPYRIGHT section
adds f0b1755 Updated Changes for December 24, 2010 release of 2.02
adds 4609e23 Doc fixes (only setting bounding box enables clipping)
adds b7c23a9 Added _def function to simplify default values
adds 8108545 Added newpage option to constructor
adds 5bdc16b Fixed clipping (can't clip inside gsave/grestore)
adds 2853155 Added get_{,page_}printable_{width,height} methods
adds 158d217 Updated Changes for May 5, 2011 release of 2.10
adds 1c3ffdc Add set_wrap_chars method to Metrics
adds ce1555a Add ZERO WIDTH SPACE support to wrap method
adds 92f6f18 Add optional \%param to wrap method of Metrics
adds c781173 Add chars option to Metrics wrap method
adds 0894d94 Add warnings option to Metrics wrap method
adds f2c1bf3 Require Encode 2.21 in code, not just metadata
adds 0e640cc Capture and test warnings
adds cb1d0d2 Store warnings as strings instead of regexes
adds 6bb75fe Use AutoPrereqs
adds 9219d56 Updated Changes for October 11, 2011 release of 2.11
adds 611c935 Use AutoPrereqs & RecommendedPrereqs
adds 0911fb7 Add all_comments strip type
adds 75e7028 Add optional type parameter to strip method
adds c0a8392 Add PostScript::File::Functions
adds 61b9b96 Document PostScript::File::Functions
adds 455995d Rename add_function etc. to add_procset etc.
adds d0a0b7c Add hLine & vLine
adds 01d0940 Use loop to calculate necessary $id length
adds 7a070f9 Make use_functions return self
adds f5b7625 Add set_min_langlevel method
adds a8ea94b Add showLines
adds 419ea64 Major documentation overhaul
adds 4b382ae Fix add_preview to not strip the preview
adds 50a5541 Fix check_tilde to accept 0 as a valid directory name
adds 3191e6d Add *.tmp to .gitignore & MANIFEST.SKIP
adds 1f1437e Sort methods to list related methods together
adds 4a15029 Remove duplicated docs for constructor options
adds 3a782ba Make formerly undocumented methods private
adds 744c541 Rename get_ordinal to _get_ordinal
adds bdaf221 Make _functions use a per-class hash automatically
adds 6f1b7bd Minor documentation improvements
adds bad2887 Updated Changes for February 11, 2012 release of 2.20
adds d8ac53f Update to Author::CJM 4.33 & DZil 5
adds ab7e1f3 Don't use Moose::Autobox
adds 19ceb92 Updated Changes for May 2, 2015 trial release of 2.21
adds ae5478c Bump version to 2.22 for release
adds e6abe82 Updated Changes for May 9, 2015 release of 2.22
adds a1b74b1 Imported Upstream version 2.22+dfsg
new cd7d913 Merge tag 'upstream/2.22+dfsg'
new cbdcdae Import new upstream version
new e5f9c4a Bump years of upstream copyright
new 2e52ed4 Forward fix-pod-spelling.patch
new ba4130d Bump dh compat to level 9
new c1b6376 Declare compliance with Debian Policy 3.9.6
new 492ab8f update upstream metadata
new 89e6121 Mark package autopkgtest-able
new 1e431ab Do not separate files with comma in d/copyright, list correct filenames
new 2c1b96b prepare changelog for release
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 169 +++++++++--------
LICENSE | 6 +-
MANIFEST | 6 +-
META.json | 208 ++++++++++++++++-----
META.yml | 153 +++++++++++----
Makefile.PL | 49 +++--
README | 30 +--
debian/changelog | 17 +-
debian/compat | 2 +-
debian/control | 6 +-
debian/copyright | 4 +-
debian/patches/fix-pod-spelling.patch | 2 +-
debian/tests/pkg-perl/smoke-files | 2 +
debian/upstream/metadata | 6 +
lib/PostScript/File.pm | 14 +-
lib/PostScript/File/Functions.pm | 14 +-
lib/PostScript/File/Metrics.pm | 10 +-
lib/PostScript/File/Metrics/Loader.pm | 10 +-
lib/PostScript/File/Metrics/cp1252/Courier.pm | 2 +-
lib/PostScript/File/Metrics/cp1252/Courier/Bold.pm | 2 +-
.../File/Metrics/cp1252/Courier/BoldOblique.pm | 2 +-
.../File/Metrics/cp1252/Courier/Oblique.pm | 2 +-
lib/PostScript/File/Metrics/cp1252/Helvetica.pm | 2 +-
.../File/Metrics/cp1252/Helvetica/Bold.pm | 2 +-
.../File/Metrics/cp1252/Helvetica/BoldOblique.pm | 2 +-
.../File/Metrics/cp1252/Helvetica/Oblique.pm | 2 +-
lib/PostScript/File/Metrics/cp1252/Times/Bold.pm | 2 +-
.../File/Metrics/cp1252/Times/BoldItalic.pm | 2 +-
lib/PostScript/File/Metrics/cp1252/Times/Italic.pm | 2 +-
lib/PostScript/File/Metrics/cp1252/Times/Roman.pm | 2 +-
lib/PostScript/File/Metrics/iso_8859_1/Courier.pm | 2 +-
.../File/Metrics/iso_8859_1/Courier/Bold.pm | 2 +-
.../File/Metrics/iso_8859_1/Courier/BoldOblique.pm | 2 +-
.../File/Metrics/iso_8859_1/Courier/Oblique.pm | 2 +-
.../File/Metrics/iso_8859_1/Helvetica.pm | 2 +-
.../File/Metrics/iso_8859_1/Helvetica/Bold.pm | 2 +-
.../Metrics/iso_8859_1/Helvetica/BoldOblique.pm | 2 +-
.../File/Metrics/iso_8859_1/Helvetica/Oblique.pm | 2 +-
.../File/Metrics/iso_8859_1/Times/Bold.pm | 2 +-
.../File/Metrics/iso_8859_1/Times/BoldItalic.pm | 2 +-
.../File/Metrics/iso_8859_1/Times/Italic.pm | 2 +-
.../File/Metrics/iso_8859_1/Times/Roman.pm | 2 +-
lib/PostScript/File/Metrics/std/Courier.pm | 2 +-
lib/PostScript/File/Metrics/std/Courier/Bold.pm | 2 +-
.../File/Metrics/std/Courier/BoldOblique.pm | 2 +-
lib/PostScript/File/Metrics/std/Courier/Oblique.pm | 2 +-
lib/PostScript/File/Metrics/std/Helvetica.pm | 2 +-
lib/PostScript/File/Metrics/std/Helvetica/Bold.pm | 2 +-
.../File/Metrics/std/Helvetica/BoldOblique.pm | 2 +-
.../File/Metrics/std/Helvetica/Oblique.pm | 2 +-
lib/PostScript/File/Metrics/std/Times/Bold.pm | 2 +-
.../File/Metrics/std/Times/BoldItalic.pm | 2 +-
lib/PostScript/File/Metrics/std/Times/Italic.pm | 2 +-
lib/PostScript/File/Metrics/std/Times/Roman.pm | 2 +-
lib/PostScript/File/Metrics/sym/Symbol.pm | 2 +-
t/00-all_prereqs.t | 28 ++-
t/release-pod-syntax.t | 15 --
t/release-perlcritic.t => xt/release/perlcritic.t | 8 -
.../release/pod-coverage.t | 8 -
xt/release/pod-syntax.t | 6 +
60 files changed, 518 insertions(+), 329 deletions(-)
create mode 100644 debian/tests/pkg-perl/smoke-files
create mode 100644 debian/upstream/metadata
delete mode 100644 t/release-pod-syntax.t
rename t/release-perlcritic.t => xt/release/perlcritic.t (86%)
rename t/release-pod-coverage.t => xt/release/pod-coverage.t (80%)
create mode 100644 xt/release/pod-syntax.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpostscript-file-perl.git
More information about the Pkg-perl-cvs-commits
mailing list