diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:45:08 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-13 19:45:08 +0000 |
commit | 62df320cc3d1faf415675ee470a2b6338548e00b (patch) | |
tree | 6eb76e71941e2aad2fb558ec0436f85cf000c6f5 /x11/pixman | |
parent | 87cca574fd7f379db0710c925eab655b62046077 (diff) |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
Notes
Notes:
svn path=/head/; revision=199427
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 24 | ||||
-rw-r--r-- | x11/pixman/distinfo | 3 | ||||
-rw-r--r-- | x11/pixman/pkg-descr | 6 | ||||
-rw-r--r-- | x11/pixman/pkg-plist | 7 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile new file mode 100644 index 000000000000..e8a806239d3f --- /dev/null +++ b/x11/pixman/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pixman +# Date Created: Aug 9 2003 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pixman +PORTVERSION= 0.9.5 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Low-level pixel manipulation library + +XORG_CAT= lib +WANT_GNOME= yes + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgtk20} != "" || defined(WITH_GTK2) +USE_GNOME= gtk20 +.endif + +.include <bsd.port.post.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo new file mode 100644 index 000000000000..a32367807f28 --- /dev/null +++ b/x11/pixman/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/pixman-0.9.5.tar.bz2) = f9fea77e46ec7a3a16e925e137f146e7 +SHA256 (xorg/lib/pixman-0.9.5.tar.bz2) = a9d4545b5dfc018cdd33fd21bc73c3f1b3c9c207f1bb6843606cc180eb10c6c8 +SIZE (xorg/lib/pixman-0.9.5.tar.bz2) = 290622 diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr new file mode 100644 index 000000000000..a2150dc2411f --- /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 000000000000..43a14ba948cc --- /dev/null +++ b/x11/pixman/pkg-plist @@ -0,0 +1,7 @@ +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 |