summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/pango
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /x11-toolkits/pango
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r--x11-toolkits/pango/Makefile75
-rw-r--r--x11-toolkits/pango/distinfo3
-rw-r--r--x11-toolkits/pango/files/patch-configure17
-rw-r--r--x11-toolkits/pango/files/pkg-install.in11
-rw-r--r--x11-toolkits/pango/pkg-descr6
-rw-r--r--x11-toolkits/pango/pkg-plist103
6 files changed, 0 insertions, 215 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
deleted file mode 100644
index fa098b5e4..000000000
--- a/x11-toolkits/pango/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: pango
-# Date Created: 18 July 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.93 2007/02/27 18:23:23 mezz Exp $
-#
-
-PORTNAME= pango
-PORTVERSION= 1.16.1
-PORTREVISION?= 0
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
- ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An open-source framework for the layout and rendering of i18n text
-
-USE_BZIP2= yes
-
-.if !defined(REFERENCE_PORT)
-
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
-RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
- ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
-
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack glib20 ltverhack referencehack
-CONFIGURE_ARGS= --with-qt=no \
- --with-html-dir=${PREFIX}/share/doc \
- --enable-static
-PKGINSTALL= ${WRKDIR}/pkg-install
-# Hmm.. tough one. Found this one when I had graphics/hdf installed
-# (which installs glist.h) which is picked up before the glib-2.0
-# stuff, with Bad Results[tm]
-#
-GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags`
-PLIST_SUB= VERSION="1.6.0"
-
-FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
-FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/encodings.dir
-
-MAN1= pango-querymodules.1
-
-.if defined(WITHOUT_X11)
-CONFIGURE_ARGS+= --with-x=no
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
- ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB+= X11="@comment "
-.else
-USE_XLIB+= yes
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
- ${GLIB2_CFLAGS} -I${LOCALBASE}/include \
- -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-PLIST_SUB+= X11=""
-.endif
-
-post-install:
- @${SED} -e 's|%%X11BASE%%|${X11BASE}|' < ${FILESDIR}/pkg-install.in \
- > ${PKGINSTALL}
-.if !defined(PACKAGE_BUILDING)
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.endif
-
-.include <bsd.port.mk>
-
-.endif
diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo
deleted file mode 100644
index a56dba6a9..000000000
--- a/x11-toolkits/pango/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/pango-1.16.1.tar.bz2) = 4aa720633e53701a652f27700a7946dd
-SHA256 (gnome2/pango-1.16.1.tar.bz2) = 8f4f4b4a9359cde35122124d7fa8725e0a8bc69bff0688202ce7d706489daa4b
-SIZE (gnome2/pango-1.16.1.tar.bz2) = 1354214
diff --git a/x11-toolkits/pango/files/patch-configure b/x11-toolkits/pango/files/patch-configure
deleted file mode 100644
index 76a6d1eef..000000000
--- a/x11-toolkits/pango/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.orig Mon Aug 2 19:13:53 2004
-+++ configure Mon Aug 2 19:14:46 2004
-@@ -23948,10 +23948,10 @@
- s,@CYGPATH_W@,$CYGPATH_W,;t t
- s,@PACKAGE@,$PACKAGE,;t t
- s,@VERSION@,$VERSION,;t t
--s,@ACLOCAL@,$ACLOCAL,;t t
--s,@AUTOCONF@,$AUTOCONF,;t t
--s,@AUTOMAKE@,$AUTOMAKE,;t t
--s,@AUTOHEADER@,$AUTOHEADER,;t t
-+s,@ACLOCAL@,/usr/bin/true,;t t
-+s,@AUTOCONF@,/usr/bin/true,;t t
-+s,@AUTOMAKE@,/usr/bin/true,;t t
-+s,@AUTOHEADER@,/usr/bin/true,;t t
- s,@MAKEINFO@,$MAKEINFO,;t t
- s,@AMTAR@,$AMTAR,;t t
- s,@install_sh@,$install_sh,;t t
diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in
deleted file mode 100644
index 2eefcdfcd..000000000
--- a/x11-toolkits/pango/files/pkg-install.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin
-export PATH
-
-case $2 in
-POST-INSTALL)
- echo "Running fc-cache to build fontconfig cache..."
- fc-cache -f -v
- ;;
-esac
diff --git a/x11-toolkits/pango/pkg-descr b/x11-toolkits/pango/pkg-descr
deleted file mode 100644
index 9ff793b51..000000000
--- a/x11-toolkits/pango/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Pango provides a framework to render and control the layout of
-internationalized text, and is the backend for right-to-left text.
-Pango is an integral part of the GTK+ and GNOME projects, but its
-code is platform- and toolkit-independent.
-
-WWW: http://www.pango.org/
diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist
deleted file mode 100644
index 0dfe3c306..000000000
--- a/x11-toolkits/pango/pkg-plist
+++ /dev/null
@@ -1,103 +0,0 @@
-bin/pango-querymodules
-%%X11%%bin/pango-view
-etc/pango/pango.modules
-%%X11%%etc/pango/pangox.aliases
-include/pango-1.0/pango/pango-attributes.h
-include/pango-1.0/pango/pango-break.h
-include/pango-1.0/pango/pango-context.h
-include/pango-1.0/pango/pango-coverage.h
-include/pango-1.0/pango/pango-engine.h
-include/pango-1.0/pango/pango-enum-types.h
-include/pango-1.0/pango/pango-features.h
-include/pango-1.0/pango/pango-font.h
-include/pango-1.0/pango/pango-fontmap.h
-include/pango-1.0/pango/pango-fontset.h
-include/pango-1.0/pango/pango-glyph-item.h
-include/pango-1.0/pango/pango-glyph.h
-include/pango-1.0/pango/pango-gravity.h
-include/pango-1.0/pango/pango-item.h
-include/pango-1.0/pango/pango-layout.h
-include/pango-1.0/pango/pango-matrix.h
-include/pango-1.0/pango/pango-modules.h
-include/pango-1.0/pango/pango-ot.h
-include/pango-1.0/pango/pango-renderer.h
-include/pango-1.0/pango/pango-script.h
-include/pango-1.0/pango/pango-tabs.h
-include/pango-1.0/pango/pango-types.h
-include/pango-1.0/pango/pango-utils.h
-include/pango-1.0/pango/pango.h
-include/pango-1.0/pango/pangocairo.h
-include/pango-1.0/pango/pangofc-decoder.h
-include/pango-1.0/pango/pangofc-font.h
-include/pango-1.0/pango/pangofc-fontmap.h
-include/pango-1.0/pango/pangoft2.h
-%%X11%%include/pango-1.0/pango/pangox.h
-%%X11%%include/pango-1.0/pango/pangoxft-render.h
-%%X11%%include/pango-1.0/pango/pangoxft.h
-lib/libpango-1.0.a
-lib/libpango-1.0.la
-lib/libpango-1.0.so
-lib/libpango-1.0.so.0
-lib/libpangocairo-1.0.a
-lib/libpangocairo-1.0.la
-lib/libpangocairo-1.0.so
-lib/libpangocairo-1.0.so.0
-lib/libpangoft2-1.0.a
-lib/libpangoft2-1.0.la
-lib/libpangoft2-1.0.so
-lib/libpangoft2-1.0.so.0
-%%X11%%lib/libpangox-1.0.a
-%%X11%%lib/libpangox-1.0.la
-%%X11%%lib/libpangox-1.0.so
-%%X11%%lib/libpangox-1.0.so.0
-%%X11%%lib/libpangoxft-1.0.a
-%%X11%%lib/libpangoxft-1.0.la
-%%X11%%lib/libpangoxft-1.0.so
-%%X11%%lib/libpangoxft-1.0.so.0
-lib/pango/%%VERSION%%/modules/pango-arabic-fc.a
-lib/pango/%%VERSION%%/modules/pango-arabic-fc.la
-lib/pango/%%VERSION%%/modules/pango-arabic-fc.so
-lib/pango/%%VERSION%%/modules/pango-arabic-lang.a
-lib/pango/%%VERSION%%/modules/pango-arabic-lang.la
-lib/pango/%%VERSION%%/modules/pango-arabic-lang.so
-lib/pango/%%VERSION%%/modules/pango-basic-fc.a
-lib/pango/%%VERSION%%/modules/pango-basic-fc.la
-lib/pango/%%VERSION%%/modules/pango-basic-fc.so
-%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.a
-%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.la
-%%X11%%lib/pango/%%VERSION%%/modules/pango-basic-x.so
-lib/pango/%%VERSION%%/modules/pango-hangul-fc.a
-lib/pango/%%VERSION%%/modules/pango-hangul-fc.la
-lib/pango/%%VERSION%%/modules/pango-hangul-fc.so
-lib/pango/%%VERSION%%/modules/pango-hebrew-fc.a
-lib/pango/%%VERSION%%/modules/pango-hebrew-fc.la
-lib/pango/%%VERSION%%/modules/pango-hebrew-fc.so
-lib/pango/%%VERSION%%/modules/pango-indic-fc.a
-lib/pango/%%VERSION%%/modules/pango-indic-fc.la
-lib/pango/%%VERSION%%/modules/pango-indic-fc.so
-lib/pango/%%VERSION%%/modules/pango-indic-lang.a
-lib/pango/%%VERSION%%/modules/pango-indic-lang.la
-lib/pango/%%VERSION%%/modules/pango-indic-lang.so
-lib/pango/%%VERSION%%/modules/pango-khmer-fc.a
-lib/pango/%%VERSION%%/modules/pango-khmer-fc.la
-lib/pango/%%VERSION%%/modules/pango-khmer-fc.so
-lib/pango/%%VERSION%%/modules/pango-syriac-fc.a
-lib/pango/%%VERSION%%/modules/pango-syriac-fc.la
-lib/pango/%%VERSION%%/modules/pango-syriac-fc.so
-lib/pango/%%VERSION%%/modules/pango-thai-fc.a
-lib/pango/%%VERSION%%/modules/pango-thai-fc.la
-lib/pango/%%VERSION%%/modules/pango-thai-fc.so
-lib/pango/%%VERSION%%/modules/pango-tibetan-fc.a
-lib/pango/%%VERSION%%/modules/pango-tibetan-fc.la
-lib/pango/%%VERSION%%/modules/pango-tibetan-fc.so
-libdata/pkgconfig/pango.pc
-libdata/pkgconfig/pangocairo.pc
-libdata/pkgconfig/pangoft2.pc
-%%X11%%libdata/pkgconfig/pangox.pc
-%%X11%%libdata/pkgconfig/pangoxft.pc
-@dirrm lib/pango/%%VERSION%%/modules
-@dirrm lib/pango/%%VERSION%%
-@dirrm lib/pango
-@dirrm include/pango-1.0/pango
-@dirrm include/pango-1.0
-@dirrm etc/pango