diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 12:14:26 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 12:14:26 +0800 |
commit | 858e18190771654281302a75d832aa45b3d607aa (patch) | |
tree | 3f49821c76facc64c2b95a157c68e9530b40cc42 | |
parent | 8c8900a90a60bb7c8b5de429396f65fa559983b9 (diff) | |
download | marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.tar marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.tar.gz marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.tar.bz2 marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.tar.lz marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.tar.xz marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.tar.zst marcuscom-ports-858e18190771654281302a75d832aa45b3d607aa.zip |
Remove, 0.4.0 is now in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3900 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/cairo/Makefile | 47 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 2 | ||||
-rw-r--r-- | graphics/cairo/files/patch-cairo.pc.in | 10 | ||||
-rw-r--r-- | graphics/cairo/files/patch-configure | 15 | ||||
-rw-r--r-- | graphics/cairo/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/cairo/pkg-plist | 12 |
6 files changed, 0 insertions, 94 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index dbf8d327e..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cairo -PORTVERSION= 0.3.0.1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ahze -#MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ - freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png - -USE_GNOME= gnometarget gnomehack -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" - -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -.endif - -.if !defined(WITHOUT_X11) -USE_XLIB= yes -.endif - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/src/*.* -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo deleted file mode 100644 index 7fe584e5a..000000000 --- a/graphics/cairo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cairo-0.3.0.1.tar.gz) = 0f41cc99b52c9effc118753f714eb7e1 -SIZE (cairo-0.3.0.1.tar.gz) = 1028081 diff --git a/graphics/cairo/files/patch-cairo.pc.in b/graphics/cairo/files/patch-cairo.pc.in deleted file mode 100644 index 05d0b47b6..000000000 --- a/graphics/cairo/files/patch-cairo.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- cairo.pc.in.orig Thu Mar 3 03:57:38 2005 -+++ cairo.pc.in Thu Mar 3 03:57:50 2005 -@@ -7,6 +7,6 @@ - Description: Multi-platform 2D graphics library - Version: @VERSION@ - --Requires: @FREETYPE_REQUIRES@ libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ @GLITZ_REQUIRES@ -+Requires: @FREETYPE_REQUIRES@ libpixman @PNG_REQUIRES@ @GLITZ_REQUIRES@ - Libs: @FREETYPE_LIBS@ -L${libdir} -lcairo - Cflags: @FREETYPE_CFLAGS@ -I${includedir}/cairo diff --git a/graphics/cairo/files/patch-configure b/graphics/cairo/files/patch-configure deleted file mode 100644 index 73ec0088c..000000000 --- a/graphics/cairo/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Thu Mar 3 03:43:20 2005 -+++ configure Thu Mar 3 03:44:40 2005 -@@ -20306,10 +20306,10 @@ - echo "${ECHO_T}$XRENDER_LIBS" >&6 - else - XRENDER_CFLAGS="" -- XRENDER_LIBS="" -+ XRENDER_LIBS="-lXrender" -+ succeeded=yes - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. -- XRENDER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xrender >= 0.6"` - - fi - diff --git a/graphics/cairo/pkg-descr b/graphics/cairo/pkg-descr deleted file mode 100644 index 6595006a3..000000000 --- a/graphics/cairo/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -WWW: http://www.cairographics.org diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist deleted file mode 100644 index 64851a563..000000000 --- a/graphics/cairo/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -include/cairo/cairo-features.h -include/cairo/cairo-ft.h -include/cairo/cairo-pdf.h -include/cairo/cairo-png.h -include/cairo/cairo-ps.h -include/cairo/cairo-xlib.h -include/cairo/cairo.h -lib/libcairo.a -lib/libcairo.so -lib/libcairo.so.1 -libdata/pkgconfig/cairo.pc -@dirrm include/cairo |