aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-23 23:55:27 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-23 23:55:27 +0000
commit8a184b717c6fb84d37752d888bad83af5a5ab2fb (patch)
tree0bfa5e18978dec5e40a2aaea23fe938321be6eb0 /graphics/Makefile
parent4c76e21e330ed340bbb8a354a51e87a345c87f2a (diff)
downloadports-8a184b717c6fb84d37752d888bad83af5a5ab2fb.tar.gz
ports-8a184b717c6fb84d37752d888bad83af5a5ab2fb.zip
Add new Ada port: graphics/generic_image_decoder
The Generic Image Decoder (GID) is an Ada package for decoding a broad variety on image formats from any data stream to any kind of medium. Examples include in-memory bitmap, a GUI objecct, another stream, floating point data for scientific calculations, a browser element or a device. Animations are also supported. GID features: * Standalone; requires no other libraries or bindings * Completely portable - no OS, CPU, or compiler dependencies * Task safe * Endian-neutral * Free and open source * Pure Ada95 (suitable for Ada2005 and Ada2012 projects) Currently supports BMP, GIF, JPEG, PNG and TGA formats. WWW: http://gen-img-dec.sourceforge.net/
Notes
Notes: svn path=/head/; revision=348907
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 5c32e6a64e65..f92ed3d1505f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -246,6 +246,7 @@
SUBDIR += gdtclft
SUBDIR += geeqie
SUBDIR += gegl
+ SUBDIR += generic_image_decoder
SUBDIR += geoapi
SUBDIR += geomorph
SUBDIR += geomview