File: control

package info (click to toggle)
libpostscript-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 164 kB
  • ctags: 29
  • sloc: perl: 740; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libpostscript-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.8.8-11.1)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Paleino <d.paleino@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/PostScript/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpostscript-document-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpostscript-document-perl/

Package: libpostscript-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Recommends: ghostscript
Description: Perl module to generate PostScript code
 The PostScript module lets you generate PostScript files within a Perl
 script.
 .
 With PostScript::Element you can represent circles, boxes, lines and images
 such that they can be easily output as PostScript code.
 With PostScript::TextBlock you can write text blocks into your output file.