diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-12 13:12:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-12 13:12:34 +0800 |
commit | b28fc9344ef8de8ea08f704d4776fce6615264d8 (patch) | |
tree | 92f5e57c5bc2eaea3d6ebd0046e4a8174ee47785 /x11/pixman | |
parent | 1bba5cfa0abd2fb11f9abb5ad20af4f0d465b7f1 (diff) | |
download | marcuscom-ports-b28fc9344ef8de8ea08f704d4776fce6615264d8.tar.gz marcuscom-ports-b28fc9344ef8de8ea08f704d4776fce6615264d8.tar.zst marcuscom-ports-b28fc9344ef8de8ea08f704d4776fce6615264d8.zip |
Update to 0.11.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11279 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 23 | ||||
-rw-r--r-- | x11/pixman/distinfo | 3 | ||||
-rw-r--r-- | x11/pixman/pkg-descr | 6 | ||||
-rw-r--r-- | x11/pixman/pkg-plist | 8 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile new file mode 100644 index 000000000..ee23a8ba8 --- /dev/null +++ b/x11/pixman/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: pixman +# Date Created: Aug 9 2003 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11/pixman/Makefile,v 1.6 2008/06/30 20:16:22 mezz Exp $ +# + +PORTNAME= pixman +PORTVERSION= 0.11.8 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Low-level pixel manipulation library + +XORG_CAT= lib +USE_AUTOTOOLS= libtool:15 +USE_GNOME= ltverhack:9 + +post-patch: + @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ + -e 's|-msse||' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo new file mode 100644 index 000000000..bffe3b5e9 --- /dev/null +++ b/x11/pixman/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/pixman-0.11.8.tar.bz2) = 57949578526a796c724d0c79b045eff0 +SHA256 (xorg/lib/pixman-0.11.8.tar.bz2) = 9488b7e3507155acf7307512bdb59dc88e55a2a78a0141fdea86f8048c399e49 +SIZE (xorg/lib/pixman-0.11.8.tar.bz2) = 360229 diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr new file mode 100644 index 000000000..a2150dc24 --- /dev/null +++ b/x11/pixman/pkg-descr @@ -0,0 +1,6 @@ +This package contains the pixman library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist new file mode 100644 index 000000000..66d6a4342 --- /dev/null +++ b/x11/pixman/pkg-plist @@ -0,0 +1,8 @@ +include/pixman-1/pixman-version.h +include/pixman-1/pixman.h +lib/libpixman-1.a +lib/libpixman-1.la +lib/libpixman-1.so +lib/libpixman-1.so.9 +libdata/pkgconfig/pixman-1.pc +@dirrm include/pixman-1 |