summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-06 01:29:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-06 01:29:19 +0800
commit4e27c3e22e0f164074887f6944131575a09f76b6 (patch)
tree4427c9780e47ee056525812573b5808a7e7483ff
parent60ef7ff5136842209ff1fccbbfaecd60c03dded7 (diff)
downloadmarcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.tar
marcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.tar.gz
marcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.tar.bz2
marcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.tar.lz
marcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.tar.xz
marcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.tar.zst
marcuscom-ports-4e27c3e22e0f164074887f6944131575a09f76b6.zip
Update to 1.28.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15733 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/pango/Makefile73
-rw-r--r--x11-toolkits/pango/distinfo2
-rw-r--r--x11-toolkits/pango/pkg-descr6
-rw-r--r--x11-toolkits/pango/pkg-plist113
4 files changed, 194 insertions, 0 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
new file mode 100644
index 000000000..c0d71a2cd
--- /dev/null
+++ b/x11-toolkits/pango/Makefile
@@ -0,0 +1,73 @@
+# 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.161 2010/09/30 06:56:41 kwm Exp $
+#
+
+PORTNAME= pango
+PORTVERSION= 1.28.4
+PORTREVISION?= 0
+CATEGORIES= x11-toolkits
+MASTER_SITES= GNOME \
+ 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= ${LOCALBASE}/libdata/pkgconfig/freetype2.pc:${PORTSDIR}/print/freetype2 \
+ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
+RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \
+ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
+ ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
+
+USE_GETTEXT= yes
+USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+USE_GNOME= gnomehack glib20 ltverhack referencehack
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --enable-static
+# 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= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf
+FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir
+
+MAN1= pango-view.1 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_XORG+= xft xrender
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
+ ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_SUB+= X11=""
+.endif
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|have_introspection=true|have_introspection=false|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>
+
+.endif
diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo
new file mode 100644
index 000000000..1adfc8642
--- /dev/null
+++ b/x11-toolkits/pango/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome2/pango-1.28.4.tar.bz2) = 7eb035bcc10dd01569a214d5e2bc3437de95d9ac1cfa9f50035a687c45f05a9f
+SIZE (gnome2/pango-1.28.4.tar.bz2) = 1503441
diff --git a/x11-toolkits/pango/pkg-descr b/x11-toolkits/pango/pkg-descr
new file mode 100644
index 000000000..9ff793b51
--- /dev/null
+++ b/x11-toolkits/pango/pkg-descr
@@ -0,0 +1,6 @@
+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
new file mode 100644
index 000000000..a85d35545
--- /dev/null
+++ b/x11-toolkits/pango/pkg-plist
@@ -0,0 +1,113 @@
+bin/pango-querymodules
+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-bidi-type.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-language.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/girepository-1.0/Pango-1.0.typelib
+lib/girepository-1.0/PangoCairo-1.0.typelib
+lib/girepository-1.0/PangoFT2-1.0.typelib
+%%X11%%lib/girepository-1.0/PangoXft-1.0.typelib
+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
+share/gir-1.0/Pango-1.0.gir
+share/gir-1.0/PangoCairo-1.0.gir
+share/gir-1.0/PangoFT2-1.0.gir
+%%X11%%share/gir-1.0/PangoXft-1.0.gir
+@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