File: control

package info (click to toggle)
libgd-perl 2.73-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,488 kB
  • sloc: perl: 2,406; pascal: 336; makefile: 9
file content (60 lines) | stat: -rw-r--r-- 2,407 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: libgd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libextutils-pkgconfig-perl,
               libfont-ttf-perl <!nocheck>,
               libfreetype6-dev,
               libgd-dev (>= 2.2.5-5.2),
               libimage-exiftool-perl <!nocheck>,
               libjpeg-dev,
               libpng-dev,
               libregexp-assemble-perl <!nocheck>,
               libtest-fork-perl <!nocheck>,
               libx11-dev,
               libxpm-dev,
               libz-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgd-perl.git
Homepage: https://github.com/lstein/Perl-GD
Rules-Requires-Root: no

Package: libgd-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Breaks: libgd-gd2-noxpm-perl (<= 1:2.46-2.1),
        libgd-gd2-perl (<= 1:2.46-3.1)
Provides: libgd-gd2-noxpm-perl,
          libgd-gd2-perl
Replaces: libgd-gd2-noxpm-perl (<= 1:2.46-2.1),
          libgd-gd2-perl (<= 1:2.46-3.1)
Description: Perl module wrapper for libgd
 This is a autoloadable interface module for libgd, a popular library
 for creating and manipulating PNG files.  With this library you can
 create PNG images on the fly or modify existing files.  Features
 include:
 .
  * Lines, polygons, rectangles and arcs, both filled and unfilled
  * Flood fills
  * The use of arbitrary images as brushes and as tiled fill patterns
  * Line styling (dashed lines and the like)
  * Horizontal and vertical text rendering
  * Support for transparency and interlacing
  * Support for TrueType font rendering, via libfreetype.
  * Support for spline curves, via GD::Polyline
  * Support for symbolic font names, such as "helvetica:italic"
  * Support for symbolic color names, such as "green", via GD::Simple
  * Produces output in png, gif, jpeg and xbm format
  * Produces output in svg format via GD::SVG.
 .
 Included with the example code is the perl script qd.pl with QuickDraw
 routines for generating PICT2 files (used on Apple Macintosh).