summaryrefslogtreecommitdiff
path: root/graphics/librsvg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missed popt into LIB_DEPENDS.Maxim Sobolev2001-11-261-1/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=50577
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-1/+11
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 1.0.2.Maxim Sobolev2001-10-095-18/+52
| | | | Notes: svn path=/head/; revision=48587
* Don't build test cases - they never get installed anyway, while require libraryMaxim Sobolev2001-07-271-6/+34
| | | | | | | | | which is not in the LIB_DEPENDS, which breaks bento builds. Submitted by: bento Notes: svn path=/head/; revision=45532
* Update version number of freetype2 shared library.Maxim Sobolev2001-07-121-1/+1
| | | | Notes: svn path=/head/; revision=45065
* Update to 1.0.1.Maxim Sobolev2001-07-062-4/+6
| | | | Notes: svn path=/head/; revision=44826
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* The librsvg library is a lightweight library for parsing and renderingAde Lovett2001-05-086-0/+91
vector-graphic files in SVG format (like the ones made by sodipodi). It also includes functions that render anti-aliased fonts using freetype, including caching of glyphs. It's used by Nautilus for drawing vector icons and anti-aliased type. Notes: svn path=/head/; revision=42422