diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-29 17:34:59 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-29 17:34:59 +0800 |
commit | ec1009e50f0288f938cf405a82b550f046e8cb9e (patch) | |
tree | ca9e73b21837adc6f504177a401d5238996a752a /x11/pixman | |
parent | 7007c03499b79c66394456d515e3e8b2d977295d (diff) | |
download | xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.tar xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.tar.gz xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.tar.bz2 xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.tar.lz xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.tar.xz xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.tar.zst xorg-devel-ports-ec1009e50f0288f938cf405a82b550f046e8cb9e.zip |
Update to 0.24.4.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@429 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 35 | ||||
-rw-r--r-- | x11/pixman/distinfo | 2 | ||||
-rw-r--r-- | x11/pixman/pkg-descr | 3 | ||||
-rw-r--r-- | x11/pixman/pkg-plist | 8 |
4 files changed, 48 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile new file mode 100644 index 0000000..8514696 --- /dev/null +++ b/x11/pixman/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: pixman +# Date Created: Aug 9 2003 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11/pixman/Makefile,v 1.22 2012/02/03 16:25:16 eadler Exp $ +# + +PORTNAME= pixman +PORTVERSION= 0.24.4 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Low-level pixel manipulation library + +XORG_CAT= lib +USE_AUTOTOOLS= libtool +USE_PERL5_BUILD=yes +USE_GNOME= ltverhack:9 +CONFIGURE_ARGS= --disable-gtk + +OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off + +.include <bsd.port.pre.mk> + +.if defined(WITHOUT_SIMD) +CONFIGURE_ARGS= --disable-vmx --disable-arm-simd +. if ! ${MACHINE_CPU:Mmmx} +CONFIGURE_ARGS+= --disable-mmx +. endif +. if ! ${MACHINE_CPU:Msse2} +CONFIGURE_ARGS+= --disable-sse2 +. endif +.endif + +.include <bsd.port.post.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo new file mode 100644 index 0000000..d36aba1 --- /dev/null +++ b/x11/pixman/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/lib/pixman-0.24.4.tar.bz2) = 5f4b384aa39e82a582bdc8835e2e81b28176db851dd1f7ff32d682d026a23bb5 +SIZE (xorg/lib/pixman-0.24.4.tar.bz2) = 468400 diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr new file mode 100644 index 0000000..20e9461 --- /dev/null +++ b/x11/pixman/pkg-descr @@ -0,0 +1,3 @@ +This package contains the pixman library. + +WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist new file mode 100644 index 0000000..66d6a43 --- /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 |