diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-30 10:10:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-30 10:10:28 +0800 |
commit | c5f63aad16be126cb9e703e53a28acaf9f7ed6ef (patch) | |
tree | cb62682b7b458115a0049dbb6e2812aa5610b31c /x11 | |
parent | e899e58292bbf01373f4e173089d758138659814 (diff) | |
download | marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.gz marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.bz2 marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.lz marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.xz marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.tar.zst marcuscom-ports-c5f63aad16be126cb9e703e53a28acaf9f7ed6ef.zip |
Update to 0.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10840 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/Makefile | 21 | ||||
-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, 38 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile new file mode 100644 index 000000000..ccc3d807d --- /dev/null +++ b/x11/pixman/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pixman +# Date Created: Aug 9 2003 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11/pixman/Makefile,v 1.5 2007/11/09 11:50:50 flz Exp $ +# + +PORTNAME= pixman +PORTVERSION= 0.10.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Low-level pixel manipulation library + +XORG_CAT= lib + +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..a24f00bb7 --- /dev/null +++ b/x11/pixman/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/pixman-0.10.0.tar.bz2) = fb23e17a8a0308e8fad6dc153753ba9a +SHA256 (xorg/lib/pixman-0.10.0.tar.bz2) = 2b841f49b245948b8739e55f1b663687d5b33eb2767833574f9a1f0904a1d1e4 +SIZE (xorg/lib/pixman-0.10.0.tar.bz2) = 312275 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..58b188ba1 --- /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.10 +libdata/pkgconfig/pixman-1.pc +@dirrm include/pixman-1 |