libgd-perl 2.78-1 source package in Ubuntu

Changelog

libgd-perl (2.78-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 2.78.
  * New test dependency: libtest-nowarnings-perl.
  * Declare compliance with Debian Policy 4.6.2.
  * Remove generated script via debian/clean. (Closes: #1046705)

 -- gregor herrmann <email address hidden>  Thu, 02 Nov 2023 16:59:39 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgd-perl_2.78-1.dsc 2.5 KiB 60fd363e9b0aa3ae027cecc4f26d645b50f0d3ba33eee94f859cca4ba9d3137d
libgd-perl_2.78.orig.tar.gz 259.5 KiB 6831054bf5424b4f5c23d3627d3d1484480f6f9c2c66632222915f2851be6ee4
libgd-perl_2.78-1.debian.tar.xz 12.4 KiB 01f26f97e9a4b9ba476275e60a4a3b840422b935083c15889bb212a83e859e83

No changes file available.

Binary packages built by this source

libgd-perl: 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).

libgd-perl-dbgsym: debug symbols for libgd-perl