diff options
author | kwm <kwm@FreeBSD.org> | 2013-07-31 19:57:45 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-07-31 19:57:45 +0800 |
commit | d7052e18ecd197bff98729317b9b117fed570804 (patch) | |
tree | cee27e48f57eafc0ae5948472d8e095072bb5222 /x11-toolkits/pangox-compat | |
parent | bdf441a301bf87d593e86acea1f474e6232479c1 (diff) | |
download | freebsd-ports-gnome-d7052e18ecd197bff98729317b9b117fed570804.tar.gz freebsd-ports-gnome-d7052e18ecd197bff98729317b9b117fed570804.tar.zst freebsd-ports-gnome-d7052e18ecd197bff98729317b9b117fed570804.zip |
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
Diffstat (limited to 'x11-toolkits/pangox-compat')
-rw-r--r-- | x11-toolkits/pangox-compat/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/pangox-compat/pkg-plist | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile new file mode 100644 index 000000000000..05d41cfedb76 --- /dev/null +++ b/x11-toolkits/pangox-compat/Makefile @@ -0,0 +1,25 @@ +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> +# $FreeBSD$ +# $MCom: ports/trunk/x11-toolkits/pangox-compat/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTNAME= pangox-compat +PORTVERSION= 0.0.2 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Depricated pangoX support. + +BUILD_DEPENDS= pango>=1.34.0:${PORTSDIR}/x11-toolkits/pango + +USE_XZ= yes +USE_XORG= x11 ice +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USES= gmake pathfix pkgconfig +USE_GNOME= glib20 pango +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/x11-toolkits/pangox-compat/distinfo b/x11-toolkits/pangox-compat/distinfo new file mode 100644 index 000000000000..1dc12904eaa7 --- /dev/null +++ b/x11-toolkits/pangox-compat/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome2/pangox-compat-0.0.2.tar.xz) = 552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046 +SIZE (gnome2/pangox-compat-0.0.2.tar.xz) = 267396 diff --git a/x11-toolkits/pangox-compat/pkg-descr b/x11-toolkits/pangox-compat/pkg-descr new file mode 100644 index 000000000000..803ed531099f --- /dev/null +++ b/x11-toolkits/pangox-compat/pkg-descr @@ -0,0 +1,9 @@ +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. + +This port supplies the deprecated pangox interface which was removed from +the pango port. + +WWW: http://www.pango.org/ diff --git a/x11-toolkits/pangox-compat/pkg-plist b/x11-toolkits/pangox-compat/pkg-plist new file mode 100644 index 000000000000..aa89c15c2a87 --- /dev/null +++ b/x11-toolkits/pangox-compat/pkg-plist @@ -0,0 +1,8 @@ +etc/pango/pangox.aliases +include/pango-1.0/pango/pangox.h +lib/libpangox-1.0.a +lib/libpangox-1.0.la +lib/libpangox-1.0.so +lib/libpangox-1.0.so.0 +libdata/pkgconfig/pangox.pc +@dirrm etc/pango |