diff options
| author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 09:44:35 +0800 |
|---|---|---|
| committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 09:44:35 +0800 |
| commit | f9739f42835d06a719a1216824834ef8d1e1f3a9 (patch) | |
| tree | 9cee52a440e6c677f594280ef5ab15110441eb4c /graphics | |
| parent | 025618f0a9b4db980eb982d1a6e9a3f73915b7ee (diff) | |
| download | marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.tar marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.tar.gz marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.tar.bz2 marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.tar.lz marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.tar.xz marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.tar.zst marcuscom-ports-f9739f42835d06a719a1216824834ef8d1e1f3a9.zip | |
- Add libpixman at version 0.1.6
This might work in ports-stable... I don't have access to test until
I get home
Committed from: Comfort Inn & Suites Oceanfront VA beach. =)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4402 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, 41 insertions, 0 deletions
diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile new file mode 100644 index 000000000..5c9c6b5a6 --- /dev/null +++ b/graphics/libpixman/Makefile @@ -0,0 +1,35 @@ +# 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 new file mode 100644 index 000000000..54ab93735 --- /dev/null +++ b/graphics/libpixman/distinfo @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000..d228f60c1 --- /dev/null +++ b/graphics/libpixman/pkg-descr @@ -0,0 +1,4 @@ +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/ |
