diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-14 09:23:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-14 09:23:32 +0800 |
commit | 10040dd62e8be42bccd5f1ba56ae5b57ec87b60e (patch) | |
tree | 2fc1381eb1c0077bcb727342c331ce5b249f5e7b /x11-toolkits/pango | |
parent | 6ea8cdadd34fade98a807bf84429806612c65079 (diff) | |
download | marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.gz marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.bz2 marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.lz marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.xz marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.zst marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.zip |
* Remove these ports now that they have been merged into the ports tree.
* Clean out RMPORTS
Next stop, GNOME 2.11!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3935 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 67 | ||||
-rw-r--r-- | x11-toolkits/pango/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/pango/files/patch-ac | 15 | ||||
-rw-r--r-- | x11-toolkits/pango/files/patch-configure | 17 | ||||
-rw-r--r-- | x11-toolkits/pango/files/pkg-install.in | 11 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-descr | 6 | ||||
-rw-r--r-- | x11-toolkits/pango/pkg-plist | 98 |
7 files changed, 0 insertions, 216 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile deleted file mode 100644 index 382dba775..000000000 --- a/x11-toolkits/pango/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: pango -# Date Created: 18 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pango -PORTVERSION= 1.8.1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.8,} \ - ftp://ftp.gtk.org/pub/gtk/v2.6/ -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An open-source framework for the layout and rendering of i18n text - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft -RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ - ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack glib20 -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` -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - ${GLIB2_CFLAGS} -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -PLIST_SUB= VERSION="1.4.0" - -FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf -FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc - -MAN1= pango-querymodules.1 - -post-patch: - @${FIND} ${WRKSRC}/pango/opentype -name "*.[ch]" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|internal/tterrors\.h|fterrors.h| ; \ - s|TT_Err_|FT_Err_|g' -post-install: - @${SED} -e 's|%%X11BASE%%|${X11BASE}|' < ${FILESDIR}/pkg-install.in \ - > ${PKGINSTALL} -.if !defined(PACKAGE_BUILDING) - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.if defined(WITH_CJK) -PATCH_SITES+= http://bsdchat.com/dist/firefly-cjk-patchset/ -PATCHFILES+= cjk-patch-pango-20041115.diff.gz -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo deleted file mode 100644 index 47ca2a28b..000000000 --- a/x11-toolkits/pango/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/pango-1.8.1.tar.bz2) = 88aa6bf1876766db6864f3b93577887c -SIZE (gnome2/pango-1.8.1.tar.bz2) = 996389 diff --git a/x11-toolkits/pango/files/patch-ac b/x11-toolkits/pango/files/patch-ac deleted file mode 100644 index 362dcd3f4..000000000 --- a/x11-toolkits/pango/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Mon Aug 2 19:12:56 2004 -+++ Makefile.in Mon Aug 2 19:13:11 2004 -@@ -234,7 +234,7 @@ - - AUTOMAKE_OPTIONS = 1.7 - --SUBDIRS = pango modules examples docs tools tests -+SUBDIRS = pango modules examples docs tools - - EXTRA_DIST = \ - pango.pc.in \ - 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 14d2d704b..000000000 --- a/x11-toolkits/pango/pkg-plist +++ /dev/null @@ -1,98 +0,0 @@ -bin/pango-querymodules -etc/pango/pango.modules -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-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-item.h -include/pango-1.0/pango/pango-layout.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/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 -include/pango-1.0/pango/pangox.h -include/pango-1.0/pango/pangoxft-render.h -include/pango-1.0/pango/pangoxft.h -lib/libpango-1.0.a -lib/libpango-1.0.so -lib/libpango-1.0.so.800 -lib/libpangoft2-1.0.a -lib/libpangoft2-1.0.so -lib/libpangoft2-1.0.so.800 -lib/libpangox-1.0.a -lib/libpangox-1.0.so -lib/libpangox-1.0.so.800 -lib/libpangoxft-1.0.a -lib/libpangoxft-1.0.so -lib/libpangoxft-1.0.so.800 -lib/pango/%%VERSION%%/modules/pango-arabic-fc.so -lib/pango/%%VERSION%%/modules/pango-basic-fc.so -lib/pango/%%VERSION%%/modules/pango-basic-x.so -lib/pango/%%VERSION%%/modules/pango-hangul-fc.so -lib/pango/%%VERSION%%/modules/pango-hebrew-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-fc.so -lib/pango/%%VERSION%%/modules/pango-syriac-fc.so -lib/pango/%%VERSION%%/modules/pango-thai-fc.so -lib/pango/%%VERSION%%/modules/pango-tibetan-fc.so -libdata/pkgconfig/pango.pc -libdata/pkgconfig/pangoft2.pc -libdata/pkgconfig/pangox.pc -libdata/pkgconfig/pangoxft.pc -%%DOCSDIR%%/PangoEngineLang.html -%%DOCSDIR%%/PangoEngineShape.html -%%DOCSDIR%%/PangoFcDecoder.html -%%DOCSDIR%%/PangoFcFont.html -%%DOCSDIR%%/PangoFcFontMap.html -%%DOCSDIR%%/PangoMarkupFormat.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/ix01.html -%%DOCSDIR%%/layout.gif -%%DOCSDIR%%/left.png -%%DOCSDIR%%/lowlevel.html -%%DOCSDIR%%/pango-Coverage-Maps.html -%%DOCSDIR%%/pango-Engines.html -%%DOCSDIR%%/pango-Fonts.html -%%DOCSDIR%%/pango-FreeType-Fonts-and-Rendering.html -%%DOCSDIR%%/pango-Glyph-Storage.html -%%DOCSDIR%%/pango-Layout-Objects.html -%%DOCSDIR%%/pango-Modules.html -%%DOCSDIR%%/pango-OpenType-Font-Handling.html -%%DOCSDIR%%/pango-Scripts.html -%%DOCSDIR%%/pango-Tab-Stops.html -%%DOCSDIR%%/pango-Text-Attributes.html -%%DOCSDIR%%/pango-Text-Processing.html -%%DOCSDIR%%/pango-Win32-Fonts-and-Rendering.html -%%DOCSDIR%%/pango-X-Fonts-and-Rendering.html -%%DOCSDIR%%/pango-Xft-Fonts-and-Rendering.html -%%DOCSDIR%%/pango-querymodules.html -%%DOCSDIR%%/pango.devhelp -%%DOCSDIR%%/pango.html -%%DOCSDIR%%/rendering.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/tools.html -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@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 |