[csw-devel] SF.net SVN: gar:[10041] csw/mgar/pkg

theferret at users.sourceforge.net theferret at users.sourceforge.net
Sun May 30 23:35:51 CEST 2010


Revision: 10041
          http://gar.svn.sourceforge.net/gar/?rev=10041&view=rev
Author:   theferret
Date:     2010-05-30 21:35:51 +0000 (Sun, 30 May 2010)

Log Message:
-----------
libpango: new directory for quickie rebuild

Added Paths:
-----------
    csw/mgar/pkg/libpango/
    csw/mgar/pkg/libpango/trunk/
    csw/mgar/pkg/libpango/trunk/Makefile
    csw/mgar/pkg/libpango/trunk/README
    csw/mgar/pkg/libpango/trunk/copyright
    csw/mgar/pkg/libpango/trunk/depend
    csw/mgar/pkg/libpango/trunk/pkginfo
    csw/mgar/pkg/libpango/trunk/prototype.i386
    csw/mgar/pkg/libpango/trunk/prototype.sparc


Property changes on: csw/mgar/pkg/libpango/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work
cswstage
build


Added: csw/mgar/pkg/libpango/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libpango/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/Makefile	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,94 @@
+#This Makefile originally generated from a template under 
+# pkg/TEMPLATES/createpkg
+#   -- THis is actually  from the "build sparcv9" Makefile,
+#  but I cant get v9 build working...
+
+# So rest of this file is a bit of a hack on a hack.
+
+# You will most likely have to use GNU make to use it.
+# This is one specifically hacked to make building sparcv9 packages
+# easier.
+#
+# Steps to use:
+# 
+# 1. put your normal prototype  as prototype.i386
+# 2. copy to prototype.sparc and edit as appropriate
+# 3. search for "XXX" and replace with appropriate string
+#
+# 4. build your package with:
+#    "make", "make sparcv9", "make package"
+
+
+#Uncomment one of these definitions. The -b invokation,
+# is suitable for use with small packages, where you want to have a few files
+# in your top level src directory. It is also suitable for
+# "relocateable" packages. see the createpkg docs for more details.
+#CREATEPKG=createpkg -b `pwd`
+CREATEPKG=createpkg -r `pwd`/build/*/cswstage
+
+## hax for sparcv9
+#### THis is more complicated than my regular sparcv9 hack, 
+# so had to make a custom hack.
+
+
+BUILDDIR=build/*
+
+
+
+STDFILES=pkginfo copyright prototype
+FILES=
+
+all:	build package
+
+
+build:	build/.config.done
+	(cd $(BUILDDIR) ; \
+	$(MAKE) ; \
+	stagepkg ; cp COPYING cswstage/.)
+
+
+# dummy target for configure
+build/.config.done:
+	@echo Configuring with:
+	@echo CC=$(CC) $(CFLAGS)
+	@echo CXX=$(CXX) $(CXXFLAGS)
+	(cd $(BUILDDIR) ; \
+	test -f ../../patchfile.preconf && \
+		gpatch -p0 <../../patchfile.preconf ; \
+	./configure --prefix=/opt/csw --disable-static ; \
+	if test -f ../../patchfile.postconf ; then \
+                 gpatch -p0 <../../patchfile.postconf ; fi)
+	touch build/.config.done
+
+
+# I tried depending this on   $(BUILDDIR)/config.log  but that didnt stick
+configure:	build/.config.done
+
+sparcv9:
+	(cd $(BUILDDIR) ; \
+	gmake clean;  \
+	LD_OPTIONS="" gmake CFLAGS='-xstrconst -fast -xarch=v9 -mt' \
+	   CXXFLAGS='-fast -xarch=v9 -mt' \
+	  LDFLAGS='-R/opt/csw/lib/sparcv9 -L/opt/csw/lib/sparcv9'  ;\
+	  cd pango ;\
+	  cp `find .libs -type f -name 'lib*.so*'` ../cswstage ;\
+	  cd .. ;\
+	  for f in *.pc ; do sed 's:libdir=.*:/opt/csw/lib/sparcv9:' $$f>cswstage/$$f.sparcv9 ; \
+	  done ;\
+	echo sparcv9 build done  )
+
+
+package:	$(STDFILE) $(FILES)
+	$(CREATEPKG)
+
+
+
+pkgclean:
+	rm -f *.pkg.gz package
+
+clean:	pkgclean
+	cd $(BUILDDIR) && make clean
+
+reallyclean:	clean
+	rm -f $BUILDDIR/config.log $BUILDDIR/config.cache $BUILDDIR/config.status
+	rm -f build/.config.done	

Added: csw/mgar/pkg/libpango/trunk/README
===================================================================
--- csw/mgar/pkg/libpango/trunk/README	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/README	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,11 @@
+This is a "quickie" redo of pango, for our X11 recompile project
+( http://wiki.opencsw.org/project-x11-reloaded )
+
+It unfortunately does not have 64bit support, because Phil had
+ issues when trying to get that to work right. some kind of complaints from
+  glib.h includes or some such.
+
+Normally, this would delay release of the package. but since our X11
+is in dire straits, higher priority is given to "Fix X11 for 95%
+  of everyone" vs "hold this until 64bit is fixed".
+

Added: csw/mgar/pkg/libpango/trunk/copyright
===================================================================
--- csw/mgar/pkg/libpango/trunk/copyright	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/copyright	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,2 @@
+See /opt/csw/share/gtk-doc/COPYING.pango for full copyright text.
+(GPL)

Added: csw/mgar/pkg/libpango/trunk/depend
===================================================================
--- csw/mgar/pkg/libpango/trunk/depend	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/depend	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,7 @@
+P	CSWggettextrt
+P	CSWlibxrender
+P	CSWfconfig
+P	CSWftype2
+P	CSWglib2
+P	CSWlibxft2
+P	CSWlibcairo

Added: csw/mgar/pkg/libpango/trunk/pkginfo
===================================================================
--- csw/mgar/pkg/libpango/trunk/pkginfo	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/pkginfo	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,8 @@
+PKG=CSWpango
+NAME=libpango - A framework for the layout and rendering of international text
+VERSION=1.26.2,REV=2010.05.30
+CATEGORY=application
+VENDOR=http://ftp.gnome.org/pub/GNOME/sources/pango packaged for CSW by Philip Brown
+HOTLINE=http://www.opencsw.org/bugtrack/
+EMAIL=phil at opencsw.org
+OPENCSW_REPOSITORY=https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/libpango/trunk

Added: csw/mgar/pkg/libpango/trunk/prototype.i386
===================================================================
--- csw/mgar/pkg/libpango/trunk/prototype.i386	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/prototype.i386	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,164 @@
+i pkginfo
+i copyright
+i depend
+d none /opt/csw/bin 0755 root bin
+f none /opt/csw/bin/pango-view 0755 root bin
+f none /opt/csw/bin/pango-querymodules 0755 root bin
+d none /opt/csw/etc 0755 root bin
+d none /opt/csw/etc/pango 0755 root bin
+f none /opt/csw/etc/pango/pangox.aliases 0644 root bin
+d none /opt/csw/include 0755 root bin
+d none /opt/csw/include/pango-1.0 0755 root bin
+d none /opt/csw/include/pango-1.0/pango 0755 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-script.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-glyph-item.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-glyph.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-types.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-break.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-gravity.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-item.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-features.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-utils.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-enum-types.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-bidi-type.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-attributes.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangox.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-language.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangoxft.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-tabs.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangofc-font.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-coverage.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangofc-decoder.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangoft2.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-renderer.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-layout.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-context.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-ot.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangocairo.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-modules.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-engine.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangoxft-render.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-fontmap.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-font.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangofc-fontmap.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-fontset.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-matrix.h 0644 root bin
+d none /opt/csw/lib 0755 root bin
+s none /opt/csw/lib/libpangoxft-1.0.so.0=libpangoxft-1.0.so.0.2600.2
+f none /opt/csw/lib/libpangoxft-1.0.so.0.2600.2 0755 root bin
+f none /opt/csw/lib/libpangocairo-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpango-1.0.so=libpango-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangox-1.0.so.0=libpangox-1.0.so.0.2600.2
+f none /opt/csw/lib/libpangox-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpangoxft-1.0.so=libpangoxft-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangoft2-1.0.so.0=libpangoft2-1.0.so.0.2600.2
+f none /opt/csw/lib/libpango-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpangox-1.0.so=libpangox-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangocairo-1.0.so=libpangocairo-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangoft2-1.0.so=libpangoft2-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangocairo-1.0.so.0=libpangocairo-1.0.so.0.2600.2
+d none /opt/csw/lib/pango 0755 root bin
+d none /opt/csw/lib/pango/1.6.0 0755 root bin
+d none /opt/csw/lib/pango/1.6.0/modules 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hangul-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-thai-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hebrew-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-lang.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-tibetan-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-tibetan-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-lang.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-thai-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hebrew-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hangul-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-x.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-khmer-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-lang.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-syriac-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-x.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-lang.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-syriac-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-khmer-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-fc.la 0755 root bin
+d none /opt/csw/lib/pkgconfig 0755 root bin
+f none /opt/csw/lib/pkgconfig/pangocairo.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pangoft2.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pango.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pangox.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pangoxft.pc 0644 root bin
+f none /opt/csw/lib/libpangoft2-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpango-1.0.so.0=libpango-1.0.so.0.2600.2
+d none /opt/csw/share 0755 root bin
+d none /opt/csw/share/man 0755 root bin
+d none /opt/csw/share/man/man1 0755 root bin
+f none /opt/csw/share/man/man1/pango-querymodules.1 0644 root bin
+f none /opt/csw/share/man/man1/pango-view.1 0644 root bin
+d none /opt/csw/share/gtk-doc 0755 root bin
+f none /opt/csw/share/gtk-doc/COPYING.pango=COPYING 0644 root bin
+d none /opt/csw/share/gtk-doc/html 0755 root bin
+d none /opt/csw/share/gtk-doc/html/pango 0755 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Modules.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Layout-Objects.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.26.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Text-Processing.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.22.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index.sgml 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.6.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.2.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/style.css 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Bidirectional-Text.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Text-Attributes.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Version-Checking.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoMarkupFormat.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Tab-Stops.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoFcDecoder.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/rotated-text.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/left.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Vertical-Text.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.16.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Glyph-Storage.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Engines.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-querymodules.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-all.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoRenderer.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.12.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoEngineLang.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-deprecated.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoFcFontMap.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/home.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.18.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Cairo-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango.devhelp 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.14.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Coverage-Maps.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/up.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoEngineShape.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Fonts.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.10.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoFcFont.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/lowlevel.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.24.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango.devhelp2 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/tools.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.20.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.8.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.4.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-hierarchy.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/layout.gif 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/right.png 0644 root bin

Added: csw/mgar/pkg/libpango/trunk/prototype.sparc
===================================================================
--- csw/mgar/pkg/libpango/trunk/prototype.sparc	                        (rev 0)
+++ csw/mgar/pkg/libpango/trunk/prototype.sparc	2010-05-30 21:35:51 UTC (rev 10041)
@@ -0,0 +1,164 @@
+i pkginfo
+i copyright
+i depend
+d none /opt/csw/bin 0755 root bin
+f none /opt/csw/bin/pango-view 0755 root bin
+f none /opt/csw/bin/pango-querymodules 0755 root bin
+d none /opt/csw/etc 0755 root bin
+d none /opt/csw/etc/pango 0755 root bin
+f none /opt/csw/etc/pango/pangox.aliases 0644 root bin
+d none /opt/csw/include 0755 root bin
+d none /opt/csw/include/pango-1.0 0755 root bin
+d none /opt/csw/include/pango-1.0/pango 0755 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-script.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-glyph-item.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-glyph.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-types.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-break.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-gravity.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-item.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-features.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-utils.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-enum-types.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-bidi-type.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-attributes.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangox.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-language.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangoxft.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-tabs.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangofc-font.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-coverage.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangofc-decoder.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangoft2.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-renderer.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-layout.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-context.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-ot.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangocairo.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-modules.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-engine.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangoxft-render.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-fontmap.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-font.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pangofc-fontmap.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-fontset.h 0644 root bin
+f none /opt/csw/include/pango-1.0/pango/pango-matrix.h 0644 root bin
+d none /opt/csw/lib 0755 root bin
+s none /opt/csw/lib/libpangoxft-1.0.so.0=libpangoxft-1.0.so.0.2600.2
+f none /opt/csw/lib/libpangoxft-1.0.so.0.2600.2 0755 root bin
+f none /opt/csw/lib/libpangocairo-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpango-1.0.so=libpango-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangox-1.0.so.0=libpangox-1.0.so.0.2600.2
+f none /opt/csw/lib/libpangox-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpangoxft-1.0.so=libpangoxft-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangoft2-1.0.so.0=libpangoft2-1.0.so.0.2600.2
+f none /opt/csw/lib/libpango-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpangox-1.0.so=libpangox-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangocairo-1.0.so=libpangocairo-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangoft2-1.0.so=libpangoft2-1.0.so.0.2600.2
+s none /opt/csw/lib/libpangocairo-1.0.so.0=libpangocairo-1.0.so.0.2600.2
+d none /opt/csw/lib/pango 0755 root bin
+d none /opt/csw/lib/pango/1.6.0 0755 root bin
+d none /opt/csw/lib/pango/1.6.0/modules 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hangul-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-thai-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hebrew-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-lang.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-tibetan-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-tibetan-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-lang.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-thai-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hebrew-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-hangul-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-x.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-khmer-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-lang.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-syriac-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-basic-x.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-lang.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-syriac-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-khmer-fc.so 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-arabic-fc.la 0755 root bin
+f none /opt/csw/lib/pango/1.6.0/modules/pango-indic-fc.la 0755 root bin
+d none /opt/csw/lib/pkgconfig 0755 root bin
+f none /opt/csw/lib/pkgconfig/pangocairo.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pangoft2.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pango.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pangox.pc 0644 root bin
+f none /opt/csw/lib/pkgconfig/pangoxft.pc 0644 root bin
+f none /opt/csw/lib/libpangoft2-1.0.so.0.2600.2 0755 root bin
+s none /opt/csw/lib/libpango-1.0.so.0=libpango-1.0.so.0.2600.2
+d none /opt/csw/share 0755 root bin
+d none /opt/csw/share/man 0755 root bin
+d none /opt/csw/share/man/man1 0755 root bin
+f none /opt/csw/share/man/man1/pango-querymodules.1 0644 root bin
+f none /opt/csw/share/man/man1/pango-view.1 0644 root bin
+d none /opt/csw/share/gtk-doc 0755 root bin
+f none /opt/csw/share/gtk-doc/COPYING.pango=COPYING 0644 root bin
+d none /opt/csw/share/gtk-doc/html 0755 root bin
+d none /opt/csw/share/gtk-doc/html/pango 0755 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Modules.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Layout-Objects.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.26.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Text-Processing.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.22.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index.sgml 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.6.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.2.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/style.css 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Bidirectional-Text.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Text-Attributes.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Version-Checking.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoMarkupFormat.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Tab-Stops.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoFcDecoder.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/rotated-text.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/left.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-X-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Vertical-Text.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.16.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Glyph-Storage.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-ATSUI-Fonts.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Engines.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-querymodules.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-all.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoRenderer.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.12.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoEngineLang.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-deprecated.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoFcFontMap.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/home.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.18.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Cairo-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango.devhelp 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.14.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Coverage-Maps.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/up.png 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoEngineShape.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Fonts.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.10.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/PangoFcFont.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/lowlevel.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.24.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango.devhelp2 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/tools.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.20.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.8.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/index-1.4.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-hierarchy.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/layout.gif 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html 0644 root bin
+f none /opt/csw/share/gtk-doc/html/pango/right.png 0644 root bin


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list