From owner-svn-ports-head@FreeBSD.ORG Thu May 23 13:02:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 491C8CEE; Thu, 23 May 2013 13:02:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 35C46F22; Thu, 23 May 2013 13:02:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4ND2Xxb006068; Thu, 23 May 2013 13:02:33 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4ND2XGd006061; Thu, 23 May 2013 13:02:33 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305231302.r4ND2XGd006061@svn.freebsd.org> From: Koop Mast Date: Thu, 23 May 2013 13:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318868 - in head: devel/glib20-reference x11-toolkits/gtk20-reference x11-toolkits/gtk30-reference X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 13:02:34 -0000 Author: kwm Date: Thu May 23 13:02:32 2013 New Revision: 318868 URL: http://svnweb.freebsd.org/changeset/ports/318868 Log: Rework the references ports for glib20, gtk20 and gtk30 again to fix the package breakage introduced in the previous commit. Add a SUFFUX to the install dir for reference ports for gtk20 and gtk30. This allows them both to be installed at the same time. Submitted by: QaT Pointyhat to: kwm Added: head/devel/glib20-reference/pkg-plist (contents, props changed) head/x11-toolkits/gtk20-reference/pkg-plist (contents, props changed) head/x11-toolkits/gtk30-reference/pkg-plist (contents, props changed) Modified: head/devel/glib20-reference/Makefile head/x11-toolkits/gtk20-reference/Makefile head/x11-toolkits/gtk30-reference/Makefile Modified: head/devel/glib20-reference/Makefile ============================================================================== --- head/devel/glib20-reference/Makefile Thu May 23 12:32:32 2013 (r318867) +++ head/devel/glib20-reference/Makefile Thu May 23 13:02:32 2013 (r318868) @@ -1,29 +1,35 @@ -# New ports collection makefile for: glib20-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# -PORTREVISION= 1 +PORTREVISION= 2 BOOKS= glib gobject gio -# custom DOCSDIR. This is because we want the references to be installed -# in share/doc/${book} and not share/doc/glib/${book} -DOCSDIR= ${PREFIX}/share/doc - -PORTDOCS= glib/* gobject/* gio/* - glib_MAN= glib-gettextize.1 gobject_MAN= glib-genmarshal.1 glib-mkenums.1 gobject-query.1 MAN1= ${glib_MAN} ${gobject_MAN} +PLIST= ${.CURDIR}/pkg-plist + +do-install: +.for d in ${BOOKS} + if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ + ${MKDIR} ${PREFIX}/share/doc/${d}; \ + cd ${REFERENCE_SRC}/${d}/html && \ + ${FIND} * -type d ! -empty -exec ${MKDIR} "${PREFIX}/share/doc/${d}/{}" \; && \ + ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/doc/${d}/{}" \; ; \ + fi +.endfor + post-install: .for m in glib gobject ${INSTALL_MAN} ${${m}_MAN:S|^|${REFERENCE_SRC}/${m}/|} \ ${PREFIX}/man/man1 .endfor +# overwrite this from bsd.port.mk, because we not don't honow DOCSDIR +add-plist-docs: + @${DO_NADA} + .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Added: head/devel/glib20-reference/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/glib20-reference/pkg-plist Thu May 23 13:02:32 2013 (r318868) @@ -0,0 +1,425 @@ +share/doc/gio/ExampleAnimal.html +share/doc/gio/ExampleCat.html +share/doc/gio/ExampleObject.html +share/doc/gio/ExampleObjectManagerClient.html +share/doc/gio/GAction.html +share/doc/gio/GActionGroup.html +share/doc/gio/GActionMap.html +share/doc/gio/GAppInfo.html +share/doc/gio/GApplication.html +share/doc/gio/GApplicationCommandLine.html +share/doc/gio/GAsyncInitable.html +share/doc/gio/GAsyncResult.html +share/doc/gio/GBufferedInputStream.html +share/doc/gio/GBufferedOutputStream.html +share/doc/gio/GCancellable.html +share/doc/gio/GCharsetConverter.html +share/doc/gio/GConverter.html +share/doc/gio/GCredentials.html +share/doc/gio/GDBusActionGroup.html +share/doc/gio/GDBusAuthObserver.html +share/doc/gio/GDBusConnection.html +share/doc/gio/GDBusInterface.html +share/doc/gio/GDBusInterfaceSkeleton.html +share/doc/gio/GDBusMenuModel.html +share/doc/gio/GDBusMessage.html +share/doc/gio/GDBusMethodInvocation.html +share/doc/gio/GDBusObject.html +share/doc/gio/GDBusObjectManager.html +share/doc/gio/GDBusObjectManagerClient.html +share/doc/gio/GDBusObjectManagerServer.html +share/doc/gio/GDBusObjectProxy.html +share/doc/gio/GDBusObjectSkeleton.html +share/doc/gio/GDBusProxy.html +share/doc/gio/GDBusServer.html +share/doc/gio/GDataInputStream.html +share/doc/gio/GDataOutputStream.html +share/doc/gio/GDrive.html +share/doc/gio/GEmblem.html +share/doc/gio/GEmblemedIcon.html +share/doc/gio/GFile.html +share/doc/gio/GFileDescriptorBased.html +share/doc/gio/GFileEnumerator.html +share/doc/gio/GFileIOStream.html +share/doc/gio/GFileIcon.html +share/doc/gio/GFileInfo.html +share/doc/gio/GFileInputStream.html +share/doc/gio/GFileMonitor.html +share/doc/gio/GFileOutputStream.html +share/doc/gio/GFilenameCompleter.html +share/doc/gio/GFilterInputStream.html +share/doc/gio/GFilterOutputStream.html +share/doc/gio/GIOModule.html +share/doc/gio/GIOStream.html +share/doc/gio/GIcon.html +share/doc/gio/GInetAddress.html +share/doc/gio/GInetSocketAddress.html +share/doc/gio/GInitable.html +share/doc/gio/GInputStream.html +share/doc/gio/GLoadableIcon.html +share/doc/gio/GMemoryInputStream.html +share/doc/gio/GMemoryOutputStream.html +share/doc/gio/GMenu.html +share/doc/gio/GMenuModel.html +share/doc/gio/GMount.html +share/doc/gio/GMountOperation.html +share/doc/gio/GNetworkAddress.html +share/doc/gio/GNetworkMonitor.html +share/doc/gio/GNetworkService.html +share/doc/gio/GOutputStream.html +share/doc/gio/GPermission.html +share/doc/gio/GPollableInputStream.html +share/doc/gio/GPollableOutputStream.html +share/doc/gio/GProxy.html +share/doc/gio/GProxyAddress.html +share/doc/gio/GProxyResolver.html +share/doc/gio/GRemoteActionGroup.html +share/doc/gio/GResolver.html +share/doc/gio/GSeekable.html +share/doc/gio/GSettings.html +share/doc/gio/GSettingsBackend.html +share/doc/gio/GSimpleAction.html +share/doc/gio/GSimpleActionGroup.html +share/doc/gio/GSimpleAsyncResult.html +share/doc/gio/GSimplePermission.html +share/doc/gio/GSocket.html +share/doc/gio/GSocketAddress.html +share/doc/gio/GSocketClient.html +share/doc/gio/GSocketConnectable.html +share/doc/gio/GSocketConnection.html +share/doc/gio/GSocketControlMessage.html +share/doc/gio/GSocketListener.html +share/doc/gio/GSocketService.html +share/doc/gio/GSrvTarget.html +share/doc/gio/GTcpConnection.html +share/doc/gio/GTcpWrapperConnection.html +share/doc/gio/GTestDBus.html +share/doc/gio/GThemedIcon.html +share/doc/gio/GThreadedSocketService.html +share/doc/gio/GTlsBackend.html +share/doc/gio/GTlsCertificate.html +share/doc/gio/GTlsClientConnection.html +share/doc/gio/GTlsConnection.html +share/doc/gio/GTlsDatabase.html +share/doc/gio/GTlsFileDatabase.html +share/doc/gio/GTlsInteraction.html +share/doc/gio/GTlsPassword.html +share/doc/gio/GTlsServerConnection.html +share/doc/gio/GUnixConnection.html +share/doc/gio/GUnixCredentialsMessage.html +share/doc/gio/GUnixFDList.html +share/doc/gio/GUnixFDMessage.html +share/doc/gio/GUnixInputStream.html +share/doc/gio/GUnixOutputStream.html +share/doc/gio/GUnixSocketAddress.html +share/doc/gio/GVfs.html +share/doc/gio/GVolume.html +share/doc/gio/GVolumeMonitor.html +share/doc/gio/GZlibCompressor.html +share/doc/gio/GZlibDecompressor.html +share/doc/gio/annotation-glossary.html +share/doc/gio/api-index-2-18.html +share/doc/gio/api-index-2-20.html +share/doc/gio/api-index-2-22.html +share/doc/gio/api-index-2-24.html +share/doc/gio/api-index-2-26.html +share/doc/gio/api-index-2-28.html +share/doc/gio/api-index-2-30.html +share/doc/gio/api-index-2-32.html +share/doc/gio/api-index-2-34.html +share/doc/gio/api-index-deprecated.html +share/doc/gio/api-index-full.html +share/doc/gio/application.html +share/doc/gio/async.html +share/doc/gio/ch01.html +share/doc/gio/ch02.html +share/doc/gio/ch03.html +share/doc/gio/ch29.html +share/doc/gio/ch30.html +share/doc/gio/ch30s02.html +share/doc/gio/ch30s03.html +share/doc/gio/ch31.html +share/doc/gio/ch31s02.html +share/doc/gio/ch31s03.html +share/doc/gio/ch31s04.html +share/doc/gio/ch31s05.html +share/doc/gio/ch31s06.html +share/doc/gio/ch31s07.html +share/doc/gio/ch32.html +share/doc/gio/ch32s02.html +share/doc/gio/ch32s03.html +share/doc/gio/ch32s04.html +share/doc/gio/ch32s05.html +share/doc/gio/conversion.html +share/doc/gio/extending-gio.html +share/doc/gio/extending.html +share/doc/gio/failable_initialization.html +share/doc/gio/file_mon.html +share/doc/gio/file_ops.html +share/doc/gio/gdbus-codegen.html +share/doc/gio/gdbus-convenience.html +share/doc/gio/gdbus-lowlevel.html +share/doc/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +share/doc/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +share/doc/gio/gdbus.html +share/doc/gio/gio-D-Bus-Addresses.html +share/doc/gio/gio-D-Bus-Introspection-Data.html +share/doc/gio/gio-D-Bus-Utilities.html +share/doc/gio/gio-Desktop-file-based-GAppInfo.html +share/doc/gio/gio-Extension-Points.html +share/doc/gio/gio-GActionGroup-exporter.html +share/doc/gio/gio-GContentType.html +share/doc/gio/gio-GConverterInputstream.html +share/doc/gio/gio-GConverterOutputstream.html +share/doc/gio/gio-GDBusError.html +share/doc/gio/gio-GFileAttribute.html +share/doc/gio/gio-GIOError.html +share/doc/gio/gio-GIOScheduler.html +share/doc/gio/gio-GInetAddressMask.html +share/doc/gio/gio-GMenuModel-exporter.html +share/doc/gio/gio-GResource.html +share/doc/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +share/doc/gio/gio-GWin32InputStream.html +share/doc/gio/gio-GWin32OutputStream.html +share/doc/gio/gio-Owning-Bus-Names.html +share/doc/gio/gio-TLS-Overview.html +share/doc/gio/gio-Unix-Mounts.html +share/doc/gio/gio-Watching-Bus-Names.html +share/doc/gio/gio-gpollableutils.html +share/doc/gio/gio-hierarchy.html +share/doc/gio/gio-querymodules.html +share/doc/gio/gio.devhelp2 +share/doc/gio/glib-compile-resources.html +share/doc/gio/glib-compile-schemas.html +share/doc/gio/gresource-tool.html +share/doc/gio/gsettings-tool.html +share/doc/gio/gvfs-overview.png +share/doc/gio/highlevel-socket.html +share/doc/gio/home.png +share/doc/gio/icons.html +share/doc/gio/index.html +share/doc/gio/index.sgml +share/doc/gio/left.png +share/doc/gio/menu-example.png +share/doc/gio/menu-model.png +share/doc/gio/migrating.html +share/doc/gio/networking.html +share/doc/gio/permissions.html +share/doc/gio/pt01.html +share/doc/gio/pt02.html +share/doc/gio/resolver.html +share/doc/gio/resources.html +share/doc/gio/right.png +share/doc/gio/running-gio-apps.html +share/doc/gio/settings.html +share/doc/gio/streaming.html +share/doc/gio/style.css +share/doc/gio/testing.html +share/doc/gio/tls.html +share/doc/gio/tools.html +share/doc/gio/types.html +share/doc/gio/up.png +share/doc/gio/utils.html +share/doc/gio/volume_mon.html +share/doc/glib/annotation-glossary.html +share/doc/glib/api-index-2-10.html +share/doc/glib/api-index-2-12.html +share/doc/glib/api-index-2-14.html +share/doc/glib/api-index-2-16.html +share/doc/glib/api-index-2-18.html +share/doc/glib/api-index-2-2.html +share/doc/glib/api-index-2-20.html +share/doc/glib/api-index-2-22.html +share/doc/glib/api-index-2-24.html +share/doc/glib/api-index-2-26.html +share/doc/glib/api-index-2-28.html +share/doc/glib/api-index-2-30.html +share/doc/glib/api-index-2-32.html +share/doc/glib/api-index-2-34.html +share/doc/glib/api-index-2-4.html +share/doc/glib/api-index-2-6.html +share/doc/glib/api-index-2-8.html +share/doc/glib/api-index-deprecated.html +share/doc/glib/api-index-full.html +share/doc/glib/deprecated.html +share/doc/glib/file-name-encodings.png +share/doc/glib/glib-Arrays.html +share/doc/glib/glib-Asynchronous-Queues.html +share/doc/glib/glib-Atomic-Operations.html +share/doc/glib/glib-Automatic-String-Completion.html +share/doc/glib/glib-Balanced-Binary-Trees.html +share/doc/glib/glib-Base64-Encoding.html +share/doc/glib/glib-Basic-Types.html +share/doc/glib/glib-Bookmark-file-parser.html +share/doc/glib/glib-Byte-Arrays.html +share/doc/glib/glib-Byte-Order-Macros.html +share/doc/glib/glib-Caches.html +share/doc/glib/glib-Character-Set-Conversion.html +share/doc/glib/glib-Commandline-option-parser.html +share/doc/glib/glib-Data-Checksums.html +share/doc/glib/glib-Data-HMACs.html +share/doc/glib/glib-Datasets.html +share/doc/glib/glib-Date-and-Time-Functions.html +share/doc/glib/glib-Deprecated-Thread-APIs.html +share/doc/glib/glib-Double-ended-Queues.html +share/doc/glib/glib-Doubly-Linked-Lists.html +share/doc/glib/glib-Dynamic-Loading-of-Modules.html +share/doc/glib/glib-Error-Reporting.html +share/doc/glib/glib-File-Utilities.html +share/doc/glib/glib-GDateTime.html +share/doc/glib/glib-GTimeZone.html +share/doc/glib/glib-GVariant.html +share/doc/glib/glib-GVariantType.html +share/doc/glib/glib-Glob-style-pattern-matching.html +share/doc/glib/glib-Hash-Tables.html +share/doc/glib/glib-Hook-Functions.html +share/doc/glib/glib-Hostname-Utilities.html +share/doc/glib/glib-I18N.html +share/doc/glib/glib-IO-Channels.html +share/doc/glib/glib-Key-value-file-parser.html +share/doc/glib/glib-Keyed-Data-Lists.html +share/doc/glib/glib-Lexical-Scanner.html +share/doc/glib/glib-Memory-Allocation.html +share/doc/glib/glib-Memory-Slices.html +share/doc/glib/glib-Message-Logging.html +share/doc/glib/glib-Miscellaneous-Macros.html +share/doc/glib/glib-Miscellaneous-Utility-Functions.html +share/doc/glib/glib-N-ary-Trees.html +share/doc/glib/glib-Numerical-Definitions.html +share/doc/glib/glib-Perl-compatible-regular-expressions.html +share/doc/glib/glib-Pointer-Arrays.html +share/doc/glib/glib-Quarks.html +share/doc/glib/glib-Random-Numbers.html +share/doc/glib/glib-Relations-and-Tuples.html +share/doc/glib/glib-Sequences.html +share/doc/glib/glib-Shell-related-Utilities.html +share/doc/glib/glib-Simple-XML-Subset-Parser.html +share/doc/glib/glib-Singly-Linked-Lists.html +share/doc/glib/glib-Spawning-Processes.html +share/doc/glib/glib-Standard-Macros.html +share/doc/glib/glib-String-Chunks.html +share/doc/glib/glib-String-Utility-Functions.html +share/doc/glib/glib-Strings.html +share/doc/glib/glib-Testing.html +share/doc/glib/glib-The-Main-Event-Loop.html +share/doc/glib/glib-Thread-Pools.html +share/doc/glib/glib-Threads.html +share/doc/glib/glib-Timers.html +share/doc/glib/glib-Trash-Stacks.html +share/doc/glib/glib-Type-Conversion-Macros.html +share/doc/glib/glib-UNIX-specific-utilities-and-integration.html +share/doc/glib/glib-URI-Functions.html +share/doc/glib/glib-Unicode-Manipulation.html +share/doc/glib/glib-Version-Information.html +share/doc/glib/glib-Warnings-and-Assertions.html +share/doc/glib/glib-Windows-Compatibility-Functions.html +share/doc/glib/glib-building.html +share/doc/glib/glib-changes.html +share/doc/glib/glib-compiling.html +share/doc/glib/glib-core.html +share/doc/glib/glib-cross-compiling.html +share/doc/glib/glib-data-types.html +share/doc/glib/glib-fundamentals.html +share/doc/glib/glib-gettextize.html +share/doc/glib/glib-programming.html +share/doc/glib/glib-regex-syntax.html +share/doc/glib/glib-resources.html +share/doc/glib/glib-running.html +share/doc/glib/glib-utilities.html +share/doc/glib/glib.devhelp2 +share/doc/glib/glib.html +share/doc/glib/gtester-report.html +share/doc/glib/gtester.html +share/doc/glib/gvariant-format-strings.html +share/doc/glib/gvariant-text.html +share/doc/glib/home.png +share/doc/glib/index.html +share/doc/glib/index.sgml +share/doc/glib/left.png +share/doc/glib/mainloop-states.gif +share/doc/glib/right.png +share/doc/glib/style.css +share/doc/glib/tools.html +share/doc/glib/up.png +share/doc/gobject/GBinding.html +share/doc/gobject/GTypeModule.html +share/doc/gobject/GTypePlugin.html +share/doc/gobject/annotation-glossary.html +share/doc/gobject/api-index-2-10.html +share/doc/gobject/api-index-2-12.html +share/doc/gobject/api-index-2-14.html +share/doc/gobject/api-index-2-18.html +share/doc/gobject/api-index-2-2.html +share/doc/gobject/api-index-2-22.html +share/doc/gobject/api-index-2-24.html +share/doc/gobject/api-index-2-26.html +share/doc/gobject/api-index-2-28.html +share/doc/gobject/api-index-2-30.html +share/doc/gobject/api-index-2-32.html +share/doc/gobject/api-index-2-34.html +share/doc/gobject/api-index-2-4.html +share/doc/gobject/api-index-2-6.html +share/doc/gobject/api-index-2-8.html +share/doc/gobject/api-index-deprecated.html +share/doc/gobject/api-index-full.html +share/doc/gobject/ch01s02.html +share/doc/gobject/chapter-gobject.html +share/doc/gobject/chapter-gtype.html +share/doc/gobject/chapter-intro.html +share/doc/gobject/chapter-signal.html +share/doc/gobject/glib-genmarshal.html +share/doc/gobject/glib-mkenums.html +share/doc/gobject/glue.png +share/doc/gobject/gobject-Boxed-Types.html +share/doc/gobject/gobject-Closures.html +share/doc/gobject/gobject-Enumeration-and-Flag-Types.html +share/doc/gobject/gobject-GParamSpec.html +share/doc/gobject/gobject-Generic-values.html +share/doc/gobject/gobject-Signals.html +share/doc/gobject/gobject-Standard-Parameter-and-Value-Types.html +share/doc/gobject/gobject-The-Base-Object-Type.html +share/doc/gobject/gobject-Type-Information.html +share/doc/gobject/gobject-Value-arrays.html +share/doc/gobject/gobject-Varargs-Value-Collection.html +share/doc/gobject/gobject-memory.html +share/doc/gobject/gobject-properties.html +share/doc/gobject/gobject-query.html +share/doc/gobject/gobject.devhelp2 +share/doc/gobject/gtype-conventions.html +share/doc/gobject/gtype-instantiable-classed.html +share/doc/gobject/gtype-non-instantiable-classed.html +share/doc/gobject/gtype-non-instantiable.html +share/doc/gobject/home.png +share/doc/gobject/howto-gobject-chainup.html +share/doc/gobject/howto-gobject-code.html +share/doc/gobject/howto-gobject-construction.html +share/doc/gobject/howto-gobject-destruction.html +share/doc/gobject/howto-gobject-methods.html +share/doc/gobject/howto-gobject.html +share/doc/gobject/howto-interface-implement.html +share/doc/gobject/howto-interface-override.html +share/doc/gobject/howto-interface-prerequisite.html +share/doc/gobject/howto-interface-properties.html +share/doc/gobject/howto-interface.html +share/doc/gobject/howto-signals.html +share/doc/gobject/index.html +share/doc/gobject/index.sgml +share/doc/gobject/left.png +share/doc/gobject/pr01.html +share/doc/gobject/pt01.html +share/doc/gobject/pt02.html +share/doc/gobject/pt03.html +share/doc/gobject/right.png +share/doc/gobject/rn01.html +share/doc/gobject/rn02.html +share/doc/gobject/signal.html +share/doc/gobject/style.css +share/doc/gobject/tools-ginspector.html +share/doc/gobject/tools-gob.html +share/doc/gobject/tools-gtkdoc.html +share/doc/gobject/tools-refdb.html +share/doc/gobject/tools-vala.html +share/doc/gobject/up.png +@dirrm share/doc/gobject +@dirrm share/doc/glib +@dirrm share/doc/gio Modified: head/x11-toolkits/gtk20-reference/Makefile ============================================================================== --- head/x11-toolkits/gtk20-reference/Makefile Thu May 23 12:32:32 2013 (r318867) +++ head/x11-toolkits/gtk20-reference/Makefile Thu May 23 13:02:32 2013 (r318868) @@ -1,13 +1,24 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ -PORTREVISION= 0 - -# custom DOCSDIR. This is because we want the references to be installed -# in share/doc/${book} and not share/doc/gtk/${book} -DOCSDIR= ${PREFIX}/share/doc +PORTREVISION= 1 BOOKS= gdk gtk -PORTDOCS= gdk/* gtk/* + +PLIST= ${.CURDIR}/pkg-plist + +do-install: +.for d in ${BOOKS} + if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ + ${MKDIR} ${PREFIX}/share/doc/${d}2; \ + cd ${REFERENCE_SRC}/${d}/html && \ + ${FIND} * -type d ! -empty -exec ${MKDIR} "${PREFIX}/share/doc/${d}2/{}" \; && \ + ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/doc/${d}2/{}" \; ; \ + fi +.endfor + +# overwrite this from bsd.port.mk, because we not don't honow DOCSDIR +add-plist-docs: + @${DO_NADA} .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" Added: head/x11-toolkits/gtk20-reference/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gtk20-reference/pkg-plist Thu May 23 13:02:32 2013 (r318868) @@ -0,0 +1,612 @@ +share/doc/gdk2/GdkDisplay.html +share/doc/gdk2/GdkDisplayManager.html +share/doc/gdk2/GdkScreen.html +share/doc/gdk2/X_cursor.png +share/doc/gdk2/annotation-glossary.html +share/doc/gdk2/api-index-2-10.html +share/doc/gdk2/api-index-2-12.html +share/doc/gdk2/api-index-2-14.html +share/doc/gdk2/api-index-2-16.html +share/doc/gdk2/api-index-2-18.html +share/doc/gdk2/api-index-2-2.html +share/doc/gdk2/api-index-2-20.html +share/doc/gdk2/api-index-2-22.html +share/doc/gdk2/api-index-2-4.html +share/doc/gdk2/api-index-2-6.html +share/doc/gdk2/api-index-2-8.html +share/doc/gdk2/api-index-deprecated.html +share/doc/gdk2/api-index-full.html +share/doc/gdk2/arrow.png +share/doc/gdk2/based_arrow_down.png +share/doc/gdk2/based_arrow_up.png +share/doc/gdk2/boat.png +share/doc/gdk2/bogosity.png +share/doc/gdk2/bottom_left_corner.png +share/doc/gdk2/bottom_right_corner.png +share/doc/gdk2/bottom_side.png +share/doc/gdk2/bottom_tee.png +share/doc/gdk2/box_spiral.png +share/doc/gdk2/center_ptr.png +share/doc/gdk2/circle.png +share/doc/gdk2/clock.png +share/doc/gdk2/coffee_mug.png +share/doc/gdk2/cross.png +share/doc/gdk2/cross_reverse.png +share/doc/gdk2/crosshair.png +share/doc/gdk2/diamond_cross.png +share/doc/gdk2/dot.png +share/doc/gdk2/dotbox.png +share/doc/gdk2/double_arrow.png +share/doc/gdk2/draft_large.png +share/doc/gdk2/draft_small.png +share/doc/gdk2/draped_box.png +share/doc/gdk2/exchange.png +share/doc/gdk2/fleur.png +share/doc/gdk2/gdk2-Application-launching.html +share/doc/gdk2/gdk2-Bitmaps-and-Pixmaps.html +share/doc/gdk2/gdk2-Cairo-Interaction.html +share/doc/gdk2/gdk2-Colormaps-and-Colors.html +share/doc/gdk2/gdk2-Cursors.html +share/doc/gdk2/gdk2-Drag-and-Drop.html +share/doc/gdk2/gdk2-Drawing-Primitives.html +share/doc/gdk2/gdk2-Event-Structures.html +share/doc/gdk2/gdk2-Events.html +share/doc/gdk2/gdk2-Fonts.html +share/doc/gdk2/gdk2-GdkRGB.html +share/doc/gdk2/gdk2-General.html +share/doc/gdk2/gdk2-Graphics-Contexts.html +share/doc/gdk2/gdk2-Images.html +share/doc/gdk2/gdk2-Input-Devices.html +share/doc/gdk2/gdk2-Input.html +share/doc/gdk2/gdk2-Keyboard-Handling.html +share/doc/gdk2/gdk2-Pango-Interaction.html +share/doc/gdk2/gdk2-Pixbufs.html +share/doc/gdk2/gdk2-Points-Rectangles-and-Regions.html +share/doc/gdk2/gdk2-Properties-and-Atoms.html +share/doc/gdk2/gdk2-Selections.html +share/doc/gdk2/gdk2-Testing.html +share/doc/gdk2/gdk2-Threads.html +share/doc/gdk2/gdk2-Visuals.html +share/doc/gdk2/gdk2-Windows.html +share/doc/gdk2/gdk2-X-Window-System-Interaction.html +share/doc/gdk2/gdk2.devhelp2 +share/doc/gdk2/gobbler.png +share/doc/gdk2/gumby.png +share/doc/gdk2/hand1.png +share/doc/gdk2/hand2.png +share/doc/gdk2/heart.png +share/doc/gdk2/home.png +share/doc/gdk2/icon.png +share/doc/gdk2/index.html +share/doc/gdk2/index.sgml +share/doc/gdk2/iron_cross.png +share/doc/gdk2/left.png +share/doc/gdk2/left_ptr.png +share/doc/gdk2/left_side.png +share/doc/gdk2/left_tee.png +share/doc/gdk2/leftbutton.png +share/doc/gdk2/ll_angle.png +share/doc/gdk2/lr_angle.png +share/doc/gdk2/man.png +share/doc/gdk2/middlebutton.png +share/doc/gdk2/mouse.png +share/doc/gdk2/multihead.html +share/doc/gdk2/pencil.png +share/doc/gdk2/pirate.png +share/doc/gdk2/plus.png +share/doc/gdk2/question_arrow.png +share/doc/gdk2/reference.html +share/doc/gdk2/right.png +share/doc/gdk2/right_ptr.png +share/doc/gdk2/right_side.png +share/doc/gdk2/right_tee.png +share/doc/gdk2/rightbutton.png +share/doc/gdk2/rotated-text.png +share/doc/gdk2/rtl_logo.png +share/doc/gdk2/sailboat.png +share/doc/gdk2/sb_down_arrow.png +share/doc/gdk2/sb_h_double_arrow.png +share/doc/gdk2/sb_left_arrow.png +share/doc/gdk2/sb_right_arrow.png +share/doc/gdk2/sb_up_arrow.png +share/doc/gdk2/sb_v_double_arrow.png +share/doc/gdk2/shuttle.png +share/doc/gdk2/sizing.png +share/doc/gdk2/spider.png +share/doc/gdk2/spraycan.png +share/doc/gdk2/star.png +share/doc/gdk2/style.css +share/doc/gdk2/target.png +share/doc/gdk2/tcross.png +share/doc/gdk2/top_left_arrow.png +share/doc/gdk2/top_left_corner.png +share/doc/gdk2/top_right_corner.png +share/doc/gdk2/top_side.png +share/doc/gdk2/top_tee.png +share/doc/gdk2/trek.png +share/doc/gdk2/ul_angle.png +share/doc/gdk2/umbrella.png +share/doc/gdk2/up.png +share/doc/gdk2/ur_angle.png +share/doc/gdk2/watch.png +share/doc/gdk2/xterm.png +share/doc/gtk2/AbstractObjects.html +share/doc/gtk2/Actions.html +share/doc/gtk2/Builder.html +share/doc/gtk2/ButtonWidgets.html +share/doc/gtk2/DeprecatedObjects.html +share/doc/gtk2/DisplayWidgets.html +share/doc/gtk2/GtkAboutDialog.html +share/doc/gtk2/GtkAccelLabel.html +share/doc/gtk2/GtkAccessible.html +share/doc/gtk2/GtkAction.html +share/doc/gtk2/GtkActionGroup.html +share/doc/gtk2/GtkActivatable.html +share/doc/gtk2/GtkAdjustment.html +share/doc/gtk2/GtkAlignment.html +share/doc/gtk2/GtkArrow.html +share/doc/gtk2/GtkAspectFrame.html +share/doc/gtk2/GtkAssistant.html +share/doc/gtk2/GtkBin.html +share/doc/gtk2/GtkBox.html +share/doc/gtk2/GtkBuildable.html +share/doc/gtk2/GtkBuilder.html +share/doc/gtk2/GtkButton.html +share/doc/gtk2/GtkButtonBox.html +share/doc/gtk2/GtkCList.html +share/doc/gtk2/GtkCTree.html +share/doc/gtk2/GtkCalendar.html +share/doc/gtk2/GtkCellEditable.html +share/doc/gtk2/GtkCellLayout.html +share/doc/gtk2/GtkCellRenderer.html +share/doc/gtk2/GtkCellRendererAccel.html +share/doc/gtk2/GtkCellRendererCombo.html +share/doc/gtk2/GtkCellRendererPixbuf.html +share/doc/gtk2/GtkCellRendererProgress.html +share/doc/gtk2/GtkCellRendererSpin.html +share/doc/gtk2/GtkCellRendererSpinner.html +share/doc/gtk2/GtkCellRendererText.html +share/doc/gtk2/GtkCellRendererToggle.html +share/doc/gtk2/GtkCellView.html +share/doc/gtk2/GtkCheckButton.html +share/doc/gtk2/GtkColorButton.html +share/doc/gtk2/GtkColorSelection.html +share/doc/gtk2/GtkColorSelectionDialog.html +share/doc/gtk2/GtkCombo.html +share/doc/gtk2/GtkComboBox.html +share/doc/gtk2/GtkComboBoxEntry.html +share/doc/gtk2/GtkComboBoxText.html +share/doc/gtk2/GtkContainer.html +share/doc/gtk2/GtkCurve.html +share/doc/gtk2/GtkDialog.html +share/doc/gtk2/GtkDrawingArea.html +share/doc/gtk2/GtkEditable.html +share/doc/gtk2/GtkEntry.html +share/doc/gtk2/GtkEntryBuffer.html +share/doc/gtk2/GtkEntryCompletion.html +share/doc/gtk2/GtkEventBox.html +share/doc/gtk2/GtkExpander.html +share/doc/gtk2/GtkFileChooser.html +share/doc/gtk2/GtkFileChooserButton.html +share/doc/gtk2/GtkFileChooserDialog.html +share/doc/gtk2/GtkFileChooserWidget.html +share/doc/gtk2/GtkFileSelection.html +share/doc/gtk2/GtkFixed.html +share/doc/gtk2/GtkFontButton.html +share/doc/gtk2/GtkFontSelection.html +share/doc/gtk2/GtkFontSelectionDialog.html +share/doc/gtk2/GtkFrame.html +share/doc/gtk2/GtkGammaCurve.html +share/doc/gtk2/GtkHBox.html +share/doc/gtk2/GtkHButtonBox.html +share/doc/gtk2/GtkHPaned.html +share/doc/gtk2/GtkHRuler.html +share/doc/gtk2/GtkHSV.html +share/doc/gtk2/GtkHScale.html +share/doc/gtk2/GtkHScrollbar.html +share/doc/gtk2/GtkHSeparator.html +share/doc/gtk2/GtkHandleBox.html +share/doc/gtk2/GtkIMContext.html +share/doc/gtk2/GtkIMContextSimple.html +share/doc/gtk2/GtkIMMulticontext.html +share/doc/gtk2/GtkIconTheme.html +share/doc/gtk2/GtkIconView.html +share/doc/gtk2/GtkImage.html +share/doc/gtk2/GtkImageMenuItem.html +share/doc/gtk2/GtkInfoBar.html +share/doc/gtk2/GtkInputDialog.html +share/doc/gtk2/GtkInvisible.html +share/doc/gtk2/GtkItem.html +share/doc/gtk2/GtkItemFactory.html +share/doc/gtk2/GtkLabel.html +share/doc/gtk2/GtkLayout.html +share/doc/gtk2/GtkLinkButton.html +share/doc/gtk2/GtkList.html +share/doc/gtk2/GtkListItem.html +share/doc/gtk2/GtkListStore.html +share/doc/gtk2/GtkMenu.html +share/doc/gtk2/GtkMenuBar.html +share/doc/gtk2/GtkMenuItem.html +share/doc/gtk2/GtkMenuShell.html +share/doc/gtk2/GtkMenuToolButton.html +share/doc/gtk2/GtkMessageDialog.html +share/doc/gtk2/GtkMisc.html +share/doc/gtk2/GtkNotebook.html +share/doc/gtk2/GtkObject.html +share/doc/gtk2/GtkOffscreenWindow.html +share/doc/gtk2/GtkOldEditable.html +share/doc/gtk2/GtkOptionMenu.html +share/doc/gtk2/GtkPageSetup.html +share/doc/gtk2/GtkPageSetupUnixDialog.html +share/doc/gtk2/GtkPaned.html +share/doc/gtk2/GtkPaperSize.html +share/doc/gtk2/GtkPixmap.html +share/doc/gtk2/GtkPlug.html +share/doc/gtk2/GtkPreview.html +share/doc/gtk2/GtkPrintContext.html +share/doc/gtk2/GtkPrintJob.html +share/doc/gtk2/GtkPrintSettings.html +share/doc/gtk2/GtkPrintUnixDialog.html +share/doc/gtk2/GtkPrinter.html +share/doc/gtk2/GtkProgress.html +share/doc/gtk2/GtkProgressBar.html +share/doc/gtk2/GtkRadioAction.html +share/doc/gtk2/GtkRadioButton.html +share/doc/gtk2/GtkRadioMenuItem.html +share/doc/gtk2/GtkRadioToolButton.html +share/doc/gtk2/GtkRange.html +share/doc/gtk2/GtkRecentAction.html +share/doc/gtk2/GtkRecentChooser.html +share/doc/gtk2/GtkRecentChooserDialog.html +share/doc/gtk2/GtkRecentChooserMenu.html +share/doc/gtk2/GtkRecentChooserWidget.html +share/doc/gtk2/GtkRecentFilter.html +share/doc/gtk2/GtkRecentManager.html +share/doc/gtk2/GtkRuler.html +share/doc/gtk2/GtkScale.html +share/doc/gtk2/GtkScaleButton.html +share/doc/gtk2/GtkScrollbar.html +share/doc/gtk2/GtkScrolledWindow.html +share/doc/gtk2/GtkSeparator.html +share/doc/gtk2/GtkSeparatorMenuItem.html +share/doc/gtk2/GtkSeparatorToolItem.html +share/doc/gtk2/GtkSettings.html +share/doc/gtk2/GtkSizeGroup.html +share/doc/gtk2/GtkSocket.html +share/doc/gtk2/GtkSpinButton.html +share/doc/gtk2/GtkSpinner.html +share/doc/gtk2/GtkStatusIcon.html +share/doc/gtk2/GtkStatusbar.html +share/doc/gtk2/GtkStyle.html +share/doc/gtk2/GtkTable.html +share/doc/gtk2/GtkTearoffMenuItem.html +share/doc/gtk2/GtkText.html +share/doc/gtk2/GtkTextBuffer.html +share/doc/gtk2/GtkTextIter.html +share/doc/gtk2/GtkTextMark.html +share/doc/gtk2/GtkTextTag.html +share/doc/gtk2/GtkTextTagTable.html +share/doc/gtk2/GtkTextView.html +share/doc/gtk2/GtkTipsQuery.html +share/doc/gtk2/GtkToggleAction.html +share/doc/gtk2/GtkToggleButton.html +share/doc/gtk2/GtkToggleToolButton.html +share/doc/gtk2/GtkToolButton.html +share/doc/gtk2/GtkToolItem.html +share/doc/gtk2/GtkToolItemGroup.html +share/doc/gtk2/GtkToolPalette.html +share/doc/gtk2/GtkToolShell.html +share/doc/gtk2/GtkToolbar.html +share/doc/gtk2/GtkTooltip.html +share/doc/gtk2/GtkTooltips.html +share/doc/gtk2/GtkTree.html +share/doc/gtk2/GtkTreeItem.html +share/doc/gtk2/GtkTreeModel.html +share/doc/gtk2/GtkTreeModelFilter.html +share/doc/gtk2/GtkTreeModelSort.html +share/doc/gtk2/GtkTreeSelection.html +share/doc/gtk2/GtkTreeSortable.html +share/doc/gtk2/GtkTreeStore.html +share/doc/gtk2/GtkTreeView.html +share/doc/gtk2/GtkTreeViewColumn.html +share/doc/gtk2/GtkUIManager.html +share/doc/gtk2/GtkVBox.html +share/doc/gtk2/GtkVButtonBox.html +share/doc/gtk2/GtkVPaned.html +share/doc/gtk2/GtkVRuler.html +share/doc/gtk2/GtkVScale.html +share/doc/gtk2/GtkVScrollbar.html +share/doc/gtk2/GtkVSeparator.html +share/doc/gtk2/GtkViewport.html +share/doc/gtk2/GtkVolumeButton.html +share/doc/gtk2/GtkWidget.html +share/doc/gtk2/GtkWindow.html +share/doc/gtk2/GtkWindowGroup.html +share/doc/gtk2/LayoutContainers.html +share/doc/gtk2/MenusAndCombos.html +share/doc/gtk2/MiscObjects.html +share/doc/gtk2/NumericEntry.html +share/doc/gtk2/Ornaments.html +share/doc/gtk2/PlugSocket.html +share/doc/gtk2/Printing.html +share/doc/gtk2/RecentDocuments.html +share/doc/gtk2/ScrollingWidgets.html +share/doc/gtk2/SelectorWidgets.html +share/doc/gtk2/SpecialObjects.html +share/doc/gtk2/TextWidget.html +share/doc/gtk2/TextWidgetObjects.html +share/doc/gtk2/TreeWidget.html +share/doc/gtk2/TreeWidgetObjects.html +share/doc/gtk2/WindowWidgets.html +share/doc/gtk2/aboutdialog.png +share/doc/gtk2/accel-label.png +share/doc/gtk2/annotation-glossary.html +share/doc/gtk2/api-index-2-10.html +share/doc/gtk2/api-index-2-12.html +share/doc/gtk2/api-index-2-14.html +share/doc/gtk2/api-index-2-16.html +share/doc/gtk2/api-index-2-18.html +share/doc/gtk2/api-index-2-2.html +share/doc/gtk2/api-index-2-20.html +share/doc/gtk2/api-index-2-22.html +share/doc/gtk2/api-index-2-24.html +share/doc/gtk2/api-index-2-4.html +share/doc/gtk2/api-index-2-6.html +share/doc/gtk2/api-index-2-8.html +share/doc/gtk2/api-index-deprecated.html +share/doc/gtk2/api-index-full.html +share/doc/gtk2/application-exit.png +share/doc/gtk2/assistant.png +share/doc/gtk2/button.png +share/doc/gtk2/ch01.html +share/doc/gtk2/ch02.html +share/doc/gtk2/chap-drawing-model.html +share/doc/gtk2/check-button.png +share/doc/gtk2/checklist-gdkeventexpose-region.html +share/doc/gtk2/checklist-modifiers.html +share/doc/gtk2/checklist-named-icons.html +share/doc/gtk2/color-button.png +share/doc/gtk2/colorsel.png +share/doc/gtk2/combo-box-entry.png +share/doc/gtk2/combo-box.png +share/doc/gtk2/decorating-the-assistant-pages.html +share/doc/gtk2/dialog-error.png +share/doc/gtk2/dialog-information.png +share/doc/gtk2/dialog-password.png +share/doc/gtk2/dialog-question.png +share/doc/gtk2/dialog-warning.png +share/doc/gtk2/document-new.png +share/doc/gtk2/document-open.png +share/doc/gtk2/document-print-preview.png +share/doc/gtk2/document-print.png +share/doc/gtk2/document-properties.png +share/doc/gtk2/document-revert-ltr.png +share/doc/gtk2/document-revert-rtl.png +share/doc/gtk2/document-save-as.png +share/doc/gtk2/document-save.png +share/doc/gtk2/drive-harddisk.png +share/doc/gtk2/edit-clear.png +share/doc/gtk2/edit-copy.png +share/doc/gtk2/edit-cut.png +share/doc/gtk2/edit-delete.png +share/doc/gtk2/edit-find-replace.png +share/doc/gtk2/edit-find.png +share/doc/gtk2/edit-paste.png +share/doc/gtk2/edit-redo-ltr.png +share/doc/gtk2/edit-redo-rtl.png +share/doc/gtk2/edit-select-all.png +share/doc/gtk2/edit-undo-ltr.png +share/doc/gtk2/edit-undo-rtl.png +share/doc/gtk2/entry.png +share/doc/gtk2/figure-hierarchical-drawing.png +share/doc/gtk2/figure-windowed-label.png +share/doc/gtk2/file-button.png +share/doc/gtk2/filechooser.png +share/doc/gtk2/folder.png +share/doc/gtk2/font-button.png +share/doc/gtk2/fontsel.png +share/doc/gtk2/format-indent-less-ltr.png +share/doc/gtk2/format-indent-less-rtl.png +share/doc/gtk2/format-indent-more-ltr.png +share/doc/gtk2/format-indent-more-rtl.png +share/doc/gtk2/format-justify-center.png +share/doc/gtk2/format-justify-fill.png +share/doc/gtk2/format-justify-left.png +share/doc/gtk2/format-justify-right.png +share/doc/gtk2/format-text-bold.png +share/doc/gtk2/format-text-italic.png +share/doc/gtk2/format-text-strikethrough.png +share/doc/gtk2/format-text-underline.png +share/doc/gtk2/frame.png +share/doc/gtk2/glossary.html +share/doc/gtk2/go-bottom.png +share/doc/gtk2/go-down.png +share/doc/gtk2/go-first-ltr.png +share/doc/gtk2/go-first-rtl.png +share/doc/gtk2/go-home.png +share/doc/gtk2/go-jump-ltr.png +share/doc/gtk2/go-jump-rtl.png +share/doc/gtk2/go-last-ltr.png +share/doc/gtk2/go-last-rtl.png +share/doc/gtk2/go-next-ltr.png +share/doc/gtk2/go-next-rtl.png +share/doc/gtk2/go-previous-ltr.png +share/doc/gtk2/go-previous-rtl.png +share/doc/gtk2/go-top.png +share/doc/gtk2/go-up.png +share/doc/gtk2/gtk-apply.png +share/doc/gtk2/gtk-builder-convert.html +share/doc/gtk2/gtk-building.html +share/doc/gtk2/gtk-cancel.png +share/doc/gtk2/gtk-caps-lock-warning.png +share/doc/gtk2/gtk-changes-1-2.html +share/doc/gtk2/gtk-changes-2-0.html +share/doc/gtk2/gtk-color-picker.png +share/doc/gtk2/gtk-compiling.html +share/doc/gtk2/gtk-connect.png +share/doc/gtk2/gtk-convert.png +share/doc/gtk2/gtk-directfb.html +share/doc/gtk2/gtk-disconnect.png +share/doc/gtk2/gtk-dnd-multiple.png +share/doc/gtk2/gtk-dnd.png +share/doc/gtk2/gtk-edit.png +share/doc/gtk2/gtk-font.png +share/doc/gtk2/gtk-index.png +share/doc/gtk2/gtk-migrating-ClientSideWindows.html +share/doc/gtk2/gtk-migrating-GtkAboutDialog.html +share/doc/gtk2/gtk-migrating-GtkAction.html +share/doc/gtk2/gtk-migrating-GtkAssistant.html +share/doc/gtk2/gtk-migrating-GtkBuilder.html +share/doc/gtk2/gtk-migrating-GtkColorButton.html +share/doc/gtk2/gtk-migrating-GtkComboBox.html +share/doc/gtk2/gtk-migrating-GtkFileChooser.html +share/doc/gtk2/gtk-migrating-GtkIconView.html +share/doc/gtk2/gtk-migrating-GtkLinkButton.html +share/doc/gtk2/gtk-migrating-GtkRecentChooser.html +share/doc/gtk2/gtk-migrating-checklist.html +share/doc/gtk2/gtk-migrating-entry-icons.html +share/doc/gtk2/gtk-migrating-label-links.html +share/doc/gtk2/gtk-migrating-tooltips.html +share/doc/gtk2/gtk-no.png +share/doc/gtk2/gtk-ok.png +share/doc/gtk2/gtk-orientation-landscape.png +share/doc/gtk2/gtk-orientation-portrait.png +share/doc/gtk2/gtk-orientation-reverse-landscape.png +share/doc/gtk2/gtk-orientation-reverse-portrait.png +share/doc/gtk2/gtk-osx.html +share/doc/gtk2/gtk-page-setup.png +share/doc/gtk2/gtk-preferences.png +share/doc/gtk2/gtk-query-immodules-2.0.html +share/doc/gtk2/gtk-question-index.html +share/doc/gtk2/gtk-resources.html +share/doc/gtk2/gtk-running.html +share/doc/gtk2/gtk-select-color.png +share/doc/gtk2/gtk-undelete-ltr.png +share/doc/gtk2/gtk-undelete-rtl.png +share/doc/gtk2/gtk-update-icon-cache.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***