diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 09:45:58 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 09:45:58 +0800 |
commit | 090cfa3bf53c73afd180c56b3477867f9016e75f (patch) | |
tree | 5e58f5a33f770a4a0d9c2bd47117ee69a47a966d /graphics | |
parent | f9739f42835d06a719a1216824834ef8d1e1f3a9 (diff) | |
download | marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.tar marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.tar.gz marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.tar.bz2 marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.tar.lz marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.tar.xz marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.tar.zst marcuscom-ports-090cfa3bf53c73afd180c56b3477867f9016e75f.zip |
- Back out of that commit... I started reading some emails and saw it's
already been updated.. oops.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4403 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libpixman/Makefile | 35 | ||||
-rw-r--r-- | graphics/libpixman/distinfo | 2 | ||||
-rw-r--r-- | graphics/libpixman/pkg-descr | 4 |
3 files changed, 0 insertions, 41 deletions
diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile deleted file mode 100644 index 5c9c6b5a6..000000000 --- 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: ports/graphics/libpixman/Makefile,v 1.9 2005/05/18 17:37:47 ahze Exp $ -# - -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 54ab93735..000000000 --- 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 d228f60c1..000000000 --- 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/ |