diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-16 06:26:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-16 06:26:23 +0000 |
commit | 951d57b615fc34b1c698785a18daf8ee1a28a830 (patch) | |
tree | b333dc890eafb75ecc918f7bab907a58f1e43afc /graphics | |
parent | - Update to 3.0d 2005/02/12. (diff) |
Add graphics/xsvg, X11 SVG viewer
Notes
Notes:
svn path=/head/; revision=128993
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xsvg/Makefile | 30 | ||||
-rw-r--r-- | graphics/xsvg/distinfo | 2 | ||||
-rw-r--r-- | graphics/xsvg/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 85714caf49eb..708c662c014c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -550,6 +550,7 @@ SUBDIR += xpx SUBDIR += xrml SUBDIR += xsane + SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile new file mode 100644 index 000000000000..bf10c6cf636d --- /dev/null +++ b/graphics/xsvg/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xsvg +# Date created: 2005-02-16 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xsvg +PORTVERSION= 0.2.0 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/snapshots/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= X11 SVG viewer + +LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo + +GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes +USE_XLIB= yes + +PLIST_FILES= bin/xsvg + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/xsvg/distinfo b/graphics/xsvg/distinfo new file mode 100644 index 000000000000..e336e0e42c52 --- /dev/null +++ b/graphics/xsvg/distinfo @@ -0,0 +1,2 @@ +MD5 (xsvg-0.2.0.tar.gz) = f9bdbcbb7346a60c227630b4f77ec80a +SIZE (xsvg-0.2.0.tar.gz) = 90970 diff --git a/graphics/xsvg/pkg-descr b/graphics/xsvg/pkg-descr new file mode 100644 index 000000000000..08f96fb8c681 --- /dev/null +++ b/graphics/xsvg/pkg-descr @@ -0,0 +1,3 @@ +The xsvg program is a viewer for SVG files + +WWW: http://cairographics.org/ |