summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-05 19:54:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-05 19:54:39 +0800
commit7720fb4b8d89cde8b29984128ab2d6c395794576 (patch)
treea208a5619a5388c1a928f19c3662f1e2bc86595b
parentbde500a3f7cf00b9c196f3393e21c440b318b03f (diff)
downloadmarcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.tar
marcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.tar.gz
marcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.tar.bz2
marcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.tar.lz
marcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.tar.xz
marcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.tar.zst
marcuscom-ports-7720fb4b8d89cde8b29984128ab2d6c395794576.zip
Update to 0.18.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14296 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/pixman/Makefile37
-rw-r--r--x11/pixman/distinfo3
-rw-r--r--x11/pixman/pkg-descr6
-rw-r--r--x11/pixman/pkg-plist8
4 files changed, 54 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
new file mode 100644
index 000000000..6d519a5e6
--- /dev/null
+++ b/x11/pixman/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: pixman
+# Date Created: Aug 9 2003
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/pixman/Makefile,v 1.14 2010/02/11 16:26:04 rnoland Exp $
+#
+
+PORTNAME= pixman
+PORTVERSION= 0.18.2
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Low-level pixel manipulation library
+
+XORG_CAT= lib
+USE_AUTOTOOLS= libtool:22
+USE_PERL5_BUILD=yes
+USE_GNOME= ltverhack:9
+
+OPTIONS= SIMD "Enable autodection of SIMD features (MMX, SSE2, VMX)" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITHOUT_SIMD)
+CONFIGURE_ARGS= --disable-vmx --disable-arm-simd
+
+.if ${ARCH:Namd64}
+CONFIGURE_ARGS+= --disable-mmx --disable-sse2
+.endif
+
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>
diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo
new file mode 100644
index 000000000..3a1b2e549
--- /dev/null
+++ b/x11/pixman/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/lib/pixman-0.18.2.tar.bz2) = 8f0c47bbb12a0d9c0d14242596bf6bf9
+SHA256 (xorg/lib/pixman-0.18.2.tar.bz2) = 28a061364e24092a2bde6c879a7492c63bad7d52dde7eef711648ee119423923
+SIZE (xorg/lib/pixman-0.18.2.tar.bz2) = 421621
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