[Midnightbsd-cvs] mports [15968] trunk/x11-toolkits: remove old linux pango port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 28 20:58:31 EST 2014
Revision: 15968
http://svnweb.midnightbsd.org/mports/?rev=15968
Author: laffer1
Date: 2014-02-28 20:58:30 -0500 (Fri, 28 Feb 2014)
Log Message:
-----------
remove old linux pango port
Modified Paths:
--------------
trunk/x11-toolkits/Makefile
Added Paths:
-----------
trunk/x11-toolkits/pangox-compat/
trunk/x11-toolkits/pangox-compat/Makefile
trunk/x11-toolkits/pangox-compat/distinfo
trunk/x11-toolkits/pangox-compat/pkg-descr
trunk/x11-toolkits/pangox-compat/pkg-plist
Removed Paths:
-------------
trunk/x11-toolkits/linux-pango/
Modified: trunk/x11-toolkits/Makefile
===================================================================
--- trunk/x11-toolkits/Makefile 2014-03-01 01:57:22 UTC (rev 15967)
+++ trunk/x11-toolkits/Makefile 2014-03-01 01:58:30 UTC (rev 15968)
@@ -44,11 +44,11 @@
SUBDIR += linux-f10-tk85
SUBDIR += linux-gtk
SUBDIR += linux-gtk2
-SUBDIR += linux-pango
SUBDIR += open-motif
SUBDIR += p5-Tk
SUBDIR += pango
SUBDIR += pangomm
+SUBDIR += pangox-compat
SUBDIR += py-gnome-desktop
SUBDIR += py-gnome2
SUBDIR += py-gtk2
Added: trunk/x11-toolkits/pangox-compat/Makefile
===================================================================
--- trunk/x11-toolkits/pangox-compat/Makefile (rev 0)
+++ trunk/x11-toolkits/pangox-compat/Makefile 2014-03-01 01:58:30 UTC (rev 15968)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+# $FreeBSD: head/x11-toolkits/pangox-compat/Makefile 345143 2014-02-19 20:21:58Z kwm $
+
+PORTNAME= pangox-compat
+PORTVERSION= 0.0.2
+CATEGORIES= x11-toolkits
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Depricated pangoX support
+
+LICENSE= lgpl
+
+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
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Added: trunk/x11-toolkits/pangox-compat/distinfo
===================================================================
--- trunk/x11-toolkits/pangox-compat/distinfo (rev 0)
+++ trunk/x11-toolkits/pangox-compat/distinfo 2014-03-01 01:58:30 UTC (rev 15968)
@@ -0,0 +1,2 @@
+SHA256 (gnome2/pangox-compat-0.0.2.tar.xz) = 552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046
+SIZE (gnome2/pangox-compat-0.0.2.tar.xz) = 267396
Added: trunk/x11-toolkits/pangox-compat/pkg-descr
===================================================================
--- trunk/x11-toolkits/pangox-compat/pkg-descr (rev 0)
+++ trunk/x11-toolkits/pangox-compat/pkg-descr 2014-03-01 01:58:30 UTC (rev 15968)
@@ -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/
Added: trunk/x11-toolkits/pangox-compat/pkg-plist
===================================================================
--- trunk/x11-toolkits/pangox-compat/pkg-plist (rev 0)
+++ trunk/x11-toolkits/pangox-compat/pkg-plist 2014-03-01 01:58:30 UTC (rev 15968)
@@ -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
+ at dirrm etc/pango
More information about the Midnightbsd-cvs
mailing list