File: control

package info (click to toggle)
libgd-perl 2.53-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,080 kB
  • ctags: 192
  • sloc: perl: 3,002; makefile: 46
file content (56 lines) | stat: -rw-r--r-- 1,993 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
Source: libgd-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Dominic Hargreaves <dom@earth.li>,
 Xavier Guimard <x.guimard@free.fr>,
Build-Depends: cdbs (>= 0.4.106~),
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libgd-dev (>= 2) | libgd2-xpm-dev,
 libjpeg-dev,
 libpng-dev,
 libz-dev,
 libfreetype6-dev,
 libxpm-dev,
 libx11-dev,
 libregexp-assemble-perl,
 libimage-exiftool-perl,
 libfont-ttf-perl,
 libextutils-pkgconfig-perl
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgd-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgd-perl.git
Standards-Version: 3.9.8
Homepage: https://github.com/lstein/Perl-GD

Package: libgd-perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Provides: ${cdbs:Provides}
Replaces: ${cdbs:Replaces}
Breaks: ${cdbs:Breaks}
Conflicts: ${cdbs:Conflicts}
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).