diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-11-15 03:02:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-11-15 03:02:06 +0000 |
commit | 8c2c787375849b6973679e0f8766ddd6f0864d29 (patch) | |
tree | 583e396c5285bbbdeba137d7b4eda721dc81ba21 | |
parent | - Update to 0.0.20051114 (diff) |
- Remove libpixman, this has been merged into cairo and nothing depends
on it anymore.
Notes
Notes:
svn path=/head/; revision=148309
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libpixman/Makefile | 35 | ||||
-rw-r--r-- | graphics/libpixman/distinfo | 2 | ||||
-rw-r--r-- | graphics/libpixman/pkg-descr | 4 |
5 files changed, 1 insertions, 42 deletions
@@ -1947,3 +1947,4 @@ devel/libidn|dns/libidn|2005-11-12|Moved to a better category devel/p5-Net-LibIDN|dns/p5-Net-LibIDN|2005-11-12|Moved to a better category net/libnet|net/libnet10|2005-11-14|Moved net/libnet-devel/net/libnet|2005-11-14|Moved +graphics/libpixman||2005-11-14|Project merged into cairo diff --git a/graphics/Makefile b/graphics/Makefile index ce85d3ce735b..835d3215ab16 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -308,7 +308,6 @@ SUBDIR += libmorph SUBDIR += libpano12 SUBDIR += libpcd - SUBDIR += libpixman SUBDIR += libqglviewer SUBDIR += librsvg SUBDIR += librsvg2 diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile deleted file mode 100644 index 90aee48ac541..000000000000 --- a/graphics/libpixman/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libpixman -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@ahze.net> -# -# $FreeBSD$ -# - -PORTNAME= libpixman -PORTVERSION= 0.1.6 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Pixel region library - -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -USE_GNOME= pkgconfig gnometarget gnomehack -INSTALLS_SHLIB= yes - -PLIST_FILES= include/pixman.h \ - lib/libpixman.a \ - lib/libpixman.so \ - lib/libpixman.so.1 \ - libdata/pkgconfig/libpixman.pc - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/pixman.h -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/libpixman/distinfo b/graphics/libpixman/distinfo deleted file mode 100644 index 54ab93735209..000000000000 --- a/graphics/libpixman/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libpixman-0.1.6.tar.gz) = 4af4bbf35840016f40f287a0bb6526b1 -SIZE (libpixman-0.1.6.tar.gz) = 387830 diff --git a/graphics/libpixman/pkg-descr b/graphics/libpixman/pkg-descr deleted file mode 100644 index d228f60c17e0..000000000000 --- a/graphics/libpixman/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A generic library for manipulating pixel regions. A PixRegion is a set of -Y-X banded rectangles that cover the desired region. - -WWW: http://cairographics.org/ |