Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbrowder/postscript-file
Raku version of Perl's PostScript::File
https://github.com/tbrowder/postscript-file
Last synced: about 1 month ago
JSON representation
Raku version of Perl's PostScript::File
- Host: GitHub
- URL: https://github.com/tbrowder/postscript-file
- Owner: tbrowder
- License: artistic-2.0
- Created: 2020-03-20T14:23:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T16:49:36.000Z (almost 5 years ago)
- Last Synced: 2024-12-09T19:50:18.414Z (about 2 months ago)
- Language: Perl
- Size: 162 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-original.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
PostScript::File version {{$version}}, released {{$date}}
This module produces the outline for an Adobe PostScript file. It provides
convenient routines for writing PostScript directly, including reporting
PostScript errors and debugging support. Although it may be used independently,
the functions provided are also suitable for use in other modules. See one of
these modules for a top-level object.PostScript::Calendar
PostScript::Report
PostScript::Graph::XY
PostScript::Graph::Bar
Finance::Shares::ChartINSTALLATION
To install this module type the following:
{{ $t->build_instructions(' ') }}
DEPENDENCIES
This module requires these other modules and libraries, although they are all
part of the standard Perl distribution:{{ $t->dependency_list }}
CHANGES
Here's what's new in version {{$version}} of PostScript::File:
(See the file "Changes" for the full revision history.){{$changes}}
COPYRIGHT AND LICENCE
Copyright 2002, 2003 Christopher P Willmot. All rights reserved.
Copyright 2009 Christopher J. Madsen. All rights reserved.
This work is published under the same licensing terms as Perl itself, which may
be found at http://www.perl.org. The existance of this work does not imply that
it is fit for any purpose implied by the code or accompanying documentation.
There is no warranty whatsoever. Use at your own risk.