diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-24 15:51:36 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-24 15:51:36 +0800 |
commit | 16358d1e19002f79bb8c45d009723b9c45001516 (patch) | |
tree | 32d21ba63e4faa08e89ef2802b5311ad65c080ef /graphics/Makefile | |
parent | 0b9ac2c81d0cc1f45fa9292482d60de539652081 (diff) | |
download | freebsd-ports-gnome-16358d1e19002f79bb8c45d009723b9c45001516.tar.gz freebsd-ports-gnome-16358d1e19002f79bb8c45d009723b9c45001516.tar.zst freebsd-ports-gnome-16358d1e19002f79bb8c45d009723b9c45001516.zip |
Add p5-Image-Imlib2
Image::Imlib2 is a Perl port of Imlib2, a graphics library
that does image file loading and saving as well as manipulation,
arbitrary polygon support, etc. It does ALL of these operations
FAST. It allows you to create colour images using a large number
of graphics primitives, and output the images in a range of formats.
PR: 56701
Submitted by: erwin
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 839cbd793c4c..fd12be011e03 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -253,6 +253,7 @@ SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Image-Grab + SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-Size SUBDIR += p5-Imager |