diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-13 19:26:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-13 19:26:45 +0800 |
commit | e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691 (patch) | |
tree | eb545a085f9e4e8dfc175f5a69651f9bbe0f705c /graphics/Makefile | |
parent | fcad693da5114ad106c6877d46b92a2360cd2f77 (diff) | |
download | freebsd-ports-gnome-e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691.tar.gz freebsd-ports-gnome-e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691.tar.zst freebsd-ports-gnome-e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691.zip |
Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components can
easily be used separately outside the domains of SVG and XSL-FO. You will
find components such as a PDF library, an RTF library, Graphics2D
implementations that let you generate PDF & PostScript files, and much more.
WWW: http://xmlgraphics.apache.org/commons/
PR: ports/143862
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
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 032b96585e92..83f473eac665 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -941,6 +941,7 @@ SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmfract + SUBDIR += xmlgraphics-commons SUBDIR += xmms-blursk SUBDIR += xmms-dancingparticles SUBDIR += xmms-dflowers |