diff options
Diffstat (limited to 'graphics')
149 files changed, 0 insertions, 7451 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 34cac4796797..9d2dfd9f1bfb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -40,8 +40,6 @@ SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp - SUBDIR += aeskulap - SUBDIR += agave SUBDIR += agg SUBDIR += alembic SUBDIR += alpng @@ -83,7 +81,6 @@ SUBDIR += cal3d SUBDIR += camera SUBDIR += camerakit - SUBDIR += cbview SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon @@ -102,11 +99,9 @@ SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen - SUBDIR += copperspice SUBDIR += cosmoplayer SUBDIR += cptutils SUBDIR += crw - SUBDIR += cthumb SUBDIR += curator SUBDIR += cuttlefish SUBDIR += darktable @@ -211,7 +206,6 @@ SUBDIR += frei0r-plugins-opencv SUBDIR += frogr SUBDIR += ftgl - SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre @@ -245,20 +239,12 @@ SUBDIR += gimp-app SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras - SUBDIR += gimp-ez-perspective-plugin - SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gmic-plugin SUBDIR += gimp-help - SUBDIR += gimp-jagged-border-script SUBDIR += gimp-lensfun-plugin SUBDIR += gimp-lqr-plugin - SUBDIR += gimp-manual-html SUBDIR += gimp-refocus-plugin SUBDIR += gimp-resynthesizer - SUBDIR += gimp-save-for-web - SUBDIR += gimp-wavelet-denoise-plugin - SUBDIR += gimp-wavelet-sharpen-plugin - SUBDIR += giram SUBDIR += gkrellkam2 SUBDIR += glad SUBDIR += gle @@ -369,7 +355,6 @@ SUBDIR += instant-meshes SUBDIR += intel-backlight SUBDIR += intergif - SUBDIR += inventor SUBDIR += ipe SUBDIR += jalbum SUBDIR += jasper @@ -388,8 +373,6 @@ SUBDIR += jpeg-turbo SUBDIR += jpeginfo SUBDIR += jpegoptim - SUBDIR += jpg2pdf - SUBDIR += jpgraph2 SUBDIR += jpgtn SUBDIR += jslice SUBDIR += kamera @@ -545,7 +528,6 @@ SUBDIR += magnum-plugins SUBDIR += mahotas SUBDIR += maim - SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapcache SUBDIR += mapnik @@ -809,7 +791,6 @@ SUBDIR += processing SUBDIR += proj SUBDIR += pstoedit - SUBDIR += pstoepsi SUBDIR += ptex SUBDIR += py-OWSLib SUBDIR += py-PyOpenGL @@ -1084,7 +1065,6 @@ SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli - SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmlgraphics-commons SUBDIR += xmountains diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile deleted file mode 100644 index 4525ac051ab7..000000000000 --- a/graphics/aeskulap/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: gahr -# $FreeBSD$ - -PORTNAME= aeskulap -DISTVERSION= 0.2.2.20181229 -PORTREVISION= 1 -CATEGORIES= graphics - -MAINTAINER= ports@FreeBSD.org -COMMENT= Medical image viewer - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libdcmimage.so:graphics/dcmtk \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libglademm-2.4.so:devel/libglademm24 \ - libpng.so:graphics/png \ - libtiff.so:graphics/tiff - -USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \ - gmake gnome jpeg libtool localbase pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= stefanhusmann -GH_TAGNAME= 26ad27a -USE_CXXSTD= c++11 -USE_GNOME= gconfmm26 gtkmm24 intltool libglade2 -USE_LDCONFIG= ${PREFIX}/lib/aeskulap - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static -INSTALL_TARGET= install-strip -INSTALLS_ICONS= yes - -.include <bsd.port.mk> diff --git a/graphics/aeskulap/distinfo b/graphics/aeskulap/distinfo deleted file mode 100644 index 4c6fc3d54de2..000000000000 --- a/graphics/aeskulap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1558253813 -SHA256 (stefanhusmann-aeskulap-0.2.2.20181229-26ad27a_GH0.tar.gz) = 99cd1ff88c148328dee64501e56197bccbf35a9a5b94eb85747877683c568823 -SIZE (stefanhusmann-aeskulap-0.2.2.20181229-26ad27a_GH0.tar.gz) = 2177109 diff --git a/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp b/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp deleted file mode 100644 index 548b9ee7f7be..000000000000 --- a/graphics/aeskulap/files/patch-imagepool_poolassociation.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- imagepool/poolassociation.cpp.orig 2018-12-12 23:25:10 UTC -+++ imagepool/poolassociation.cpp -@@ -120,7 +120,7 @@ OFCondition Association::SendObject(DcmD - T_DIMSE_C_StoreRSP rsp; - - // check if we SOPClass and SOPInstance in dataset -- if (!DU_findSOPClassAndInstanceInDataSet(dataset, sopClass, sopInstance)) -+ if (!DU_findSOPClassAndInstanceInDataSet(dataset, sopClass, strlen(sopClass), sopInstance, strlen(sopInstance))) - { - return DIMSE_BADDATA; - } diff --git a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp b/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp deleted file mode 100644 index 1633c7ec0f7a..000000000000 --- a/graphics/aeskulap/files/patch-imagepool_poolfindassociation.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- imagepool/poolfindassociation.cpp.orig 2018-12-12 23:22:31 UTC -+++ imagepool/poolfindassociation.cpp -@@ -57,7 +57,10 @@ OFCondition FindAssociation::findSCU(T_A - req.Priority = DIMSE_PRIORITY_LOW; - strcpy(req.AffectedSOPClassUID, m_abstractSyntax); - -+ int responseCount = 0; -+ - cond = DIMSE_findUser(assoc, presId, &req, query, -+ responseCount, - findCallback, (void*)this, - (m_timeout == 0) ? DIMSE_BLOCKING : DIMSE_NONBLOCKING, - m_timeout, diff --git a/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp b/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp deleted file mode 100644 index 5f90fec65362..000000000000 --- a/graphics/aeskulap/files/patch-imagepool_poolmoveassociation.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- imagepool/poolmoveassociation.cpp.orig 2018-12-12 23:21:04 UTC -+++ imagepool/poolmoveassociation.cpp -@@ -310,7 +310,7 @@ void MoveAssociation::storeSCPCallback(v - */ - if (rsp->DimseStatus == STATUS_Success) { - /* which SOP class and SOP instance ? */ -- if (! DU_findSOPClassAndInstanceInDataSet(cbdata->dataset, sopClass, sopInstance)) { -+ if (! DU_findSOPClassAndInstanceInDataSet(cbdata->dataset, sopClass, strlen(sopClass), sopInstance, strlen(sopInstance))) { - rsp->DimseStatus = STATUS_STORE_Error_CannotUnderstand; - } - else if (strcmp(sopClass, req->AffectedSOPClassUID) != 0) { diff --git a/graphics/aeskulap/pkg-descr b/graphics/aeskulap/pkg-descr deleted file mode 100644 index 22381a3f3567..000000000000 --- a/graphics/aeskulap/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Aeskulap is a medical image viewer. It is able to load a series of -special images stored in the DICOM format for review. Additionally -Aeskulap is able to query and fetch DICOM images from archive nodes -(also called PACS) over the network. The goal of this project is to -create a full open source replacement for commercially available DICOM -viewers. - -WWW: https://github.com/pipelka/aeskulap diff --git a/graphics/aeskulap/pkg-plist b/graphics/aeskulap/pkg-plist deleted file mode 100644 index 104a1a2667a1..000000000000 --- a/graphics/aeskulap/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/aeskulap -lib/aeskulap/libaeskulap-glade.so -lib/aeskulap/libconfiguration.so -lib/aeskulap/libimagepool.so -%%DATADIR%%/glade/aeskulap.glade -%%DATADIR%%/images/cursor_pan.png -%%DATADIR%%/images/cursor_windowlevel.png -%%DATADIR%%/images/cursor_zoom.png -%%DATADIR%%/images/filmholes-big-left.png -%%DATADIR%%/images/filmholes-big-right.png -%%DATADIR%%/images/grid-1.png -%%DATADIR%%/images/grid-16.png -%%DATADIR%%/images/grid-2h.png -%%DATADIR%%/images/grid-2v.png -%%DATADIR%%/images/grid-4.png -%%DATADIR%%/images/series-1x1.png -%%DATADIR%%/images/series-2x1.png -%%DATADIR%%/images/series-2x2.png -%%DATADIR%%/images/series-3x2.png -%%DATADIR%%/images/series-3x3.png -%%DATADIR%%/images/series-4x4.png -%%DATADIR%%/images/start-here.png -%%DATADIR%%/images/stock-layers-24.png -%%DATADIR%%/images/stock-tool-color-picker-22.png -%%DATADIR%%/images/stock-tool-eraser-22.png -%%DATADIR%%/images/stock-tool-measure-22.png -%%DATADIR%%/images/stock-tool-scale-22.png -share/appdata/aeskulap.appdata.xml -share/applications/aeskulap.desktop -share/glib-2.0/schemas/org.gnu.aeskulap.gschema.xml -share/icons/hicolor/64x64/apps/aeskulap.png -share/icons/hicolor/scalable/apps/aeskulap.svg -share/locale/de/LC_MESSAGES/aeskulap.mo -share/locale/en/LC_MESSAGES/aeskulap.mo -share/locale/es/LC_MESSAGES/aeskulap.mo -share/locale/hu/LC_MESSAGES/aeskulap.mo -share/locale/pt/LC_MESSAGES/aeskulap.mo diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile deleted file mode 100644 index ed0185d4bb8b..000000000000 --- a/graphics/agave/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: Piotr Smyrak <smyru@heron.pl> -# $FreeBSD$ - -PORTNAME= agave -PORTVERSION= 0.4.7 -PORTREVISION= 16 -CATEGORIES= graphics gnome -MASTER_SITES= http://download.gna.org/colorscheme/releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Color scheme builder for the GNOME desktop - -LICENSE= GPLv2+ - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libglademm-2.4.so:devel/libglademm24 - -USES= compiler:c++11-lang gettext gmake pathfix pkgconfig tar:bzip2 -USE_CXXSTD= c++11 -USE_GNOME= gconfmm26 gnomedocutils gnomeprefix gtkmm24 intltool -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-scrollkeeper \ - --disable-schemas-install \ - --disable-cppunit -INSTALLS_ICONS= yes -INSTALLS_OMF= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= agave.schemas - -OPTIONS_DEFINE= GNOME - -GNOME_USE= gnome=libgnomeui -GNOME_CONFIGURE_ENABLE= gnome - -BROKEN_aarch64= Fails to compile: variable has incomplete type union compat_IEEEl2bits - -post-patch: - @${REINPLACE_CMD} -e \ - 's| _GCS_| __GCS_|' ${WRKSRC}/src/gcs-conf.h - -.include <bsd.port.mk> diff --git a/graphics/agave/distinfo b/graphics/agave/distinfo deleted file mode 100644 index fc96f35895e5..000000000000 --- a/graphics/agave/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (agave-0.4.7.tar.bz2) = ee19f62287d03dfbc41bb2dd86683eb13e3f9664135f4108e9c93e68994402f2 -SIZE (agave-0.4.7.tar.bz2) = 500407 diff --git a/graphics/agave/files/patch-src__dialogs__gcs-about-window.cc b/graphics/agave/files/patch-src__dialogs__gcs-about-window.cc deleted file mode 100644 index ce2f2ad72518..000000000000 --- a/graphics/agave/files/patch-src__dialogs__gcs-about-window.cc +++ /dev/null @@ -1,30 +0,0 @@ ---- src/dialogs/gcs-about-window.cc.orig -+++ src/dialogs/gcs-about-window.cc -@@ -48,9 +48,9 @@ - - #ifdef HAVE_GNOME - set_url_hook(sigc::mem_fun(*this, &AboutWindow::on_link_clicked)); -+#endif // HAVE_GNOME - set_website(PACKAGE_WEBSITE); - set_website_label(_("Project Website")); --#endif // HAVE_GNOME - - Glib::ustring version(PACKAGE_VERSION); - set_version(version); -@@ -111,14 +111,14 @@ - } - - -+#ifdef HAVE_GNOME - void - AboutWindow::on_link_clicked(Gtk::AboutDialog& dialog, - const Glib::ustring& link) - { --#ifdef HAVE_GNOME - gnome_url_show(link.c_str(), 0); --#endif // HAVE_GNOME - } -+#endif // HAVE_GNOME - - void - AboutWindow::on_response(int response_id) diff --git a/graphics/agave/files/patch-src__gcs-mainwindow-actions.cc b/graphics/agave/files/patch-src__gcs-mainwindow-actions.cc deleted file mode 100644 index 1a7a12c8c419..000000000000 --- a/graphics/agave/files/patch-src__gcs-mainwindow-actions.cc +++ /dev/null @@ -1,32 +0,0 @@ ---- src/gcs-mainwindow-actions.cc.orig -+++ src/gcs-mainwindow-actions.cc -@@ -25,7 +25,12 @@ - - #include <vector> - #include <gtk/gtk.h> -+ -+#include <config.h> -+#ifdef HAVE_GNOME - #include <libgnome/gnome-help.h> -+#endif // HAVE_GNOME -+ - #include <gtkmm/iconfactory.h> - #include <gtkmm/stock.h> - #include <gtkmm/clipboard.h> -@@ -251,9 +256,16 @@ - /* Help Menu Actions */ - void MainWindow::on_action_help_contents(void) - { -+#ifdef HAVE_GNOME - gnome_help_display("agave.xml", - NULL /* link id */, - NULL /* GError */); -+#else -+ gtk_show_uri(NULL, -+ "ghelp:agave", -+ gtk_get_current_event_time (), -+ NULL); -+#endif // HAVE_GNOME - } - - diff --git a/graphics/agave/files/patch-src__widgets__gcs-paletteview.h b/graphics/agave/files/patch-src__widgets__gcs-paletteview.h deleted file mode 100644 index 70fe6a9f94b1..000000000000 --- a/graphics/agave/files/patch-src__widgets__gcs-paletteview.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/widgets/gcs-paletteview.h.orig -+++ src/widgets/gcs-paletteview.h -@@ -40,6 +40,7 @@ - #include "core/gcs-types.h" - #include "core/gcs-color.h" - #include "paletteparser/palette.h" -+#include "palettetreemodel.h" - #include "palette-selector.h" - - using namespace Gnome; diff --git a/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc b/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc deleted file mode 100644 index c7e4ee2c9ea5..000000000000 --- a/graphics/agave/files/patch-src__widgets__gcs-schemebox.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/widgets/gcs-schemebox.cc.orig -+++ src/widgets/gcs-schemebox.cc -@@ -45,7 +45,7 @@ - - SchemeBox::SchemeBox(Scheme schm) - { -- SchemeBox::SchemeBox(); -+ SchemeBox(); - set_scheme(schm); - } - diff --git a/graphics/agave/pkg-descr b/graphics/agave/pkg-descr deleted file mode 100644 index 738b2a2f7043..000000000000 --- a/graphics/agave/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GNOME Colorscheme is a color scheme builder for the GNOME desktop. It is -useful for web creation as well as room painting. It supports 6 various -types of color schemes: Complements, Split Complements, Triads, Tetrads, -Analogous, and Monochromatic. - -The user can lighten/darken the whole colorscheme or increase/decrease -its saturation. - -WWW: http://home.gna.org/colorscheme/ diff --git a/graphics/agave/pkg-plist b/graphics/agave/pkg-plist deleted file mode 100644 index a5c79fdd99e7..000000000000 --- a/graphics/agave/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -bin/agave -share/applications/agave.desktop -%%DATADIR%%/palettes/Gnome-Palette.gpl -%%DATADIR%%/palettes/Tango-Palette.gpl -%%DATADIR%%/palettes/Visibone.gpl -%%DATADIR%%/palettes/Web.gpl -%%DATADIR%%/pixmaps/darken.png -%%DATADIR%%/pixmaps/desaturate.png -%%DATADIR%%/pixmaps/lighten.png -%%DATADIR%%/pixmaps/saturate.png -%%DATADIR%%/ui/agave.glade -%%DATADIR%%/ui/agave.ui -%%DATADIR%%/ui/bookmarkspopup.ui -share/gnome/help/agave/C/agave.xml -share/gnome/help/agave/C/figures/analogous.png -share/gnome/help/agave/C/figures/complements.png -share/gnome/help/agave/C/figures/gtk-color-selector.png -share/gnome/help/agave/C/figures/main-window.png -share/gnome/help/agave/C/figures/split-complements.png -share/gnome/help/agave/C/figures/tetrads.png -share/gnome/help/agave/C/figures/triads.png -share/gnome/help/agave/C/legal.xml -share/gnome/help/agave/cs/agave.xml -share/gnome/help/agave/cs/figures/analogous.png -share/gnome/help/agave/cs/figures/complements.png -share/gnome/help/agave/cs/figures/gtk-color-selector.png -share/gnome/help/agave/cs/figures/main-window.png -share/gnome/help/agave/cs/figures/split-complements.png -share/gnome/help/agave/cs/figures/tetrads.png -share/gnome/help/agave/cs/figures/triads.png -share/gnome/help/agave/cs/legal.xml -share/gnome/help/agave/de/agave.xml -share/gnome/help/agave/de/figures/analogous.png -share/gnome/help/agave/de/figures/complements.png -share/gnome/help/agave/de/figures/gtk-color-selector.png -share/gnome/help/agave/de/figures/main-window.png -share/gnome/help/agave/de/figures/split-complements.png -share/gnome/help/agave/de/figures/tetrads.png -share/gnome/help/agave/de/figures/triads.png -share/gnome/help/agave/de/legal.xml -share/icons/hicolor/16x16/apps/agave.png -share/icons/hicolor/22x22/apps/agave.png -share/icons/hicolor/32x32/apps/agave.png -share/icons/hicolor/scalable/apps/agave.svg -share/locale/bg/LC_MESSAGES/agave.mo -share/locale/ca/LC_MESSAGES/agave.mo -share/locale/cs/LC_MESSAGES/agave.mo -share/locale/de/LC_MESSAGES/agave.mo -share/locale/es_ES/LC_MESSAGES/agave.mo -share/locale/fr/LC_MESSAGES/agave.mo -share/locale/gl_ES/LC_MESSAGES/agave.mo -share/locale/it/LC_MESSAGES/agave.mo -share/locale/ja/LC_MESSAGES/agave.mo -share/locale/nl/LC_MESSAGES/agave.mo -share/locale/pl/LC_MESSAGES/agave.mo -share/locale/pt_BR/LC_MESSAGES/agave.mo -share/locale/ru/LC_MESSAGES/agave.mo -share/locale/sv/LC_MESSAGES/agave.mo -share/locale/zh_TW/LC_MESSAGES/agave.mo -share/omf/agave/agave-C.omf -share/omf/agave/agave-cs.omf -share/omf/agave/agave-de.omf diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile deleted file mode 100644 index 8fa828405634..000000000000 --- a/graphics/cbview/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Mezz <mezz@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cbview -PORTVERSION= 0.06 -PORTREVISION= 9 -CATEGORIES= graphics perl5 -MASTER_SITES= http://www.sourcefiles.org/Toys/Humor/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Viewer/converter for CBR/CBZ comic book archives - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= unrar:archivers/unrar \ - p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ - p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote - -NO_BUILD= yes -NO_ARCH= yes -USES= perl5 shebangfix -SHEBANG_FILES= ${PORTNAME} - -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= Changes README TODO - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/graphics/cbview/distinfo b/graphics/cbview/distinfo deleted file mode 100644 index 420423defd23..000000000000 --- a/graphics/cbview/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cbview-0.06.tar.gz) = 79107627ea70c43410c293d8b99554457d6244d9f50dd2425e39c215f2cc94bc -SIZE (cbview-0.06.tar.gz) = 16351 diff --git a/graphics/cbview/pkg-descr b/graphics/cbview/pkg-descr deleted file mode 100644 index 2b4cb3018041..000000000000 --- a/graphics/cbview/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -CBView is a viewer/converter for CBR/CBZ comic book archives, written with -gtk2-perl. - -WWW: http://www.sourcefiles.org/Toys/Humor/ diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile deleted file mode 100644 index e8a7cd5e4a93..000000000000 --- a/graphics/copperspice/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Created by: marino@FreeBSD.org -# $FreeBSD$ - -PORTNAME= copperspice -PORTVERSION= 1.3.2 -PORTREVISION= 7 -CATEGORIES= graphics -MASTER_SITES= http://download.copperspice.com/copperspice/source/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Modern cross-platform C++ GUI library (derived from Qt 4.8) - -LICENSE= LGPL21 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libaudio.so:audio/nas \ - libdrm.so:graphics/libdrm \ - libexpat.so:textproc/expat2 \ - libffi.so:devel/libffi \ - libfreetype.so:print/freetype2 \ - libgstbase-0.10.so:multimedia/gstreamer \ - libgstreamer-0.10.so:multimedia/gstreamer \ - libpcre.so:devel/pcre \ - libfontconfig.so:x11-fonts/fontconfig - -USES= compiler:c++11-lib gettext-runtime gmake iconv libtool \ - pkgconfig tar:bz2 -USE_XORG= ice sm x11 xau xcb xcursor xdamage xdmcp xext xfixes xi \ - xinerama xrandr xrender xt xxf86vm -USE_GNOME= glib20 libxml2 -USE_GL= gl -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -CFLAGS+= -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/glib-2.0 \ - -I${LOCALBASE}/lib/glib-2.0/include \ - -I${LOCALBASE}/include/freetype2 -LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} -L${LOCALBASE}/lib - -OVERRIDE_INS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL="${INSTALL}" -CONFIGURE_ARGS= ${OVERRIDE_INS} -MAKE_ARGS= ${OVERRIDE_INS} -PLIST_SUB= LONG_VER=1.3 - -BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ - cannot be narrowed from type 'unsigned int' to 'long'\ - in initializer list [-Wc++11-narrowing] -NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 -NOT_FOR_ARCHS_REASON= fails to build: Unable to detect architecture, please update - -post-patch: - # fix something wrong with v1.3.2 generatior - @${REINPLACE_CMD} -e '/config.status:/ s/:.*/:/' ${WRKSRC}/Makefile.in - -post-configure: - @${REINPLACE_CMD} -e '/^hardcode_libdir_flag/ \ - s|spec=.*|spec="-Wl,-rpath,${LOCALBASE}/lib"|' \ - ${WRKSRC}/libtool - -.include <bsd.port.mk> diff --git a/graphics/copperspice/distinfo b/graphics/copperspice/distinfo deleted file mode 100644 index 66b77907a71c..000000000000 --- a/graphics/copperspice/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1473866630 -SHA256 (copperspice-1.3.2.tar.bz2) = 64dc3819b2beec102c21ac9656e3f910d2ff89fda6f20d1472d17c8efea3cba2 -SIZE (copperspice-1.3.2.tar.bz2) = 15311791 diff --git a/graphics/copperspice/files/patch-Makefile.in b/graphics/copperspice/files/patch-Makefile.in deleted file mode 100644 index 97d73d85912d..000000000000 --- a/graphics/copperspice/files/patch-Makefile.in +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.in.orig 2016-09-12 14:20:12 UTC -+++ Makefile.in -@@ -1253,7 +1253,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent - am__v_lt_1 = --lib_libCsCore@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ -+lib_libCsCore@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ - $(lib_libCsCore@BUILD_ABI@_la_OBJCXXFLAGS) $(OBJCXXFLAGS) \ - $(lib_libCsCore@BUILD_ABI@_la_LDFLAGS) $(LDFLAGS) -o $@ -@@ -2326,7 +2326,7 @@ nodist_lib_libCsGui@BUILD_ABI@_la_OBJECT - lib_libCsGui@BUILD_ABI@_la_OBJECTS = \ - $(am_lib_libCsGui@BUILD_ABI@_la_OBJECTS) \ - $(nodist_lib_libCsGui@BUILD_ABI@_la_OBJECTS) --lib_libCsGui@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ -+lib_libCsGui@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ - $(lib_libCsGui@BUILD_ABI@_la_OBJCXXFLAGS) $(OBJCXXFLAGS) \ - $(lib_libCsGui@BUILD_ABI@_la_LDFLAGS) $(LDFLAGS) -o $@ -@@ -2610,7 +2610,7 @@ am_lib_libCsOpenGL@BUILD_ABI@_la_OBJECTS - $(am__objects_79) $(am__objects_80) $(am__objects_81) - lib_libCsOpenGL@BUILD_ABI@_la_OBJECTS = \ - $(am_lib_libCsOpenGL@BUILD_ABI@_la_OBJECTS) --lib_libCsOpenGL@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ -+lib_libCsOpenGL@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ - $(lib_libCsOpenGL@BUILD_ABI@_la_OBJCXXFLAGS) $(OBJCXXFLAGS) \ - $(lib_libCsOpenGL@BUILD_ABI@_la_LDFLAGS) $(LDFLAGS) -o $@ -@@ -3412,7 +3412,7 @@ am__lib_phonon_qt7_la_SOURCES_DIST = \ - @OSTYPE_DARWIN_TRUE@ src/3rdparty/phonon/qt7/lib_phonon_qt7_la-videowidget.lo - lib_phonon_qt7_la_OBJECTS = $(am_lib_phonon_qt7_la_OBJECTS) - lib_phonon_qt7_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ -- $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ -+ --tag=CXX $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ - $(lib_phonon_qt7_la_OBJCXXFLAGS) $(OBJCXXFLAGS) \ - $(lib_phonon_qt7_la_LDFLAGS) $(LDFLAGS) -o $@ - @OSTYPE_DARWIN_TRUE@am_lib_phonon_qt7_la_rpath = -rpath $(libdir) -@@ -3604,7 +3604,7 @@ am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAU - am__v_OBJCXX_0 = @echo " OBJCXX " $@; - am__v_OBJCXX_1 = - OBJCXXLD = $(OBJCXX) --OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ -+OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@) diff --git a/graphics/copperspice/files/patch-src_3rdparty_webkit_Source_WebCore_html_HTMLImageElement.cpp b/graphics/copperspice/files/patch-src_3rdparty_webkit_Source_WebCore_html_HTMLImageElement.cpp deleted file mode 100644 index 226720857a69..000000000000 --- a/graphics/copperspice/files/patch-src_3rdparty_webkit_Source_WebCore_html_HTMLImageElement.cpp +++ /dev/null @@ -1,21 +0,0 @@ ------------------------------------------------------------------------- -r113848 | abecsi@webkit.org | 2012-04-11 11:23:19 +0000 (Wed, 11 Apr 2012) | 27 lines - -Fix the build with gcc 4.7.0 -https://bugs.webkit.org/show_bug.cgi?id=83584 -[...] -* html/HTMLImageElement.cpp: -(WebCore::HTMLImageElement::createForJSConstructor): Fails because of -Werror=extra -[...] - ---- src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp.orig 2016-09-12 14:20:12 UTC -+++ src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp -@@ -74,7 +74,7 @@ PassRefPtr<HTMLImageElement> HTMLImageEl - RefPtr<HTMLImageElement> image = adoptRef(new HTMLImageElement(imgTag, document)); - if (optionalWidth) - image->setWidth(*optionalWidth); -- if (optionalHeight > 0) -+ if (optionalHeight) - image->setHeight(*optionalHeight); - return image.release(); - } diff --git a/graphics/copperspice/files/patch-src_webkit_Makefile.in b/graphics/copperspice/files/patch-src_webkit_Makefile.in deleted file mode 100644 index bc47a37a8a1c..000000000000 --- a/graphics/copperspice/files/patch-src_webkit_Makefile.in +++ /dev/null @@ -1,65 +0,0 @@ ---- src/webkit/Makefile.in.orig 2016-09-12 14:20:12 UTC -+++ src/webkit/Makefile.in -@@ -259,7 +259,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent - am__v_lt_1 = - ______lib_libCsWebKit@BUILD_ABI@_la_LINK = $(LIBTOOL) $(AM_V_lt) \ -- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ -+ $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) --mode=link $(OBJCXXLD) \ - $(______lib_libCsWebKit@BUILD_ABI@_la_OBJCXXFLAGS) \ - $(OBJCXXFLAGS) $(______lib_libCsWebKit@BUILD_ABI@_la_LDFLAGS) \ - $(LDFLAGS) -o $@ -@@ -721,7 +721,7 @@ am_______lib_webkit_libwebkitA_la_OBJECT - ______lib_webkit_libwebkitA_la_OBJECTS = \ - $(am_______lib_webkit_libwebkitA_la_OBJECTS) - ______lib_webkit_libwebkitA_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(______lib_webkit_libwebkitA_la_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - @WEBKIT_TRUE@am_______lib_webkit_libwebkitA_la_rpath = -@@ -1400,7 +1400,7 @@ am_______lib_webkit_libwebkitB_la_OBJECT - ______lib_webkit_libwebkitB_la_OBJECTS = \ - $(am_______lib_webkit_libwebkitB_la_OBJECTS) - ______lib_webkit_libwebkitB_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(______lib_webkit_libwebkitB_la_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - @WEBKIT_TRUE@am_______lib_webkit_libwebkitB_la_rpath = -@@ -1956,7 +1956,7 @@ am_______lib_webkit_libwebkitC_la_OBJECT - ______lib_webkit_libwebkitC_la_OBJECTS = \ - $(am_______lib_webkit_libwebkitC_la_OBJECTS) - ______lib_webkit_libwebkitC_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(______lib_webkit_libwebkitC_la_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - @WEBKIT_TRUE@am_______lib_webkit_libwebkitC_la_rpath = -@@ -2376,7 +2376,7 @@ am_______lib_webkit_libwebkitD_la_OBJECT - ______lib_webkit_libwebkitD_la_OBJECTS = \ - $(am_______lib_webkit_libwebkitD_la_OBJECTS) - ______lib_webkit_libwebkitD_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(______lib_webkit_libwebkitD_la_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - @WEBKIT_TRUE@am_______lib_webkit_libwebkitD_la_rpath = -@@ -2386,7 +2386,7 @@ am_______lib_webkit_libwebkitE_la_OBJECT - ______lib_webkit_libwebkitE_la_OBJECTS = \ - $(am_______lib_webkit_libwebkitE_la_OBJECTS) - ______lib_webkit_libwebkitE_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ -- $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ -+ $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ - $(______lib_webkit_libwebkitE_la_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - @WEBKIT_TRUE@am_______lib_webkit_libwebkitE_la_rpath = -@@ -2453,7 +2453,7 @@ am__v_OBJCXX_ = $(am__v_OBJCXX_@AM_DEFAU - am__v_OBJCXX_0 = @echo " OBJCXX " $@; - am__v_OBJCXX_1 = - OBJCXXLD = $(OBJCXX) --OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ -+OBJCXXLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) --tag=CXX $(LIBTOOLFLAGS) \ - --mode=link $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - AM_V_OBJCXXLD = $(am__v_OBJCXXLD_@AM_V@) diff --git a/graphics/copperspice/pkg-descr b/graphics/copperspice/pkg-descr deleted file mode 100644 index 7d812efef66d..000000000000 --- a/graphics/copperspice/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Copperspice is a C++ library derived from the existing Qt 4.8 framework. -The goal was to change the core design of the libraries, leveraging -template functionality and C++11 capabilities. - -The redesign allowed the Qt Meta-Object Compiler (moc) system to be -completely removed. Moc is a code generator and does not support many -aspects of C++ including templates, complex data types, static type -checking, and relies heavily on string comparisons. Removing moc improves -runtime performance, reduces the complexity of the build process, and -allows more issues to be detected at compile time. - -Key features: - * Qt Meta-Object Compiler (moc) is obsolete - * Written in C++11 - * Library links directory to any standard C++ application - * A template class can inherit from QObject - * Copperspice includes several Qt5 classes - -WWW: https://www.copperspice.com/ diff --git a/graphics/copperspice/pkg-plist b/graphics/copperspice/pkg-plist deleted file mode 100644 index b88a4b49bc79..000000000000 --- a/graphics/copperspice/pkg-plist +++ /dev/null @@ -1,2112 +0,0 @@ -bin/lconvert -bin/lrelease -bin/lupdate -bin/rcc -bin/uic -include/QtCore/QAbstractAnimation -include/QtCore/QAbstractConcatenable -include/QtCore/QAbstractEventDispatcher -include/QtCore/QAbstractFileEngine -include/QtCore/QAbstractFileEngineHandler -include/QtCore/QAbstractFileEngineIterator -include/QtCore/QAbstractItemModel -include/QtCore/QAbstractListModel -include/QtCore/QAbstractState -include/QtCore/QAbstractTableModel -include/QtCore/QAbstractTransition -include/QtCore/QAnimationDriver -include/QtCore/QAnimationGroup -include/QtCore/QArgument -include/QtCore/QArrayData -include/QtCore/QAtomicInt -include/QtCore/QAtomicPointer -include/QtCore/QBasicTimer -include/QtCore/QBitArray -include/QtCore/QBitRef -include/QtCore/QBool -include/QtCore/QBuffer -include/QtCore/QByteArray -include/QtCore/QByteArrayMatcher -include/QtCore/QByteRef -include/QtCore/QCOORD -include/QtCore/QCache -include/QtCore/QChar -include/QtCore/QCharRef -include/QtCore/QChildEvent -include/QtCore/QCommandLineOption -include/QtCore/QCommandLineParser -include/QtCore/QConcatenable -include/QtCore/QConstString -include/QtCore/QContiguousCache -include/QtCore/QContiguousCacheData -include/QtCore/QContiguousCacheTypedData -include/QtCore/QCoreApplication -include/QtCore/QCryptographicHash -include/QtCore/QCustomEvent -include/QtCore/QDataStream -include/QtCore/QDate -include/QtCore/QDateTime -include/QtCore/QDebug -include/QtCore/QDir -include/QtCore/QDirIterator -include/QtCore/QDynamicPropertyChangeEvent -include/QtCore/QEasingCurve -include/QtCore/QElapsedTimer -include/QtCore/QEvent -include/QtCore/QEventLoop -include/QtCore/QEventTransition -include/QtCore/QExplicitlySharedDataPointer -include/QtCore/QFSFileEngine -include/QtCore/QFactoryInterface -include/QtCore/QFile -include/QtCore/QFileDevice -include/QtCore/QFileInfo -include/QtCore/QFileInfoList -include/QtCore/QFileInfoListIterator -include/QtCore/QFileSystemWatcher -include/QtCore/QFinalState -include/QtCore/QFlag -include/QtCore/QFlags -include/QtCore/QForeachContainer -include/QtCore/QForeachContainerBase -include/QtCore/QFuture -include/QtCore/QFutureInterface -include/QtCore/QFutureInterfaceBase -include/QtCore/QFutureIterator -include/QtCore/QFutureSynchronizer -include/QtCore/QFutureWatcher -include/QtCore/QFutureWatcherBase -include/QtCore/QGenericArgument -include/QtCore/QGenericReturnArgument -include/QtCore/QGlobalStatic -include/QtCore/QGlobalStaticDeleter -include/QtCore/QHash -include/QtCore/QHashData -include/QtCore/QHashDummyNode -include/QtCore/QHashDummyValue -include/QtCore/QHashIterator -include/QtCore/QHashNode -include/QtCore/QHistoryState -include/QtCore/QIODevice -include/QtCore/QIncompatibleFlag -include/QtCore/QIntegerForSize -include/QtCore/QInternal -include/QtCore/QJsonArray -include/QtCore/QJsonDocument -include/QtCore/QJsonObject -include/QtCore/QJsonParseError -include/QtCore/QJsonValue -include/QtCore/QLatin1Char -include/QtCore/QLatin1Literal -include/QtCore/QLatin1String -include/QtCore/QLibrary -include/QtCore/QLibraryInfo -include/QtCore/QLine -include/QtCore/QLineF -include/QtCore/QLinkedList -include/QtCore/QLinkedListData -include/QtCore/QLinkedListIterator -include/QtCore/QLinkedListNode -include/QtCore/QList -include/QtCore/QListData -include/QtCore/QListIterator -include/QtCore/QLocale -include/QtCore/QMap -include/QtCore/QMapData -include/QtCore/QMapIterator -include/QtCore/QMapNode -include/QtCore/QMapPayloadNode -include/QtCore/QMargins -include/QtCore/QMetaClassInfo -include/QtCore/QMetaEnum -include/QtCore/QMetaMethod -include/QtCore/QMetaObject -include/QtCore/QMetaObjectAccessor -include/QtCore/QMetaObjectExtraData -include/QtCore/QMetaProperty -include/QtCore/QMetaType -include/QtCore/QMetaTypeId -include/QtCore/QMetaTypeId2 -include/QtCore/QMimeData -include/QtCore/QModelIndex -include/QtCore/QModelIndexList -include/QtCore/QMultiHash -include/QtCore/QMultiMap -include/QtCore/QMutableFutureIterator -include/QtCore/QMutableHashIterator -include/QtCore/QMutableLinkedListIterator -include/QtCore/QMutableListIterator -include/QtCore/QMutableMapIterator -include/QtCore/QMutableSetIterator -include/QtCore/QMutableStringListIterator -include/QtCore/QMutableVectorIterator -include/QtCore/QMutex -include/QtCore/QMutexData -include/QtCore/QMutexLocker -include/QtCore/QNoDebug -include/QtCore/QNoImplicitBoolCast -include/QtCore/QObject -include/QtCore/QObjectCleanupHandler -include/QtCore/QObjectData -include/QtCore/QObjectList -include/QtCore/QObjectUserData -include/QtCore/QPair -include/QtCore/QParallelAnimationGroup -include/QtCore/QPauseAnimation -include/QtCore/QPersistentModelIndex -include/QtCore/QPluginLoader -include/QtCore/QPoint -include/QtCore/QPointF -include/QtCore/QPointer -include/QtCore/QProcess -include/QtCore/QProcessEnvironment -include/QtCore/QPropertyAnimation -include/QtCore/QQueue -include/QtCore/QReadLocker -include/QtCore/QReadWriteLock -include/QtCore/QRect -include/QtCore/QRectF -include/QtCore/QRegExp -include/QtCore/QResource -include/QtCore/QReturnArgument -include/QtCore/QRunnable -include/QtCore/QSaveFile -include/QtCore/QScopedArrayPointer -include/QtCore/QScopedPointer -include/QtCore/QScopedPointerArrayDeleter -include/QtCore/QScopedPointerDeleter -include/QtCore/QScopedPointerPodDeleter -include/QtCore/QScopedValueRollback -include/QtCore/QSemaphore -include/QtCore/QSequentialAnimationGroup -include/QtCore/QSet -include/QtCore/QSetIterator -include/QtCore/QSettings -include/QtCore/QSharedData -include/QtCore/QSharedDataPointer -include/QtCore/QSharedMemory -include/QtCore/QSharedPointer -include/QtCore/QSignalMapper -include/QtCore/QSignalTransition -include/QtCore/QSize -include/QtCore/QSizeF -include/QtCore/QSocketNotifier -include/QtCore/QStack -include/QtCore/QStandardPaths -include/QtCore/QState -include/QtCore/QStateMachine -include/QtCore/QStdWString -include/QtCore/QString -include/QtCore/QStringBuilder -include/QtCore/QStringList -include/QtCore/QStringListIterator -include/QtCore/QStringMatcher -include/QtCore/QStringRef -include/QtCore/QSysInfo -include/QtCore/QSystemLocale -include/QtCore/QSystemSemaphore -include/QtCore/QTS -include/QtCore/QTemporaryDir -include/QtCore/QTemporaryFile -include/QtCore/QTextBoundaryFinder -include/QtCore/QTextCodec -include/QtCore/QTextCodecFactoryInterface -include/QtCore/QTextCodecPlugin -include/QtCore/QTextDecoder -include/QtCore/QTextEncoder -include/QtCore/QTextIStream -include/QtCore/QTextOStream -include/QtCore/QTextStream -include/QtCore/QTextStreamFunction -include/QtCore/QTextStreamManipulator -include/QtCore/QThread -include/QtCore/QThreadPool -include/QtCore/QThreadStorage -include/QtCore/QThreadStorageData -include/QtCore/QTime -include/QtCore/QTimeLine -include/QtCore/QTimer -include/QtCore/QTimerEvent -include/QtCore/QTranslator -include/QtCore/QTypeInfo -include/QtCore/QUrl -include/QtCore/QUuid -include/QtCore/QVarLengthArray -include/QtCore/QVariant -include/QtCore/QVariantAnimation -include/QtCore/QVariantComparisonHelper -include/QtCore/QVariantHash -include/QtCore/QVariantList -include/QtCore/QVariantMap -include/QtCore/QVector -include/QtCore/QVectorData -include/QtCore/QVectorIterator -include/QtCore/QVectorTypedData -include/QtCore/QWaitCondition -include/QtCore/QWeakPointer -include/QtCore/QWriteLocker -include/QtCore/QXmlStreamAttribute -include/QtCore/QXmlStreamAttributes -include/QtCore/QXmlStreamEntityDeclaration -include/QtCore/QXmlStreamEntityDeclarations -include/QtCore/QXmlStreamEntityResolver -include/QtCore/QXmlStreamNamespaceDeclaration -include/QtCore/QXmlStreamNamespaceDeclarations -include/QtCore/QXmlStreamNotationDeclaration -include/QtCore/QXmlStreamNotationDeclarations -include/QtCore/QXmlStreamReader -include/QtCore/QXmlStreamStringRef -include/QtCore/QXmlStreamWriter -include/QtCore/Q_INT16 -include/QtCore/Q_INT32 -include/QtCore/Q_INT64 -include/QtCore/Q_INT8 -include/QtCore/Q_LLONG -include/QtCore/Q_LONG -include/QtCore/Q_PID -include/QtCore/Q_UINT16 -include/QtCore/Q_UINT32 -include/QtCore/Q_UINT64 -include/QtCore/Q_UINT8 -include/QtCore/Q_ULLONG -include/QtCore/Q_ULONG -include/QtCore/Qt -include/QtCore/QtAlgorithms -include/QtCore/QtCleanUpFunction -include/QtCore/QtConcurrentFilter -include/QtCore/QtConcurrentMap -include/QtCore/QtConcurrentRun -include/QtCore/QtConfig -include/QtCore/QtContainerFwd -include/QtCore/QtCore -include/QtCore/QtDebug -include/QtCore/QtEndian -include/QtCore/QtGlobal -include/QtCore/QtMsgHandler -include/QtCore/QtNamespace -include/QtCore/QtPlugin -include/QtCore/QtPluginInstanceFunction -include/QtCore/cs_build_info.h -include/QtCore/cs_internal.h -include/QtCore/cs_macro.h -include/QtCore/cs_signal.h -include/QtCore/cs_slot.h -include/QtCore/csmeta.h -include/QtCore/csmeta_callevent.h -include/QtCore/csmeta_internal_1.h -include/QtCore/csmeta_internal_2.h -include/QtCore/csobject_internal.h -include/QtCore/csobject_macro.h -include/QtCore/csregister1.h -include/QtCore/csregister2.h -include/QtCore/q_int16.h -include/QtCore/q_int32.h -include/QtCore/q_int64.h -include/QtCore/q_int8.h -include/QtCore/q_llong.h -include/QtCore/q_long.h -include/QtCore/q_pid.h -include/QtCore/q_uint16.h -include/QtCore/q_uint32.h -include/QtCore/q_uint64.h -include/QtCore/q_uint8.h -include/QtCore/q_ullong.h -include/QtCore/q_ulong.h -include/QtCore/qabstractanimation.h -include/QtCore/qabstractconcatenable.h -include/QtCore/qabstracteventdispatcher.h -include/QtCore/qabstractfileengine.h -include/QtCore/qabstractfileenginehandler.h -include/QtCore/qabstractfileengineiterator.h -include/QtCore/qabstractitemmodel.h -include/QtCore/qabstractlistmodel.h -include/QtCore/qabstractstate.h -include/QtCore/qabstracttablemodel.h -include/QtCore/qabstracttransition.h -include/QtCore/qalgorithms.h -include/QtCore/qanimationdriver.h -include/QtCore/qanimationgroup.h -include/QtCore/qargument.h -include/QtCore/qarraydata.h -include/QtCore/qarraydataops.h -include/QtCore/qatomic.h -include/QtCore/qatomicint.h -include/QtCore/qatomicpointer.h -include/QtCore/qbasictimer.h -include/QtCore/qbitarray.h -include/QtCore/qbitref.h -include/QtCore/qbool.h -include/QtCore/qbuffer.h -include/QtCore/qbytearray.h -include/QtCore/qbytearraymatcher.h -include/QtCore/qbyteref.h -include/QtCore/qcache.h -include/QtCore/qchar.h -include/QtCore/qcharref.h -include/QtCore/qchildevent.h -include/QtCore/qcommandlineoption.h -include/QtCore/qcommandlineparser.h -include/QtCore/qconcatenable.h -include/QtCore/qconfig.h -include/QtCore/qconststring.h -include/QtCore/qcontainerfwd.h -include/QtCore/qcontiguouscache.h -include/QtCore/qcontiguouscachedata.h -include/QtCore/qcontiguouscachetypeddata.h -include/QtCore/qcoord.h -include/QtCore/qcoreapplication.h -include/QtCore/qcoreevent.h -include/QtCore/qcryptographichash.h -include/QtCore/qcustomevent.h -include/QtCore/qdatastream.h -include/QtCore/qdate.h -include/QtCore/qdatetime.h -include/QtCore/qdebug.h -include/QtCore/qdir.h -include/QtCore/qdiriterator.h -include/QtCore/qdynamicpropertychangeevent.h -include/QtCore/qeasingcurve.h -include/QtCore/qelapsedtimer.h -include/QtCore/qendian.h -include/QtCore/qevent.h -include/QtCore/qeventloop.h -include/QtCore/qeventtransition.h -include/QtCore/qexplicitlyshareddatapointer.h -include/QtCore/qfactoryinterface.h -include/QtCore/qfeatures.h -include/QtCore/qfile.h -include/QtCore/qfiledevice.h -include/QtCore/qfileinfo.h -include/QtCore/qfileinfolist.h -include/QtCore/qfileinfolistiterator.h -include/QtCore/qfilesystemwatcher.h -include/QtCore/qfinalstate.h -include/QtCore/qflag.h -include/QtCore/qflags.h -include/QtCore/qforeachcontainer.h -include/QtCore/qforeachcontainerbase.h -include/QtCore/qfsfileengine.h -include/QtCore/qfuture.h -include/QtCore/qfutureinterface.h -include/QtCore/qfutureinterfacebase.h -include/QtCore/qfutureiterator.h -include/QtCore/qfuturesynchronizer.h -include/QtCore/qfuturewatcher.h -include/QtCore/qfuturewatcherbase.h -include/QtCore/qgenericargument.h -include/QtCore/qgenericreturnargument.h -include/QtCore/qglobal.h -include/QtCore/qglobalstatic.h -include/QtCore/qglobalstaticdeleter.h -include/QtCore/qhash.h -include/QtCore/qhashdata.h -include/QtCore/qhashdummynode.h -include/QtCore/qhashdummyvalue.h -include/QtCore/qhashfwd.h -include/QtCore/qhashiterator.h -include/QtCore/qhashnode.h -include/QtCore/qhistorystate.h -include/QtCore/qincompatibleflag.h -include/QtCore/qintegerforsize.h -include/QtCore/qinternal.h -include/QtCore/qiodevice.h -include/QtCore/qjsonarray.h -include/QtCore/qjsondocument.h -include/QtCore/qjsonobject.h -include/QtCore/qjsonparseerror.h -include/QtCore/qjsonvalue.h -include/QtCore/qlatin1char.h -include/QtCore/qlatin1literal.h -include/QtCore/qlatin1string.h -include/QtCore/qlibrary.h -include/QtCore/qlibraryinfo.h -include/QtCore/qline.h -include/QtCore/qlinef.h -include/QtCore/qlinkedlist.h -include/QtCore/qlinkedlistdata.h -include/QtCore/qlinkedlistiterator.h -include/QtCore/qlinkedlistnode.h -include/QtCore/qlist.h -include/QtCore/qlistdata.h -include/QtCore/qlistiterator.h -include/QtCore/qlocale.h -include/QtCore/qmap.h -include/QtCore/qmapdata.h -include/QtCore/qmapiterator.h -include/QtCore/qmapnode.h -include/QtCore/qmappayloadnode.h -include/QtCore/qmargins.h -include/QtCore/qmath.h -include/QtCore/qmetaclassinfo.h -include/QtCore/qmetaenum.h -include/QtCore/qmetamethod.h -include/QtCore/qmetaobject.h -include/QtCore/qmetaobjectaccessor.h -include/QtCore/qmetaobjectextradata.h -include/QtCore/qmetaproperty.h -include/QtCore/qmetatype.h -include/QtCore/qmetatypeid.h -include/QtCore/qmetatypeid2.h -include/QtCore/qmimedata.h -include/QtCore/qmodelindex.h -include/QtCore/qmodelindexlist.h -include/QtCore/qmultihash.h -include/QtCore/qmultimap.h -include/QtCore/qmutablefutureiterator.h -include/QtCore/qmutablehashiterator.h -include/QtCore/qmutablelinkedlistiterator.h -include/QtCore/qmutablelistiterator.h -include/QtCore/qmutablemapiterator.h -include/QtCore/qmutablesetiterator.h -include/QtCore/qmutablestringlistiterator.h -include/QtCore/qmutablevectoriterator.h -include/QtCore/qmutex.h -include/QtCore/qmutexdata.h -include/QtCore/qmutexlocker.h -include/QtCore/qnamespace.h -include/QtCore/qnodebug.h -include/QtCore/qnoimplicitboolcast.h -include/QtCore/qnumeric.h -include/QtCore/qobject.h -include/QtCore/qobjectcleanuphandler.h -include/QtCore/qobjectdata.h -include/QtCore/qobjectlist.h -include/QtCore/qobjectuserdata.h -include/QtCore/qpair.h -include/QtCore/qparallelanimationgroup.h -include/QtCore/qpauseanimation.h -include/QtCore/qpersistentmodelindex.h -include/QtCore/qplatformdefs.h -include/QtCore/qplatformposix.h -include/QtCore/qplugin.h -include/QtCore/qpluginloader.h -include/QtCore/qpoint.h -include/QtCore/qpointer.h -include/QtCore/qpointf.h -include/QtCore/qprocess.h -include/QtCore/qprocessenvironment.h -include/QtCore/qpropertyanimation.h -include/QtCore/qqueue.h -include/QtCore/qreadlocker.h -include/QtCore/qreadwritelock.h -include/QtCore/qrect.h -include/QtCore/qrectf.h -include/QtCore/qrefcount.h -include/QtCore/qregexp.h -include/QtCore/qresource.h -include/QtCore/qreturnargument.h -include/QtCore/qrunnable.h -include/QtCore/qsavefile.h -include/QtCore/qscopedarraypointer.h -include/QtCore/qscopedpointer.h -include/QtCore/qscopedpointerarraydeleter.h -include/QtCore/qscopedpointerdeleter.h -include/QtCore/qscopedpointerpoddeleter.h -include/QtCore/qscopedvaluerollback.h -include/QtCore/qsemaphore.h -include/QtCore/qsequentialanimationgroup.h -include/QtCore/qset.h -include/QtCore/qsetiterator.h -include/QtCore/qsettings.h -include/QtCore/qshareddata.h -include/QtCore/qshareddatapointer.h -include/QtCore/qsharedmemory.h -include/QtCore/qsharedpointer.h -include/QtCore/qsharedpointer_impl.h -include/QtCore/qsignalmapper.h -include/QtCore/qsignaltransition.h -include/QtCore/qsize.h -include/QtCore/qsizef.h -include/QtCore/qsocketnotifier.h -include/QtCore/qstack.h -include/QtCore/qstandardpaths.h -include/QtCore/qstate.h -include/QtCore/qstatemachine.h -include/QtCore/qstdwstring.h -include/QtCore/qstring.h -include/QtCore/qstringbuilder.h -include/QtCore/qstringlist.h -include/QtCore/qstringlistiterator.h -include/QtCore/qstringmatcher.h -include/QtCore/qstringref.h -include/QtCore/qsysinfo.h -include/QtCore/qsystemlocale.h -include/QtCore/qsystemsemaphore.h -include/QtCore/qt.h -include/QtCore/qt_windows.h -include/QtCore/qtalgorithms.h -include/QtCore/qtcleanupfunction.h -include/QtCore/qtconcurrentcompilertest.h -include/QtCore/qtconcurrentexception.h -include/QtCore/qtconcurrentfilter.h -include/QtCore/qtconcurrentfilterkernel.h -include/QtCore/qtconcurrentfunctionwrappers.h -include/QtCore/qtconcurrentiteratekernel.h -include/QtCore/qtconcurrentmap.h -include/QtCore/qtconcurrentmapkernel.h -include/QtCore/qtconcurrentmedian.h -include/QtCore/qtconcurrentreducekernel.h -include/QtCore/qtconcurrentresultstore.h -include/QtCore/qtconcurrentrun.h -include/QtCore/qtconcurrentrunbase.h -include/QtCore/qtconcurrentstoredfunctioncall.h -include/QtCore/qtconcurrentthreadengine.h -include/QtCore/qtconfig.h -include/QtCore/qtcontainerfwd.h -include/QtCore/qtcore.h -include/QtCore/qtdebug.h -include/QtCore/qtemporarydir.h -include/QtCore/qtemporaryfile.h -include/QtCore/qtendian.h -include/QtCore/qtextboundaryfinder.h -include/QtCore/qtextcodec.h -include/QtCore/qtextcodecfactoryinterface.h -include/QtCore/qtextcodecplugin.h -include/QtCore/qtextdecoder.h -include/QtCore/qtextencoder.h -include/QtCore/qtextistream.h -include/QtCore/qtextostream.h -include/QtCore/qtextstream.h -include/QtCore/qtextstreamfunction.h -include/QtCore/qtextstreammanipulator.h -include/QtCore/qtglobal.h -include/QtCore/qthread.h -include/QtCore/qthreadpool.h -include/QtCore/qthreadstorage.h -include/QtCore/qthreadstoragedata.h -include/QtCore/qtime.h -include/QtCore/qtimeline.h -include/QtCore/qtimer.h -include/QtCore/qtimerevent.h -include/QtCore/qtmsghandler.h -include/QtCore/qtnamespace.h -include/QtCore/qtplugin.h -include/QtCore/qtplugininstancefunction.h -include/QtCore/qtranslator.h -include/QtCore/qts.h -include/QtCore/qtypeinfo.h -include/QtCore/qurl.h -include/QtCore/quuid.h -include/QtCore/qvariant.h -include/QtCore/qvariantanimation.h -include/QtCore/qvariantcomparisonhelper.h -include/QtCore/qvarianthash.h -include/QtCore/qvariantlist.h -include/QtCore/qvariantmap.h -include/QtCore/qvarlengtharray.h -include/QtCore/qvector.h -include/QtCore/qvectordata.h -include/QtCore/qvectoriterator.h -include/QtCore/qvectortypeddata.h -include/QtCore/qwaitcondition.h -include/QtCore/qweakpointer.h -include/QtCore/qwritelocker.h -include/QtCore/qxmlstream.h -include/QtCore/qxmlstreamattribute.h -include/QtCore/qxmlstreamattributes.h -include/QtCore/qxmlstreamentitydeclaration.h -include/QtCore/qxmlstreamentitydeclarations.h -include/QtCore/qxmlstreamentityresolver.h -include/QtCore/qxmlstreamnamespacedeclaration.h -include/QtCore/qxmlstreamnamespacedeclarations.h -include/QtCore/qxmlstreamnotationdeclaration.h -include/QtCore/qxmlstreamnotationdeclarations.h -include/QtCore/qxmlstreamreader.h -include/QtCore/qxmlstreamstringref.h -include/QtCore/qxmlstreamwriter.h -include/QtGui/QAbstractButton -include/QtGui/QAbstractGraphicsShapeItem -include/QtGui/QAbstractItemDelegate -include/QtGui/QAbstractItemView -include/QtGui/QAbstractPageSetupDialog -include/QtGui/QAbstractPrintDialog -include/QtGui/QAbstractProxyModel -include/QtGui/QAbstractScrollArea -include/QtGui/QAbstractSlider -include/QtGui/QAbstractSpinBox -include/QtGui/QAbstractTextDocumentLayout -include/QtGui/QAbstractUndoItem -include/QtGui/QAccessible -include/QtGui/QAccessible2Interface -include/QtGui/QAccessibleActionInterface -include/QtGui/QAccessibleApplication -include/QtGui/QAccessibleBridge -include/QtGui/QAccessibleBridgeFactoryInterface -include/QtGui/QAccessibleBridgePlugin -include/QtGui/QAccessibleEditableTextInterface -include/QtGui/QAccessibleEvent -include/QtGui/QAccessibleFactoryInterface -include/QtGui/QAccessibleImageInterface -include/QtGui/QAccessibleInterface -include/QtGui/QAccessibleInterfaceEx -include/QtGui/QAccessibleObject -include/QtGui/QAccessibleObjectEx -include/QtGui/QAccessiblePlugin -include/QtGui/QAccessibleSimpleEditableTextInterface -include/QtGui/QAccessibleTable2CellInterface -include/QtGui/QAccessibleTable2Interface -include/QtGui/QAccessibleTableInterface -include/QtGui/QAccessibleTextInterface -include/QtGui/QAccessibleValueInterface -include/QtGui/QAccessibleWidget -include/QtGui/QAccessibleWidgetEx -include/QtGui/QAction -include/QtGui/QActionEvent -include/QtGui/QActionGroup -include/QtGui/QApplication -include/QtGui/QBitmap -include/QtGui/QBoxLayout -include/QtGui/QBrush -include/QtGui/QBrushData -include/QtGui/QButtonGroup -include/QtGui/QCDEStyle -include/QtGui/QCalendarWidget -include/QtGui/QCheckBox -include/QtGui/QCleanlooksStyle -include/QtGui/QClipboard -include/QtGui/QClipboardEvent -include/QtGui/QCloseEvent -include/QtGui/QColor -include/QtGui/QColorDialog -include/QtGui/QColorGroup -include/QtGui/QColormap -include/QtGui/QColumnView -include/QtGui/QComboBox -include/QtGui/QCommandLinkButton -include/QtGui/QCommonStyle -include/QtGui/QCompleter -include/QtGui/QConicalGradient -include/QtGui/QContextMenuEvent -include/QtGui/QCursor -include/QtGui/QCursorShape -include/QtGui/QDataWidgetMapper -include/QtGui/QDateEdit -include/QtGui/QDateTimeEdit -include/QtGui/QDeclarativeListProperty -include/QtGui/QDesktopServices -include/QtGui/QDesktopWidget -include/QtGui/QDial -include/QtGui/QDialog -include/QtGui/QDialogButtonBox -include/QtGui/QDirModel -include/QtGui/QDockWidget -include/QtGui/QDoubleSpinBox -include/QtGui/QDoubleValidator -include/QtGui/QDrag -include/QtGui/QDragEnterEvent -include/QtGui/QDragLeaveEvent -include/QtGui/QDragMoveEvent -include/QtGui/QDragResponseEvent -include/QtGui/QDropEvent -include/QtGui/QErrorMessage -include/QtGui/QFileDialog -include/QtGui/QFileIconProvider -include/QtGui/QFileOpenEvent -include/QtGui/QFileSystemModel -include/QtGui/QFocusEvent -include/QtGui/QFocusFrame -include/QtGui/QFont -include/QtGui/QFontComboBox -include/QtGui/QFontDatabase -include/QtGui/QFontDialog -include/QtGui/QFontInfo -include/QtGui/QFontMetrics -include/QtGui/QFontMetricsF -include/QtGui/QFormLayout -include/QtGui/QFrame -include/QtGui/QGenericMatrix -include/QtGui/QGenericPlugin -include/QtGui/QGenericPluginFactory -include/QtGui/QGenericPluginFactoryInterface -include/QtGui/QGesture -include/QtGui/QGestureEvent -include/QtGui/QGestureRecognizer -include/QtGui/QGlyphRun -include/QtGui/QGradient -include/QtGui/QGradientStop -include/QtGui/QGradientStops -include/QtGui/QGraphicsAnchor -include/QtGui/QGraphicsAnchorLayout -include/QtGui/QGraphicsBlurEffect -include/QtGui/QGraphicsColorizeEffect -include/QtGui/QGraphicsDropShadowEffect -include/QtGui/QGraphicsEffect -include/QtGui/QGraphicsEllipseItem -include/QtGui/QGraphicsGridLayout -include/QtGui/QGraphicsItem -include/QtGui/QGraphicsItemAnimation -include/QtGui/QGraphicsItemGroup -include/QtGui/QGraphicsLayout -include/QtGui/QGraphicsLayoutItem -include/QtGui/QGraphicsLineItem -include/QtGui/QGraphicsLinearLayout -include/QtGui/QGraphicsObject -include/QtGui/QGraphicsOpacityEffect -include/QtGui/QGraphicsPathItem -include/QtGui/QGraphicsPixmapItem -include/QtGui/QGraphicsPolygonItem -include/QtGui/QGraphicsProxyWidget -include/QtGui/QGraphicsRectItem -include/QtGui/QGraphicsRotation -include/QtGui/QGraphicsScale -include/QtGui/QGraphicsScene -include/QtGui/QGraphicsSceneContextMenuEvent -include/QtGui/QGraphicsSceneDragDropEvent -include/QtGui/QGraphicsSceneEvent -include/QtGui/QGraphicsSceneHelpEvent -include/QtGui/QGraphicsSceneHoverEvent -include/QtGui/QGraphicsSceneMouseEvent -include/QtGui/QGraphicsSceneMoveEvent -include/QtGui/QGraphicsSceneResizeEvent -include/QtGui/QGraphicsSceneWheelEvent -include/QtGui/QGraphicsSimpleTextItem -include/QtGui/QGraphicsTextItem -include/QtGui/QGraphicsTransform -include/QtGui/QGraphicsView -include/QtGui/QGraphicsWidget -include/QtGui/QGridLayout -include/QtGui/QGroupBox -include/QtGui/QGtkStyle -include/QtGui/QHBoxLayout -include/QtGui/QHeaderView -include/QtGui/QHelpEvent -include/QtGui/QHideEvent -include/QtGui/QHoverEvent -include/QtGui/QIcon -include/QtGui/QIconDragEvent -include/QtGui/QIconEngine -include/QtGui/QIconEngineFactoryInterface -include/QtGui/QIconEngineFactoryInterfaceV2 -include/QtGui/QIconEnginePlugin -include/QtGui/QIconEnginePluginV2 -include/QtGui/QIconEngineV2 -include/QtGui/QIconSet -include/QtGui/QIdentityProxyModel -include/QtGui/QImage -include/QtGui/QImageIOHandler -include/QtGui/QImageIOHandlerFactoryInterface -include/QtGui/QImageIOPlugin -include/QtGui/QImageReader -include/QtGui/QImageTextKeyLang -include/QtGui/QImageWriter -include/QtGui/QInputContext -include/QtGui/QInputContextFactory -include/QtGui/QInputContextFactoryInterface -include/QtGui/QInputContextPlugin -include/QtGui/QInputDialog -include/QtGui/QInputEvent -include/QtGui/QInputMethodEvent -include/QtGui/QIntValidator -include/QtGui/QItemDelegate -include/QtGui/QItemEditorCreator -include/QtGui/QItemEditorCreatorBase -include/QtGui/QItemEditorFactory -include/QtGui/QItemSelection -include/QtGui/QItemSelectionModel -include/QtGui/QItemSelectionRange -include/QtGui/QKeyEvent -include/QtGui/QKeyEventTransition -include/QtGui/QKeySequence -include/QtGui/QLCDNumber -include/QtGui/QLabel -include/QtGui/QLayout -include/QtGui/QLayoutItem -include/QtGui/QLayoutIterator -include/QtGui/QLineEdit -include/QtGui/QLinearGradient -include/QtGui/QListView -include/QtGui/QListWidget -include/QtGui/QListWidgetItem -include/QtGui/QMacCocoaViewContainer -include/QtGui/QMacMime -include/QtGui/QMacNativeWidget -include/QtGui/QMacPasteboardMime -include/QtGui/QMacStyle -include/QtGui/QMainWindow -include/QtGui/QMatrix -include/QtGui/QMatrix2x2 -include/QtGui/QMatrix2x3 -include/QtGui/QMatrix2x4 -include/QtGui/QMatrix3x2 -include/QtGui/QMatrix3x3 -include/QtGui/QMatrix3x4 -include/QtGui/QMatrix4x2 -include/QtGui/QMatrix4x3 -include/QtGui/QMatrix4x4 -include/QtGui/QMdiArea -include/QtGui/QMdiSubWindow -include/QtGui/QMenu -include/QtGui/QMenuBar -include/QtGui/QMenuItem -include/QtGui/QMenubarUpdatedEvent -include/QtGui/QMessageBox -include/QtGui/QMimeSource -include/QtGui/QMotifStyle -include/QtGui/QMouseEvent -include/QtGui/QMouseEventTransition -include/QtGui/QMoveEvent -include/QtGui/QMovie -include/QtGui/QPageSetupDialog -include/QtGui/QPaintDevice -include/QtGui/QPaintEngine -include/QtGui/QPaintEngineState -include/QtGui/QPaintEvent -include/QtGui/QPainter -include/QtGui/QPainterPath -include/QtGui/QPainterPathPrivate -include/QtGui/QPainterPathStroker -include/QtGui/QPalette -include/QtGui/QPanGesture -include/QtGui/QPen -include/QtGui/QPicture -include/QtGui/QPictureFormatInterface -include/QtGui/QPictureFormatPlugin -include/QtGui/QPictureIO -include/QtGui/QPinchGesture -include/QtGui/QPixmap -include/QtGui/QPixmapCache -include/QtGui/QPlainTextDocumentLayout -include/QtGui/QPlainTextEdit -include/QtGui/QPlastiqueStyle -include/QtGui/QPlatformClipboard -include/QtGui/QPlatformCursor -include/QtGui/QPlatformCursorImage -include/QtGui/QPlatformCursorPrivate -include/QtGui/QPlatformEventLoopIntegration -include/QtGui/QPlatformFontDatabase -include/QtGui/QPlatformGLContext -include/QtGui/QPlatformIntegration -include/QtGui/QPlatformIntegrationFactoryInterface -include/QtGui/QPlatformIntegrationPlugin -include/QtGui/QPlatformNativeInterface -include/QtGui/QPlatformScreen -include/QtGui/QPlatformWindow -include/QtGui/QPlatformWindowFormat -include/QtGui/QPolygon -include/QtGui/QPolygonF -include/QtGui/QPrintDialog -include/QtGui/QPrintEngine -include/QtGui/QPrintPreviewDialog -include/QtGui/QPrintPreviewWidget -include/QtGui/QPrinter -include/QtGui/QPrinterInfo -include/QtGui/QProgressBar -include/QtGui/QProgressDialog -include/QtGui/QProxyModel -include/QtGui/QProxyStyle -include/QtGui/QPushButton -include/QtGui/QQuaternion -include/QtGui/QRadialGradient -include/QtGui/QRadioButton -include/QtGui/QRawFont -include/QtGui/QRegExpValidator -include/QtGui/QRegion -include/QtGui/QResizeEvent -include/QtGui/QRgb -include/QtGui/QRubberBand -include/QtGui/QScrollArea -include/QtGui/QScrollBar -include/QtGui/QSessionManager -include/QtGui/QShortcut -include/QtGui/QShortcutEvent -include/QtGui/QShowEvent -include/QtGui/QSizeGrip -include/QtGui/QSizePolicy -include/QtGui/QSlider -include/QtGui/QSortFilterProxyModel -include/QtGui/QSound -include/QtGui/QSpacerItem -include/QtGui/QSpinBox -include/QtGui/QSplashScreen -include/QtGui/QSplitter -include/QtGui/QSplitterHandle -include/QtGui/QStackedLayout -include/QtGui/QStackedWidget -include/QtGui/QStandardItem -include/QtGui/QStandardItemEditorCreator -include/QtGui/QStandardItemModel -include/QtGui/QStaticText -include/QtGui/QStatusBar -include/QtGui/QStatusTipEvent -include/QtGui/QStringListModel -include/QtGui/QStyle -include/QtGui/QStyleFactory -include/QtGui/QStyleFactoryInterface -include/QtGui/QStyleHintReturn -include/QtGui/QStyleHintReturnMask -include/QtGui/QStyleHintReturnVariant -include/QtGui/QStyleOption -include/QtGui/QStyleOptionButton -include/QtGui/QStyleOptionComboBox -include/QtGui/QStyleOptionComplex -include/QtGui/QStyleOptionDockWidget -include/QtGui/QStyleOptionDockWidgetV2 -include/QtGui/QStyleOptionFocusRect -include/QtGui/QStyleOptionFrame -include/QtGui/QStyleOptionFrameV2 -include/QtGui/QStyleOptionFrameV3 -include/QtGui/QStyleOptionGraphicsItem -include/QtGui/QStyleOptionGroupBox -include/QtGui/QStyleOptionHeader -include/QtGui/QStyleOptionMenuItem -include/QtGui/QStyleOptionProgressBar -include/QtGui/QStyleOptionProgressBarV2 -include/QtGui/QStyleOptionRubberBand -include/QtGui/QStyleOptionSizeGrip -include/QtGui/QStyleOptionSlider -include/QtGui/QStyleOptionSpinBox -include/QtGui/QStyleOptionTab -include/QtGui/QStyleOptionTabBarBase -include/QtGui/QStyleOptionTabBarBaseV2 -include/QtGui/QStyleOptionTabV2 -include/QtGui/QStyleOptionTabV3 -include/QtGui/QStyleOptionTabWidgetFrame -include/QtGui/QStyleOptionTabWidgetFrameV2 -include/QtGui/QStyleOptionTitleBar -include/QtGui/QStyleOptionToolBar -include/QtGui/QStyleOptionToolBarV2 -include/QtGui/QStyleOptionToolBox -include/QtGui/QStyleOptionToolBoxV2 -include/QtGui/QStyleOptionToolButton -include/QtGui/QStyleOptionViewItem -include/QtGui/QStyleOptionViewItemV2 -include/QtGui/QStyleOptionViewItemV3 -include/QtGui/QStyleOptionViewItemV4 -include/QtGui/QStylePainter -include/QtGui/QStylePlugin -include/QtGui/QStyledItemDelegate -include/QtGui/QSupportedWritingSystems -include/QtGui/QSwipeGesture -include/QtGui/QSyntaxHighlighter -include/QtGui/QSystemTrayIcon -include/QtGui/QTabBar -include/QtGui/QTabWidget -include/QtGui/QTableView -include/QtGui/QTableWidget -include/QtGui/QTableWidgetItem -include/QtGui/QTableWidgetSelectionRange -include/QtGui/QTabletEvent -include/QtGui/QTapAndHoldGesture -include/QtGui/QTapGesture -include/QtGui/QTextBlock -include/QtGui/QTextBlockFormat -include/QtGui/QTextBlockGroup -include/QtGui/QTextBlockUserData -include/QtGui/QTextBrowser -include/QtGui/QTextCharFormat -include/QtGui/QTextCursor -include/QtGui/QTextDocument -include/QtGui/QTextDocumentFragment -include/QtGui/QTextDocumentWriter -include/QtGui/QTextEdit -include/QtGui/QTextFormat -include/QtGui/QTextFragment -include/QtGui/QTextFrame -include/QtGui/QTextFrameFormat -include/QtGui/QTextFrameLayoutData -include/QtGui/QTextImageFormat -include/QtGui/QTextInlineObject -include/QtGui/QTextItem -include/QtGui/QTextLayout -include/QtGui/QTextLength -include/QtGui/QTextLine -include/QtGui/QTextList -include/QtGui/QTextListFormat -include/QtGui/QTextObject -include/QtGui/QTextObjectInterface -include/QtGui/QTextOption -include/QtGui/QTextTable -include/QtGui/QTextTableCell -include/QtGui/QTextTableCellFormat -include/QtGui/QTextTableFormat -include/QtGui/QTileRules -include/QtGui/QTimeEdit -include/QtGui/QToolBar -include/QtGui/QToolBarChangeEvent -include/QtGui/QToolBox -include/QtGui/QToolButton -include/QtGui/QToolTip -include/QtGui/QTouchEvent -include/QtGui/QTransform -include/QtGui/QTreeView -include/QtGui/QTreeWidget -include/QtGui/QTreeWidgetItem -include/QtGui/QTreeWidgetItemIterator -include/QtGui/QUndoCommand -include/QtGui/QUndoGroup -include/QtGui/QUndoStack -include/QtGui/QUndoView -include/QtGui/QUnixPrintWidget -include/QtGui/QUpdateLaterEvent -include/QtGui/QVBoxLayout -include/QtGui/QValidator -include/QtGui/QVector2D -include/QtGui/QVector3D -include/QtGui/QVector4D -include/QtGui/QWhatsThis -include/QtGui/QWhatsThisClickedEvent -include/QtGui/QWheelEvent -include/QtGui/QWidget -include/QtGui/QWidgetAction -include/QtGui/QWidgetData -include/QtGui/QWidgetItem -include/QtGui/QWidgetItemV2 -include/QtGui/QWidgetList -include/QtGui/QWidgetMapper -include/QtGui/QWidgetSet -include/QtGui/QWindowStateChangeEvent -include/QtGui/QWindowSystemInterface -include/QtGui/QWindowsMime -include/QtGui/QWindowsStyle -include/QtGui/QWindowsVistaStyle -include/QtGui/QWindowsXPStyle -include/QtGui/QWizard -include/QtGui/QWizardPage -include/QtGui/QWorkspace -include/QtGui/QX11EmbedContainer -include/QtGui/QX11EmbedWidget -include/QtGui/QX11Info -include/QtGui/QtEvents -include/QtGui/QtGui -include/QtGui/cs_carbon_wrapper.h -include/QtGui/qabstractbutton.h -include/QtGui/qabstractgraphicsshapeitem.h -include/QtGui/qabstractitemdelegate.h -include/QtGui/qabstractitemview.h -include/QtGui/qabstractpagesetupdialog.h -include/QtGui/qabstractprintdialog.h -include/QtGui/qabstractproxymodel.h -include/QtGui/qabstractscrollarea.h -include/QtGui/qabstractslider.h -include/QtGui/qabstractspinbox.h -include/QtGui/qabstracttextdocumentlayout.h -include/QtGui/qabstractundoitem.h -include/QtGui/qaccessible.h -include/QtGui/qaccessible2.h -include/QtGui/qaccessible2interface.h -include/QtGui/qaccessibleactioninterface.h -include/QtGui/qaccessibleapplication.h -include/QtGui/qaccessiblebridge.h -include/QtGui/qaccessiblebridgefactoryinterface.h -include/QtGui/qaccessiblebridgeplugin.h -include/QtGui/qaccessibleeditabletextinterface.h -include/QtGui/qaccessibleevent.h -include/QtGui/qaccessiblefactoryinterface.h -include/QtGui/qaccessibleimageinterface.h -include/QtGui/qaccessibleinterface.h -include/QtGui/qaccessibleinterfaceex.h -include/QtGui/qaccessibleobject.h -include/QtGui/qaccessibleobjectex.h -include/QtGui/qaccessibleplugin.h -include/QtGui/qaccessiblesimpleeditabletextinterface.h -include/QtGui/qaccessibletable2cellinterface.h -include/QtGui/qaccessibletable2interface.h -include/QtGui/qaccessibletableinterface.h -include/QtGui/qaccessibletextinterface.h -include/QtGui/qaccessiblevalueinterface.h -include/QtGui/qaccessiblewidget.h -include/QtGui/qaccessiblewidgetex.h -include/QtGui/qaction.h -include/QtGui/qactionevent.h -include/QtGui/qactiongroup.h -include/QtGui/qapplication.h -include/QtGui/qbitmap.h -include/QtGui/qboxlayout.h -include/QtGui/qbrush.h -include/QtGui/qbrushdata.h -include/QtGui/qbuttongroup.h -include/QtGui/qcalendarwidget.h -include/QtGui/qcdestyle.h -include/QtGui/qcheckbox.h -include/QtGui/qcleanlooksstyle.h -include/QtGui/qclipboard.h -include/QtGui/qclipboardevent.h -include/QtGui/qcloseevent.h -include/QtGui/qcolor.h -include/QtGui/qcolordialog.h -include/QtGui/qcolorgroup.h -include/QtGui/qcolormap.h -include/QtGui/qcolumnview.h -include/QtGui/qcombobox.h -include/QtGui/qcommandlinkbutton.h -include/QtGui/qcommonstyle.h -include/QtGui/qcompleter.h -include/QtGui/qconicalgradient.h -include/QtGui/qcontextmenuevent.h -include/QtGui/qcursor.h -include/QtGui/qcursorshape.h -include/QtGui/qdatawidgetmapper.h -include/QtGui/qdateedit.h -include/QtGui/qdatetimeedit.h -include/QtGui/qdeclarativelistproperty.h -include/QtGui/qdesktopservices.h -include/QtGui/qdesktopwidget.h -include/QtGui/qdial.h -include/QtGui/qdialog.h -include/QtGui/qdialogbuttonbox.h -include/QtGui/qdirmodel.h -include/QtGui/qdockwidget.h -include/QtGui/qdoublespinbox.h -include/QtGui/qdoublevalidator.h -include/QtGui/qdrag.h -include/QtGui/qdragenterevent.h -include/QtGui/qdragleaveevent.h -include/QtGui/qdragmoveevent.h -include/QtGui/qdragresponseevent.h -include/QtGui/qdrawutil.h -include/QtGui/qdropevent.h -include/QtGui/qerrormessage.h -include/QtGui/qevent.h -include/QtGui/qfiledialog.h -include/QtGui/qfileiconprovider.h -include/QtGui/qfileopenevent.h -include/QtGui/qfilesystemmodel.h -include/QtGui/qfocusevent.h -include/QtGui/qfocusframe.h -include/QtGui/qfont.h -include/QtGui/qfontcombobox.h -include/QtGui/qfontdatabase.h -include/QtGui/qfontdialog.h -include/QtGui/qfontinfo.h -include/QtGui/qfontmetrics.h -include/QtGui/qfontmetricsf.h -include/QtGui/qformlayout.h -include/QtGui/qframe.h -include/QtGui/qgenericmatrix.h -include/QtGui/qgenericplugin.h -include/QtGui/qgenericplugin_qpa.h -include/QtGui/qgenericpluginfactory.h -include/QtGui/qgenericpluginfactory_qpa.h -include/QtGui/qgenericpluginfactoryinterface.h -include/QtGui/qgesture.h -include/QtGui/qgestureevent.h -include/QtGui/qgesturerecognizer.h -include/QtGui/qglyphrun.h -include/QtGui/qgradient.h -include/QtGui/qgradientstop.h -include/QtGui/qgradientstops.h -include/QtGui/qgraphicsanchor.h -include/QtGui/qgraphicsanchorlayout.h -include/QtGui/qgraphicsblureffect.h -include/QtGui/qgraphicscolorizeeffect.h -include/QtGui/qgraphicsdropshadoweffect.h -include/QtGui/qgraphicseffect.h -include/QtGui/qgraphicsellipseitem.h -include/QtGui/qgraphicsgridlayout.h -include/QtGui/qgraphicsitem.h -include/QtGui/qgraphicsitemanimation.h -include/QtGui/qgraphicsitemgroup.h -include/QtGui/qgraphicslayout.h -include/QtGui/qgraphicslayoutitem.h -include/QtGui/qgraphicslinearlayout.h -include/QtGui/qgraphicslineitem.h -include/QtGui/qgraphicsobject.h -include/QtGui/qgraphicsopacityeffect.h -include/QtGui/qgraphicspathitem.h -include/QtGui/qgraphicspixmapitem.h -include/QtGui/qgraphicspolygonitem.h -include/QtGui/qgraphicsproxywidget.h -include/QtGui/qgraphicsrectitem.h -include/QtGui/qgraphicsrotation.h -include/QtGui/qgraphicsscale.h -include/QtGui/qgraphicsscene.h -include/QtGui/qgraphicsscenecontextmenuevent.h -include/QtGui/qgraphicsscenedragdropevent.h -include/QtGui/qgraphicssceneevent.h -include/QtGui/qgraphicsscenehelpevent.h -include/QtGui/qgraphicsscenehoverevent.h -include/QtGui/qgraphicsscenemouseevent.h -include/QtGui/qgraphicsscenemoveevent.h -include/QtGui/qgraphicssceneresizeevent.h -include/QtGui/qgraphicsscenewheelevent.h -include/QtGui/qgraphicssimpletextitem.h -include/QtGui/qgraphicstextitem.h -include/QtGui/qgraphicstransform.h -include/QtGui/qgraphicsview.h -include/QtGui/qgraphicswidget.h -include/QtGui/qgridlayout.h -include/QtGui/qgroupbox.h -include/QtGui/qgtkstyle.h -include/QtGui/qhboxlayout.h -include/QtGui/qheaderview.h -include/QtGui/qhelpevent.h -include/QtGui/qhideevent.h -include/QtGui/qhoverevent.h -include/QtGui/qicon.h -include/QtGui/qicondragevent.h -include/QtGui/qiconengine.h -include/QtGui/qiconenginefactoryinterface.h -include/QtGui/qiconenginefactoryinterfacev2.h -include/QtGui/qiconengineplugin.h -include/QtGui/qiconenginepluginv2.h -include/QtGui/qiconenginev2.h -include/QtGui/qiconset.h -include/QtGui/qidentityproxymodel.h -include/QtGui/qimage.h -include/QtGui/qimageiohandler.h -include/QtGui/qimageiohandlerfactoryinterface.h -include/QtGui/qimageioplugin.h -include/QtGui/qimagereader.h -include/QtGui/qimagetextkeylang.h -include/QtGui/qimagewriter.h -include/QtGui/qinputcontext.h -include/QtGui/qinputcontextfactory.h -include/QtGui/qinputcontextfactoryinterface.h -include/QtGui/qinputcontextplugin.h -include/QtGui/qinputdialog.h -include/QtGui/qinputevent.h -include/QtGui/qinputmethodevent.h -include/QtGui/qintvalidator.h -include/QtGui/qitemdelegate.h -include/QtGui/qitemeditorcreator.h -include/QtGui/qitemeditorcreatorbase.h -include/QtGui/qitemeditorfactory.h -include/QtGui/qitemselection.h -include/QtGui/qitemselectionmodel.h -include/QtGui/qitemselectionrange.h -include/QtGui/qkeyevent.h -include/QtGui/qkeyeventtransition.h -include/QtGui/qkeysequence.h -include/QtGui/qlabel.h -include/QtGui/qlayout.h -include/QtGui/qlayoutitem.h -include/QtGui/qlayoutiterator.h -include/QtGui/qlcdnumber.h -include/QtGui/qlineargradient.h -include/QtGui/qlineedit.h -include/QtGui/qlistview.h -include/QtGui/qlistwidget.h -include/QtGui/qlistwidgetitem.h -include/QtGui/qmaccocoaviewcontainer.h -include/QtGui/qmaccocoaviewcontainer_mac.h -include/QtGui/qmacdefines_mac.h -include/QtGui/qmacmime.h -include/QtGui/qmacnativewidget.h -include/QtGui/qmacnativewidget_mac.h -include/QtGui/qmacpasteboardmime.h -include/QtGui/qmacstyle.h -include/QtGui/qmacstyle_mac.h -include/QtGui/qmainwindow.h -include/QtGui/qmatrix.h -include/QtGui/qmatrix2x2.h -include/QtGui/qmatrix2x3.h -include/QtGui/qmatrix2x4.h -include/QtGui/qmatrix3x2.h -include/QtGui/qmatrix3x3.h -include/QtGui/qmatrix3x4.h -include/QtGui/qmatrix4x2.h -include/QtGui/qmatrix4x3.h -include/QtGui/qmatrix4x4.h -include/QtGui/qmdiarea.h -include/QtGui/qmdisubwindow.h -include/QtGui/qmenu.h -include/QtGui/qmenubar.h -include/QtGui/qmenubarupdatedevent.h -include/QtGui/qmenuitem.h -include/QtGui/qmessagebox.h -include/QtGui/qmime.h -include/QtGui/qmimesource.h -include/QtGui/qmotifstyle.h -include/QtGui/qmouseevent.h -include/QtGui/qmouseeventtransition.h -include/QtGui/qmoveevent.h -include/QtGui/qmovie.h -include/QtGui/qpagesetupdialog.h -include/QtGui/qpaintdevice.h -include/QtGui/qpaintengine.h -include/QtGui/qpaintenginestate.h -include/QtGui/qpainter.h -include/QtGui/qpainterpath.h -include/QtGui/qpainterpathprivate.h -include/QtGui/qpainterpathstroker.h -include/QtGui/qpaintevent.h -include/QtGui/qpalette.h -include/QtGui/qpangesture.h -include/QtGui/qpen.h -include/QtGui/qpicture.h -include/QtGui/qpictureformatinterface.h -include/QtGui/qpictureformatplugin.h -include/QtGui/qpictureio.h -include/QtGui/qpinchgesture.h -include/QtGui/qpixmap.h -include/QtGui/qpixmapcache.h -include/QtGui/qplaintextdocumentlayout.h -include/QtGui/qplaintextedit.h -include/QtGui/qplastiquestyle.h -include/QtGui/qplatformclipboard.h -include/QtGui/qplatformclipboard_qpa.h -include/QtGui/qplatformcursor.h -include/QtGui/qplatformcursor_qpa.h -include/QtGui/qplatformcursorimage.h -include/QtGui/qplatformcursorprivate.h -include/QtGui/qplatformeventloopintegration.h -include/QtGui/qplatformeventloopintegration_qpa.h -include/QtGui/qplatformfontdatabase.h -include/QtGui/qplatformfontdatabase_qpa.h -include/QtGui/qplatformglcontext.h -include/QtGui/qplatformglcontext_qpa.h -include/QtGui/qplatformintegration.h -include/QtGui/qplatformintegrationfactoryinterface.h -include/QtGui/qplatformintegrationplugin.h -include/QtGui/qplatformintegrationplugin_qpa.h -include/QtGui/qplatformnativeinterface.h -include/QtGui/qplatformnativeinterface_qpa.h -include/QtGui/qplatformscreen.h -include/QtGui/qplatformscreen_qpa.h -include/QtGui/qplatformwindow.h -include/QtGui/qplatformwindow_qpa.h -include/QtGui/qplatformwindowformat.h -include/QtGui/qplatformwindowformat_qpa.h -include/QtGui/qpolygon.h -include/QtGui/qpolygonf.h -include/QtGui/qprintdialog.h -include/QtGui/qprintengine.h -include/QtGui/qprinter.h -include/QtGui/qprinterinfo.h -include/QtGui/qprintpreviewdialog.h -include/QtGui/qprintpreviewwidget.h -include/QtGui/qprogressbar.h -include/QtGui/qprogressdialog.h -include/QtGui/qproxymodel.h -include/QtGui/qproxystyle.h -include/QtGui/qpushbutton.h -include/QtGui/qquaternion.h -include/QtGui/qradialgradient.h -include/QtGui/qradiobutton.h -include/QtGui/qrawfont.h -include/QtGui/qregexpvalidator.h -include/QtGui/qregion.h -include/QtGui/qresizeevent.h -include/QtGui/qrgb.h -include/QtGui/qrubberband.h -include/QtGui/qscrollarea.h -include/QtGui/qscrollbar.h -include/QtGui/qsessionmanager.h -include/QtGui/qshortcut.h -include/QtGui/qshortcutevent.h -include/QtGui/qshowevent.h -include/QtGui/qsizegrip.h -include/QtGui/qsizepolicy.h -include/QtGui/qslider.h -include/QtGui/qsortfilterproxymodel.h -include/QtGui/qsound.h -include/QtGui/qspaceritem.h -include/QtGui/qspinbox.h -include/QtGui/qsplashscreen.h -include/QtGui/qsplitter.h -include/QtGui/qsplitterhandle.h -include/QtGui/qstackedlayout.h -include/QtGui/qstackedwidget.h -include/QtGui/qstandarditem.h -include/QtGui/qstandarditemeditorcreator.h -include/QtGui/qstandarditemmodel.h -include/QtGui/qstatictext.h -include/QtGui/qstatusbar.h -include/QtGui/qstatustipevent.h -include/QtGui/qstringlistmodel.h -include/QtGui/qstyle.h -include/QtGui/qstyleditemdelegate.h -include/QtGui/qstylefactory.h -include/QtGui/qstylefactoryinterface.h -include/QtGui/qstylehintreturn.h -include/QtGui/qstylehintreturnmask.h -include/QtGui/qstylehintreturnvariant.h -include/QtGui/qstyleoption.h -include/QtGui/qstyleoptionbutton.h -include/QtGui/qstyleoptioncombobox.h -include/QtGui/qstyleoptioncomplex.h -include/QtGui/qstyleoptiondockwidget.h -include/QtGui/qstyleoptiondockwidgetv2.h -include/QtGui/qstyleoptionfocusrect.h -include/QtGui/qstyleoptionframe.h -include/QtGui/qstyleoptionframev2.h -include/QtGui/qstyleoptionframev3.h -include/QtGui/qstyleoptiongraphicsitem.h -include/QtGui/qstyleoptiongroupbox.h -include/QtGui/qstyleoptionheader.h -include/QtGui/qstyleoptionmenuitem.h -include/QtGui/qstyleoptionprogressbar.h -include/QtGui/qstyleoptionprogressbarv2.h -include/QtGui/qstyleoptionrubberband.h -include/QtGui/qstyleoptionsizegrip.h -include/QtGui/qstyleoptionslider.h -include/QtGui/qstyleoptionspinbox.h -include/QtGui/qstyleoptiontab.h -include/QtGui/qstyleoptiontabbarbase.h -include/QtGui/qstyleoptiontabbarbasev2.h -include/QtGui/qstyleoptiontabv2.h -include/QtGui/qstyleoptiontabv3.h -include/QtGui/qstyleoptiontabwidgetframe.h -include/QtGui/qstyleoptiontabwidgetframev2.h -include/QtGui/qstyleoptiontitlebar.h -include/QtGui/qstyleoptiontoolbar.h -include/QtGui/qstyleoptiontoolbarv2.h -include/QtGui/qstyleoptiontoolbox.h -include/QtGui/qstyleoptiontoolboxv2.h -include/QtGui/qstyleoptiontoolbutton.h -include/QtGui/qstyleoptionviewitem.h -include/QtGui/qstyleoptionviewitemv2.h -include/QtGui/qstyleoptionviewitemv3.h -include/QtGui/qstyleoptionviewitemv4.h -include/QtGui/qstylepainter.h -include/QtGui/qstyleplugin.h -include/QtGui/qsupportedwritingsystems.h -include/QtGui/qswipegesture.h -include/QtGui/qsyntaxhighlighter.h -include/QtGui/qsystemtrayicon.h -include/QtGui/qtabbar.h -include/QtGui/qtabletevent.h -include/QtGui/qtableview.h -include/QtGui/qtablewidget.h -include/QtGui/qtablewidgetitem.h -include/QtGui/qtablewidgetselectionrange.h -include/QtGui/qtabwidget.h -include/QtGui/qtapandholdgesture.h -include/QtGui/qtapgesture.h -include/QtGui/qtevents.h -include/QtGui/qtextblock.h -include/QtGui/qtextblockformat.h -include/QtGui/qtextblockgroup.h -include/QtGui/qtextblockuserdata.h -include/QtGui/qtextbrowser.h -include/QtGui/qtextcharformat.h -include/QtGui/qtextcursor.h -include/QtGui/qtextdocument.h -include/QtGui/qtextdocumentfragment.h -include/QtGui/qtextdocumentwriter.h -include/QtGui/qtextedit.h -include/QtGui/qtextformat.h -include/QtGui/qtextfragment.h -include/QtGui/qtextframe.h -include/QtGui/qtextframeformat.h -include/QtGui/qtextframelayoutdata.h -include/QtGui/qtextimageformat.h -include/QtGui/qtextinlineobject.h -include/QtGui/qtextitem.h -include/QtGui/qtextlayout.h -include/QtGui/qtextlength.h -include/QtGui/qtextline.h -include/QtGui/qtextlist.h -include/QtGui/qtextlistformat.h -include/QtGui/qtextobject.h -include/QtGui/qtextobjectinterface.h -include/QtGui/qtextoption.h -include/QtGui/qtexttable.h -include/QtGui/qtexttablecell.h -include/QtGui/qtexttablecellformat.h -include/QtGui/qtexttableformat.h -include/QtGui/qtgui.h -include/QtGui/qtilerules.h -include/QtGui/qtimeedit.h -include/QtGui/qtoolbar.h -include/QtGui/qtoolbarchangeevent.h -include/QtGui/qtoolbox.h -include/QtGui/qtoolbutton.h -include/QtGui/qtooltip.h -include/QtGui/qtouchevent.h -include/QtGui/qtransform.h -include/QtGui/qtreeview.h -include/QtGui/qtreewidget.h -include/QtGui/qtreewidgetitem.h -include/QtGui/qtreewidgetitemiterator.h -include/QtGui/qundocommand.h -include/QtGui/qundogroup.h -include/QtGui/qundostack.h -include/QtGui/qundoview.h -include/QtGui/qunixprintwidget.h -include/QtGui/qupdatelaterevent.h -include/QtGui/qvalidator.h -include/QtGui/qvboxlayout.h -include/QtGui/qvector2d.h -include/QtGui/qvector3d.h -include/QtGui/qvector4d.h -include/QtGui/qwhatsthis.h -include/QtGui/qwhatsthisclickedevent.h -include/QtGui/qwheelevent.h -include/QtGui/qwidget.h -include/QtGui/qwidgetaction.h -include/QtGui/qwidgetdata.h -include/QtGui/qwidgetitem.h -include/QtGui/qwidgetitemv2.h -include/QtGui/qwidgetlist.h -include/QtGui/qwidgetmapper.h -include/QtGui/qwidgetset.h -include/QtGui/qwindowdefs.h -include/QtGui/qwindowdefs_win.h -include/QtGui/qwindowsmime.h -include/QtGui/qwindowsstyle.h -include/QtGui/qwindowstatechangeevent.h -include/QtGui/qwindowsvistastyle.h -include/QtGui/qwindowsxpstyle.h -include/QtGui/qwindowsysteminterface.h -include/QtGui/qwindowsysteminterface_qpa.h -include/QtGui/qwizard.h -include/QtGui/qwizardpage.h -include/QtGui/qworkspace.h -include/QtGui/qx11embed_x11.h -include/QtGui/qx11embedcontainer.h -include/QtGui/qx11embedwidget.h -include/QtGui/qx11info.h -include/QtGui/qx11info_x11.h -include/QtMultimedia/QAbstractAudioDeviceInfo -include/QtMultimedia/QAbstractAudioInput -include/QtMultimedia/QAbstractAudioOutput -include/QtMultimedia/QAbstractVideoBuffer -include/QtMultimedia/QAbstractVideoSurface -include/QtMultimedia/QAudio -include/QtMultimedia/QAudioDeviceInfo -include/QtMultimedia/QAudioEngineFactoryInterface -include/QtMultimedia/QAudioEnginePlugin -include/QtMultimedia/QAudioFormat -include/QtMultimedia/QAudioInput -include/QtMultimedia/QAudioOutput -include/QtMultimedia/QVideoFrame -include/QtMultimedia/QVideoSurfaceFormat -include/QtMultimedia/QtMultimedia -include/QtMultimedia/qabstractaudiodeviceinfo.h -include/QtMultimedia/qabstractaudioinput.h -include/QtMultimedia/qabstractaudiooutput.h -include/QtMultimedia/qabstractvideobuffer.h -include/QtMultimedia/qabstractvideosurface.h -include/QtMultimedia/qaudio.h -include/QtMultimedia/qaudiodeviceinfo.h -include/QtMultimedia/qaudioengine.h -include/QtMultimedia/qaudioenginefactoryinterface.h -include/QtMultimedia/qaudioengineplugin.h -include/QtMultimedia/qaudioformat.h -include/QtMultimedia/qaudioinput.h -include/QtMultimedia/qaudiooutput.h -include/QtMultimedia/qtmultimedia.h -include/QtMultimedia/qvideoframe.h -include/QtMultimedia/qvideosurfaceformat.h -include/QtNetwork/QAbstractNetworkCache -include/QtNetwork/QAbstractSocket -include/QtNetwork/QAuthenticator -include/QtNetwork/QFtp -include/QtNetwork/QHostAddress -include/QtNetwork/QHostInfo -include/QtNetwork/QHttp -include/QtNetwork/QHttpHeader -include/QtNetwork/QHttpMultiPart -include/QtNetwork/QHttpPart -include/QtNetwork/QHttpRequestHeader -include/QtNetwork/QHttpResponseHeader -include/QtNetwork/QIPv6Address -include/QtNetwork/QLocalServer -include/QtNetwork/QLocalSocket -include/QtNetwork/QNetworkAccessManager -include/QtNetwork/QNetworkAddressEntry -include/QtNetwork/QNetworkCacheMetaData -include/QtNetwork/QNetworkConfiguration -include/QtNetwork/QNetworkConfigurationManager -include/QtNetwork/QNetworkCookie -include/QtNetwork/QNetworkCookieJar -include/QtNetwork/QNetworkDiskCache -include/QtNetwork/QNetworkInterface -include/QtNetwork/QNetworkProxy -include/QtNetwork/QNetworkProxyFactory -include/QtNetwork/QNetworkProxyQuery -include/QtNetwork/QNetworkReply -include/QtNetwork/QNetworkRequest -include/QtNetwork/QNetworkSession -include/QtNetwork/QSsl -include/QtNetwork/QSslCertificate -include/QtNetwork/QSslCipher -include/QtNetwork/QSslConfiguration -include/QtNetwork/QSslError -include/QtNetwork/QSslKey -include/QtNetwork/QSslSocket -include/QtNetwork/QTcpServer -include/QtNetwork/QTcpSocket -include/QtNetwork/QUdpSocket -include/QtNetwork/QUrlInfo -include/QtNetwork/Q_IPV6ADDR -include/QtNetwork/QtNetwork -include/QtNetwork/q_ipv6addr.h -include/QtNetwork/qabstractnetworkcache.h -include/QtNetwork/qabstractsocket.h -include/QtNetwork/qauthenticator.h -include/QtNetwork/qftp.h -include/QtNetwork/qhostaddress.h -include/QtNetwork/qhostinfo.h -include/QtNetwork/qhttp.h -include/QtNetwork/qhttpheader.h -include/QtNetwork/qhttpmultipart.h -include/QtNetwork/qhttppart.h -include/QtNetwork/qhttprequestheader.h -include/QtNetwork/qhttpresponseheader.h -include/QtNetwork/qipv6address.h -include/QtNetwork/qlocalserver.h -include/QtNetwork/qlocalsocket.h -include/QtNetwork/qnetworkaccessmanager.h -include/QtNetwork/qnetworkaddressentry.h -include/QtNetwork/qnetworkcachemetadata.h -include/QtNetwork/qnetworkconfigmanager.h -include/QtNetwork/qnetworkconfiguration.h -include/QtNetwork/qnetworkconfigurationmanager.h -include/QtNetwork/qnetworkcookie.h -include/QtNetwork/qnetworkcookiejar.h -include/QtNetwork/qnetworkdiskcache.h -include/QtNetwork/qnetworkinterface.h -include/QtNetwork/qnetworkproxy.h -include/QtNetwork/qnetworkproxyfactory.h -include/QtNetwork/qnetworkproxyquery.h -include/QtNetwork/qnetworkreply.h -include/QtNetwork/qnetworkrequest.h -include/QtNetwork/qnetworksession.h -include/QtNetwork/qssl.h -include/QtNetwork/qsslcertificate.h -include/QtNetwork/qsslcipher.h -include/QtNetwork/qsslconfiguration.h -include/QtNetwork/qsslerror.h -include/QtNetwork/qsslkey.h -include/QtNetwork/qsslsocket.h -include/QtNetwork/qtcpserver.h -include/QtNetwork/qtcpsocket.h -include/QtNetwork/qtnetwork.h -include/QtNetwork/qudpsocket.h -include/QtNetwork/qurlinfo.h -include/QtOpenGL/QGLBuffer -include/QtOpenGL/QGLColormap -include/QtOpenGL/QGLContext -include/QtOpenGL/QGLFormat -include/QtOpenGL/QGLFramebufferObject -include/QtOpenGL/QGLFramebufferObjectFormat -include/QtOpenGL/QGLFunctions -include/QtOpenGL/QGLFunctionsPrivate -include/QtOpenGL/QGLPixelBuffer -include/QtOpenGL/QGLShader -include/QtOpenGL/QGLShaderProgram -include/QtOpenGL/QGLWidget -include/QtOpenGL/QMacCompatGLenum -include/QtOpenGL/QMacCompatGLint -include/QtOpenGL/QMacCompatGLuint -include/QtOpenGL/QMacGLCompatTypes -include/QtOpenGL/QtOpenGL -include/QtOpenGL/qgl.h -include/QtOpenGL/qglbuffer.h -include/QtOpenGL/qglcolormap.h -include/QtOpenGL/qglcontext.h -include/QtOpenGL/qglformat.h -include/QtOpenGL/qglframebufferobject.h -include/QtOpenGL/qglframebufferobjectformat.h -include/QtOpenGL/qglfunctions.h -include/QtOpenGL/qglfunctionsprivate.h -include/QtOpenGL/qglpixelbuffer.h -include/QtOpenGL/qglshader.h -include/QtOpenGL/qglshaderprogram.h -include/QtOpenGL/qglwidget.h -include/QtOpenGL/qmaccompatglenum.h -include/QtOpenGL/qmaccompatglint.h -include/QtOpenGL/qmaccompatgluint.h -include/QtOpenGL/qmacglcompattypes.h -include/QtOpenGL/qtopengl.h -include/QtScript/QScriptClass -include/QtScript/QScriptClassPropertyIterator -include/QtScript/QScriptContext -include/QtScript/QScriptContextInfo -include/QtScript/QScriptContextInfoList -include/QtScript/QScriptEngine -include/QtScript/QScriptEngineAgent -include/QtScript/QScriptExtensionInterface -include/QtScript/QScriptExtensionPlugin -include/QtScript/QScriptProgram -include/QtScript/QScriptString -include/QtScript/QScriptSyntaxCheckResult -include/QtScript/QScriptValue -include/QtScript/QScriptValueIterator -include/QtScript/QScriptValueList -include/QtScript/QScriptable -include/QtScript/QtScript -include/QtScript/qscriptable.h -include/QtScript/qscriptclass.h -include/QtScript/qscriptclasspropertyiterator.h -include/QtScript/qscriptcontext.h -include/QtScript/qscriptcontextinfo.h -include/QtScript/qscriptcontextinfolist.h -include/QtScript/qscriptengine.h -include/QtScript/qscriptengineagent.h -include/QtScript/qscriptextensioninterface.h -include/QtScript/qscriptextensionplugin.h -include/QtScript/qscriptprogram.h -include/QtScript/qscriptstring.h -include/QtScript/qscriptsyntaxcheckresult.h -include/QtScript/qscriptvalue.h -include/QtScript/qscriptvalueiterator.h -include/QtScript/qscriptvaluelist.h -include/QtScript/qtscript.h -include/QtSql/QDB2Driver -include/QtSql/QDB2Result -include/QtSql/QIBaseDriver -include/QtSql/QIBaseResult -include/QtSql/QMYSQLDriver -include/QtSql/QMYSQLResult -include/QtSql/QOCIDriver -include/QtSql/QOCIResult -include/QtSql/QODBCDriver -include/QtSql/QODBCResult -include/QtSql/QPSQLDriver -include/QtSql/QPSQLResult -include/QtSql/QSQLiteDriver -include/QtSql/QSQLiteResult -include/QtSql/QSqlDatabase -include/QtSql/QSqlDriver -include/QtSql/QSqlDriverCreator -include/QtSql/QSqlDriverCreatorBase -include/QtSql/QSqlDriverFactoryInterface -include/QtSql/QSqlDriverPlugin -include/QtSql/QSqlError -include/QtSql/QSqlField -include/QtSql/QSqlIndex -include/QtSql/QSqlQuery -include/QtSql/QSqlQueryModel -include/QtSql/QSqlRecord -include/QtSql/QSqlRelation -include/QtSql/QSqlRelationalDelegate -include/QtSql/QSqlRelationalTableModel -include/QtSql/QSqlResult -include/QtSql/QSqlTableModel -include/QtSql/QtSql -include/QtSql/qdb2driver.h -include/QtSql/qdb2result.h -include/QtSql/qibasedriver.h -include/QtSql/qibaseresult.h -include/QtSql/qmysqldriver.h -include/QtSql/qmysqlresult.h -include/QtSql/qocidriver.h -include/QtSql/qociresult.h -include/QtSql/qodbcdriver.h -include/QtSql/qodbcresult.h -include/QtSql/qpsqldriver.h -include/QtSql/qpsqlresult.h -include/QtSql/qsql.h -include/QtSql/qsql_db2.h -include/QtSql/qsql_ibase.h -include/QtSql/qsql_mysql.h -include/QtSql/qsql_oci.h -include/QtSql/qsql_odbc.h -include/QtSql/qsql_psql.h -include/QtSql/qsql_sqlite.h -include/QtSql/qsqldatabase.h -include/QtSql/qsqldriver.h -include/QtSql/qsqldrivercreator.h -include/QtSql/qsqldrivercreatorbase.h -include/QtSql/qsqldriverfactoryinterface.h -include/QtSql/qsqldriverplugin.h -include/QtSql/qsqlerror.h -include/QtSql/qsqlfield.h -include/QtSql/qsqlindex.h -include/QtSql/qsqlitedriver.h -include/QtSql/qsqliteresult.h -include/QtSql/qsqlquery.h -include/QtSql/qsqlquerymodel.h -include/QtSql/qsqlrecord.h -include/QtSql/qsqlrelation.h -include/QtSql/qsqlrelationaldelegate.h -include/QtSql/qsqlrelationaltablemodel.h -include/QtSql/qsqlresult.h -include/QtSql/qsqltablemodel.h -include/QtSql/qtsql.h -include/QtSvg/QGraphicsSvgItem -include/QtSvg/QSvgGenerator -include/QtSvg/QSvgRenderer -include/QtSvg/QSvgWidget -include/QtSvg/QtSvg -include/QtSvg/qgraphicssvgitem.h -include/QtSvg/qsvggenerator.h -include/QtSvg/qsvgrenderer.h -include/QtSvg/qsvgwidget.h -include/QtSvg/qtsvg.h -include/QtWebKit/QGraphicsWebView -include/QtWebKit/QWebDatabase -include/QtWebKit/QWebElement -include/QtWebKit/QWebElementCollection -include/QtWebKit/QWebFrame -include/QtWebKit/QWebFullScreenVideoHandler -include/QtWebKit/QWebHapticFeedbackPlayer -include/QtWebKit/QWebHistory -include/QtWebKit/QWebHistoryInterface -include/QtWebKit/QWebHistoryItem -include/QtWebKit/QWebHitTestResult -include/QtWebKit/QWebInspector -include/QtWebKit/QWebKitPlatformPlugin -include/QtWebKit/QWebNotificationData -include/QtWebKit/QWebNotificationPresenter -include/QtWebKit/QWebPage -include/QtWebKit/QWebPluginFactory -include/QtWebKit/QWebScriptWorld -include/QtWebKit/QWebSecurityOrigin -include/QtWebKit/QWebSelectData -include/QtWebKit/QWebSelectMethod -include/QtWebKit/QWebSettings -include/QtWebKit/QWebTouchModifier -include/QtWebKit/QWebView -include/QtWebKit/QtWebKit -include/QtWebKit/qgraphicswebview.h -include/QtWebKit/qtwebkit.h -include/QtWebKit/qwebdatabase.h -include/QtWebKit/qwebelement.h -include/QtWebKit/qwebelementcollection.h -include/QtWebKit/qwebframe.h -include/QtWebKit/qwebfullscreenvideohandler.h -include/QtWebKit/qwebhapticfeedbackplayer.h -include/QtWebKit/qwebhistory.h -include/QtWebKit/qwebhistoryinterface.h -include/QtWebKit/qwebhistoryitem.h -include/QtWebKit/qwebhittestresult.h -include/QtWebKit/qwebinspector.h -include/QtWebKit/qwebkitglobal.h -include/QtWebKit/qwebkitplatformplugin.h -include/QtWebKit/qwebkitversion.h -include/QtWebKit/qwebnotificationdata.h -include/QtWebKit/qwebnotificationpresenter.h -include/QtWebKit/qwebpage.h -include/QtWebKit/qwebpluginfactory.h -include/QtWebKit/qwebscriptworld.h -include/QtWebKit/qwebsecurityorigin.h -include/QtWebKit/qwebselectdata.h -include/QtWebKit/qwebselectmethod.h -include/QtWebKit/qwebsettings.h -include/QtWebKit/qwebtouchmodifier.h -include/QtWebKit/qwebview.h -include/QtXml/QDomAttr -include/QtXml/QDomCDATASection -include/QtXml/QDomCharacterData -include/QtXml/QDomComment -include/QtXml/QDomDocument -include/QtXml/QDomDocumentFragment -include/QtXml/QDomDocumentType -include/QtXml/QDomElement -include/QtXml/QDomEntity -include/QtXml/QDomEntityReference -include/QtXml/QDomImplementation -include/QtXml/QDomNamedNodeMap -include/QtXml/QDomNode -include/QtXml/QDomNodeList -include/QtXml/QDomNotation -include/QtXml/QDomProcessingInstruction -include/QtXml/QDomText -include/QtXml/QXmlAttributes -include/QtXml/QXmlContentHandler -include/QtXml/QXmlDTDHandler -include/QtXml/QXmlDeclHandler -include/QtXml/QXmlDefaultHandler -include/QtXml/QXmlEntityResolver -include/QtXml/QXmlErrorHandler -include/QtXml/QXmlInputSource -include/QtXml/QXmlLexicalHandler -include/QtXml/QXmlLocator -include/QtXml/QXmlNamespaceSupport -include/QtXml/QXmlParseException -include/QtXml/QXmlReader -include/QtXml/QXmlSimpleReader -include/QtXml/QXmlStreamAttribute -include/QtXml/QXmlStreamAttributes -include/QtXml/QXmlStreamEntityDeclaration -include/QtXml/QXmlStreamEntityDeclarations -include/QtXml/QXmlStreamEntityResolver -include/QtXml/QXmlStreamNamespaceDeclaration -include/QtXml/QXmlStreamNamespaceDeclarations -include/QtXml/QXmlStreamNotationDeclaration -include/QtXml/QXmlStreamNotationDeclarations -include/QtXml/QXmlStreamReader -include/QtXml/QXmlStreamStringRef -include/QtXml/QXmlStreamWriter -include/QtXml/qdom.h -include/QtXml/qdomattr.h -include/QtXml/qdomcdatasection.h -include/QtXml/qdomcharacterdata.h -include/QtXml/qdomcomment.h -include/QtXml/qdomdocument.h -include/QtXml/qdomdocumentfragment.h -include/QtXml/qdomdocumenttype.h -include/QtXml/qdomelement.h -include/QtXml/qdomentity.h -include/QtXml/qdomentityreference.h -include/QtXml/qdomimplementation.h -include/QtXml/qdomnamednodemap.h -include/QtXml/qdomnode.h -include/QtXml/qdomnodelist.h -include/QtXml/qdomnotation.h -include/QtXml/qdomprocessinginstruction.h -include/QtXml/qdomtext.h -include/QtXml/qxml.h -include/QtXml/qxmlattributes.h -include/QtXml/qxmlcontenthandler.h -include/QtXml/qxmldeclhandler.h -include/QtXml/qxmldefaulthandler.h -include/QtXml/qxmldtdhandler.h -include/QtXml/qxmlentityresolver.h -include/QtXml/qxmlerrorhandler.h -include/QtXml/qxmlinputsource.h -include/QtXml/qxmllexicalhandler.h -include/QtXml/qxmllocator.h -include/QtXml/qxmlnamespacesupport.h -include/QtXml/qxmlparseexception.h -include/QtXml/qxmlreader.h -include/QtXml/qxmlsimplereader.h -include/QtXml/qxmlstream.h -include/QtXml/qxmlstreamattribute.h -include/QtXml/qxmlstreamattributes.h -include/QtXml/qxmlstreamentitydeclaration.h -include/QtXml/qxmlstreamentitydeclarations.h -include/QtXml/qxmlstreamentityresolver.h -include/QtXml/qxmlstreamnamespacedeclaration.h -include/QtXml/qxmlstreamnamespacedeclarations.h -include/QtXml/qxmlstreamnotationdeclaration.h -include/QtXml/qxmlstreamnotationdeclarations.h -include/QtXml/qxmlstreamreader.h -include/QtXml/qxmlstreamstringref.h -include/QtXml/qxmlstreamwriter.h -include/QtXmlPatterns/QAbstractMessageHandler -include/QtXmlPatterns/QAbstractUriResolver -include/QtXmlPatterns/QAbstractXmlNodeModel -include/QtXmlPatterns/QAbstractXmlReceiver -include/QtXmlPatterns/QSimpleXmlNodeModel -include/QtXmlPatterns/QSourceLocation -include/QtXmlPatterns/QXmlFormatter -include/QtXmlPatterns/QXmlItem -include/QtXmlPatterns/QXmlName -include/QtXmlPatterns/QXmlNamePool -include/QtXmlPatterns/QXmlNodeModelIndex -include/QtXmlPatterns/QXmlQuery -include/QtXmlPatterns/QXmlResultItems -include/QtXmlPatterns/QXmlSchema -include/QtXmlPatterns/QXmlSchemaValidator -include/QtXmlPatterns/QXmlSerializer -include/QtXmlPatterns/QtXmlPatterns -include/QtXmlPatterns/qabstractmessagehandler.h -include/QtXmlPatterns/qabstracturiresolver.h -include/QtXmlPatterns/qabstractxmlnodemodel.h -include/QtXmlPatterns/qabstractxmlreceiver.h -include/QtXmlPatterns/qsimplexmlnodemodel.h -include/QtXmlPatterns/qsourcelocation.h -include/QtXmlPatterns/qtxmlpatterns.h -include/QtXmlPatterns/qxmlformatter.h -include/QtXmlPatterns/qxmlitem.h -include/QtXmlPatterns/qxmlname.h -include/QtXmlPatterns/qxmlnamepool.h -include/QtXmlPatterns/qxmlnodemodelindex.h -include/QtXmlPatterns/qxmlquery.h -include/QtXmlPatterns/qxmlresultitems.h -include/QtXmlPatterns/qxmlschema.h -include/QtXmlPatterns/qxmlschemavalidator.h -include/QtXmlPatterns/qxmlserializer.h -include/phonon/AbstractAudioOutput -include/phonon/AbstractMediaStream -include/phonon/AbstractVideoOutput -include/phonon/AddonInterface -include/phonon/AudioCaptureDevice -include/phonon/AudioCaptureDeviceModel -include/phonon/AudioChannelDescription -include/phonon/AudioChannelDescriptionModel -include/phonon/AudioDataOutput -include/phonon/AudioDataOutputInterface -include/phonon/AudioOutput -include/phonon/AudioOutputDevice -include/phonon/AudioOutputDeviceModel -include/phonon/AudioOutputInterface -include/phonon/AudioOutputInterface40 -include/phonon/AudioOutputInterface42 -include/phonon/BackendCapabilities -include/phonon/BackendInterface -include/phonon/Effect -include/phonon/EffectDescription -include/phonon/EffectDescriptionModel -include/phonon/EffectInterface -include/phonon/EffectParameter -include/phonon/EffectWidget -include/phonon/Global -include/phonon/GlobalConfig -include/phonon/MediaController -include/phonon/MediaNode -include/phonon/MediaObject -include/phonon/MediaObjectInterface -include/phonon/MediaSource -include/phonon/ObjectDescription -include/phonon/ObjectDescriptionData -include/phonon/ObjectDescriptionModel -include/phonon/ObjectDescriptionModelData -include/phonon/Path -include/phonon/PlatformPlugin -include/phonon/PulseSupport -include/phonon/SeekSlider -include/phonon/StreamInterface -include/phonon/SubtitleDescription -include/phonon/SubtitleDescriptionModel -include/phonon/VideoPlayer -include/phonon/VideoWidget -include/phonon/VideoWidgetInterface -include/phonon/VideoWidgetInterface44 -include/phonon/VideoWidgetInterfaceLatest -include/phonon/VolumeFaderEffect -include/phonon/VolumeFaderInterface -include/phonon/VolumeSlider -include/phonon/abstractaudiooutput.h -include/phonon/abstractmediastream.h -include/phonon/abstractvideooutput.h -include/phonon/addoninterface.h -include/phonon/audiocapturedevice.h -include/phonon/audiocapturedevicemodel.h -include/phonon/audiochanneldescription.h -include/phonon/audiochanneldescriptionmodel.h -include/phonon/audiodataoutput.h -include/phonon/audiodataoutputinterface.h -include/phonon/audiooutput.h -include/phonon/audiooutputdevice.h -include/phonon/audiooutputdevicemodel.h -include/phonon/audiooutputinterface.h -include/phonon/audiooutputinterface40.h -include/phonon/audiooutputinterface42.h -include/phonon/backendcapabilities.h -include/phonon/backendinterface.h -include/phonon/effect.h -include/phonon/effectdescription.h -include/phonon/effectdescriptionmodel.h -include/phonon/effectinterface.h -include/phonon/effectparameter.h -include/phonon/effectwidget.h -include/phonon/global.h -include/phonon/globalconfig.h -include/phonon/mediacontroller.h -include/phonon/medianode.h -include/phonon/mediaobject.h -include/phonon/mediaobjectinterface.h -include/phonon/mediasource.h -include/phonon/objectdescription.h -include/phonon/objectdescriptiondata.h -include/phonon/objectdescriptionmodel.h -include/phonon/objectdescriptionmodeldata.h -include/phonon/path.h -include/phonon/phonon -include/phonon/phonon.h -include/phonon/phonon_export.h -include/phonon/phonondefs.h -include/phonon/phononnamespace.h -include/phonon/platformplugin.h -include/phonon/pulsesupport.h -include/phonon/seekslider.h -include/phonon/streaminterface.h -include/phonon/subtitledescription.h -include/phonon/subtitledescriptionmodel.h -include/phonon/videoplayer.h -include/phonon/videowidget.h -include/phonon/videowidgetinterface.h -include/phonon/videowidgetinterface44.h -include/phonon/videowidgetinterfacelatest.h -include/phonon/volumefadereffect.h -include/phonon/volumefaderinterface.h -include/phonon/volumeslider.h -lib/libCsCore%%LONG_VER%%.so -lib/libCsGui%%LONG_VER%%.so -lib/libCsMultimedia%%LONG_VER%%.so -lib/libCsNetwork%%LONG_VER%%.so -lib/libCsOpenGL%%LONG_VER%%.so -lib/libCsPhonon%%LONG_VER%%.so -lib/libCsScript%%LONG_VER%%.so -lib/libCsSql%%LONG_VER%%.so -lib/libCsSvg%%LONG_VER%%.so -lib/libCsWebKit%%LONG_VER%%.so -lib/libCsXml%%LONG_VER%%.so -lib/libCsXmlPatterns%%LONG_VER%%.so -lib/phonon_gstreamer.so diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile deleted file mode 100644 index cf739bac7fcc..000000000000 --- a/graphics/cthumb/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: dom@happygiraffe.net -# $FreeBSD$ - -PORTNAME= cthumb -PORTVERSION= 4.2 -PORTREVISION= 4 -CATEGORIES= graphics www -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Themeable web picture album generator - -LICENSE= GPLv2+ - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:graphics/netpbm \ - ${LOCALBASE}/bin/jhead:graphics/jhead \ - p5-HTML-Parser>=0:www/p5-HTML-Parser \ - p5-URI>=0:net/p5-URI - -USES= jpeg:run perl5 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-themedir=${DATADIR} -CONFIGURE_ENV= perl_path=${PERL} -NO_ARCH= yes - -PORTDOCS= BUGS ChangeLog README TO-DO cthumbrc.sample - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cthumb ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cthumb.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - @cd ${WRKSRC}/themes && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/graphics/cthumb/distinfo b/graphics/cthumb/distinfo deleted file mode 100644 index 7940f06dac20..000000000000 --- a/graphics/cthumb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cthumb-4.2.tar.gz) = d31536549d5aad50a2620c87729f24efcbeda1f5e4930c5f07958b77fd1058aa -SIZE (cthumb-4.2.tar.gz) = 438163 diff --git a/graphics/cthumb/files/patch-Makefile.in b/graphics/cthumb/files/patch-Makefile.in deleted file mode 100644 index 98180b0794f1..000000000000 --- a/graphics/cthumb/files/patch-Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.in.orig 2002-08-13 17:24:05 UTC -+++ Makefile.in -@@ -13,13 +13,7 @@ bindir=@bindir@ - mandir=@mandir@ - themedir=@themedir@ - --all: cthumb cthumb.spec -- --cthumb.spec: cthumb.spec.in Makefile VERSION -- ./configure --prefix=$(prefix) -- --cthumb.1: cthumb.1.in configure -- ./configure --prefix=$(prefix) -+all: cthumb - - install: cthumb - install -d $(bindir) $(prefix)/share $(themedir) $(mandir)/man1 -@@ -27,12 +21,6 @@ install: cthumb - install cthumb.1 $(mandir)/man1 - $(CPR) themes/* $(themedir) - --Makefile: Makefile.in VERSION configure -- ./configure --prefix=/usr -- --cthumb: cthumb.in VERSION configure -- ./configure --prefix=/usr -- - dist: cthumb.spec cthumb - # make prefix=$(shell pwd)/$(DD) install - install -d $(DD) diff --git a/graphics/cthumb/files/patch-configure.in b/graphics/cthumb/files/patch-configure.in deleted file mode 100644 index 4bb7b7c72ce6..000000000000 --- a/graphics/cthumb/files/patch-configure.in +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig 2002-08-13 17:24:05 UTC -+++ configure.in -@@ -8,7 +8,7 @@ AC_CANONICAL_HOST - dnl Checks for programs. - AC_PATH_PROGS(perl_path, perl5 perl, no) - AC_PROG_INSTALL --AC_CHECK_PROG(CPR, rsync, rsync -avqC, cp -r) -+AC_CHECK_PROG(CPR, cp, cp -Rf) - AC_SUBST(CPR) - - dnl Checks for libraries. diff --git a/graphics/cthumb/files/patch-cthumb.in b/graphics/cthumb/files/patch-cthumb.in deleted file mode 100644 index ff139f174875..000000000000 --- a/graphics/cthumb/files/patch-cthumb.in +++ /dev/null @@ -1,22 +0,0 @@ ---- cthumb.in.orig 2002-08-13 17:24:05 UTC -+++ cthumb.in -@@ -476,6 +476,7 @@ sub initial_checks { - if ($CheckThumbnails) { - eval "require Image::Size"; - if (defined $Image::Size::VERSION) { -+ $Image::Size::VERSION = $Image::Size::VERSION; - $HaveImageSizePerlModule=1; - } - } -@@ -579,7 +580,10 @@ sub do_file { - if ($NoMainIndex) { - unlink($indextmp); - } else { -- if (system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null")) { -+ local $ENV{SHELL}='/bin/sh'; -+ system ("diff $indextmp $MainIndexName >/dev/null 2>/dev/null"); -+ my $difret = $? >> 8; -+ if ($difret != 0) { - print "Index for $descfname in: $MainIndexName\n"; - my $cmd = "mv $indextmp $MainIndexName"; - if (system($cmd)) { print "cthumb warning: command '$cmd' failed: $!\n"; } diff --git a/graphics/cthumb/pkg-descr b/graphics/cthumb/pkg-descr deleted file mode 100644 index a6d772a99709..000000000000 --- a/graphics/cthumb/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -cthumb - a themable web picture album generator - -cthumb is a command-line program that allows you to create an web -picture album, with an index and several pages, each with thumbnails of -your pictures. It optionally generates otherwise identical pages but in -several languages, simultaneously. It automatically generates thumbnails -of the pictures. It attempts to be nice in the look of the pages it -generates. - -It is geared towards people that have ton of digital images that need to -be labeled, grouped, captioned and sorted out. All you need is the -pictures and a text editor to put all the captions for the picture in a -simple "album" textfile. - -WWW: http://cthumb.sourceforge.net/ diff --git a/graphics/cthumb/pkg-plist b/graphics/cthumb/pkg-plist deleted file mode 100644 index 89c0e26187a9..000000000000 --- a/graphics/cthumb/pkg-plist +++ /dev/null @@ -1,233 +0,0 @@ -bin/cthumb -man/man1/cthumb.1.gz -%%DATADIR%%/blue-steel.theme/1.gif -%%DATADIR%%/blue-steel.theme/back.png -%%DATADIR%%/blue-steel.theme/bot.png -%%DATADIR%%/blue-steel.theme/left.png -%%DATADIR%%/blue-steel.theme/next.png -%%DATADIR%%/blue-steel.theme/prev.png -%%DATADIR%%/blue-steel.theme/right.png -%%DATADIR%%/blue-steel.theme/theme.conf -%%DATADIR%%/blue-steel.theme/top.png -%%DATADIR%%/classic-clips.theme/1.gif -%%DATADIR%%/classic-clips.theme/back.png -%%DATADIR%%/classic-clips.theme/bot.png -%%DATADIR%%/classic-clips.theme/left.png -%%DATADIR%%/classic-clips.theme/next.png -%%DATADIR%%/classic-clips.theme/prev.png -%%DATADIR%%/classic-clips.theme/right.png -%%DATADIR%%/classic-clips.theme/theme.conf -%%DATADIR%%/classic-clips.theme/top.png -%%DATADIR%%/classic.theme/1.gif -%%DATADIR%%/classic.theme/back.png -%%DATADIR%%/classic.theme/bot.png -%%DATADIR%%/classic.theme/left.png -%%DATADIR%%/classic.theme/next.png -%%DATADIR%%/classic.theme/prev.png -%%DATADIR%%/classic.theme/right.png -%%DATADIR%%/classic.theme/theme.conf -%%DATADIR%%/classic.theme/top.png -%%DATADIR%%/crosshair.theme/1.gif -%%DATADIR%%/crosshair.theme/back.png -%%DATADIR%%/crosshair.theme/bot.png -%%DATADIR%%/crosshair.theme/left.png -%%DATADIR%%/crosshair.theme/next.png -%%DATADIR%%/crosshair.theme/prev.png -%%DATADIR%%/crosshair.theme/right.png -%%DATADIR%%/crosshair.theme/theme.conf -%%DATADIR%%/crosshair.theme/top.png -%%DATADIR%%/film.theme/1.gif -%%DATADIR%%/film.theme/back.png -%%DATADIR%%/film.theme/bot-1.png -%%DATADIR%%/film.theme/bot-2.png -%%DATADIR%%/film.theme/bot-3.png -%%DATADIR%%/film.theme/bot-4.png -%%DATADIR%%/film.theme/bot-5.png -%%DATADIR%%/film.theme/bot-6.png -%%DATADIR%%/film.theme/bot-7.png -%%DATADIR%%/film.theme/bot-8.png -%%DATADIR%%/film.theme/bot-9.png -%%DATADIR%%/film.theme/next.png -%%DATADIR%%/film.theme/prev.png -%%DATADIR%%/film.theme/theme.conf -%%DATADIR%%/film.theme/top-1.png -%%DATADIR%%/film.theme/top-2.png -%%DATADIR%%/film.theme/top-3.png -%%DATADIR%%/film.theme/top-4.png -%%DATADIR%%/film.theme/top-5.png -%%DATADIR%%/film.theme/top-6.png -%%DATADIR%%/film.theme/top-7.png -%%DATADIR%%/film.theme/top-8.png -%%DATADIR%%/film.theme/top-9.png -%%DATADIR%%/flaps.theme/1.gif -%%DATADIR%%/flaps.theme/back.png -%%DATADIR%%/flaps.theme/bot.png -%%DATADIR%%/flaps.theme/left.png -%%DATADIR%%/flaps.theme/next.png -%%DATADIR%%/flaps.theme/prev.png -%%DATADIR%%/flaps.theme/right.png -%%DATADIR%%/flaps.theme/theme.conf -%%DATADIR%%/flaps.theme/top.png -%%DATADIR%%/float-medium.theme/1.gif -%%DATADIR%%/float-medium.theme/back.png -%%DATADIR%%/float-medium.theme/bot.png -%%DATADIR%%/float-medium.theme/left.png -%%DATADIR%%/float-medium.theme/next.png -%%DATADIR%%/float-medium.theme/prev.png -%%DATADIR%%/float-medium.theme/right.png -%%DATADIR%%/float-medium.theme/theme.conf -%%DATADIR%%/float-medium.theme/top.png -%%DATADIR%%/float-more.theme/1.gif -%%DATADIR%%/float-more.theme/back.png -%%DATADIR%%/float-more.theme/bot.png -%%DATADIR%%/float-more.theme/left.png -%%DATADIR%%/float-more.theme/next.png -%%DATADIR%%/float-more.theme/prev.png -%%DATADIR%%/float-more.theme/right.png -%%DATADIR%%/float-more.theme/theme.conf -%%DATADIR%%/float-more.theme/top.png -%%DATADIR%%/float-thick.theme/1.gif -%%DATADIR%%/float-thick.theme/back.png -%%DATADIR%%/float-thick.theme/bot.png -%%DATADIR%%/float-thick.theme/left.png -%%DATADIR%%/float-thick.theme/next.png -%%DATADIR%%/float-thick.theme/prev.png -%%DATADIR%%/float-thick.theme/right.png -%%DATADIR%%/float-thick.theme/theme.conf -%%DATADIR%%/float-thick.theme/top.png -%%DATADIR%%/float.theme/1.gif -%%DATADIR%%/float.theme/back.png -%%DATADIR%%/float.theme/bot.png -%%DATADIR%%/float.theme/left.png -%%DATADIR%%/float.theme/next.png -%%DATADIR%%/float.theme/prev.png -%%DATADIR%%/float.theme/right.png -%%DATADIR%%/float.theme/theme.conf -%%DATADIR%%/float.theme/top.png -%%DATADIR%%/ithumb.theme/1.gif -%%DATADIR%%/ithumb.theme/back.png -%%DATADIR%%/ithumb.theme/bot.png -%%DATADIR%%/ithumb.theme/left.png -%%DATADIR%%/ithumb.theme/next.png -%%DATADIR%%/ithumb.theme/prev.png -%%DATADIR%%/ithumb.theme/right.png -%%DATADIR%%/ithumb.theme/theme.conf -%%DATADIR%%/ithumb.theme/top.png -%%DATADIR%%/neat-round.theme/1.gif -%%DATADIR%%/neat-round.theme/back.png -%%DATADIR%%/neat-round.theme/bot.png -%%DATADIR%%/neat-round.theme/left.png -%%DATADIR%%/neat-round.theme/next.png -%%DATADIR%%/neat-round.theme/prev.png -%%DATADIR%%/neat-round.theme/right.png -%%DATADIR%%/neat-round.theme/theme.conf -%%DATADIR%%/neat-round.theme/top.png -%%DATADIR%%/neat-square.theme/1.gif -%%DATADIR%%/neat-square.theme/back.png -%%DATADIR%%/neat-square.theme/bot.png -%%DATADIR%%/neat-square.theme/left.png -%%DATADIR%%/neat-square.theme/next.png -%%DATADIR%%/neat-square.theme/prev.png -%%DATADIR%%/neat-square.theme/right.png -%%DATADIR%%/neat-square.theme/theme.conf -%%DATADIR%%/neat-square.theme/top.png -%%DATADIR%%/oak.theme/1.gif -%%DATADIR%%/oak.theme/Copyright -%%DATADIR%%/oak.theme/back.png -%%DATADIR%%/oak.theme/bot.png -%%DATADIR%%/oak.theme/left.png -%%DATADIR%%/oak.theme/next.png -%%DATADIR%%/oak.theme/prev.png -%%DATADIR%%/oak.theme/right.png -%%DATADIR%%/oak.theme/theme.conf -%%DATADIR%%/oak.theme/top.png -%%DATADIR%%/postcard.theme/1.gif -%%DATADIR%%/postcard.theme/back.png -%%DATADIR%%/postcard.theme/bot.png -%%DATADIR%%/postcard.theme/left.png -%%DATADIR%%/postcard.theme/next.png -%%DATADIR%%/postcard.theme/prev.png -%%DATADIR%%/postcard.theme/right.png -%%DATADIR%%/postcard.theme/theme.conf -%%DATADIR%%/postcard.theme/top.png -%%DATADIR%%/shiny-tube.theme/1.gif -%%DATADIR%%/shiny-tube.theme/back.png -%%DATADIR%%/shiny-tube.theme/bot.png -%%DATADIR%%/shiny-tube.theme/left.png -%%DATADIR%%/shiny-tube.theme/next.png -%%DATADIR%%/shiny-tube.theme/prev.png -%%DATADIR%%/shiny-tube.theme/right.png -%%DATADIR%%/shiny-tube.theme/theme.conf -%%DATADIR%%/shiny-tube.theme/top.png -%%DATADIR%%/simpleframe.theme/1.gif -%%DATADIR%%/simpleframe.theme/back.png -%%DATADIR%%/simpleframe.theme/bot.png -%%DATADIR%%/simpleframe.theme/left.png -%%DATADIR%%/simpleframe.theme/next.png -%%DATADIR%%/simpleframe.theme/prev.png -%%DATADIR%%/simpleframe.theme/right.png -%%DATADIR%%/simpleframe.theme/theme.conf -%%DATADIR%%/simpleframe.theme/top.png -%%DATADIR%%/slides-big.theme/1.gif -%%DATADIR%%/slides-big.theme/back.png -%%DATADIR%%/slides-big.theme/bot.png -%%DATADIR%%/slides-big.theme/left.png -%%DATADIR%%/slides-big.theme/next.png -%%DATADIR%%/slides-big.theme/prev.png -%%DATADIR%%/slides-big.theme/right.png -%%DATADIR%%/slides-big.theme/theme.conf -%%DATADIR%%/slides-big.theme/top.png -%%DATADIR%%/slides-clean.theme/1.gif -%%DATADIR%%/slides-clean.theme/back.png -%%DATADIR%%/slides-clean.theme/bot.png -%%DATADIR%%/slides-clean.theme/left.png -%%DATADIR%%/slides-clean.theme/next.png -%%DATADIR%%/slides-clean.theme/prev.png -%%DATADIR%%/slides-clean.theme/right.png -%%DATADIR%%/slides-clean.theme/theme.conf -%%DATADIR%%/slides-clean.theme/top.png -%%DATADIR%%/slides-huge.theme/1.gif -%%DATADIR%%/slides-huge.theme/back.png -%%DATADIR%%/slides-huge.theme/bot.png -%%DATADIR%%/slides-huge.theme/left.png -%%DATADIR%%/slides-huge.theme/next.png -%%DATADIR%%/slides-huge.theme/prev.png -%%DATADIR%%/slides-huge.theme/right.png -%%DATADIR%%/slides-huge.theme/theme.conf -%%DATADIR%%/slides-huge.theme/top.png -%%DATADIR%%/slides-small.theme/1.gif -%%DATADIR%%/slides-small.theme/back.png -%%DATADIR%%/slides-small.theme/bot.png -%%DATADIR%%/slides-small.theme/left.png -%%DATADIR%%/slides-small.theme/next.png -%%DATADIR%%/slides-small.theme/prev.png -%%DATADIR%%/slides-small.theme/right.png -%%DATADIR%%/slides-small.theme/theme.conf -%%DATADIR%%/slides-small.theme/top.png -%%DATADIR%%/spotlight.theme/1.gif -%%DATADIR%%/spotlight.theme/back.png -%%DATADIR%%/spotlight.theme/bot.png -%%DATADIR%%/spotlight.theme/left.png -%%DATADIR%%/spotlight.theme/next.png -%%DATADIR%%/spotlight.theme/prev.png -%%DATADIR%%/spotlight.theme/right.png -%%DATADIR%%/spotlight.theme/theme.conf -%%DATADIR%%/spotlight.theme/top.png -%%DATADIR%%/tv-large.theme/1.gif -%%DATADIR%%/tv-large.theme/back.png -%%DATADIR%%/tv-large.theme/bot.png -%%DATADIR%%/tv-large.theme/left.png -%%DATADIR%%/tv-large.theme/next.png -%%DATADIR%%/tv-large.theme/prev.png -%%DATADIR%%/tv-large.theme/right.png -%%DATADIR%%/tv-large.theme/theme.conf -%%DATADIR%%/tv-large.theme/top.png -%%DATADIR%%/tv.theme/1.gif -%%DATADIR%%/tv.theme/back.png -%%DATADIR%%/tv.theme/bot.png -%%DATADIR%%/tv.theme/left.png -%%DATADIR%%/tv.theme/next.png -%%DATADIR%%/tv.theme/prev.png -%%DATADIR%%/tv.theme/right.png -%%DATADIR%%/tv.theme/theme.conf -%%DATADIR%%/tv.theme/top.png diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile deleted file mode 100644 index 1b0cbc852de9..000000000000 --- a/graphics/fujiplay/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp> -# $FreeBSD$ - -PORTNAME= fujiplay -PORTVERSION= 1.33 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://topo.math.u-psud.fr/~bousch/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Digital camera downloading tool for Fujifilm digital cameras - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -NO_WRKSUBDIR= yes - -USES= tar:tgz -PLIST_FILES= bin/fujiplay bin/yycc2ppm -PORTDOCS= README fujiplay.lsm mx700-commands.html - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|^\(CC[^g]*\)gcc$$|\1${CC}|' ${WRKSRC}/Makefile - -do-install: - (cd ${WRKSRC}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${STAGEDIR}${PREFIX}/bin) - @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/fujiplay -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/share/doc/fujiplay -.endfor - -.include <bsd.port.mk> diff --git a/graphics/fujiplay/distinfo b/graphics/fujiplay/distinfo deleted file mode 100644 index 3625ddda7ed9..000000000000 --- a/graphics/fujiplay/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fujiplay.tgz) = d65c473b799532169d6ff362c24ee81f98efa2d2031bbcb8b638606701e75438 -SIZE (fujiplay.tgz) = 12588 diff --git a/graphics/fujiplay/files/patch-fujiplay.c b/graphics/fujiplay/files/patch-fujiplay.c deleted file mode 100644 index 4382d2d2cfdd..000000000000 --- a/graphics/fujiplay/files/patch-fujiplay.c +++ /dev/null @@ -1,74 +0,0 @@ ---- fujiplay.c.orig Thu Oct 23 17:04:58 2003 -+++ fujiplay.c Thu Oct 23 17:09:08 2003 -@@ -759,40 +759,38 @@ - return 1; - } - --const char *Usage = "\ --Usage: fujiplay [OPTIONS] PICTURES... (download) -- charge NUMBER (recharge the flash) -- shoot (take picture) -- preview (preview to standard output) -- upload FILES... -- delete FILES... -- setid STRING (set camera ID) -- setflash MODE (0=Off, 1=On, 2=Strobe, 3=Auto) -- setdate gmt|local|YYYYMMDDHHMMSS --Options: -- -B NUMBER Set baudrate (115200, 57600, 38400, 19200, 9600 or 0) -- -D DEVICE Select another device file (default is /dev/fujifilm) -- -L List command set -- -7 DS-7 compatibility mode (experimental) -- -d Delete pictures after successful download -- -f Force (overwrite existing files) -- -p Assume picture numbers instead of frame numbers -- -h Display this help message -- -v Version information --Pictures: -- all All pictures -- last Last picture -- 4 Only picture 4 -- 2-10 Pictures between 2 and 10 --Files: -- DSCxxxxx.JPG Files to delete or to upload into the camera --"; -+const char *Usage = -+"Usage: fujiplay [OPTIONS] PICTURES... (download)\n"\ -+" charge NUMBER (recharge the flash)\n"\ -+" shoot (take picture)\n"\ -+" preview (preview to standard output)\n"\ -+" upload FILES...\n"\ -+" delete FILES...\n"\ -+" setid STRING (set camera ID)\n"\ -+" setflash MODE (0=Off, 1=On, 2=Strobe, 3=Auto)\n"\ -+" setdate gmt|local|YYYYMMDDHHMMSS\n"\ -+"Options:\n"\ -+" -B NUMBER Set baudrate (115200, 57600, 38400, 19200, 9600 or 0)\n"\ -+" -D DEVICE Select another device file (default is /dev/fujifilm)\n"\ -+" -L List command set\n"\ -+" -7 DS-7 compatibility mode (experimental)\n"\ -+" -d Delete pictures after successful download\n"\ -+" -f Force (overwrite existing files)\n"\ -+" -p Assume picture numbers instead of frame numbers\n"\ -+" -h Display this help message\n"\ -+" -v Version information\n"\ -+"Pictures:\n"\ -+" all All pictures\n"\ -+" last Last picture\n"\ -+" 4 Only picture 4\n"\ -+" 2-10 Pictures between 2 and 10\n"\ -+"Files:\n"\ -+" DSCxxxxx.JPG Files to delete or to upload into the camera\n"; - --const char *Copyright = "\ --Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $ --Written by Thierry Bousch <bousch@topo.math.u-psud.fr> --Public domain. Absolutely no warranty. --"; -+const char *Copyright = -+"Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $\n"\ -+"Written by Thierry Bousch <bousch@topo.math.u-psud.fr>\n"\ -+"Public domain. Absolutely no warranty.\n"; - - static void sigint_handler (int sig) - { diff --git a/graphics/fujiplay/pkg-descr b/graphics/fujiplay/pkg-descr deleted file mode 100644 index f73b65654eb6..000000000000 --- a/graphics/fujiplay/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Fujiplay is a C program for Unix systems, to download pictures from some -Fujifilm digital cameras, like the DS-7 and MX-700, using the serial link. - -* Tries to determine the maximum speed supported by the camera. -* Detect all parity errors (not tested), improving the robustness of the - one-byte xor checksum. -* It will not overwrite picture files without your consent. -* Detect disk full errors (not tested). -* You cannot have a truncated image file. -* The program can be gracefully interrupted with ^C (or whatever your - interrupt character is). -* Allows you to upload pictures to the camera, delete - pictures from the camera, and to "press the shutter" remotely. - You can also set the time/date and the "camera ID". -* The source should be reasonably portable to other, non-POSIX systems. - -After installation with this port, you should be symlink /dev/fujifilm to -your serial line device through which comunicate with your camera. -For more detail infomation, see /usr/local/share/doc/fujiplay/README. diff --git a/graphics/gimp-ez-perspective-plugin/Makefile b/graphics/gimp-ez-perspective-plugin/Makefile deleted file mode 100644 index 2c0c8f69c154..000000000000 --- a/graphics/gimp-ez-perspective-plugin/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= ez-perspective -PORTVERSION= 0.1.2 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ -PKGNAMEPREFIX= gimp- -PKGNAMESUFFIX= -plugin -DISTNAME= ${PORTNAME}.py - -MAINTAINER= ports@FreeBSD.org -COMMENT= GIMP plugin to sharpen by increasing contrast in high frequency space - -LICENSE= EZPERSPECTIVE -LICENSE_NAME= End User License Agreement -LICENSE_FILE= ${FILESDIR}/LICENSE -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app \ - ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp - -USES= python:2.7,run zip -NO_BUILD= yes -NO_ARCH= yes -NO_WRKSUBDIR= yes - -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins - -# installed files -PLIST_FILES= ${PLUGIN_DIR}/${DISTNAME} - -post-patch: - @${REINPLACE_CMD} \ - -e 's|/usr/bin/python|${PYTHON_CMD}|' \ - ${WRKSRC}/${DISTNAME} - -do-install: -# plugin - @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ - ${STAGEDIR}${PREFIX}/${PLUGIN_DIR} - -.include <bsd.port.mk> diff --git a/graphics/gimp-ez-perspective-plugin/distinfo b/graphics/gimp-ez-perspective-plugin/distinfo deleted file mode 100644 index c2b1fbe0647e..000000000000 --- a/graphics/gimp-ez-perspective-plugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ez-perspective.py.zip) = 276ce9efeaf75d0cd50d36f29166f95481fb157f4ee09bbb867b5bde92f960be -SIZE (ez-perspective.py.zip) = 5744 diff --git a/graphics/gimp-ez-perspective-plugin/files/LICENSE b/graphics/gimp-ez-perspective-plugin/files/LICENSE deleted file mode 100644 index f6e9a590283d..000000000000 --- a/graphics/gimp-ez-perspective-plugin/files/LICENSE +++ /dev/null @@ -1,10 +0,0 @@ -[ License information extracted from source code. Read the plug-in source code to make sure this is the correct license. You've been warned. ] - -By Nils R. Barth, 2010 June 28, Portland, OR, USA - -I dedicate this program to the Public Domain, and claim no rights to it. -Formally, under the Creative Commons CC0 license: - -To the extent possible under law, I, Nils Roland Barth have waived all copyright and -related or neighboring rights to this program. -This work is published from the United States of America. diff --git a/graphics/gimp-ez-perspective-plugin/pkg-descr b/graphics/gimp-ez-perspective-plugin/pkg-descr deleted file mode 100644 index 593450f54722..000000000000 --- a/graphics/gimp-ez-perspective-plugin/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GIMP plug-in particularly well-suited for the needs of photographers -seeking to correct perspective, but flexible enough to be used by -all those wishing to add perspective to an otherwise flat scene. - -The plugin can be found under "Filters > Distorts > EZ Perspective" - -WWW: http://registry.gimp.org/node/24537 diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile deleted file mode 100644 index 2316bf3ecc0d..000000000000 --- a/graphics/gimp-focusblur-plugin/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Denis Barov <dindin@dindin.ru> -# $FreeBSD$ - -PORTNAME= focusblur -PORTVERSION= 3.2.6 -PORTREVISION= 7 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ -PKGNAMEPREFIX= gimp- -PKGNAMESUFFIX= -plugin - -MAINTAINER= ports@FreeBSD.org -COMMENT= Gimp realistic focus blur plugin - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libfftw3.so:math/fftw3 \ - libgimp-2.0.so:graphics/gimp-app - -USES= compiler:c11 gmake gnome localbase:ldflags pkgconfig tar:bzip2 -GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool - -PLUGIN_DIR?= libexec/gimp/2.2/plug-ins -PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} - -CPPFLAGS+= -DGIMP_DISABLE_DEPRECATED -LDFLAGS+= -lm - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_OFF= --disable-nls - -post-patch: - @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|glib/.*\.h|glib.h|g' \ - ${WRKSRC}/src/*.[ch] - -.include <bsd.port.mk> diff --git a/graphics/gimp-focusblur-plugin/distinfo b/graphics/gimp-focusblur-plugin/distinfo deleted file mode 100644 index e908b6cf0723..000000000000 --- a/graphics/gimp-focusblur-plugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (focusblur-3.2.6.tar.bz2) = 30e85e9c2974e7678f155c645616dd7a75cb2782184e7c67d9c79e0f191c0ebf -SIZE (focusblur-3.2.6.tar.bz2) = 164106 diff --git a/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in b/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in deleted file mode 100644 index 8ffd8659206d..000000000000 --- a/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- pixmaps/Makefile.in.orig 2010-06-22 06:24:15.000000000 +0400 -+++ pixmaps/Makefile.in 2011-02-09 12:13:59.000000000 +0300 -@@ -365,7 +365,8 @@ - echo $$i | sed -e 's;\..*;;' -e 's;-;_;g' ; \ - echo -n $$i" " ; \ - done) | \ -- sed -e '/pixel_data:/a(guint8 *)' ; \ -+ sed -e '/pixel_data:/a\ -+ (guint8 *)' ; \ - } > $@ - - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/graphics/gimp-focusblur-plugin/pkg-descr b/graphics/gimp-focusblur-plugin/pkg-descr deleted file mode 100644 index 4d194f167ae6..000000000000 --- a/graphics/gimp-focusblur-plugin/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This plug-in makes a out of focus with luminosity and depth, like a -sight or lenses. It can be used with depth map, depth fakes and -shining effect. Also it works as a simple and applicable blur. - -WWW: http://registry.gimp.org/node/1444 diff --git a/graphics/gimp-focusblur-plugin/pkg-plist b/graphics/gimp-focusblur-plugin/pkg-plist deleted file mode 100644 index 23833d741f32..000000000000 --- a/graphics/gimp-focusblur-plugin/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PLUGIN_DIR%%/focusblur -%%NLS%%share/locale/it/LC_MESSAGES/gimp20-focusblur.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gimp20-focusblur.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gimp20-focusblur.mo diff --git a/graphics/gimp-jagged-border-script/Makefile b/graphics/gimp-jagged-border-script/Makefile deleted file mode 100644 index dc06a7a58cd7..000000000000 --- a/graphics/gimp-jagged-border-script/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jagged-border -PORTVERSION= 0.2009.11.12 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ -PKGNAMEPREFIX= gimp- -PKGNAMESUFFIX= -scripts -DISTNAME= script-fu-jagged-border.scm -EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= GIMP script to create a jagged border around an image - -LICENSE= GPLv3 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= ${LOCALBASE}/bin/gimp:graphics/gimp-app - -USES= dos2unix -NO_BUILD= yes -NO_ARCH= yes -NO_WRKSUBDIR= yes - -GIMP_SCRIPTS_DIR?= share/gimp/scripts - -PLIST_FILES= ${GIMP_SCRIPTS_DIR}/${DISTNAME} - -post-extract: - @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR} - ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/${GIMP_SCRIPTS_DIR}/ - -.include <bsd.port.mk> diff --git a/graphics/gimp-jagged-border-script/distinfo b/graphics/gimp-jagged-border-script/distinfo deleted file mode 100644 index ebbe5d6266b9..000000000000 --- a/graphics/gimp-jagged-border-script/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (script-fu-jagged-border.scm) = 600006eea19d4c7ef62de402732c876152f009bfab221d8092004d19bd8f8d84 -SIZE (script-fu-jagged-border.scm) = 9125 diff --git a/graphics/gimp-jagged-border-script/pkg-descr b/graphics/gimp-jagged-border-script/pkg-descr deleted file mode 100644 index fff52956ec87..000000000000 --- a/graphics/gimp-jagged-border-script/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -[ edited excerpt from www site ] - -GIMP plugin that creates a white (or black) border around an image -that merges in with the image so that on a larger white (or black) -background, the image appears to have a ragged border. - -This is similar to the GIMP's Fuzzy Border, but it adapts its -jaggedness to the image. (Also unlike Fuzzy Border, it is deterministic, -it does not depend on random number seeds.) - -The plugin can be found under "Filters > theilr > jagged Border" - -WWW: http://registry.gimp.org/node/20292 diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile deleted file mode 100644 index 45194ea9c4fd..000000000000 --- a/graphics/gimp-manual-html/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: Brett Taylor -# $FreeBSD$ - -PORTNAME= GimpUserManual -PORTVERSION= 2 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://kefk.net/Open_Source/FS/GIMP/Download/GUM/ \ - http://ftp.nluug.nl/ftp/graphics/gimp/manual/ -PKGNAMESUFFIX= -${DOCFORMAT} - -MAINTAINER= ports@FreeBSD.org -COMMENT= User manual for the GNU Image Manipulation Program (GIMP) - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -EXTRACT_ONLY= #empty -NO_BUILD= yes -DOCDIR= ${STAGEDIR}${PREFIX}/share/doc/gimp - -PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} - -OPTIONS_SINGLE= DOCFORMAT -OPTIONS_SINGLE_DOCFORMAT= HTML PDF -OPTIONS_DEFAULT= HTML - -HTML_DESC= User manual in HTML format -HTML_DISTFILES= GimpUsersManual_SecondEdition-HTML_Color.tar.gz \ - GimpUsersManual_SecondEdition-HTML_Search.tar.gz - -PDF_DESC= User manual in PDF format -PDF_DISTFILES= GimpUsersManual_SecondEdition-PDF_Color.pdf \ - GimpUsersManual_SecondEdition-PDF.pdf - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHTML} -DOCFORMAT= HTML -.endif - -.if ${PORT_OPTIONS:MPDF} -DOCFORMAT= PDF -.endif - -do-install: - @${MKDIR} ${DOCDIR} -.for file in ${DISTFILES} -. if ${PORT_OPTIONS:MHTML} - (cd ${DOCDIR} && ${TAR} -zxf ${DISTDIR}/${file}) -. endif -. if ${PORT_OPTIONS:MPDF} - ${INSTALL_DATA} ${DISTDIR}/${file} ${DOCDIR} -. endif -.endfor - -.include <bsd.port.mk> diff --git a/graphics/gimp-manual-html/distinfo b/graphics/gimp-manual-html/distinfo deleted file mode 100644 index 7fcaee5cf8ca..000000000000 --- a/graphics/gimp-manual-html/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (GimpUsersManual_SecondEdition-HTML_Color.tar.gz) = cdc42747a61d2752547e7276631cced2772a06a27cc86dd30882fa23cd14bca7 -SIZE (GimpUsersManual_SecondEdition-HTML_Color.tar.gz) = 4267866 -SHA256 (GimpUsersManual_SecondEdition-HTML_Search.tar.gz) = 4a5178c25f522471b1908acefaf4af8efe7de38e13085f63bfac8fa0a07d82ea -SIZE (GimpUsersManual_SecondEdition-HTML_Search.tar.gz) = 22200114 -SHA256 (GimpUsersManual_SecondEdition-PDF_Color.pdf) = 69f327f2d29ba0a2d8ef81e35dc8d61aab2b9e2ffc9085a64bb7f22865bdc8d8 -SIZE (GimpUsersManual_SecondEdition-PDF_Color.pdf) = 1071259 -SHA256 (GimpUsersManual_SecondEdition-PDF.pdf) = f71c3d8a12b1801446db481192f712a6cb456ed91f7b48a4ef4a6432ccf7fa4e -SIZE (GimpUsersManual_SecondEdition-PDF.pdf) = 9960896 diff --git a/graphics/gimp-manual-html/pkg-descr b/graphics/gimp-manual-html/pkg-descr deleted file mode 100644 index 3a6c684c7f7f..000000000000 --- a/graphics/gimp-manual-html/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the Gimp user manual. It contains a large number of examples and -descriptions of the various Gimp tools and techniques. - -WWW: http://manual.gimp.org/ diff --git a/graphics/gimp-manual-html/pkg-plist_HTML b/graphics/gimp-manual-html/pkg-plist_HTML deleted file mode 100644 index efe6e134d3a4..000000000000 --- a/graphics/gimp-manual-html/pkg-plist_HTML +++ /dev/null @@ -1,1111 +0,0 @@ -share/doc/gimp/GUM/Animation.html -share/doc/gimp/GUM/AnimationA.html -share/doc/gimp/GUM/Appendix.html -share/doc/gimp/GUM/First_Image2.html -share/doc/gimp/GUM/Fonts.html -share/doc/gimp/GUM/GUM.html -share/doc/gimp/GUM/Gimpmanual.html -share/doc/gimp/GUM/GimpmanualIX.js -share/doc/gimp/GUM/GimpmanualTOCG.js -share/doc/gimp/GUM/Index.html -share/doc/gimp/GUM/Links.html -share/doc/gimp/GUM/Make.html -share/doc/gimp/GUM/Migrate.html -share/doc/gimp/GUM/Part_eight.html -share/doc/gimp/GUM/Part_five.html -share/doc/gimp/GUM/Part_four.html -share/doc/gimp/GUM/Part_fu.html -share/doc/gimp/GUM/Part_nine.html -share/doc/gimp/GUM/Part_one.html -share/doc/gimp/GUM/Part_seven.html -share/doc/gimp/GUM/Part_six.html -share/doc/gimp/GUM/Part_three.html -share/doc/gimp/GUM/Part_two.html -share/doc/gimp/GUM/Plugin_anim.html -share/doc/gimp/GUM/Plugin_artistic.html -share/doc/gimp/GUM/Plugin_blur.html -share/doc/gimp/GUM/Plugin_color.html -share/doc/gimp/GUM/Plugin_combine.html -share/doc/gimp/GUM/Plugin_crypt.html -share/doc/gimp/GUM/Plugin_dist.html -share/doc/gimp/GUM/Plugin_edge.html -share/doc/gimp/GUM/Plugin_enhance.html -share/doc/gimp/GUM/Plugin_generic.html -share/doc/gimp/GUM/Plugin_glass.html -share/doc/gimp/GUM/Plugin_intro.html -share/doc/gimp/GUM/Plugin_light.html -share/doc/gimp/GUM/Plugin_map.html -share/doc/gimp/GUM/Plugin_misc.html -share/doc/gimp/GUM/Plugin_noise.html -share/doc/gimp/GUM/Plugin_render.html -share/doc/gimp/GUM/Prepress.html -share/doc/gimp/GUM/README_NOW -share/doc/gimp/GUM/Scanning.html -share/doc/gimp/GUM/Selection_menu.html -share/doc/gimp/GUM/Wacom.html -share/doc/gimp/GUM/brush2.html -share/doc/gimp/GUM/channels.html -share/doc/gimp/GUM/color.html -share/doc/gimp/GUM/command_rc.html -share/doc/gimp/GUM/dyn_key.html -share/doc/gimp/GUM/edit.html -share/doc/gimp/GUM/edit_a.html -share/doc/gimp/GUM/file_and_save2.html -share/doc/gimp/GUM/frozenriver.html -share/doc/gimp/GUM/image_menu.html -share/doc/gimp/GUM/image_menu_channelalpha.html -share/doc/gimp/GUM/image_menu_transrest.html -share/doc/gimp/GUM/images/.xvpics/First_Image25.png -share/doc/gimp/GUM/images/.xvpics/Plugin_misc13.png -share/doc/gimp/GUM/images/.xvpics/Plugin_misc17.png -share/doc/gimp/GUM/images/Animation10.png -share/doc/gimp/GUM/images/Animation11.png -share/doc/gimp/GUM/images/Animation12.png -share/doc/gimp/GUM/images/Animation13.png -share/doc/gimp/GUM/images/Animation14.png -share/doc/gimp/GUM/images/Animation15.png -share/doc/gimp/GUM/images/Animation16.png -share/doc/gimp/GUM/images/Animation17.png -share/doc/gimp/GUM/images/Animation18.png -share/doc/gimp/GUM/images/Animation19.png -share/doc/gimp/GUM/images/Animation2.png -share/doc/gimp/GUM/images/Animation3.png -share/doc/gimp/GUM/images/Animation4.png -share/doc/gimp/GUM/images/Animation5.png -share/doc/gimp/GUM/images/Animation6.png -share/doc/gimp/GUM/images/Animation7.png -share/doc/gimp/GUM/images/Animation8.png -share/doc/gimp/GUM/images/Animation9.png -share/doc/gimp/GUM/images/Animationa.png -share/doc/gimp/GUM/images/Appendixa.png -share/doc/gimp/GUM/images/First_Image210.png -share/doc/gimp/GUM/images/First_Image211.png -share/doc/gimp/GUM/images/First_Image212.png -share/doc/gimp/GUM/images/First_Image213.png -share/doc/gimp/GUM/images/First_Image214.png -share/doc/gimp/GUM/images/First_Image215.png -share/doc/gimp/GUM/images/First_Image216.png -share/doc/gimp/GUM/images/First_Image217.png -share/doc/gimp/GUM/images/First_Image218.png -share/doc/gimp/GUM/images/First_Image219.png -share/doc/gimp/GUM/images/First_Image22.png -share/doc/gimp/GUM/images/First_Image220.png -share/doc/gimp/GUM/images/First_Image221.png -share/doc/gimp/GUM/images/First_Image222.png -share/doc/gimp/GUM/images/First_Image223.png -share/doc/gimp/GUM/images/First_Image224.png -share/doc/gimp/GUM/images/First_Image225.png -share/doc/gimp/GUM/images/First_Image226.png -share/doc/gimp/GUM/images/First_Image23.png -share/doc/gimp/GUM/images/First_Image24.png -share/doc/gimp/GUM/images/First_Image25.png -share/doc/gimp/GUM/images/First_Image26.png -share/doc/gimp/GUM/images/First_Image27.png -share/doc/gimp/GUM/images/First_Image28.png -share/doc/gimp/GUM/images/First_Image29.png -share/doc/gimp/GUM/images/First_Image2a.png -share/doc/gimp/GUM/images/Fonts2.png -share/doc/gimp/GUM/images/Fonts3.png -share/doc/gimp/GUM/images/Fonts4.png -share/doc/gimp/GUM/images/Fontsa.png -share/doc/gimp/GUM/images/Linksa.png -share/doc/gimp/GUM/images/Make10.png -share/doc/gimp/GUM/images/Make11.png -share/doc/gimp/GUM/images/Make12.png -share/doc/gimp/GUM/images/Make2.png -share/doc/gimp/GUM/images/Make3.png -share/doc/gimp/GUM/images/Make4.png -share/doc/gimp/GUM/images/Make5.png -share/doc/gimp/GUM/images/Make6.png -share/doc/gimp/GUM/images/Make7.png -share/doc/gimp/GUM/images/Make8.png -share/doc/gimp/GUM/images/Make9.png -share/doc/gimp/GUM/images/Makea.png -share/doc/gimp/GUM/images/Migrate2.png -share/doc/gimp/GUM/images/Migrate3.png -share/doc/gimp/GUM/images/Migrate4.png -share/doc/gimp/GUM/images/Migrate5.png -share/doc/gimp/GUM/images/Migrate6.png -share/doc/gimp/GUM/images/Migrate7.png -share/doc/gimp/GUM/images/Migratea.png -share/doc/gimp/GUM/images/Part_eighta.png -share/doc/gimp/GUM/images/Part_fivea.png -share/doc/gimp/GUM/images/Part_foura.png -share/doc/gimp/GUM/images/Part_ninea.png -share/doc/gimp/GUM/images/Part_onea.png -share/doc/gimp/GUM/images/Part_sevena.png -share/doc/gimp/GUM/images/Part_sixa.png -share/doc/gimp/GUM/images/Part_threea.png -share/doc/gimp/GUM/images/Part_twoa.png -share/doc/gimp/GUM/images/Plugin_anim2.png -share/doc/gimp/GUM/images/Plugin_anim3.png -share/doc/gimp/GUM/images/Plugin_anim4.png -share/doc/gimp/GUM/images/Plugin_anim5.png -share/doc/gimp/GUM/images/Plugin_anima.png -share/doc/gimp/GUM/images/Plugin_artistic10.png -share/doc/gimp/GUM/images/Plugin_artistic11.png -share/doc/gimp/GUM/images/Plugin_artistic12.png -share/doc/gimp/GUM/images/Plugin_artistic13.png -share/doc/gimp/GUM/images/Plugin_artistic14.png -share/doc/gimp/GUM/images/Plugin_artistic15.png -share/doc/gimp/GUM/images/Plugin_artistic16.png -share/doc/gimp/GUM/images/Plugin_artistic17.png -share/doc/gimp/GUM/images/Plugin_artistic18.png -share/doc/gimp/GUM/images/Plugin_artistic19.png -share/doc/gimp/GUM/images/Plugin_artistic2.png -share/doc/gimp/GUM/images/Plugin_artistic20.png -share/doc/gimp/GUM/images/Plugin_artistic21.png -share/doc/gimp/GUM/images/Plugin_artistic22.png -share/doc/gimp/GUM/images/Plugin_artistic23.png -share/doc/gimp/GUM/images/Plugin_artistic24.png -share/doc/gimp/GUM/images/Plugin_artistic25.png -share/doc/gimp/GUM/images/Plugin_artistic26.png -share/doc/gimp/GUM/images/Plugin_artistic27.png -share/doc/gimp/GUM/images/Plugin_artistic28.png -share/doc/gimp/GUM/images/Plugin_artistic29.png -share/doc/gimp/GUM/images/Plugin_artistic3.png -share/doc/gimp/GUM/images/Plugin_artistic30.png -share/doc/gimp/GUM/images/Plugin_artistic31.png -share/doc/gimp/GUM/images/Plugin_artistic32.png -share/doc/gimp/GUM/images/Plugin_artistic33.png -share/doc/gimp/GUM/images/Plugin_artistic34.png -share/doc/gimp/GUM/images/Plugin_artistic35.png -share/doc/gimp/GUM/images/Plugin_artistic36.png -share/doc/gimp/GUM/images/Plugin_artistic37.png -share/doc/gimp/GUM/images/Plugin_artistic38.png -share/doc/gimp/GUM/images/Plugin_artistic4.png -share/doc/gimp/GUM/images/Plugin_artistic5.png -share/doc/gimp/GUM/images/Plugin_artistic6.png -share/doc/gimp/GUM/images/Plugin_artistic7.png -share/doc/gimp/GUM/images/Plugin_artistic8.png -share/doc/gimp/GUM/images/Plugin_artistic9.png -share/doc/gimp/GUM/images/Plugin_artistica.png -share/doc/gimp/GUM/images/Plugin_blur10.png -share/doc/gimp/GUM/images/Plugin_blur11.png -share/doc/gimp/GUM/images/Plugin_blur12.png -share/doc/gimp/GUM/images/Plugin_blur13.png -share/doc/gimp/GUM/images/Plugin_blur14.png -share/doc/gimp/GUM/images/Plugin_blur15.png -share/doc/gimp/GUM/images/Plugin_blur2.png -share/doc/gimp/GUM/images/Plugin_blur3.png -share/doc/gimp/GUM/images/Plugin_blur4.png -share/doc/gimp/GUM/images/Plugin_blur5.png -share/doc/gimp/GUM/images/Plugin_blur6.png -share/doc/gimp/GUM/images/Plugin_blur7.png -share/doc/gimp/GUM/images/Plugin_blur8.png -share/doc/gimp/GUM/images/Plugin_blur9.png -share/doc/gimp/GUM/images/Plugin_blura.png -share/doc/gimp/GUM/images/Plugin_color10.png -share/doc/gimp/GUM/images/Plugin_color11.png -share/doc/gimp/GUM/images/Plugin_color12.png -share/doc/gimp/GUM/images/Plugin_color13.png -share/doc/gimp/GUM/images/Plugin_color14.png -share/doc/gimp/GUM/images/Plugin_color15.png -share/doc/gimp/GUM/images/Plugin_color16.png -share/doc/gimp/GUM/images/Plugin_color17.png -share/doc/gimp/GUM/images/Plugin_color18.png -share/doc/gimp/GUM/images/Plugin_color19.png -share/doc/gimp/GUM/images/Plugin_color2.png -share/doc/gimp/GUM/images/Plugin_color20.png -share/doc/gimp/GUM/images/Plugin_color21.png -share/doc/gimp/GUM/images/Plugin_color22.png -share/doc/gimp/GUM/images/Plugin_color23.png -share/doc/gimp/GUM/images/Plugin_color24.png -share/doc/gimp/GUM/images/Plugin_color25.png -share/doc/gimp/GUM/images/Plugin_color26.png -share/doc/gimp/GUM/images/Plugin_color27.png -share/doc/gimp/GUM/images/Plugin_color28.png -share/doc/gimp/GUM/images/Plugin_color29.png -share/doc/gimp/GUM/images/Plugin_color3.png -share/doc/gimp/GUM/images/Plugin_color30.png -share/doc/gimp/GUM/images/Plugin_color31.png -share/doc/gimp/GUM/images/Plugin_color32.png -share/doc/gimp/GUM/images/Plugin_color33.png -share/doc/gimp/GUM/images/Plugin_color34.png -share/doc/gimp/GUM/images/Plugin_color35.png -share/doc/gimp/GUM/images/Plugin_color36.png -share/doc/gimp/GUM/images/Plugin_color37.png -share/doc/gimp/GUM/images/Plugin_color38.png -share/doc/gimp/GUM/images/Plugin_color39.png -share/doc/gimp/GUM/images/Plugin_color4.png -share/doc/gimp/GUM/images/Plugin_color40.png -share/doc/gimp/GUM/images/Plugin_color41.png -share/doc/gimp/GUM/images/Plugin_color42.png -share/doc/gimp/GUM/images/Plugin_color43.png -share/doc/gimp/GUM/images/Plugin_color44.png -share/doc/gimp/GUM/images/Plugin_color45.png -share/doc/gimp/GUM/images/Plugin_color46.png -share/doc/gimp/GUM/images/Plugin_color47.png -share/doc/gimp/GUM/images/Plugin_color48.png -share/doc/gimp/GUM/images/Plugin_color49.png -share/doc/gimp/GUM/images/Plugin_color5.png -share/doc/gimp/GUM/images/Plugin_color50.png -share/doc/gimp/GUM/images/Plugin_color51.png -share/doc/gimp/GUM/images/Plugin_color52.png -share/doc/gimp/GUM/images/Plugin_color53.png -share/doc/gimp/GUM/images/Plugin_color54.png -share/doc/gimp/GUM/images/Plugin_color55.png -share/doc/gimp/GUM/images/Plugin_color6.png -share/doc/gimp/GUM/images/Plugin_color7.png -share/doc/gimp/GUM/images/Plugin_color8.png -share/doc/gimp/GUM/images/Plugin_color9.png -share/doc/gimp/GUM/images/Plugin_colora.png -share/doc/gimp/GUM/images/Plugin_combine10.png -share/doc/gimp/GUM/images/Plugin_combine11.png -share/doc/gimp/GUM/images/Plugin_combine2.png -share/doc/gimp/GUM/images/Plugin_combine3.png -share/doc/gimp/GUM/images/Plugin_combine4.png -share/doc/gimp/GUM/images/Plugin_combine5.png -share/doc/gimp/GUM/images/Plugin_combine6.png -share/doc/gimp/GUM/images/Plugin_combine7.png -share/doc/gimp/GUM/images/Plugin_combine8.png -share/doc/gimp/GUM/images/Plugin_combine9.png -share/doc/gimp/GUM/images/Plugin_combinea.png -share/doc/gimp/GUM/images/Plugin_crypt10.png -share/doc/gimp/GUM/images/Plugin_crypt2.png -share/doc/gimp/GUM/images/Plugin_crypt3.png -share/doc/gimp/GUM/images/Plugin_crypt4.png -share/doc/gimp/GUM/images/Plugin_crypt5.png -share/doc/gimp/GUM/images/Plugin_crypt6.png -share/doc/gimp/GUM/images/Plugin_crypt7.png -share/doc/gimp/GUM/images/Plugin_crypt8.png -share/doc/gimp/GUM/images/Plugin_crypt9.png -share/doc/gimp/GUM/images/Plugin_crypta.png -share/doc/gimp/GUM/images/Plugin_dist10.png -share/doc/gimp/GUM/images/Plugin_dist11.png -share/doc/gimp/GUM/images/Plugin_dist12.png -share/doc/gimp/GUM/images/Plugin_dist13.png -share/doc/gimp/GUM/images/Plugin_dist14.png -share/doc/gimp/GUM/images/Plugin_dist15.png -share/doc/gimp/GUM/images/Plugin_dist16.png -share/doc/gimp/GUM/images/Plugin_dist17.png -share/doc/gimp/GUM/images/Plugin_dist18.png -share/doc/gimp/GUM/images/Plugin_dist19.png -share/doc/gimp/GUM/images/Plugin_dist2.png -share/doc/gimp/GUM/images/Plugin_dist20.png -share/doc/gimp/GUM/images/Plugin_dist21.png -share/doc/gimp/GUM/images/Plugin_dist22.png -share/doc/gimp/GUM/images/Plugin_dist23.png -share/doc/gimp/GUM/images/Plugin_dist24.png -share/doc/gimp/GUM/images/Plugin_dist25.png -share/doc/gimp/GUM/images/Plugin_dist26.png -share/doc/gimp/GUM/images/Plugin_dist27.png -share/doc/gimp/GUM/images/Plugin_dist28.png -share/doc/gimp/GUM/images/Plugin_dist29.png -share/doc/gimp/GUM/images/Plugin_dist3.png -share/doc/gimp/GUM/images/Plugin_dist30.png -share/doc/gimp/GUM/images/Plugin_dist31.png -share/doc/gimp/GUM/images/Plugin_dist32.png -share/doc/gimp/GUM/images/Plugin_dist33.png -share/doc/gimp/GUM/images/Plugin_dist34.png -share/doc/gimp/GUM/images/Plugin_dist35.png -share/doc/gimp/GUM/images/Plugin_dist36.png -share/doc/gimp/GUM/images/Plugin_dist37.png -share/doc/gimp/GUM/images/Plugin_dist4.png -share/doc/gimp/GUM/images/Plugin_dist5.png -share/doc/gimp/GUM/images/Plugin_dist6.png -share/doc/gimp/GUM/images/Plugin_dist7.png -share/doc/gimp/GUM/images/Plugin_dist8.png -share/doc/gimp/GUM/images/Plugin_dist9.png -share/doc/gimp/GUM/images/Plugin_dista.png -share/doc/gimp/GUM/images/Plugin_edge2.png -share/doc/gimp/GUM/images/Plugin_edge3.png -share/doc/gimp/GUM/images/Plugin_edge4.png -share/doc/gimp/GUM/images/Plugin_edge5.png -share/doc/gimp/GUM/images/Plugin_edge6.png -share/doc/gimp/GUM/images/Plugin_edge7.png -share/doc/gimp/GUM/images/Plugin_edge8.png -share/doc/gimp/GUM/images/Plugin_edgea.png -share/doc/gimp/GUM/images/Plugin_enhance10.png -share/doc/gimp/GUM/images/Plugin_enhance11.png -share/doc/gimp/GUM/images/Plugin_enhance2.png -share/doc/gimp/GUM/images/Plugin_enhance3.png -share/doc/gimp/GUM/images/Plugin_enhance4.png -share/doc/gimp/GUM/images/Plugin_enhance5.png -share/doc/gimp/GUM/images/Plugin_enhance6.png -share/doc/gimp/GUM/images/Plugin_enhance7.png -share/doc/gimp/GUM/images/Plugin_enhance8.png -share/doc/gimp/GUM/images/Plugin_enhance9.png -share/doc/gimp/GUM/images/Plugin_enhancea.png -share/doc/gimp/GUM/images/Plugin_generic2.png -share/doc/gimp/GUM/images/Plugin_generic3.png -share/doc/gimp/GUM/images/Plugin_generic4.png -share/doc/gimp/GUM/images/Plugin_generic5.png -share/doc/gimp/GUM/images/Plugin_generica.png -share/doc/gimp/GUM/images/Plugin_glass10.png -share/doc/gimp/GUM/images/Plugin_glass11.png -share/doc/gimp/GUM/images/Plugin_glass12.png -share/doc/gimp/GUM/images/Plugin_glass2.png -share/doc/gimp/GUM/images/Plugin_glass3.png -share/doc/gimp/GUM/images/Plugin_glass4.png -share/doc/gimp/GUM/images/Plugin_glass5.png -share/doc/gimp/GUM/images/Plugin_glass6.png -share/doc/gimp/GUM/images/Plugin_glass7.png -share/doc/gimp/GUM/images/Plugin_glass8.png -share/doc/gimp/GUM/images/Plugin_glass9.png -share/doc/gimp/GUM/images/Plugin_glassa.png -share/doc/gimp/GUM/images/Plugin_introa.png -share/doc/gimp/GUM/images/Plugin_light10.png -share/doc/gimp/GUM/images/Plugin_light11.png -share/doc/gimp/GUM/images/Plugin_light12.png -share/doc/gimp/GUM/images/Plugin_light13.png -share/doc/gimp/GUM/images/Plugin_light14.png -share/doc/gimp/GUM/images/Plugin_light15.png -share/doc/gimp/GUM/images/Plugin_light16.png -share/doc/gimp/GUM/images/Plugin_light17.png -share/doc/gimp/GUM/images/Plugin_light18.png -share/doc/gimp/GUM/images/Plugin_light19.png -share/doc/gimp/GUM/images/Plugin_light2.png -share/doc/gimp/GUM/images/Plugin_light20.png -share/doc/gimp/GUM/images/Plugin_light21.png -share/doc/gimp/GUM/images/Plugin_light22.png -share/doc/gimp/GUM/images/Plugin_light23.png -share/doc/gimp/GUM/images/Plugin_light24.png -share/doc/gimp/GUM/images/Plugin_light25.png -share/doc/gimp/GUM/images/Plugin_light26.png -share/doc/gimp/GUM/images/Plugin_light27.png -share/doc/gimp/GUM/images/Plugin_light28.png -share/doc/gimp/GUM/images/Plugin_light3.png -share/doc/gimp/GUM/images/Plugin_light4.png -share/doc/gimp/GUM/images/Plugin_light5.png -share/doc/gimp/GUM/images/Plugin_light6.png -share/doc/gimp/GUM/images/Plugin_light7.png -share/doc/gimp/GUM/images/Plugin_light8.png -share/doc/gimp/GUM/images/Plugin_light9.png -share/doc/gimp/GUM/images/Plugin_lighta.png -share/doc/gimp/GUM/images/Plugin_map10.png -share/doc/gimp/GUM/images/Plugin_map11.png -share/doc/gimp/GUM/images/Plugin_map12.png -share/doc/gimp/GUM/images/Plugin_map13.png -share/doc/gimp/GUM/images/Plugin_map14.png -share/doc/gimp/GUM/images/Plugin_map15.png -share/doc/gimp/GUM/images/Plugin_map16.png -share/doc/gimp/GUM/images/Plugin_map17.png -share/doc/gimp/GUM/images/Plugin_map18.png -share/doc/gimp/GUM/images/Plugin_map19.png -share/doc/gimp/GUM/images/Plugin_map2.png -share/doc/gimp/GUM/images/Plugin_map20.png -share/doc/gimp/GUM/images/Plugin_map21.png -share/doc/gimp/GUM/images/Plugin_map22.png -share/doc/gimp/GUM/images/Plugin_map23.png -share/doc/gimp/GUM/images/Plugin_map24.png -share/doc/gimp/GUM/images/Plugin_map25.png -share/doc/gimp/GUM/images/Plugin_map26.png -share/doc/gimp/GUM/images/Plugin_map27.png -share/doc/gimp/GUM/images/Plugin_map3.png -share/doc/gimp/GUM/images/Plugin_map4.png -share/doc/gimp/GUM/images/Plugin_map5.png -share/doc/gimp/GUM/images/Plugin_map6.png -share/doc/gimp/GUM/images/Plugin_map7.png -share/doc/gimp/GUM/images/Plugin_map8.png -share/doc/gimp/GUM/images/Plugin_map9.png -share/doc/gimp/GUM/images/Plugin_mapa.png -share/doc/gimp/GUM/images/Plugin_misc10.png -share/doc/gimp/GUM/images/Plugin_misc11.png -share/doc/gimp/GUM/images/Plugin_misc12.png -share/doc/gimp/GUM/images/Plugin_misc13.png -share/doc/gimp/GUM/images/Plugin_misc14.png -share/doc/gimp/GUM/images/Plugin_misc15.png -share/doc/gimp/GUM/images/Plugin_misc16.png -share/doc/gimp/GUM/images/Plugin_misc17.png -share/doc/gimp/GUM/images/Plugin_misc18.png -share/doc/gimp/GUM/images/Plugin_misc19.png -share/doc/gimp/GUM/images/Plugin_misc2.png -share/doc/gimp/GUM/images/Plugin_misc20.png -share/doc/gimp/GUM/images/Plugin_misc21.png -share/doc/gimp/GUM/images/Plugin_misc22.png -share/doc/gimp/GUM/images/Plugin_misc23.png -share/doc/gimp/GUM/images/Plugin_misc24.png -share/doc/gimp/GUM/images/Plugin_misc3.png -share/doc/gimp/GUM/images/Plugin_misc4.png -share/doc/gimp/GUM/images/Plugin_misc5.png -share/doc/gimp/GUM/images/Plugin_misc6.png -share/doc/gimp/GUM/images/Plugin_misc7.png -share/doc/gimp/GUM/images/Plugin_misc8.png -share/doc/gimp/GUM/images/Plugin_misc9.png -share/doc/gimp/GUM/images/Plugin_misca.png -share/doc/gimp/GUM/images/Plugin_noise2.png -share/doc/gimp/GUM/images/Plugin_noise3.png -share/doc/gimp/GUM/images/Plugin_noise4.png -share/doc/gimp/GUM/images/Plugin_noise5.png -share/doc/gimp/GUM/images/Plugin_noisea.png -share/doc/gimp/GUM/images/Plugin_render10.png -share/doc/gimp/GUM/images/Plugin_render11.png -share/doc/gimp/GUM/images/Plugin_render12.png -share/doc/gimp/GUM/images/Plugin_render13.png -share/doc/gimp/GUM/images/Plugin_render14.png -share/doc/gimp/GUM/images/Plugin_render15.png -share/doc/gimp/GUM/images/Plugin_render16.png -share/doc/gimp/GUM/images/Plugin_render17.png -share/doc/gimp/GUM/images/Plugin_render18.png -share/doc/gimp/GUM/images/Plugin_render19.png -share/doc/gimp/GUM/images/Plugin_render2.png -share/doc/gimp/GUM/images/Plugin_render20.png -share/doc/gimp/GUM/images/Plugin_render21.png -share/doc/gimp/GUM/images/Plugin_render22.png -share/doc/gimp/GUM/images/Plugin_render23.png -share/doc/gimp/GUM/images/Plugin_render24.png -share/doc/gimp/GUM/images/Plugin_render25.png -share/doc/gimp/GUM/images/Plugin_render26.png -share/doc/gimp/GUM/images/Plugin_render27.png -share/doc/gimp/GUM/images/Plugin_render28.png -share/doc/gimp/GUM/images/Plugin_render29.png -share/doc/gimp/GUM/images/Plugin_render3.png -share/doc/gimp/GUM/images/Plugin_render30.png -share/doc/gimp/GUM/images/Plugin_render31.png -share/doc/gimp/GUM/images/Plugin_render32.png -share/doc/gimp/GUM/images/Plugin_render33.png -share/doc/gimp/GUM/images/Plugin_render34.png -share/doc/gimp/GUM/images/Plugin_render35.png -share/doc/gimp/GUM/images/Plugin_render36.png -share/doc/gimp/GUM/images/Plugin_render37.png -share/doc/gimp/GUM/images/Plugin_render38.png -share/doc/gimp/GUM/images/Plugin_render39.png -share/doc/gimp/GUM/images/Plugin_render4.png -share/doc/gimp/GUM/images/Plugin_render40.png -share/doc/gimp/GUM/images/Plugin_render41.png -share/doc/gimp/GUM/images/Plugin_render42.png -share/doc/gimp/GUM/images/Plugin_render43.png -share/doc/gimp/GUM/images/Plugin_render44.png -share/doc/gimp/GUM/images/Plugin_render45.png -share/doc/gimp/GUM/images/Plugin_render46.png -share/doc/gimp/GUM/images/Plugin_render47.png -share/doc/gimp/GUM/images/Plugin_render48.png -share/doc/gimp/GUM/images/Plugin_render49.png -share/doc/gimp/GUM/images/Plugin_render5.png -share/doc/gimp/GUM/images/Plugin_render50.png -share/doc/gimp/GUM/images/Plugin_render51.png -share/doc/gimp/GUM/images/Plugin_render52.png -share/doc/gimp/GUM/images/Plugin_render53.png -share/doc/gimp/GUM/images/Plugin_render54.png -share/doc/gimp/GUM/images/Plugin_render55.png -share/doc/gimp/GUM/images/Plugin_render56.png -share/doc/gimp/GUM/images/Plugin_render57.png -share/doc/gimp/GUM/images/Plugin_render58.png -share/doc/gimp/GUM/images/Plugin_render59.png -share/doc/gimp/GUM/images/Plugin_render6.png -share/doc/gimp/GUM/images/Plugin_render60.png -share/doc/gimp/GUM/images/Plugin_render61.png -share/doc/gimp/GUM/images/Plugin_render62.png -share/doc/gimp/GUM/images/Plugin_render63.png -share/doc/gimp/GUM/images/Plugin_render64.png -share/doc/gimp/GUM/images/Plugin_render65.png -share/doc/gimp/GUM/images/Plugin_render66.png -share/doc/gimp/GUM/images/Plugin_render67.png -share/doc/gimp/GUM/images/Plugin_render68.png -share/doc/gimp/GUM/images/Plugin_render69.png -share/doc/gimp/GUM/images/Plugin_render7.png -share/doc/gimp/GUM/images/Plugin_render70.png -share/doc/gimp/GUM/images/Plugin_render71.png -share/doc/gimp/GUM/images/Plugin_render72.png -share/doc/gimp/GUM/images/Plugin_render73.png -share/doc/gimp/GUM/images/Plugin_render74.png -share/doc/gimp/GUM/images/Plugin_render75.png -share/doc/gimp/GUM/images/Plugin_render76.png -share/doc/gimp/GUM/images/Plugin_render77.png -share/doc/gimp/GUM/images/Plugin_render78.png -share/doc/gimp/GUM/images/Plugin_render79.png -share/doc/gimp/GUM/images/Plugin_render8.png -share/doc/gimp/GUM/images/Plugin_render9.png -share/doc/gimp/GUM/images/Plugin_rendera.png -share/doc/gimp/GUM/images/Prepress10.png -share/doc/gimp/GUM/images/Prepress11.png -share/doc/gimp/GUM/images/Prepress12.png -share/doc/gimp/GUM/images/Prepress13.png -share/doc/gimp/GUM/images/Prepress14.png -share/doc/gimp/GUM/images/Prepress15.png -share/doc/gimp/GUM/images/Prepress16.png -share/doc/gimp/GUM/images/Prepress17.png -share/doc/gimp/GUM/images/Prepress18.png -share/doc/gimp/GUM/images/Prepress19.png -share/doc/gimp/GUM/images/Prepress2.png -share/doc/gimp/GUM/images/Prepress20.png -share/doc/gimp/GUM/images/Prepress21.png -share/doc/gimp/GUM/images/Prepress3.png -share/doc/gimp/GUM/images/Prepress4.png -share/doc/gimp/GUM/images/Prepress5.png -share/doc/gimp/GUM/images/Prepress6.png -share/doc/gimp/GUM/images/Prepress7.png -share/doc/gimp/GUM/images/Prepress8.png -share/doc/gimp/GUM/images/Prepress9.png -share/doc/gimp/GUM/images/Prepressa.png -share/doc/gimp/GUM/images/Scanning10.png -share/doc/gimp/GUM/images/Scanning11.png -share/doc/gimp/GUM/images/Scanning12.png -share/doc/gimp/GUM/images/Scanning13.png -share/doc/gimp/GUM/images/Scanning14.png -share/doc/gimp/GUM/images/Scanning15.png -share/doc/gimp/GUM/images/Scanning16.png -share/doc/gimp/GUM/images/Scanning17.png -share/doc/gimp/GUM/images/Scanning18.png -share/doc/gimp/GUM/images/Scanning19.png -share/doc/gimp/GUM/images/Scanning2.png -share/doc/gimp/GUM/images/Scanning20.png -share/doc/gimp/GUM/images/Scanning21.png -share/doc/gimp/GUM/images/Scanning22.png -share/doc/gimp/GUM/images/Scanning23.png -share/doc/gimp/GUM/images/Scanning24.png -share/doc/gimp/GUM/images/Scanning25.png -share/doc/gimp/GUM/images/Scanning26.png -share/doc/gimp/GUM/images/Scanning27.png -share/doc/gimp/GUM/images/Scanning28.png -share/doc/gimp/GUM/images/Scanning29.png -share/doc/gimp/GUM/images/Scanning3.png -share/doc/gimp/GUM/images/Scanning30.png -share/doc/gimp/GUM/images/Scanning31.png -share/doc/gimp/GUM/images/Scanning32.png -share/doc/gimp/GUM/images/Scanning33.png -share/doc/gimp/GUM/images/Scanning34.png -share/doc/gimp/GUM/images/Scanning35.png -share/doc/gimp/GUM/images/Scanning36.png -share/doc/gimp/GUM/images/Scanning37.png -share/doc/gimp/GUM/images/Scanning38.png -share/doc/gimp/GUM/images/Scanning39.png -share/doc/gimp/GUM/images/Scanning4.png -share/doc/gimp/GUM/images/Scanning40.png -share/doc/gimp/GUM/images/Scanning41.png -share/doc/gimp/GUM/images/Scanning42.png -share/doc/gimp/GUM/images/Scanning43.png -share/doc/gimp/GUM/images/Scanning44.png -share/doc/gimp/GUM/images/Scanning45.png -share/doc/gimp/GUM/images/Scanning46.png -share/doc/gimp/GUM/images/Scanning47.png -share/doc/gimp/GUM/images/Scanning48.png -share/doc/gimp/GUM/images/Scanning5.png -share/doc/gimp/GUM/images/Scanning6.png -share/doc/gimp/GUM/images/Scanning7.png -share/doc/gimp/GUM/images/Scanning8.png -share/doc/gimp/GUM/images/Scanning9.png -share/doc/gimp/GUM/images/Scanninga.png -share/doc/gimp/GUM/images/Selection_menu2.png -share/doc/gimp/GUM/images/Selection_menu3.png -share/doc/gimp/GUM/images/Selection_menua.png -share/doc/gimp/GUM/images/Wacom10.png -share/doc/gimp/GUM/images/Wacom11.png -share/doc/gimp/GUM/images/Wacom12.png -share/doc/gimp/GUM/images/Wacom13.png -share/doc/gimp/GUM/images/Wacom14.png -share/doc/gimp/GUM/images/Wacom15.png -share/doc/gimp/GUM/images/Wacom16.png -share/doc/gimp/GUM/images/Wacom17.png -share/doc/gimp/GUM/images/Wacom18.png -share/doc/gimp/GUM/images/Wacom19.png -share/doc/gimp/GUM/images/Wacom2.png -share/doc/gimp/GUM/images/Wacom20.png -share/doc/gimp/GUM/images/Wacom21.png -share/doc/gimp/GUM/images/Wacom22.png -share/doc/gimp/GUM/images/Wacom23.png -share/doc/gimp/GUM/images/Wacom24.png -share/doc/gimp/GUM/images/Wacom25.png -share/doc/gimp/GUM/images/Wacom26.png -share/doc/gimp/GUM/images/Wacom27.png -share/doc/gimp/GUM/images/Wacom28.png -share/doc/gimp/GUM/images/Wacom29.png -share/doc/gimp/GUM/images/Wacom3.png -share/doc/gimp/GUM/images/Wacom30.png -share/doc/gimp/GUM/images/Wacom31.png -share/doc/gimp/GUM/images/Wacom32.png -share/doc/gimp/GUM/images/Wacom33.png -share/doc/gimp/GUM/images/Wacom34.png -share/doc/gimp/GUM/images/Wacom35.png -share/doc/gimp/GUM/images/Wacom4.png -share/doc/gimp/GUM/images/Wacom5.png -share/doc/gimp/GUM/images/Wacom6.png -share/doc/gimp/GUM/images/Wacom7.png -share/doc/gimp/GUM/images/Wacom8.png -share/doc/gimp/GUM/images/Wacom9.png -share/doc/gimp/GUM/images/Wacoma.png -share/doc/gimp/GUM/images/brush210.png -share/doc/gimp/GUM/images/brush211.png -share/doc/gimp/GUM/images/brush212.png -share/doc/gimp/GUM/images/brush213.png -share/doc/gimp/GUM/images/brush214.png -share/doc/gimp/GUM/images/brush215.png -share/doc/gimp/GUM/images/brush216.png -share/doc/gimp/GUM/images/brush217.png -share/doc/gimp/GUM/images/brush218.png -share/doc/gimp/GUM/images/brush22.png -share/doc/gimp/GUM/images/brush23.png -share/doc/gimp/GUM/images/brush24.png -share/doc/gimp/GUM/images/brush25.png -share/doc/gimp/GUM/images/brush26.png -share/doc/gimp/GUM/images/brush27.png -share/doc/gimp/GUM/images/brush28.png -share/doc/gimp/GUM/images/brush29.png -share/doc/gimp/GUM/images/brush2a.png -share/doc/gimp/GUM/images/channels10.png -share/doc/gimp/GUM/images/channels11.png -share/doc/gimp/GUM/images/channels12.png -share/doc/gimp/GUM/images/channels2.png -share/doc/gimp/GUM/images/channels3.png -share/doc/gimp/GUM/images/channels4.png -share/doc/gimp/GUM/images/channels5.png -share/doc/gimp/GUM/images/channels6.png -share/doc/gimp/GUM/images/channels7.png -share/doc/gimp/GUM/images/channels8.png -share/doc/gimp/GUM/images/channels9.png -share/doc/gimp/GUM/images/channelsa.png -share/doc/gimp/GUM/images/color10.png -share/doc/gimp/GUM/images/color11.png -share/doc/gimp/GUM/images/color2.png -share/doc/gimp/GUM/images/color3.png -share/doc/gimp/GUM/images/color4.png -share/doc/gimp/GUM/images/color5.png -share/doc/gimp/GUM/images/color6.png -share/doc/gimp/GUM/images/color7.png -share/doc/gimp/GUM/images/color8.png -share/doc/gimp/GUM/images/color9.png -share/doc/gimp/GUM/images/colora.png -share/doc/gimp/GUM/images/command_rca.png -share/doc/gimp/GUM/images/dyn_key2.png -share/doc/gimp/GUM/images/dyn_keya.png -share/doc/gimp/GUM/images/edit10.png -share/doc/gimp/GUM/images/edit11.png -share/doc/gimp/GUM/images/edit12.png -share/doc/gimp/GUM/images/edit13.png -share/doc/gimp/GUM/images/edit14.png -share/doc/gimp/GUM/images/edit2.png -share/doc/gimp/GUM/images/edit3.png -share/doc/gimp/GUM/images/edit4.png -share/doc/gimp/GUM/images/edit5.png -share/doc/gimp/GUM/images/edit6.png -share/doc/gimp/GUM/images/edit7.png -share/doc/gimp/GUM/images/edit8.png -share/doc/gimp/GUM/images/edit9.png -share/doc/gimp/GUM/images/edita.png -share/doc/gimp/GUM/images/file_and_save210.png -share/doc/gimp/GUM/images/file_and_save211.png -share/doc/gimp/GUM/images/file_and_save212.png -share/doc/gimp/GUM/images/file_and_save213.png -share/doc/gimp/GUM/images/file_and_save214.png -share/doc/gimp/GUM/images/file_and_save215.png -share/doc/gimp/GUM/images/file_and_save216.png -share/doc/gimp/GUM/images/file_and_save217.png -share/doc/gimp/GUM/images/file_and_save218.png -share/doc/gimp/GUM/images/file_and_save219.png -share/doc/gimp/GUM/images/file_and_save22.png -share/doc/gimp/GUM/images/file_and_save220.png -share/doc/gimp/GUM/images/file_and_save221.png -share/doc/gimp/GUM/images/file_and_save222.png -share/doc/gimp/GUM/images/file_and_save223.png -share/doc/gimp/GUM/images/file_and_save224.png -share/doc/gimp/GUM/images/file_and_save225.png -share/doc/gimp/GUM/images/file_and_save226.png -share/doc/gimp/GUM/images/file_and_save227.png -share/doc/gimp/GUM/images/file_and_save228.png -share/doc/gimp/GUM/images/file_and_save229.png -share/doc/gimp/GUM/images/file_and_save23.png -share/doc/gimp/GUM/images/file_and_save230.png -share/doc/gimp/GUM/images/file_and_save231.png -share/doc/gimp/GUM/images/file_and_save232.png -share/doc/gimp/GUM/images/file_and_save233.png -share/doc/gimp/GUM/images/file_and_save234.png -share/doc/gimp/GUM/images/file_and_save235.png -share/doc/gimp/GUM/images/file_and_save236.png -share/doc/gimp/GUM/images/file_and_save237.png -share/doc/gimp/GUM/images/file_and_save238.png -share/doc/gimp/GUM/images/file_and_save239.png -share/doc/gimp/GUM/images/file_and_save24.png -share/doc/gimp/GUM/images/file_and_save240.png -share/doc/gimp/GUM/images/file_and_save241.png -share/doc/gimp/GUM/images/file_and_save242.png -share/doc/gimp/GUM/images/file_and_save243.png -share/doc/gimp/GUM/images/file_and_save244.png -share/doc/gimp/GUM/images/file_and_save245.png -share/doc/gimp/GUM/images/file_and_save246.png -share/doc/gimp/GUM/images/file_and_save25.png -share/doc/gimp/GUM/images/file_and_save26.png -share/doc/gimp/GUM/images/file_and_save27.png -share/doc/gimp/GUM/images/file_and_save28.png -share/doc/gimp/GUM/images/file_and_save29.png -share/doc/gimp/GUM/images/file_and_save2a.png -share/doc/gimp/GUM/images/frozenriver2.png -share/doc/gimp/GUM/images/frozenrivera.png -share/doc/gimp/GUM/images/image_menu10.png -share/doc/gimp/GUM/images/image_menu11.png -share/doc/gimp/GUM/images/image_menu12.png -share/doc/gimp/GUM/images/image_menu13.png -share/doc/gimp/GUM/images/image_menu14.png -share/doc/gimp/GUM/images/image_menu15.png -share/doc/gimp/GUM/images/image_menu16.png -share/doc/gimp/GUM/images/image_menu17.png -share/doc/gimp/GUM/images/image_menu18.png -share/doc/gimp/GUM/images/image_menu19.png -share/doc/gimp/GUM/images/image_menu2.png -share/doc/gimp/GUM/images/image_menu20.png -share/doc/gimp/GUM/images/image_menu21.png -share/doc/gimp/GUM/images/image_menu22.png -share/doc/gimp/GUM/images/image_menu23.png -share/doc/gimp/GUM/images/image_menu24.png -share/doc/gimp/GUM/images/image_menu25.png -share/doc/gimp/GUM/images/image_menu26.png -share/doc/gimp/GUM/images/image_menu27.png -share/doc/gimp/GUM/images/image_menu28.png -share/doc/gimp/GUM/images/image_menu29.png -share/doc/gimp/GUM/images/image_menu3.png -share/doc/gimp/GUM/images/image_menu4.png -share/doc/gimp/GUM/images/image_menu5.png -share/doc/gimp/GUM/images/image_menu6.png -share/doc/gimp/GUM/images/image_menu7.png -share/doc/gimp/GUM/images/image_menu8.png -share/doc/gimp/GUM/images/image_menu9.png -share/doc/gimp/GUM/images/image_menu_channelalpha10.png -share/doc/gimp/GUM/images/image_menu_channelalpha11.png -share/doc/gimp/GUM/images/image_menu_channelalpha12.png -share/doc/gimp/GUM/images/image_menu_channelalpha13.png -share/doc/gimp/GUM/images/image_menu_channelalpha14.png -share/doc/gimp/GUM/images/image_menu_channelalpha15.png -share/doc/gimp/GUM/images/image_menu_channelalpha2.png -share/doc/gimp/GUM/images/image_menu_channelalpha3.png -share/doc/gimp/GUM/images/image_menu_channelalpha4.png -share/doc/gimp/GUM/images/image_menu_channelalpha5.png -share/doc/gimp/GUM/images/image_menu_channelalpha6.png -share/doc/gimp/GUM/images/image_menu_channelalpha7.png -share/doc/gimp/GUM/images/image_menu_channelalpha8.png -share/doc/gimp/GUM/images/image_menu_channelalpha9.png -share/doc/gimp/GUM/images/image_menu_channelalphaa.png -share/doc/gimp/GUM/images/image_menu_transrest2.png -share/doc/gimp/GUM/images/image_menu_transrest3.png -share/doc/gimp/GUM/images/image_menu_transrest4.png -share/doc/gimp/GUM/images/image_menu_transrest5.png -share/doc/gimp/GUM/images/image_menu_transrest6.png -share/doc/gimp/GUM/images/image_menu_transrest7.png -share/doc/gimp/GUM/images/image_menu_transrest8.png -share/doc/gimp/GUM/images/image_menu_transresta.png -share/doc/gimp/GUM/images/image_menua.png -share/doc/gimp/GUM/images/install2.png -share/doc/gimp/GUM/images/install3.png -share/doc/gimp/GUM/images/install4.png -share/doc/gimp/GUM/images/install5.png -share/doc/gimp/GUM/images/install6.png -share/doc/gimp/GUM/images/install7.png -share/doc/gimp/GUM/images/installa.png -share/doc/gimp/GUM/images/layers10.png -share/doc/gimp/GUM/images/layers11.png -share/doc/gimp/GUM/images/layers12.png -share/doc/gimp/GUM/images/layers13.png -share/doc/gimp/GUM/images/layers14.png -share/doc/gimp/GUM/images/layers15.png -share/doc/gimp/GUM/images/layers16.png -share/doc/gimp/GUM/images/layers17.png -share/doc/gimp/GUM/images/layers18.png -share/doc/gimp/GUM/images/layers19.png -share/doc/gimp/GUM/images/layers2.png -share/doc/gimp/GUM/images/layers20.png -share/doc/gimp/GUM/images/layers21.png -share/doc/gimp/GUM/images/layers22.png -share/doc/gimp/GUM/images/layers23.png -share/doc/gimp/GUM/images/layers3.png -share/doc/gimp/GUM/images/layers4.png -share/doc/gimp/GUM/images/layers5.png -share/doc/gimp/GUM/images/layers6.png -share/doc/gimp/GUM/images/layers7.png -share/doc/gimp/GUM/images/layers8.png -share/doc/gimp/GUM/images/layers9.png -share/doc/gimp/GUM/images/layersa.png -share/doc/gimp/GUM/images/man_pagesa.png -share/doc/gimp/GUM/images/modes10.png -share/doc/gimp/GUM/images/modes11.png -share/doc/gimp/GUM/images/modes12.png -share/doc/gimp/GUM/images/modes13.png -share/doc/gimp/GUM/images/modes14.png -share/doc/gimp/GUM/images/modes15.png -share/doc/gimp/GUM/images/modes16.png -share/doc/gimp/GUM/images/modes17.png -share/doc/gimp/GUM/images/modes18.png -share/doc/gimp/GUM/images/modes19.png -share/doc/gimp/GUM/images/modes2.png -share/doc/gimp/GUM/images/modes20.png -share/doc/gimp/GUM/images/modes3.png -share/doc/gimp/GUM/images/modes4.png -share/doc/gimp/GUM/images/modes5.png -share/doc/gimp/GUM/images/modes6.png -share/doc/gimp/GUM/images/modes7.png -share/doc/gimp/GUM/images/modes8.png -share/doc/gimp/GUM/images/modes9.png -share/doc/gimp/GUM/images/modesa.png -share/doc/gimp/GUM/images/paint10.png -share/doc/gimp/GUM/images/paint11.png -share/doc/gimp/GUM/images/paint12.png -share/doc/gimp/GUM/images/paint13.png -share/doc/gimp/GUM/images/paint14.png -share/doc/gimp/GUM/images/paint15.png -share/doc/gimp/GUM/images/paint16.png -share/doc/gimp/GUM/images/paint17.png -share/doc/gimp/GUM/images/paint18.png -share/doc/gimp/GUM/images/paint19.png -share/doc/gimp/GUM/images/paint2.png -share/doc/gimp/GUM/images/paint20.png -share/doc/gimp/GUM/images/paint21.png -share/doc/gimp/GUM/images/paint22.png -share/doc/gimp/GUM/images/paint23.png -share/doc/gimp/GUM/images/paint24.png -share/doc/gimp/GUM/images/paint25.png -share/doc/gimp/GUM/images/paint26.png -share/doc/gimp/GUM/images/paint27.png -share/doc/gimp/GUM/images/paint28.png -share/doc/gimp/GUM/images/paint29.png -share/doc/gimp/GUM/images/paint3.png -share/doc/gimp/GUM/images/paint30.png -share/doc/gimp/GUM/images/paint31.png -share/doc/gimp/GUM/images/paint32.png -share/doc/gimp/GUM/images/paint33.png -share/doc/gimp/GUM/images/paint34.png -share/doc/gimp/GUM/images/paint35.png -share/doc/gimp/GUM/images/paint36.png -share/doc/gimp/GUM/images/paint37.png -share/doc/gimp/GUM/images/paint38.png -share/doc/gimp/GUM/images/paint4.png -share/doc/gimp/GUM/images/paint5.png -share/doc/gimp/GUM/images/paint6.png -share/doc/gimp/GUM/images/paint7.png -share/doc/gimp/GUM/images/paint8.png -share/doc/gimp/GUM/images/paint9.png -share/doc/gimp/GUM/images/painta.png -share/doc/gimp/GUM/images/perl_intro2.png -share/doc/gimp/GUM/images/perl_introa.png -share/doc/gimp/GUM/images/perlfu_mana.png -share/doc/gimp/GUM/images/sane_scannersa.png -share/doc/gimp/GUM/images/scriptfu10.png -share/doc/gimp/GUM/images/scriptfu2.png -share/doc/gimp/GUM/images/scriptfu3.png -share/doc/gimp/GUM/images/scriptfu4.png -share/doc/gimp/GUM/images/scriptfu5.png -share/doc/gimp/GUM/images/scriptfu6.png -share/doc/gimp/GUM/images/scriptfu7.png -share/doc/gimp/GUM/images/scriptfu8.png -share/doc/gimp/GUM/images/scriptfu9.png -share/doc/gimp/GUM/images/scriptfua.png -share/doc/gimp/GUM/images/selections10.png -share/doc/gimp/GUM/images/selections11.png -share/doc/gimp/GUM/images/selections12.png -share/doc/gimp/GUM/images/selections13.png -share/doc/gimp/GUM/images/selections14.png -share/doc/gimp/GUM/images/selections15.png -share/doc/gimp/GUM/images/selections16.png -share/doc/gimp/GUM/images/selections17.png -share/doc/gimp/GUM/images/selections18.png -share/doc/gimp/GUM/images/selections19.png -share/doc/gimp/GUM/images/selections2.png -share/doc/gimp/GUM/images/selections20.png -share/doc/gimp/GUM/images/selections21.png -share/doc/gimp/GUM/images/selections22.png -share/doc/gimp/GUM/images/selections23.png -share/doc/gimp/GUM/images/selections24.png -share/doc/gimp/GUM/images/selections25.png -share/doc/gimp/GUM/images/selections26.png -share/doc/gimp/GUM/images/selections27.png -share/doc/gimp/GUM/images/selections28.png -share/doc/gimp/GUM/images/selections29.png -share/doc/gimp/GUM/images/selections3.png -share/doc/gimp/GUM/images/selections30.png -share/doc/gimp/GUM/images/selections31.png -share/doc/gimp/GUM/images/selections4.png -share/doc/gimp/GUM/images/selections5.png -share/doc/gimp/GUM/images/selections6.png -share/doc/gimp/GUM/images/selections7.png -share/doc/gimp/GUM/images/selections8.png -share/doc/gimp/GUM/images/selections9.png -share/doc/gimp/GUM/images/selectionsa.png -share/doc/gimp/GUM/images/text_and_fonts2.png -share/doc/gimp/GUM/images/text_and_fonts3.png -share/doc/gimp/GUM/images/text_and_fonts4.png -share/doc/gimp/GUM/images/text_and_fontsa.png -share/doc/gimp/GUM/images/transforms10.png -share/doc/gimp/GUM/images/transforms11.png -share/doc/gimp/GUM/images/transforms12.png -share/doc/gimp/GUM/images/transforms13.png -share/doc/gimp/GUM/images/transforms14.png -share/doc/gimp/GUM/images/transforms15.png -share/doc/gimp/GUM/images/transforms16.png -share/doc/gimp/GUM/images/transforms17.png -share/doc/gimp/GUM/images/transforms18.png -share/doc/gimp/GUM/images/transforms19.png -share/doc/gimp/GUM/images/transforms2.png -share/doc/gimp/GUM/images/transforms20.png -share/doc/gimp/GUM/images/transforms21.png -share/doc/gimp/GUM/images/transforms3.png -share/doc/gimp/GUM/images/transforms4.png -share/doc/gimp/GUM/images/transforms5.png -share/doc/gimp/GUM/images/transforms6.png -share/doc/gimp/GUM/images/transforms7.png -share/doc/gimp/GUM/images/transforms8.png -share/doc/gimp/GUM/images/transforms9.png -share/doc/gimp/GUM/images/transformsa.png -share/doc/gimp/GUM/images/write_perlfu10.png -share/doc/gimp/GUM/images/write_perlfu11.png -share/doc/gimp/GUM/images/write_perlfu12.png -share/doc/gimp/GUM/images/write_perlfu13.png -share/doc/gimp/GUM/images/write_perlfu14.png -share/doc/gimp/GUM/images/write_perlfu15.png -share/doc/gimp/GUM/images/write_perlfu16.png -share/doc/gimp/GUM/images/write_perlfu17.png -share/doc/gimp/GUM/images/write_perlfu18.png -share/doc/gimp/GUM/images/write_perlfu19.png -share/doc/gimp/GUM/images/write_perlfu2.png -share/doc/gimp/GUM/images/write_perlfu3.png -share/doc/gimp/GUM/images/write_perlfu4.png -share/doc/gimp/GUM/images/write_perlfu5.png -share/doc/gimp/GUM/images/write_perlfu6.png -share/doc/gimp/GUM/images/write_perlfu7.png -share/doc/gimp/GUM/images/write_perlfu8.png -share/doc/gimp/GUM/images/write_perlfu9.png -share/doc/gimp/GUM/images/write_perlfua.png -share/doc/gimp/GUM/images/write_scriptfu310.png -share/doc/gimp/GUM/images/write_scriptfu311.png -share/doc/gimp/GUM/images/write_scriptfu312.png -share/doc/gimp/GUM/images/write_scriptfu313.png -share/doc/gimp/GUM/images/write_scriptfu314.png -share/doc/gimp/GUM/images/write_scriptfu315.png -share/doc/gimp/GUM/images/write_scriptfu316.png -share/doc/gimp/GUM/images/write_scriptfu317.png -share/doc/gimp/GUM/images/write_scriptfu318.png -share/doc/gimp/GUM/images/write_scriptfu319.png -share/doc/gimp/GUM/images/write_scriptfu32.png -share/doc/gimp/GUM/images/write_scriptfu320.png -share/doc/gimp/GUM/images/write_scriptfu321.png -share/doc/gimp/GUM/images/write_scriptfu322.png -share/doc/gimp/GUM/images/write_scriptfu323.png -share/doc/gimp/GUM/images/write_scriptfu324.png -share/doc/gimp/GUM/images/write_scriptfu325.png -share/doc/gimp/GUM/images/write_scriptfu326.png -share/doc/gimp/GUM/images/write_scriptfu33.png -share/doc/gimp/GUM/images/write_scriptfu34.png -share/doc/gimp/GUM/images/write_scriptfu35.png -share/doc/gimp/GUM/images/write_scriptfu36.png -share/doc/gimp/GUM/images/write_scriptfu37.png -share/doc/gimp/GUM/images/write_scriptfu38.png -share/doc/gimp/GUM/images/write_scriptfu39.png -share/doc/gimp/GUM/images/write_scriptfu3a.png -share/doc/gimp/GUM/images/write_scriptfu_referencea.png -share/doc/gimp/GUM/install.html -share/doc/gimp/GUM/layers.html -share/doc/gimp/GUM/man_pages.html -share/doc/gimp/GUM/modes.html -share/doc/gimp/GUM/paint.html -share/doc/gimp/GUM/perl_a.html -share/doc/gimp/GUM/perl_intro.html -share/doc/gimp/GUM/perlfu_man.html -share/doc/gimp/GUM/plug.html -share/doc/gimp/GUM/sane_scanners.html -share/doc/gimp/GUM/scriptfu.html -share/doc/gimp/GUM/selections.html -share/doc/gimp/GUM/splash.jpg -share/doc/gimp/GUM/standard.css -share/doc/gimp/GUM/text_and_fonts.html -share/doc/gimp/GUM/tmp.html -share/doc/gimp/GUM/transforms.html -share/doc/gimp/GUM/whatis.html -share/doc/gimp/GUM/write_perlfu.html -share/doc/gimp/GUM/write_scriptfu3.html -share/doc/gimp/GUM/write_scriptfu_reference.html -share/doc/gimp/GUM/wwhblnk.htm -share/doc/gimp/GUM/wwhcust.js -share/doc/gimp/GUM/wwhffrm.htm -share/doc/gimp/GUM/wwhgifs/1a.gif -share/doc/gimp/GUM/wwhgifs/1b.gif -share/doc/gimp/GUM/wwhgifs/1c.gif -share/doc/gimp/GUM/wwhgifs/2a.gif -share/doc/gimp/GUM/wwhgifs/2b.gif -share/doc/gimp/GUM/wwhgifs/2c.gif -share/doc/gimp/GUM/wwhgifs/3a.gif -share/doc/gimp/GUM/wwhgifs/3b.gif -share/doc/gimp/GUM/wwhgifs/3c.gif -share/doc/gimp/GUM/wwhgifs/3d.gif -share/doc/gimp/GUM/wwhgifs/4a.gif -share/doc/gimp/GUM/wwhgifs/4b.gif -share/doc/gimp/GUM/wwhgifs/4c.gif -share/doc/gimp/GUM/wwhgifs/backgrnd.gif -share/doc/gimp/GUM/wwhgifs/cover.png -share/doc/gimp/GUM/wwhgifs/cover_low.png -share/doc/gimp/GUM/wwhgifs/nextdown.gif -share/doc/gimp/GUM/wwhgifs/nextdsbl.gif -share/doc/gimp/GUM/wwhgifs/nextout.gif -share/doc/gimp/GUM/wwhgifs/nextover.gif -share/doc/gimp/GUM/wwhgifs/nextup.gif -share/doc/gimp/GUM/wwhgifs/prevdown.gif -share/doc/gimp/GUM/wwhgifs/prevdsbl.gif -share/doc/gimp/GUM/wwhgifs/prevout.gif -share/doc/gimp/GUM/wwhgifs/prevover.gif -share/doc/gimp/GUM/wwhgifs/prevup.gif -share/doc/gimp/GUM/wwhgifs/tocblank.gif -share/doc/gimp/GUM/wwhgifs/tocdoc.gif -share/doc/gimp/GUM/wwhgifs/tocfldc.gif -share/doc/gimp/GUM/wwhgifs/tocfldo.gif -share/doc/gimp/GUM/wwhgifs/toclink.gif -share/doc/gimp/GUM/wwhgifs/toclnode.gif -share/doc/gimp/GUM/wwhgifs/tocmlnde.gif -share/doc/gimp/GUM/wwhgifs/tocmnode.gif -share/doc/gimp/GUM/wwhgifs/tocnode.gif -share/doc/gimp/GUM/wwhgifs/tocplnod.gif -share/doc/gimp/GUM/wwhgifs/tocpnode.gif -share/doc/gimp/GUM/wwhgifs/tocvline.gif -share/doc/gimp/GUM/wwhsfrm.htm -share/doc/gimp/GUM/wwhsplsh.htm -share/doc/gimp/GUM/wwhsrch.js -share/doc/gimp/GUM/wwhtab0.htm -share/doc/gimp/GUM/wwhtab1.htm -share/doc/gimp/GUM/wwhtab2.htm -share/doc/gimp/GUM/wwhtab3.htm -share/doc/gimp/GUM/wwhtabs.htm -share/doc/gimp/GUM/wwhtree.js -share/doc/gimp/GUMC/GUMC.html -share/doc/gimp/GUMC/images/Color_section10.png -share/doc/gimp/GUMC/images/Color_section11.png -share/doc/gimp/GUMC/images/Color_section12.png -share/doc/gimp/GUMC/images/Color_section13.png -share/doc/gimp/GUMC/images/Color_section14.png -share/doc/gimp/GUMC/images/Color_section15.png -share/doc/gimp/GUMC/images/Color_section16.png -share/doc/gimp/GUMC/images/Color_section17.png -share/doc/gimp/GUMC/images/Color_section18.png -share/doc/gimp/GUMC/images/Color_section19.png -share/doc/gimp/GUMC/images/Color_section2.png -share/doc/gimp/GUMC/images/Color_section20.png -share/doc/gimp/GUMC/images/Color_section21.png -share/doc/gimp/GUMC/images/Color_section22.png -share/doc/gimp/GUMC/images/Color_section23.png -share/doc/gimp/GUMC/images/Color_section24.png -share/doc/gimp/GUMC/images/Color_section25.png -share/doc/gimp/GUMC/images/Color_section26.png -share/doc/gimp/GUMC/images/Color_section27.png -share/doc/gimp/GUMC/images/Color_section28.png -share/doc/gimp/GUMC/images/Color_section29.png -share/doc/gimp/GUMC/images/Color_section3.png -share/doc/gimp/GUMC/images/Color_section30.png -share/doc/gimp/GUMC/images/Color_section31.png -share/doc/gimp/GUMC/images/Color_section32.png -share/doc/gimp/GUMC/images/Color_section33.png -share/doc/gimp/GUMC/images/Color_section34.png -share/doc/gimp/GUMC/images/Color_section35.png -share/doc/gimp/GUMC/images/Color_section36.png -share/doc/gimp/GUMC/images/Color_section37.png -share/doc/gimp/GUMC/images/Color_section38.png -share/doc/gimp/GUMC/images/Color_section39.png -share/doc/gimp/GUMC/images/Color_section4.png -share/doc/gimp/GUMC/images/Color_section40.png -share/doc/gimp/GUMC/images/Color_section41.png -share/doc/gimp/GUMC/images/Color_section42.png -share/doc/gimp/GUMC/images/Color_section43.png -share/doc/gimp/GUMC/images/Color_section44.png -share/doc/gimp/GUMC/images/Color_section45.png -share/doc/gimp/GUMC/images/Color_section46.png -share/doc/gimp/GUMC/images/Color_section5.png -share/doc/gimp/GUMC/images/Color_section6.png -share/doc/gimp/GUMC/images/Color_section7.png -share/doc/gimp/GUMC/images/Color_section8.png -share/doc/gimp/GUMC/images/Color_section9.png -share/doc/gimp/GUMC/images/Color_sectiona.png -share/doc/gimp/GUMC/images/backgrnd.gif -share/doc/gimp/GUMC/images/navidx.gif -share/doc/gimp/GUMC/images/navidxx.gif -share/doc/gimp/GUMC/images/navnext.gif -share/doc/gimp/GUMC/images/navnextx.gif -share/doc/gimp/GUMC/images/navprev.gif -share/doc/gimp/GUMC/images/navprevx.gif -share/doc/gimp/GUMC/images/navtoc.gif -share/doc/gimp/GUMC/images/navtocx.gif -share/doc/gimp/GUMC/images/quadlogo.gif -share/doc/gimp/GUMC/index.html -share/doc/gimp/GUMC/standard.css -share/doc/gimp/README_NOW diff --git a/graphics/gimp-manual-html/pkg-plist_PDF b/graphics/gimp-manual-html/pkg-plist_PDF deleted file mode 100644 index d53ef8dad424..000000000000 --- a/graphics/gimp-manual-html/pkg-plist_PDF +++ /dev/null @@ -1,2 +0,0 @@ -share/doc/gimp/GimpUsersManual_SecondEdition-PDF_Color.pdf -share/doc/gimp/GimpUsersManual_SecondEdition-PDF.pdf diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile deleted file mode 100644 index 8b33337df97a..000000000000 --- a/graphics/gimp-save-for-web/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gimp-save-for-web -PORTVERSION= 0.29.3 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= GIMP Save For Web plugin - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app -BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser - -GNU_CONFIGURE= yes -USES= compiler:c++11-lang gettext gmake gnome localbase perl5 \ - pkgconfig tar:bzip2 -USE_PERL5= build -USE_GNOME= intltool - -.include <bsd.port.mk> diff --git a/graphics/gimp-save-for-web/distinfo b/graphics/gimp-save-for-web/distinfo deleted file mode 100644 index f378a1ebf804..000000000000 --- a/graphics/gimp-save-for-web/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gimp-save-for-web-0.29.3.tar.bz2) = b8462f59c6f416090bbf965631657674589e759b71b85ba4d196d79a494d1d27 -SIZE (gimp-save-for-web-0.29.3.tar.bz2) = 206399 diff --git a/graphics/gimp-save-for-web/pkg-descr b/graphics/gimp-save-for-web/pkg-descr deleted file mode 100644 index c8367bc4dbc8..000000000000 --- a/graphics/gimp-save-for-web/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Save for Web allows to find compromise between minimal file size -and acceptable quality of image quickly. While adjusting various -settings, you may explore how image quality and file size change. -Options to reduce file size of an image include setting compression -quality, number or colors, resizing, cropping, Exif information -removal, etc. - -WWW: http://registry.gimp.org/node/33 diff --git a/graphics/gimp-save-for-web/pkg-plist b/graphics/gimp-save-for-web/pkg-plist deleted file mode 100644 index 8ffaf086752f..000000000000 --- a/graphics/gimp-save-for-web/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -libexec/gimp/2.2/plug-ins/webexport -%%DATADIR%%/help/en/gimp-help.xml -%%DATADIR%%/help/en/index.html -%%DATADIR%%/help/images/wilber.png -share/locale/ca/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/es/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/fr/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/ja/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/ko/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/it/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/pt_BR/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/ru/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/sk/LC_MESSAGES/gimp20-save-for-web.mo -share/locale/sv/LC_MESSAGES/gimp20-save-for-web.mo diff --git a/graphics/gimp-wavelet-denoise-plugin/Makefile b/graphics/gimp-wavelet-denoise-plugin/Makefile deleted file mode 100644 index 59941a1d3b61..000000000000 --- a/graphics/gimp-wavelet-denoise-plugin/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wavelet-denoise -PORTVERSION= 0.3.1 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ -PKGNAMEPREFIX= gimp- -PKGNAMESUFFIX= -plugin - -MAINTAINER= ports@FreeBSD.org -COMMENT= GIMP plugin to reduce noise in each channel of an image separately - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app - -USES= compiler:c++11-lang gettext gmake pkgconfig - -PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} -GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins - -# l10n languages -LANGUAGES= de et it pl ru - -OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS -OPTIONS_DEFAULT= OPTIMIZED_CFLAGS -OPTIONS_SUB= yes - -OPTIMIZED_CFLAGS_CFLAGS= -O3 - -post-patch: - @${REINPLACE_CMD} \ - -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ - -e '/^LIBS =/s/$$/ $$\(LDFLAGS) -lm/' \ - ${WRKSRC}/src/Makefile - -post-patch-NLS-off: - @${REINPLACE_CMD} -E \ - -e 's|(^all:.*)po |\1|' \ - ${WRKSRC}/Makefile - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR} - -do-install-NLS-on: -.for language in ${LANGUAGES} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/ - ${INSTALL_DATA} ${WRKSRC}/po/${language}.mo \ - ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo -.endfor - -.include <bsd.port.mk> diff --git a/graphics/gimp-wavelet-denoise-plugin/distinfo b/graphics/gimp-wavelet-denoise-plugin/distinfo deleted file mode 100644 index cb0743f3d149..000000000000 --- a/graphics/gimp-wavelet-denoise-plugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wavelet-denoise-0.3.1.tar.gz) = 430d6cf0a641656c251d11fe1635f8859836b0e784770024a41da3c33482383b -SIZE (wavelet-denoise-0.3.1.tar.gz) = 27291 diff --git a/graphics/gimp-wavelet-denoise-plugin/pkg-descr b/graphics/gimp-wavelet-denoise-plugin/pkg-descr deleted file mode 100644 index 58ba99185c04..000000000000 --- a/graphics/gimp-wavelet-denoise-plugin/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The wavelet denoise plugin is a tool to reduce noise in each channel -of an image separately. - -The default colour space to do denoising is YCbCr which has the -advantage that chroma noise can be reduced without affecting image -details. Denoising in CIELAB (L*a*b*) or RGB is available as an -option. - -The user interface allows colour mode and preview channel selection. -The denoising threshold can be set for each colour channel -independently. - -The plugin can be found under "Filters > Enhance > Wavelet denoise" - -WWW: http://registry.gimp.org/node/4235 diff --git a/graphics/gimp-wavelet-denoise-plugin/pkg-plist b/graphics/gimp-wavelet-denoise-plugin/pkg-plist deleted file mode 100644 index bc6eaab8fc4e..000000000000 --- a/graphics/gimp-wavelet-denoise-plugin/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%GIMP_PLUGIN_DIR%%/wavelet-denoise -%%NLS%%share/locale/de/LC_MESSAGES/gimp20-wavelet-denoise-plug-in.mo -%%NLS%%share/locale/et/LC_MESSAGES/gimp20-wavelet-denoise-plug-in.mo -%%NLS%%share/locale/it/LC_MESSAGES/gimp20-wavelet-denoise-plug-in.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gimp20-wavelet-denoise-plug-in.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gimp20-wavelet-denoise-plug-in.mo diff --git a/graphics/gimp-wavelet-sharpen-plugin/Makefile b/graphics/gimp-wavelet-sharpen-plugin/Makefile deleted file mode 100644 index fff55896d106..000000000000 --- a/graphics/gimp-wavelet-sharpen-plugin/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wavelet-sharpen -PORTVERSION= 0.1.2 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ -PKGNAMEPREFIX= gimp- -PKGNAMESUFFIX= -plugin - -MAINTAINER= ports@FreeBSD.org -COMMENT= GIMP plugin to sharpen by increasing contrast in high frequency space - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app - -USES= compiler:c++11-lang gettext gmake pkgconfig - -PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} -GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins - -LANGUAGES= de et it pl ru - -OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS -OPTIONS_DEFAULT= OPTIMIZED_CFLAGS -OPTIONS_SUB= yes - -OPTIMIZED_CFLAGS_CFLAGS= -O3 - -post-patch: - @${REINPLACE_CMD} \ - -e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \ - -e '/^LIBS =/s/$$/ $$\(LDFLAGS\) -lm/' \ - ${WRKSRC}/src/Makefile - -post-patch-NLS-off: - @${REINPLACE_CMD} -E \ - -e 's|(^all:.*)po |\1|' \ - ${WRKSRC}/Makefile - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR} - -do-install-NLS-on: -.for language in ${LANGUAGES} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/ - ${INSTALL_DATA} ${WRKSRC}/po/${language}.mo \ - ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo -.endfor - -.include <bsd.port.mk> diff --git a/graphics/gimp-wavelet-sharpen-plugin/distinfo b/graphics/gimp-wavelet-sharpen-plugin/distinfo deleted file mode 100644 index 9bc4a550ec27..000000000000 --- a/graphics/gimp-wavelet-sharpen-plugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wavelet-sharpen-0.1.2.tar.gz) = 1cf7ee72bc4cdb721ecc3edf995904f508f2b2295006a5762c2f8878cc0c146f -SIZE (wavelet-sharpen-0.1.2.tar.gz) = 18145 diff --git a/graphics/gimp-wavelet-sharpen-plugin/pkg-descr b/graphics/gimp-wavelet-sharpen-plugin/pkg-descr deleted file mode 100644 index 95c9ca05d49c..000000000000 --- a/graphics/gimp-wavelet-sharpen-plugin/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The wavelet decomposition of an image results in multiple images -with different frequency content. When amplifying the high frequency -parts the recomposed image appears to be sharper than the original -one. That way the frequency which should be amplified most can also -be selected and a given unsharpness in the original image can be -taken into account. - -The wavelet sharpen plugin enhances apparent sharpness of an image -by increasing contrast in high frequency space. The amount of -unsharpness of the original image can be taken into account by -adjusting the sharpening radius. As an option you can choose to -sharpen the luminance (YCbCr) channel of the image only. - -The plugin can be found under "Filters > Enhance > Wavelet sharpen" - -WWW: http://registry.gimp.org/node/9836 diff --git a/graphics/gimp-wavelet-sharpen-plugin/pkg-plist b/graphics/gimp-wavelet-sharpen-plugin/pkg-plist deleted file mode 100644 index c62e7cb3070e..000000000000 --- a/graphics/gimp-wavelet-sharpen-plugin/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%GIMP_PLUGIN_DIR%%/wavelet-sharpen -%%NLS%%share/locale/de/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo -%%NLS%%share/locale/et/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo -%%NLS%%share/locale/it/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gimp20-wavelet-sharpen-plug-in.mo diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile deleted file mode 100644 index 86cd77284cdb..000000000000 --- a/graphics/giram/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: Brandon Fosdick <bfoz@glue.umd.edu> -# $FreeBSD$ - -PORTNAME= giram -PORTVERSION= 0.3.5 -PORTREVISION= 20 -CATEGORIES= graphics -MASTER_SITES= http://freebsd.nsu.ru/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= POV-Ray oriented modeller - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= lib3ds.so:graphics/lib3ds -BUILD_DEPENDS= povray:graphics/povray-meta -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= gettext gmake libtool perl5 pkgconfig -USE_PERL5= build -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= INTLTOOL_PERL="${PERL}" -CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \ - --disable-static \ - --with-tutorial-path="${DOCSDIR}" \ - --with-lib3ds-prefix="${LOCALBASE}" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - @${REINPLACE_CMD} '/^giram_LDADD =/s/$$/ -lgmodule-2.0/' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} '/DiscWithHoleFlag/d' ${WRKSRC}/src/tools/tool_disc.h - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/giram/0.3/modules/*.so - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/graphics/giram/distinfo b/graphics/giram/distinfo deleted file mode 100644 index dd2687c7aefb..000000000000 --- a/graphics/giram/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (giram-0.3.5.tar.gz) = 8dc6edddb1437476626f9c1ae5e308ea10e5e5d064e441a310b32df763daddd8 -SIZE (giram-0.3.5.tar.gz) = 1028404 diff --git a/graphics/giram/files/patch-configure b/graphics/giram/files/patch-configure deleted file mode 100644 index b12310a4ac90..000000000000 --- a/graphics/giram/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Mar 8 21:30:47 2003 -+++ configure Sun May 25 21:41:54 2003 -@@ -5843,7 +5843,6 @@ - fi - - --CFLAGS="-g -Wall -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS" - - if test -n "$DEBUGFLAG"; then - CFLAGS="$DEBUGFLAG $CFLAGS" diff --git a/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c b/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c deleted file mode 100644 index 92f8ab6cceaf..000000000000 --- a/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c +++ /dev/null @@ -1,42 +0,0 @@ ---- src/filetypes/povray/LoadPov.c.orig Mon Dec 23 18:06:14 2002 -+++ src/filetypes/povray/LoadPov.c Tue Oct 26 17:04:03 2004 -@@ -1152,6 +1152,7 @@ - break; - default: - /* panic!!! */ -+ ; - } - get_token(); - } -@@ -3238,6 +3239,7 @@ - - default: - /*Error("Mis-matched '#case' or '#range'.");*/ -+ ; - } - done = TRUE; - break; -@@ -3303,6 +3305,7 @@ - - default: - /* Error("Mis-matched '#end'.");*/ -+ ; - } - done = TRUE; - break; -@@ -4965,6 +4968,7 @@ - break; - default: - /* panic!!! */ -+ ; - } - get_token(); - } -@@ -5111,6 +5115,7 @@ - PARSE_FLOAT(HoleRadius) - break; - default: /* nothing */ -+ ; - } - - *pDisc = giram_disc_new(Center, Normal, Radius, HoleRadius); diff --git a/graphics/giram/files/patch-src+filetypes+povray+SavePov.c b/graphics/giram/files/patch-src+filetypes+povray+SavePov.c deleted file mode 100644 index b4ad20cb5fef..000000000000 --- a/graphics/giram/files/patch-src+filetypes+povray+SavePov.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filetypes/povray/SavePov.c.orig Fri Aug 9 18:17:09 2002 -+++ src/filetypes/povray/SavePov.c Tue Oct 26 17:04:03 2004 -@@ -799,6 +799,7 @@ - - default: - /* panic */ -+ ; - } - fprintf(OutFile, " location <%g, %g, %g>\n", Camera->Location[0], - Camera->Location[1], diff --git a/graphics/giram/files/patch-src+giramobjecteditor.c b/graphics/giram/files/patch-src+giramobjecteditor.c deleted file mode 100644 index c46a259ab019..000000000000 --- a/graphics/giram/files/patch-src+giramobjecteditor.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/giramobjecteditor.c.orig Tue Jul 23 00:32:37 2002 -+++ src/giramobjecteditor.c Tue Oct 26 17:04:03 2004 -@@ -19,10 +19,10 @@ - */ - - #include <stdlib.h> -+#include "widgets/gtkcolorbutton.h" - #include "giram.h" - - #include "giramintl.h" --#include "widgets/gtkcolorbutton.h" - #include "widgets/giramfileselection.h" - - #include "widgets/giramvectorframe.h" diff --git a/graphics/giram/files/patch-src+texture.c b/graphics/giram/files/patch-src+texture.c deleted file mode 100644 index 1bc0d04ed7f6..000000000000 --- a/graphics/giram/files/patch-src+texture.c +++ /dev/null @@ -1,15 +0,0 @@ ---- src/texture.c.orig Tue Jul 9 02:02:23 2002 -+++ src/texture.c Tue Oct 26 17:04:03 2004 -@@ -21,10 +21,10 @@ - #include <string.h> - #undef GTK_DISABLE_DEPRECATED - #warning GTK_DISABLE_DEPRECATED --#include "giram.h" --#include "utils.h" - #include "widgets/gtkcolorbutton.h" - #include "widgets/gtkcolormapbutton.h" -+#include "giram.h" -+#include "utils.h" - #include "texture.h" - - #include "widgets/giramwidgets.h" diff --git a/graphics/giram/files/patch-src+view.c b/graphics/giram/files/patch-src+view.c deleted file mode 100644 index 339577bf34f7..000000000000 --- a/graphics/giram/files/patch-src+view.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/view.c.orig Sat Aug 10 02:25:18 2002 -+++ src/view.c Tue Oct 26 17:04:03 2004 -@@ -22,8 +22,9 @@ - #include <unistd.h> - #include <math.h> - #include <string.h> --#include "giram.h" - #include <gdk/gdkkeysyms.h> -+#include <gtk/gtkitemfactory.h> -+#include "giram.h" - - #include "tools/tools.h" - #include "tools/tool_select.h" diff --git a/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c b/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c deleted file mode 100644 index 2440d49fafd2..000000000000 --- a/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/widgets/gtkcolorbutton.c.orig Wed Jul 3 19:47:16 2002 -+++ src/widgets/gtkcolorbutton.c Tue Oct 26 17:04:03 2004 -@@ -25,11 +25,11 @@ - #undef GTK_DISABLE_DEPRECATED - #warning GTK_DISABLE_DEPRECATED - -+#include "gtkcolorbutton.h" -+ - #include "giram.h" - - #include "giramintl.h" -- --#include "gtkcolorbutton.h" - - static void gtk_color_button_destroy(GtkObject *object); - static void gtk_color_button_clicked(GtkButton *button); diff --git a/graphics/giram/pkg-descr b/graphics/giram/pkg-descr deleted file mode 100644 index eb6aaa24fa09..000000000000 --- a/graphics/giram/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Giram Is a Renderer And a Modeller. - -It is a Persistance Of Vision (POV-Ray) oriented modeller, but may become -more of a general modeller in the future. - -WWW: http://dindinx.net/giram/ diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist deleted file mode 100644 index 497242599e3c..000000000000 --- a/graphics/giram/pkg-plist +++ /dev/null @@ -1,80 +0,0 @@ -bin/giram -bin/povfront -etc/giram/0.3/giramrc -etc/giram/0.3/giramrc_user -etc/giram/0.3/gtkrc -etc/giram/0.3/gtkrc_user -etc/giram/0.3/ps-menurc -lib/giram/0.3/color/color1.gcf -lib/giram/0.3/finish/finish1 -lib/giram/0.3/giram_logo.ppm -lib/giram/0.3/giram_splash.ppm -lib/giram/0.3/modules/librender_flat.so -lib/giram/0.3/modules/librender_gouraud.so -lib/giram/0.3/modules/librender_hiddenfaces.so -lib/giram/0.3/modules/librender_povray.so -lib/giram/0.3/modules/librender_raytracing.so -lib/giram/0.3/modules/librender_wireframe.so -lib/giram/0.3/normal/normal1 -lib/giram/0.3/pigment/pigment1 -lib/giram/0.3/shape/shape1 -lib/giram/0.3/texture/texture1 -lib/giram/0.3/tips/giram_conseils.fr.txt -lib/giram/0.3/tips/giram_tips.txt -lib/giram/0.3/user_install -libexec/giram/plug-ins/Box -libexec/giram/plug-ins/Rotate -libexec/giram/plug-ins/Spheres -man/man1/giram.1.gz -%%PORTDOCS%%%%DOCSDIR%%/Tutorial -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Cone.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Disc.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Giram.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSphereBox1.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSphereBox2.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSphereBox3.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSpherePlane1.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSpherePlane2.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSpherePlane3.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Triangle.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue2.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue3.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue4.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checker.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lollipop.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superel1.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superel2.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superel3.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pov -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/torus.pov -share/locale/ca/LC_MESSAGES/giram.mo -share/locale/cs/LC_MESSAGES/giram.mo -share/locale/da/LC_MESSAGES/giram.mo -share/locale/de/LC_MESSAGES/giram.mo -share/locale/el/LC_MESSAGES/giram.mo -share/locale/en_GB/LC_MESSAGES/giram.mo -share/locale/es/LC_MESSAGES/giram.mo -share/locale/fi/LC_MESSAGES/giram.mo -share/locale/fr/LC_MESSAGES/giram.mo -share/locale/ga/LC_MESSAGES/giram.mo -share/locale/gl/LC_MESSAGES/giram.mo -share/locale/hr/LC_MESSAGES/giram.mo -share/locale/hu/LC_MESSAGES/giram.mo -share/locale/it/LC_MESSAGES/giram.mo -share/locale/ja/LC_MESSAGES/giram.mo -share/locale/ko/LC_MESSAGES/giram.mo -share/locale/nl/LC_MESSAGES/giram.mo -share/locale/no/LC_MESSAGES/giram.mo -share/locale/pl/LC_MESSAGES/giram.mo -share/locale/pt_BR/LC_MESSAGES/giram.mo -share/locale/ro/LC_MESSAGES/giram.mo -share/locale/ru/LC_MESSAGES/giram.mo -share/locale/sk/LC_MESSAGES/giram.mo -share/locale/sv/LC_MESSAGES/giram.mo -share/locale/tr/LC_MESSAGES/giram.mo -share/locale/uk/LC_MESSAGES/giram.mo -share/locale/zh_CN/LC_MESSAGES/giram.mo -share/locale/zh_TW/LC_MESSAGES/giram.mo -@dir lib/giram/0.3/color_map diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile deleted file mode 100644 index 1ddf2cee68f8..000000000000 --- a/graphics/inventor/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: Christian Gusenbauer -# $FreeBSD$ - -PORTNAME= inventor -PORTVERSION= 2.1.5.p10 -PORTREVISION= 15 -CATEGORIES= graphics -MASTER_SITES= ftp://oss.sgi.com/projects/inventor/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-/} -EXTRACT_SUFX= .src.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= SGI's Open Inventor (TM) - -LICENSE= LGPL21 - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained, Depends on expiring graphics/libGLw -EXPIRATION_DATE= 2019-10-16 - -ONLY_FOR_ARCHS= amd64 i386 -CONFLICTS= Coin-[0-9]* SoXt-[0-9]* - -LIB_DEPENDS= libfreetype.so:print/freetype2 - -USES= gl gmake iconv jpeg motif -USE_XORG= x11 xext xi xp xt -USE_GL= gl glu glw -USE_LDCONFIG= yes - -MAKE_JOBS_UNSAFE= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \ - VCOPTS="${CFLAGS}" VCXXOPTS="${CXXFLAGS}" \ - VLDOPTS="${LDFLAGS}" VLDDSOOPTS="${LDFLAGS}" \ - IVPREFIX="${PREFIX}" X11DIR="${LOCALBASE}" -MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/libSoXt \ - FREETYPE=1 \ - INSTALL_STRIP=${STRIP} \ - IVROOT=${STAGEDIR} -MAKEFILE= GNUmakefile - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= DEBUG - -DEBUG_MAKE_ENV= LIBTYPE=debug - -LDFLAGS+= -Wl,--add-needed -LLD_UNSAFE= yes -CFLAGS+= -Wno-c++11-narrowing # cause of "lib/interaction/src/draggers/geom/SoCenterballDraggerGeom.h" - -post-patch: -# Fix for print/freetype2 v2.7, where FT_Done_GlyphSlot function is not exported - @${REINPLACE_CMD} -e '/FT_Done_GlyphSlot/s|^|//|' \ - ${WRKSRC}/libFL/ang/flfreetype.c - @${REINPLACE_CMD} 's|/usr\(/include/freetype2\)|${LOCALBASE}\1|' \ - ${WRKSRC}/libFL/ang/GNUmakefile - @${REINPLACE_CMD} -e 's|%%ICONV_LIB%%|${ICONV_LIB}|' \ - ${WRKSRC}/lib/GNUmakefile -.include <bsd.port.mk> diff --git a/graphics/inventor/distinfo b/graphics/inventor/distinfo deleted file mode 100644 index 3ccd88b6179d..000000000000 --- a/graphics/inventor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (inventor-2.1.5-10.src.tar.gz) = 1b0106a705191f525fc89a9f3def37bdeae5ab9ceb1b4d9e5ede8a442bdf8d6b -SIZE (inventor-2.1.5-10.src.tar.gz) = 8282780 diff --git a/graphics/inventor/files/patch-Interface.c++ b/graphics/inventor/files/patch-Interface.c++ deleted file mode 100644 index a8a0ad30745d..000000000000 --- a/graphics/inventor/files/patch-Interface.c++ +++ /dev/null @@ -1,35 +0,0 @@ ---- apps/demos/noodle/Interface.c++~ Sat Jun 1 11:22:20 2002 -+++ apps/demos/noodle/Interface.c++ Sun Aug 3 14:50:36 2003 -@@ -67,6 +67,12 @@ - #include "NoodleTextureGizmo.h" - #include "NoodleSurfaceGizmo.h" - -+#ifdef __FreeBSD__ -+#define PDF_READER "xpdf" -+#else -+#define PDF_READER "acroread" -+#endif -+ - #define SCREEN(w) XScreenNumberOfScreen(XtScreen(w)) - - extern SoNode *createProfileGraph( Widget, GeneralizedCylinder *); -@@ -406,16 +412,16 @@ - } - - char command[100]; -- sprintf(command, "which acroread > /dev/null"); -+ sprintf(command, "which " PDF_READER " > /dev/null"); - - int err = system(command); - if (err) { -- system("xmessage 'You must install acroread" -+ system("xmessage 'You must install " PDF_READER - " for this function to work' > /dev/null"); - return; - } - -- sprintf(command, "acroread " IVPREFIX "/demos/Inventor/noodle.about &"); -+ sprintf(command, PDF_READER " " IVPREFIX "/demos/Inventor/noodle.about &"); - system(command); - } - diff --git a/graphics/inventor/files/patch-SbTime.c++ b/graphics/inventor/files/patch-SbTime.c++ deleted file mode 100644 index b9b6f97203a9..000000000000 --- a/graphics/inventor/files/patch-SbTime.c++ +++ /dev/null @@ -1,86 +0,0 @@ ---- lib/database/src/sb/SbTime.c++.orig 2018-11-05 18:10:14 UTC -+++ lib/database/src/sb/SbTime.c++ -@@ -190,52 +190,52 @@ SbTime::format(const char *fmt) const - - case 'D': - if (negative) *s++ = '-'; -- s += sprintf(s, "%ld", tday); -+ s += sprintf(s, "%d", tday); - break; - - case 'H': - if (negative) *s++ = '-'; -- s += sprintf(s, "%ld", thour); -+ s += sprintf(s, "%d", thour); - break; - - case 'M': - if (negative) *s++ = '-'; -- s += sprintf(s, "%ld", tmin); -+ s += sprintf(s, "%d", tmin); - break; - - case 'S': - if (negative) *s++ = '-'; -- s += sprintf(s, "%ld", tsec); -+ s += sprintf(s, "%d", tsec); - break; - - case 'I': - if (negative) *s++ = '-'; -- s += sprintf(s, "%ld", tmilli); -+ s += sprintf(s, "%d", tmilli); - break; - - case 'U': - if (negative) *s++ = '-'; -- s += sprintf(s, "%ld", tmicro); -+ s += sprintf(s, "%d", tmicro); - break; - - case 'h': -- s += sprintf(s, "%.2ld", rhour); -+ s += sprintf(s, "%.2d", rhour); - break; - - case 'm': -- s += sprintf(s, "%.2ld", rmin); -+ s += sprintf(s, "%.2d", rmin); - break; - - case 's': -- s += sprintf(s, "%.2ld", rsec); -+ s += sprintf(s, "%.2d", rsec); - break; - - case 'i': -- s += sprintf(s, "%.3ld", rmilli); -+ s += sprintf(s, "%.3d", rmilli); - break; - - case 'u': -- s += sprintf(s, "%.6ld", rmicro); -+ s += sprintf(s, "%.6d", rmicro); - break; - - default: - -*** lib/database/src/sb/SbTime.c++ Sat Dec 14 18:06:53 2002 ---- lib/database/src/sb/SbTime.c++.new Sat Dec 14 17:15:06 2002 -*************** -*** 269,275 **** - seconds = (int) t.tv_sec; - strftime(buf, sizeof(buf), fmt, localtime((const time_t *) &seconds)); - #else -! strftime(buf, sizeof(buf), fmt, localtime(&t.tv_sec)); - #endif - - return buf; ---- 269,275 ---- - seconds = (int) t.tv_sec; - strftime(buf, sizeof(buf), fmt, localtime((const time_t *) &seconds)); - #else -! strftime(buf, sizeof(buf), fmt, localtime((const time_t *) &t.tv_sec)); - #endif - - return buf; diff --git a/graphics/inventor/files/patch-SceneViewer-GNUmakefile b/graphics/inventor/files/patch-SceneViewer-GNUmakefile deleted file mode 100644 index 3b44c7e4aff6..000000000000 --- a/graphics/inventor/files/patch-SceneViewer-GNUmakefile +++ /dev/null @@ -1,13 +0,0 @@ -*** apps/demos/SceneViewer/GNUmakefile.orig Thu Jan 2 15:06:49 2003 ---- apps/demos/SceneViewer/GNUmakefile Thu Jan 2 15:07:07 2003 -*************** -*** 6,11 **** ---- 6,13 ---- - - CXXFILES = SceneViewer.c++ SoSceneViewer.c++ SvManipList.c++ - -+ CXXFLAGS += -DXTSTRINGDEFINES -+ - LLDOPTS += -L../../samples/widgets - - LLDLIBS = -lInventorWidget -lInventor -lInventorXt diff --git a/graphics/inventor/files/patch-SoCalcParse.y b/graphics/inventor/files/patch-SoCalcParse.y deleted file mode 100644 index 10ad4722fa73..000000000000 --- a/graphics/inventor/files/patch-SoCalcParse.y +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/database/src/so/engines/SoCalcParse.y.old Sun Aug 3 14:03:28 2003 -+++ lib/database/src/so/engines/SoCalcParse.y Sun Aug 3 14:09:13 2003 -@@ -20,10 +20,14 @@ - #include <Inventor/errors/SoDebugError.h> - #include "SoCalcExpr.h" - #include <stdio.h> -+ - #ifdef __APPLE__ - #include <float.h> - #include <limits.h> --#else -+#elif defined __FreeBSD__ -+#include <float.h> -+#define MINFLOAT FLT_MIN -+#else // __FreeBSD__ - #include <values.h> - #endif - #include <math.h> diff --git a/graphics/inventor/files/patch-SoDragger.c++ b/graphics/inventor/files/patch-SoDragger.c++ deleted file mode 100644 index cead07ba5e21..000000000000 --- a/graphics/inventor/files/patch-SoDragger.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/interaction/src/draggers/SoDragger.c++.orig 2011-06-08 14:34:05.000000000 +0200 -+++ lib/interaction/src/draggers/SoDragger.c++ 2011-06-08 14:34:13.000000000 +0200 -@@ -686,7 +686,7 @@ - int indexInPath = tempPathToThis->getIndex(numFmHead+1); - - int numKidsNow = children->getLength(); --#if (_MIPS_SZPTR == 64 || __ia64) -+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__) - int numKidsBefore = (int) ((long) (*tempPathNumKidsHack)[numFmHead]); - #else - int numKidsBefore = (int) (*tempPathNumKidsHack)[numFmHead]; diff --git a/graphics/inventor/files/patch-SoNkCatalog.c++ b/graphics/inventor/files/patch-SoNkCatalog.c++ deleted file mode 100644 index 2d68b1509d38..000000000000 --- a/graphics/inventor/files/patch-SoNkCatalog.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/nodekits/src/nodekits/SoNkCatalog.c++.orig 2011-06-08 14:36:19.000000000 +0200 -+++ lib/nodekits/src/nodekits/SoNkCatalog.c++ 2011-06-08 14:36:30.000000000 +0200 -@@ -336,7 +336,7 @@ - void *castPNum; - - if ( partNameDict.find( (unsigned long) theName.getString(), castPNum ) ) --#if (_MIPS_SZPTR == 64 || __ia64) -+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__) - return ( (int) ((long) castPNum) ); // System long - #else - return ( (int) castPNum ); diff --git a/graphics/inventor/files/patch-SoOutput.c++ b/graphics/inventor/files/patch-SoOutput.c++ deleted file mode 100644 index a2a2f08e5fad..000000000000 --- a/graphics/inventor/files/patch-SoOutput.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/database/src/so/SoOutput.c++.orig 2011-06-08 14:31:06.000000000 +0200 -+++ lib/database/src/so/SoOutput.c++ 2011-06-08 14:31:15.000000000 +0200 -@@ -1462,7 +1462,7 @@ - - // Generates a CC warning. Ho hum. - if (refDict->find((unsigned long) base, ref)) --#if (_MIPS_SZPTR == 64 || __ia64) -+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__) - referenceId = (int) ((unsigned long) ref); - #else - referenceId = (int)ref; diff --git a/graphics/inventor/files/patch-SoPath.h b/graphics/inventor/files/patch-SoPath.h deleted file mode 100644 index 266e2ea0a11f..000000000000 --- a/graphics/inventor/files/patch-SoPath.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/database/include/Inventor/SoPath.h.orig Tue Sep 25 00:45:33 2001 -+++ lib/database/include/Inventor/SoPath.h Fri Dec 15 20:59:44 2006 -@@ -61,6 +61,8 @@ - #include <Inventor/nodes/SoNode.h> - #include <Inventor/SoLists.h> - -+class SoTempPath; -+ - ////////////////////////////////////////////////////////////////////////////// - // - // Class: SoPath diff --git a/graphics/inventor/files/patch-SoSceneViewer.c++ b/graphics/inventor/files/patch-SoSceneViewer.c++ deleted file mode 100644 index 2612ff041e76..000000000000 --- a/graphics/inventor/files/patch-SoSceneViewer.c++ +++ /dev/null @@ -1,53 +0,0 @@ -*** apps/demos/SceneViewer/SoSceneViewer.c++.orig Fri Jan 3 09:59:15 2003 ---- apps/demos/SceneViewer/SoSceneViewer.c++ Fri Jan 3 10:01:02 2003 -*************** -*** 141,146 **** ---- 141,151 ---- - #include <assert.h> - #endif - -+ #ifdef __FreeBSD__ -+ #define PDF_READER "xpdf" -+ #else -+ #define PDF_READER "acroread" -+ #endif - - // - // Macros and constants -*************** -*** 4739,4755 **** - } - - char command[100]; -! sprintf(command, "which acroread > /dev/null"); - - int err = system(command); - if (err) - { -! system("xmessage 'You must install acroread" - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, "acroread " - IVPREFIX "/demos/Inventor/SceneViewer.about &"); - system(command); - } ---- 4744,4760 ---- - } - - char command[100]; -! sprintf(command, "which " PDF_READER " > /dev/null"); - - int err = system(command); - if (err) - { -! system("xmessage 'You must install " PDF_READER - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, PDF_READER " " - IVPREFIX "/demos/Inventor/SceneViewer.about &"); - system(command); - } diff --git a/graphics/inventor/files/patch-SoSensorMgr.c++ b/graphics/inventor/files/patch-SoSensorMgr.c++ deleted file mode 100644 index f5c59d46e3ff..000000000000 --- a/graphics/inventor/files/patch-SoSensorMgr.c++ +++ /dev/null @@ -1,15 +0,0 @@ -*** lib/database/src/so/sensors/SoSensorMgr.c++.orig Sat Jul 12 00:40:53 2003 ---- lib/database/src/so/sensors/SoSensorMgr.c++ Sun Feb 22 17:11:52 2004 -*************** -*** 61,66 **** ---- 61,70 ---- - #include <unistd.h> - #endif // __APPLE__ - -+ #ifdef __FreeBSD__ -+ #include <sys/select.h> -+ #endif -+ - #ifdef DEBUG - #include <SoDebug.h> - static SbTime startTime; diff --git a/graphics/inventor/files/patch-SoText2.c++ b/graphics/inventor/files/patch-SoText2.c++ deleted file mode 100644 index 4258bddfb534..000000000000 --- a/graphics/inventor/files/patch-SoText2.c++ +++ /dev/null @@ -1,12 +0,0 @@ -*** lib/database/src/so/nodes/SoText2.c++.orig Tue Sep 25 00:45:41 2001 ---- lib/database/src/so/nodes/SoText2.c++ Mon Dec 23 13:28:11 2002 -*************** -*** 1498,1503 **** ---- 1498,1504 ---- - // And some font library stuff: - static FLcontext flContext; - FLfontNumber fontId; -+ GLubyte* fontNumList; - }; - - SO_NODE_SOURCE(SoText2); diff --git a/graphics/inventor/files/patch-SoText3V2.c++ b/graphics/inventor/files/patch-SoText3V2.c++ deleted file mode 100644 index 2610652afe5c..000000000000 --- a/graphics/inventor/files/patch-SoText3V2.c++ +++ /dev/null @@ -1,30 +0,0 @@ -*** apps/converters/ivdowngrade/SoText3V2.c++.orig Thu Jan 2 20:38:57 2003 ---- apps/converters/ivdowngrade/SoText3V2.c++ Thu Jan 2 20:39:28 2003 -*************** -*** 50,55 **** ---- 50,57 ---- - */ - - #include <Inventor/actions/SoWriteAction.h> -+ #include <Inventor/errors/SoDebugError.h> -+ - #include "SoText3V2.h" - - char* convToAscii(const SbString& str); -*************** -*** 150,156 **** - } - } - #ifdef DEBUG -! if (trunc) SoDebugWarning::post("SoText3V2", - "Note that conversion modified an international text string"); - #endif /*DEBUG*/ - return newStr; ---- 152,158 ---- - } - } - #ifdef DEBUG -! if (trunc) SoDebugError::post("SoText3V2", - "Note that conversion modified an international text string"); - #endif /*DEBUG*/ - return newStr; diff --git a/graphics/inventor/files/patch-SoType.c++ b/graphics/inventor/files/patch-SoType.c++ deleted file mode 100644 index 4cf86ebcce66..000000000000 --- a/graphics/inventor/files/patch-SoType.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/database/src/so/SoType.c++.orig 2011-06-08 14:29:24.000000000 +0200 -+++ lib/database/src/so/SoType.c++ 2011-06-08 14:29:37.000000000 +0200 -@@ -331,7 +331,7 @@ - if (b == NULL) - return SoType::badType(); - --#if (_MIPS_SZPTR == 64 || __ia64) -+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__) - SoType result = typeData[(int) ((unsigned long) b)].type; - #else - SoType result = typeData[(int)b].type; diff --git a/graphics/inventor/files/patch-SoV1NkCatalog.c++ b/graphics/inventor/files/patch-SoV1NkCatalog.c++ deleted file mode 100644 index 2a4d8d871f30..000000000000 --- a/graphics/inventor/files/patch-SoV1NkCatalog.c++ +++ /dev/null @@ -1,21 +0,0 @@ ---- lib/nodekits/src/upgraders/SoV1NkCatalog.c++.orig 2001-09-25 02:45:47.000000000 +0200 -+++ lib/nodekits/src/upgraders/SoV1NkCatalog.c++ 2011-06-08 14:38:38.000000000 +0200 -@@ -51,6 +51,9 @@ - _______________________________________________________________________ - */ - -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#endif - - #include <Inventor/misc/upgraders/SoV1NodekitCatalog.h> - #include <Inventor/SoDB.h> -@@ -330,7 +333,7 @@ - void *castPNum; - - if ( partNameDict.find( (unsigned long) theName.getString(), castPNum ) ) --#if (_MIPS_SZPTR == 64 || __ia64) -+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__) - return ( (int) ((long) castPNum) ); // System long - #else - return ( (int) castPNum ); diff --git a/graphics/inventor/files/patch-SoXtRsrc.c++ b/graphics/inventor/files/patch-SoXtRsrc.c++ deleted file mode 100644 index d5701eca5cee..000000000000 --- a/graphics/inventor/files/patch-SoXtRsrc.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- libSoXt/src/SoXtRsrc.c++.orig 2011-06-08 14:39:34.000000000 +0200 -+++ libSoXt/src/SoXtRsrc.c++ 2011-06-08 14:39:43.000000000 +0200 -@@ -145,7 +145,7 @@ - classList = new XrmQuark[listSize]; - for (q = 0, s = len - 1; - s >= 0; q++, s--) { --#if (_MIPS_SZPTR == 64 || __ia64) -+#if (_MIPS_SZPTR == 64 || __ia64 || __amd64__) - nameList[q] = (XrmQuark) ((long) nameplist[s]); - classList[q] = (XrmQuark) ((long) classplist[s]); - #else diff --git a/graphics/inventor/files/patch-apps-demos-qmorf_quadCube.c++ b/graphics/inventor/files/patch-apps-demos-qmorf_quadCube.c++ deleted file mode 100644 index 72462e2b3c16..000000000000 --- a/graphics/inventor/files/patch-apps-demos-qmorf_quadCube.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/demos/qmorf/quadCube.c++.orig 2013-10-10 14:58:48.000000000 +0200 -+++ apps/demos/qmorf/quadCube.c++ 2013-10-10 14:58:56.000000000 +0200 -@@ -182,7 +182,7 @@ - return result; - } - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - if (argc > 1) diagonalFlag = 0; - diff --git a/graphics/inventor/files/patch-apps-demos-qmorf_quadSheet.c++ b/graphics/inventor/files/patch-apps-demos-qmorf_quadSheet.c++ deleted file mode 100644 index 12c832de0d15..000000000000 --- a/graphics/inventor/files/patch-apps-demos-qmorf_quadSheet.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/demos/qmorf/quadSheet.c++.orig 2013-10-10 14:59:43.000000000 +0200 -+++ apps/demos/qmorf/quadSheet.c++ 2013-10-10 14:59:47.000000000 +0200 -@@ -68,7 +68,7 @@ - return result; - } - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - SoDB::init(); - diff --git a/graphics/inventor/files/patch-apps-demos-qmorf_quadSphere.c++ b/graphics/inventor/files/patch-apps-demos-qmorf_quadSphere.c++ deleted file mode 100644 index 74379bbaba37..000000000000 --- a/graphics/inventor/files/patch-apps-demos-qmorf_quadSphere.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/demos/qmorf/quadSphere.c++.orig 2013-10-10 14:58:13.000000000 +0200 -+++ apps/demos/qmorf/quadSphere.c++ 2013-10-10 14:58:20.000000000 +0200 -@@ -76,7 +76,7 @@ - return result; - } - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - SoDB::init(); - diff --git a/graphics/inventor/files/patch-apps-demos-revo_GNUmakefile b/graphics/inventor/files/patch-apps-demos-revo_GNUmakefile deleted file mode 100644 index d972247745e9..000000000000 --- a/graphics/inventor/files/patch-apps-demos-revo_GNUmakefile +++ /dev/null @@ -1,14 +0,0 @@ ---- apps/demos/revo/GNUmakefile.orig 2013-10-10 15:00:56.000000000 +0200 -+++ apps/demos/revo/GNUmakefile 2013-10-10 15:01:29.000000000 +0200 -@@ -8,9 +8,9 @@ - - CXXFILES = revo.c++ RevClass.c++ profile.c++ - --LLDOPTS += -L../../samples/common -+LLDOPTS += - --LLDLIBS = -lcommon -lInventor -lInventorXt -+LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt - - all: all_ivbin - diff --git a/graphics/inventor/files/patch-apps-demos-textomatic_GNUmakefile b/graphics/inventor/files/patch-apps-demos-textomatic_GNUmakefile deleted file mode 100644 index b63bcc4a33a5..000000000000 --- a/graphics/inventor/files/patch-apps-demos-textomatic_GNUmakefile +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/demos/textomatic/GNUmakefile.orig 2013-10-10 15:01:55.000000000 +0200 -+++ apps/demos/textomatic/GNUmakefile 2013-10-10 15:02:12.000000000 +0200 -@@ -8,7 +8,7 @@ - - LLDOPTS += -L../../samples/common - --LLDLIBS = -lcommon -lInventor -lInventorXt -+LLDLIBS = ../../samples/common/libcommon.a -lInventor -lInventorXt - - all: all_ivbin - diff --git a/graphics/inventor/files/patch-apps-samples-widgets_componentTest.c++ b/graphics/inventor/files/patch-apps-samples-widgets_componentTest.c++ deleted file mode 100644 index e0cfa920cfae..000000000000 --- a/graphics/inventor/files/patch-apps-samples-widgets_componentTest.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/samples/widgets/componentTest.c++.orig 2013-10-10 14:53:45.000000000 +0200 -+++ apps/samples/widgets/componentTest.c++ 2013-10-10 14:53:54.000000000 +0200 -@@ -60,7 +60,7 @@ - } - - int --main(unsigned int argc, char *argv[]) -+main(int argc, char *argv[]) - { - if (argc != 2) - usage(argv[0]); diff --git a/graphics/inventor/files/patch-apps-tools-ivcat_ivcat.c++ b/graphics/inventor/files/patch-apps-tools-ivcat_ivcat.c++ deleted file mode 100644 index 3d3a4692aa73..000000000000 --- a/graphics/inventor/files/patch-apps-tools-ivcat_ivcat.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/tools/ivcat/ivcat.c++.orig 2013-10-10 14:54:27.000000000 +0200 -+++ apps/tools/ivcat/ivcat.c++ 2013-10-10 14:54:37.000000000 +0200 -@@ -215,7 +215,7 @@ - } - } - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - int expandFileNodes = 0; - int expandTextureNodes = 0; diff --git a/graphics/inventor/files/patch-apps-tools-ivfix_ivfix.c++ b/graphics/inventor/files/patch-apps-tools-ivfix_ivfix.c++ deleted file mode 100644 index 9d16e37a0bc0..000000000000 --- a/graphics/inventor/files/patch-apps-tools-ivfix_ivfix.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/tools/ivfix/ivfix.c++.orig 2013-10-10 14:55:27.000000000 +0200 -+++ apps/tools/ivfix/ivfix.c++ 2013-10-10 14:55:33.000000000 +0200 -@@ -80,7 +80,7 @@ - // - ///////////////////////////////////////////////////////////////////////////// - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - OptionInfo options; - diff --git a/graphics/inventor/files/patch-apps-tools-ivinfo_ivinfo.c++ b/graphics/inventor/files/patch-apps-tools-ivinfo_ivinfo.c++ deleted file mode 100644 index 5c401bbede28..000000000000 --- a/graphics/inventor/files/patch-apps-tools-ivinfo_ivinfo.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/tools/ivinfo/ivinfo.c++.orig 2013-10-10 14:56:40.000000000 +0200 -+++ apps/tools/ivinfo/ivinfo.c++ 2013-10-10 14:56:45.000000000 +0200 -@@ -159,7 +159,7 @@ - } - } - --main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - SoInput in; - SoNode *root; diff --git a/graphics/inventor/files/patch-arc.c++ b/graphics/inventor/files/patch-arc.c++ deleted file mode 100644 index e47ddf7b4cdf..000000000000 --- a/graphics/inventor/files/patch-arc.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/database/src/so/nodes/nurbs/libnurbs/arc.c++.orig 2000-08-15 12:56:22 UTC -+++ lib/database/src/so/nodes/nurbs/libnurbs/arc.c++ -@@ -332,7 +332,7 @@ Arc::check( void ) - - inline long tooclose( REAL x, REAL y ) - { -- return (abs(x-y) < TOL) ? 1 : 0; -+ return (absr(x-y) < TOL) ? 1 : 0; - } - - diff --git a/graphics/inventor/files/patch-arctess.c++ b/graphics/inventor/files/patch-arctess.c++ deleted file mode 100644 index 03449735dee6..000000000000 --- a/graphics/inventor/files/patch-arctess.c++ +++ /dev/null @@ -1,35 +0,0 @@ ---- lib/database/src/so/nodes/nurbs/libnurbs/arctess.c++.orig 2000-08-15 12:56:22 UTC -+++ lib/database/src/so/nodes/nurbs/libnurbs/arctess.c++ -@@ -247,8 +247,8 @@ ArcTessellator::pwl( Arc *arc, REAL s1, - - /* if(rate <= 0.06) rate = 0.06;*/ - -- int snsteps = 1 + (int) (abs(s2 - s1) / rate ); -- int tnsteps = 1 + (int) (abs(t2 - t1) / rate ); -+ int snsteps = 1 + (int) (absr(s2 - s1) / rate ); -+ int tnsteps = 1 + (int) (absr(t2 - t1) / rate ); - int nsteps = max(1,max( snsteps, tnsteps )); - - REAL sstepsize = (s2 - s1) / (REAL) nsteps; -@@ -395,8 +395,8 @@ ArcTessellator::tessellateNonlinear( Arc - vert->param[0] = u/w; - vert->param[1] = v/w; - #ifndef NOELIMINATION -- REAL ds = abs(vert[0].param[0] - vert[-1].param[0]); -- REAL dt = abs(vert[0].param[1] - vert[-1].param[1]); -+ REAL ds = absr(vert[0].param[0] - vert[-1].param[0]); -+ REAL dt = absr(vert[0].param[1] - vert[-1].param[1]); - int canremove = (ds<geo_stepsize && dt<geo_stepsize) ? 1 : 0; - REAL ods=0.0, odt=0.0; - -@@ -454,8 +454,8 @@ ArcTessellator::tessellateNonlinear( Arc - vert->param[0] = u; - vert->param[1] = v; - #ifndef NOELIMINATION -- REAL ds = abs(vert[0].param[0] - vert[-1].param[0]); -- REAL dt = abs(vert[0].param[1] - vert[-1].param[1]); -+ REAL ds = absr(vert[0].param[0] - vert[-1].param[0]); -+ REAL dt = absr(vert[0].param[1] - vert[-1].param[1]); - int canremove = (ds<geo_stepsize && dt<geo_stepsize) ? 1 : 0; - REAL ods=0.0, odt=0.0; - diff --git a/graphics/inventor/files/patch-ccw.c++ b/graphics/inventor/files/patch-ccw.c++ deleted file mode 100644 index 4ab1bbe6909b..000000000000 --- a/graphics/inventor/files/patch-ccw.c++ +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/database/src/so/nodes/nurbs/libnurbs/ccw.c++.orig 2000-08-15 12:56:22 UTC -+++ lib/database/src/so/nodes/nurbs/libnurbs/ccw.c++ -@@ -508,6 +508,6 @@ int - Subdivider::ccw( TrimVertex *a, TrimVertex *b, TrimVertex *c ) - { - REAL d = det3( a, b, c ); -- if( abs(d) < 0.0001 ) return -1; -+ if( absr(d) < 0.0001 ) return -1; - return (d < 0.0) ? 0 : 1; - } diff --git a/graphics/inventor/files/patch-doc-man-ivman_Main.c++ b/graphics/inventor/files/patch-doc-man-ivman_Main.c++ deleted file mode 100644 index ef23d5452277..000000000000 --- a/graphics/inventor/files/patch-doc-man-ivman_Main.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/man/ivman/Main.c++.orig 2013-10-10 14:52:11.000000000 +0200 -+++ doc/man/ivman/Main.c++ 2013-10-10 14:52:17.000000000 +0200 -@@ -89,7 +89,7 @@ - // - ///////////////////////////////////////////////////////////////////////////// - --main(int argc, char *argv[]) -+int main(int argc, char *argv[]) - { - SbBool ok = TRUE; - int c, curArg; diff --git a/graphics/inventor/files/patch-doc-man1-GNUmakefile b/graphics/inventor/files/patch-doc-man1-GNUmakefile deleted file mode 100644 index fecac315e5ec..000000000000 --- a/graphics/inventor/files/patch-doc-man1-GNUmakefile +++ /dev/null @@ -1,19 +0,0 @@ -*** doc/man/man1/GNUmakefile.orig Fri Dec 24 07:50:05 2004 ---- doc/man/man1/GNUmakefile Fri Dec 24 07:52:36 2004 -*************** -*** 11,16 **** - ivinfo.1 \ - ivview.1 - -! all install: install_man1 - - include $(IVCOMMONRULES) ---- 11,18 ---- - ivinfo.1 \ - ivview.1 - -! all: -! -! install: install_man1 - - include $(IVCOMMONRULES) diff --git a/graphics/inventor/files/patch-fl.c b/graphics/inventor/files/patch-fl.c deleted file mode 100644 index 628a9ba4a4b0..000000000000 --- a/graphics/inventor/files/patch-fl.c +++ /dev/null @@ -1,16 +0,0 @@ -*** libFL/ang/fl.c.orig Thu Jan 2 16:28:23 2003 ---- libFL/ang/fl.c Thu Jan 2 16:32:25 2003 -*************** -*** 95,101 **** ---- 95,105 ---- - NULL - }; - -+ #ifdef __FreeBSD__ -+ static char *fontPath = IVPREFIX "/share/fonts/TTF"; -+ #else - static char *fontPath = IVPREFIX "/share/data/fonts"; -+ #endif - int fl_debug = FALSE; - - /* diff --git a/graphics/inventor/files/patch-flfreetype.c b/graphics/inventor/files/patch-flfreetype.c deleted file mode 100644 index 63f432326ff1..000000000000 --- a/graphics/inventor/files/patch-flfreetype.c +++ /dev/null @@ -1,30 +0,0 @@ -*** libFL/ang/flfreetype.c.orig Thu Jan 2 17:04:33 2003 ---- libFL/ang/flfreetype.c Thu Jan 2 17:11:09 2003 -*************** -*** 318,324 **** ---- 318,328 ---- - { - FLfontStruct *fs; - FLbitmap *bitmap; -+ #if BYTE_ORDER == LITTLE_ENDIAN -+ GLuint c = (UCS2[1] << 8) | UCS2[0]; -+ #else - GLuint c = (UCS2[0] << 8) | UCS2[1]; -+ #endif - - TRACE(("_flFTUniGetBitmap: 0x%04x\n", c)); - while ((fs = *fsList++)) -*************** -*** 333,339 **** ---- 337,347 ---- - { - FLfontStruct *fs; - FLoutline *outline; -+ #if BYTE_ORDER == LITTLE_ENDIAN -+ GLuint c = (UCS2[1] << 8) | UCS2[0]; -+ #else - GLuint c = (UCS2[0] << 8) | UCS2[1]; -+ #endif - - TRACE(("_flFTUniGetOutline: 0x%04x\n", c)); - while ((fs = *fsList++)) diff --git a/graphics/inventor/files/patch-ivcommondefs b/graphics/inventor/files/patch-ivcommondefs deleted file mode 100644 index 52404fcd9fdc..000000000000 --- a/graphics/inventor/files/patch-ivcommondefs +++ /dev/null @@ -1,30 +0,0 @@ ---- make/ivcommondefs.orig 2003-07-11 22:40:54 UTC -+++ make/ivcommondefs -@@ -131,9 +131,9 @@ endif - # Determine optimization from LIBTYPE. - # - --OPTIMIZER = -O -DNDEBUG -+OPTIMIZER = -DNDEBUG - ifneq (, $(findstring debug, $(LIBTYPE))) --OPTIMIZER = -g -+OPTIMIZER = -DDEBUG - endif - - -@@ -206,12 +206,6 @@ IVDEMODATADIR = $(IVDEMODIR)/data/Invent - # Locate installed Inventor libraries when linking applications. - # - --ifneq (, $(findstring debug, $(LIBTYPE))) --LLDDSOOPTS += -L$(IVDLIBDIR) --LLDOPTS += -L$(IVDLIBDIR) --CXXDSOOPTS += -L$(IVDLIBDIR) --else --LLDDSOOPTS += -L$(IVLIBDIR) --LLDOPTS += -L$(IVLIBDIR) --CXXDSOOPTS += -L$(IVLIBDIR) --endif -+LLDDSOOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt -+LLDOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt -+CXXDSOOPTS += -L$(IVDEPTH)/lib -L$(IVDEPTH)/libSoXt diff --git a/graphics/inventor/files/patch-lib-GNUmakefile b/graphics/inventor/files/patch-lib-GNUmakefile deleted file mode 100644 index 46ef35ed0981..000000000000 --- a/graphics/inventor/files/patch-lib-GNUmakefile +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/GNUmakefile.orig 2001-09-25 02:45:32.000000000 +0200 -+++ lib/GNUmakefile 2013-10-10 14:49:54.000000000 +0200 -@@ -10,6 +10,10 @@ - -lX11 -lm \ - -lGLU -lGL - -+ifeq ($(usingFreeBSD), 1) -+LLDLIBS += %%ICONV_LIB%% -+endif -+ - OBJECTS = \ - ./database/src/sb/projectors/SbProjectors.o \ - ./database/src/sb/Sb.o \ diff --git a/graphics/inventor/files/patch-libFL_ang_flfreetype.h b/graphics/inventor/files/patch-libFL_ang_flfreetype.h deleted file mode 100644 index 118b2d2c50d0..000000000000 --- a/graphics/inventor/files/patch-libFL_ang_flfreetype.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libFL/ang/flfreetype.h.orig Sat Apr 3 02:18:41 2004 -+++ libFL/ang/flfreetype.h Sat Apr 3 02:19:07 2004 -@@ -1,7 +1,8 @@ - #ifndef __flfreetype_h_ - #define __flfreetype_h_ - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #ifndef __fl_h_ - #include "fl.h" diff --git a/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ b/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ deleted file mode 100644 index 24660da409f6..000000000000 --- a/graphics/inventor/files/patch-lib_database_src_so_SoInput.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/database/src/so/SoInput.c++.orig 2000-10-25 23:47:47 UTC -+++ lib/database/src/so/SoInput.c++ -@@ -2810,7 +2810,7 @@ SoInput::addReference(const SbName &name - - if (addToGlobalDict) { - // Look for the first '+': -- char *firstPlus = strchr(n, '+'); -+ const char *firstPlus = strchr(n, '+'); - - if (firstPlus == NULL) { - base->setName(name); diff --git a/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ b/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ deleted file mode 100644 index 6f3b1a7a6307..000000000000 --- a/graphics/inventor/files/patch-lib_interaction_src_nodekits_SoInteractionKit.c++ +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/interaction/src/nodekits/SoInteractionKit.c++.orig 2000-08-15 12:56:25 UTC -+++ lib/interaction/src/nodekits/SoInteractionKit.c++ -@@ -854,8 +854,8 @@ SoInteractionKit::setAnySurrogatePath( c - // (as in "childList[0].appearance") - // If so, get the string up to whichever came first. - // This will be the 'intermediary' we look for. -- char *dotPtr = strchr( partName.getString(), '.' ); -- char *brackPtr = strchr( partName.getString(), '[' ); -+ const char *dotPtr = strchr( partName.getString(), '.' ); -+ const char *brackPtr = strchr( partName.getString(), '[' ); - - if ( dotPtr != NULL || brackPtr != NULL ) { - char *nameCopy = strdup( partName.getString() ); diff --git a/graphics/inventor/files/patch-machine.h b/graphics/inventor/files/patch-machine.h deleted file mode 100644 index 1279ab8c1380..000000000000 --- a/graphics/inventor/files/patch-machine.h +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/database/include/machine.h.orig 2003-07-12 00:40:53.000000000 +0200 -+++ lib/database/include/machine.h 2011-06-08 14:30:26.000000000 +0200 -@@ -143,7 +143,7 @@ - * Linux i386/ia64 machine dependent setup - */ - --#if __i386__ || __ia64__ -+#if __i386__ || __ia64__ || __amd64__ - - #define MACHINE_WORD_FORMAT DGL_LITTLE_ENDIAN - #define MACHINE_FLOAT_FORMAT DGL_NON_IEEE -@@ -321,7 +321,7 @@ - */ - - #if MACHINE_FLOAT_FORMAT == DGL_NON_IEEE --#if __i386__ || __ia64__ -+#if __i386__ || __ia64__ || __amd64__ - void mem_hton_float(float *t, float *f); - void mem_ntoh_float(float *t, float *f); - void mem_hton_double(double *t, double *f); diff --git a/graphics/inventor/files/patch-make__ivcommonrules b/graphics/inventor/files/patch-make__ivcommonrules deleted file mode 100644 index 1a7dd89343c9..000000000000 --- a/graphics/inventor/files/patch-make__ivcommonrules +++ /dev/null @@ -1,34 +0,0 @@ ---- ./make/ivcommonrules.orig 2014-06-25 10:16:42.000000000 -0400 -+++ ./make/ivcommonrules 2014-06-25 10:26:35.000000000 -0400 -@@ -31,11 +31,11 @@ - - install_ivlibdso: $(LIBDSO) - mkdir -p $(IVLIBDIR) -- $(INSTALL) -m 755 $< $(IVLIBDIR) -+ $(INSTALL) $(INSTALL_STRIP) -m 755 $< $(IVLIBDIR) - - if [ "$(LIBTYPE)" = "debug" ]; then \ - mkdir -p $(IVDLIBDIR); \ -- $(INSTALL) -m 755 $< $(IVDLIBDIR); \ -+ $(INSTALL) $(INSTALL_STRIP) -m 755 $< $(IVDLIBDIR); \ - fi - - install_ivheaders: -@@ -96,7 +96,7 @@ - - install_ivbin: $(PROGRAM) - mkdir -p $(IVBINDIR) -- $(INSTALL) -m 755 $(PROGRAM) $(IVBINDIR) -+ $(INSTALL) $(INSTALL_STRIP) -m 755 $(PROGRAM) $(IVBINDIR) - - install_ivscript: - mkdir -p $(IVBINDIR) -@@ -109,7 +109,7 @@ - - install_ivdemo: $(DEMO) - mkdir -p $(IVDEMOBINDIR) $(IVDEMODATADIR) -- $(INSTALL) -m 755 $(DEMO) $(IVDEMOBINDIR) -+ $(INSTALL) $(INSTALL_STRIP) -m 755 $(DEMO) $(IVDEMOBINDIR) - if [ -e $(DEMO).RUNME ]; then \ - $(INSTALL) -m 755 $(DEMO).RUNME $(IVDEMOBINDIR); \ - if [ "$(IVPREFIX)" != "/usr" ]; then \ diff --git a/graphics/inventor/files/patch-open.c b/graphics/inventor/files/patch-open.c deleted file mode 100644 index a9a735a84e55..000000000000 --- a/graphics/inventor/files/patch-open.c +++ /dev/null @@ -1,29 +0,0 @@ ---- libimage/open.c.orig Sat Oct 14 12:46:09 2000 -+++ libimage/open.c Sat Mar 24 20:27:50 2007 -@@ -8,6 +8,17 @@ - #include <stdlib.h> - #include "image.h" - -+#ifdef __FreeBSD__ -+ #include <machine/endian.h> -+ #if BYTE_ORDER == LITTLE_ENDIAN -+ #define DOREV 1 -+ #else -+ #define DOREV 0 -+ #endif -+#else -+ #define DOREV 0 -+#endif -+ - void cvtlongs(int buffer[],int n); - void cvtimage(int buffer[]); - void i_seterror(void (*func)()); -@@ -80,7 +91,7 @@ - image->max = 0; - isetname(image,"no name"); - image->wastebytes = 0; -- image->dorev = 0; -+ image->dorev = DOREV; - if (write(f,image,sizeof(IMAGE)) != sizeof(IMAGE)) { - free(image); - close(f); diff --git a/graphics/inventor/files/patch-qmorf.c++ b/graphics/inventor/files/patch-qmorf.c++ deleted file mode 100644 index 4ae51a0bf877..000000000000 --- a/graphics/inventor/files/patch-qmorf.c++ +++ /dev/null @@ -1,54 +0,0 @@ -*** apps/demos/qmorf/qmorf.c++.orig Fri Jan 3 10:06:23 2003 ---- apps/demos/qmorf/qmorf.c++ Fri Jan 3 10:07:59 2003 -*************** -*** 81,86 **** ---- 81,92 ---- - #include <Xm/PushBG.h> - #include <Xm/ToggleBG.h> - -+ #ifdef __FreeBSD__ -+ #define PDF_READER "xpdf" -+ #else -+ #define PDF_READER "acroread" -+ #endif -+ - // - // The list of things we'll morph between - // -*************** -*** 443,459 **** - return; - } - char command[100]; -! sprintf(command, "which acroread > /dev/null"); - - int err = system(command); - if (err) - { -! system("xmessage 'You must install acroread" - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, "acroread " IVPREFIX "/demos/Inventor/qmorf.about &"); - system(command); - } - ---- 449,465 ---- - return; - } - char command[100]; -! sprintf(command, "which " PDF_READER " > /dev/null"); - - int err = system(command); - if (err) - { -! system("xmessage 'You must install " PDF_READER - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, PDF_READER " " IVPREFIX "/demos/Inventor/qmorf.about &"); - system(command); - } - diff --git a/graphics/inventor/files/patch-revo.c++ b/graphics/inventor/files/patch-revo.c++ deleted file mode 100644 index e69d6aff3ba1..000000000000 --- a/graphics/inventor/files/patch-revo.c++ +++ /dev/null @@ -1,54 +0,0 @@ -*** apps/demos/revo/revo.c++.orig Fri Jan 3 10:09:04 2003 ---- apps/demos/revo/revo.c++ Fri Jan 3 10:11:20 2003 -*************** -*** 66,71 **** ---- 66,77 ---- - #include "LineManip.h" - #include "RevClass.h" - -+ #ifdef __FreeBSD__ -+ #define PDF_READER "xpdf" -+ #else -+ #define PDF_READER "acroread" -+ #endif -+ - // - // These are defined in profile.c++ - // -*************** -*** 86,102 **** - } - - char command[100]; -! sprintf(command, "which acroread >& /dev/null"); - - int err = system(command); - if (err) - { -! system("xmessage 'You must install acroread" - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, "acroread " IVPREFIX "/demos/Inventor/revo.about &"); - system(command); - } - ---- 92,108 ---- - } - - char command[100]; -! sprintf(command, "which " PDF_READER " >& /dev/null"); - - int err = system(command); - if (err) - { -! system("xmessage 'You must install " PDF_READER - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, PDF_READER " " IVPREFIX "/demos/Inventor/revo.about &"); - system(command); - } - diff --git a/graphics/inventor/files/patch-simplemath.h b/graphics/inventor/files/patch-simplemath.h deleted file mode 100644 index f63ed5d93e7d..000000000000 --- a/graphics/inventor/files/patch-simplemath.h +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/database/src/so/nodes/nurbs/head/simplemath.h.orig 2000-08-15 12:56:22 UTC -+++ lib/database/src/so/nodes/nurbs/head/simplemath.h -@@ -54,6 +54,6 @@ inline int - absi( int x ) { return ( x < 0 ) ? -x : x; } - - inline REAL --abs( REAL x ) { return ( x < 0.0 ) ? -x : x; } -+absr( REAL x ) { return ( x < 0.0 ) ? -x : x; } - - #endif /* __glusimplemath_h_ */ diff --git a/graphics/inventor/files/patch-softsurfeval.c++ b/graphics/inventor/files/patch-softsurfeval.c++ deleted file mode 100644 index f3d37d317f1d..000000000000 --- a/graphics/inventor/files/patch-softsurfeval.c++ +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/database/src/so/nodes/nurbs/clients/softsurfeval.c++.orig 2000-08-15 12:56:22 UTC -+++ lib/database/src/so/nodes/nurbs/clients/softsurfeval.c++ -@@ -50,8 +50,8 @@ - #include "softsurfeval.h" - #include "nurbsconsts.h" - --inline REAL abs( REAL x ) { return (x < 0.0) ? -x : x; } --inline int equal( REAL x, REAL y ) { return (abs(x-y) < 1.0E-6) ? 1 : 0; } -+inline REAL absr( REAL x ) { return (x < 0.0) ? -x : x; } -+inline int equal( REAL x, REAL y ) { return (absr(x-y) < 1.0E-6) ? 1 : 0; } - - _SoNurbsSurfaceEvaluator::~_SoNurbsSurfaceEvaluator() - { diff --git a/graphics/inventor/files/patch-src__so_nodes-SoText2.c++ b/graphics/inventor/files/patch-src__so_nodes-SoText2.c++ deleted file mode 100644 index 905b5503a76b..000000000000 --- a/graphics/inventor/files/patch-src__so_nodes-SoText2.c++ +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/database/src/so/nodes/SoText2.c++.orig 2018-11-05 17:54:41 UTC -+++ lib/database/src/so/nodes/SoText2.c++ -SoText2.c++ -@@ -889,7 +889,7 @@ SoBitmapFontCache::createUniFontList(con - fontNums = new SbPList; - - while (s1 = (char *)strchr(s, ';')) { -- *s1 = (char)NULL; /* font name is pointed to s */ -+ *s1 = 0; /* font name is pointed to s */ - - if ((fn = flCreateFont((const GLubyte*)s, mat, 0, NULL)) == (FLfontNumber)0) { - #ifdef DEBUG diff --git a/graphics/inventor/files/patch-src__so_nodes-SoText3.c++ b/graphics/inventor/files/patch-src__so_nodes-SoText3.c++ deleted file mode 100644 index de1c6e718036..000000000000 --- a/graphics/inventor/files/patch-src__so_nodes-SoText3.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/database/src/so/nodes/SoText3.c++.orig 2018-11-05 17:54:33 UTC -+++ lib/database/src/so/nodes/SoText3.c++ -@@ -1473,7 +1473,7 @@ SoOutlineFontCache::createUniFontList(co - fontNums = new SbPList; - - while (s1 = (char *)strchr(s, ';')) { -- *s1 = (char)NULL; /* font name is pointed to s */ -+ *s1 = 0; /* font name is pointed to s */ - - if ((fn = flCreateFont((const GLubyte*)s, mat, 0, NULL)) == (FLfontNumber)0) { - #ifdef DEBUG diff --git a/graphics/inventor/files/patch-textomatic.c++ b/graphics/inventor/files/patch-textomatic.c++ deleted file mode 100644 index ab09892aaa49..000000000000 --- a/graphics/inventor/files/patch-textomatic.c++ +++ /dev/null @@ -1,53 +0,0 @@ -*** apps/demos/textomatic/textomatic.c++.orig Fri Jan 3 10:12:24 2003 ---- apps/demos/textomatic/textomatic.c++ Fri Jan 3 10:13:33 2003 -*************** -*** 69,74 **** ---- 69,80 ---- - #include "../../samples/common/Useful.h" - #include "./labels.h" - -+ #ifdef __FreeBSD__ -+ #define PDF_READER "xpdf" -+ #else -+ #define PDF_READER "acroread" -+ #endif -+ - // - // Some evil variables global to this file. I should pass them around - // as paramaters or encapsulate them in a class, but this is easier. -*************** -*** 164,179 **** - } - - char command[100]; -! sprintf(command, "which acroread > /dev/null"); - - int err = system(command); - if (err) { -! system("xmessage 'You must install acroread" - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, "acroread " IVPREFIX "/demos/Inventor/textomatic.about &"); - system(command); - } - ---- 170,186 ---- - } - - char command[100]; -! sprintf(command, "which " PDF_READER "> /dev/null"); - - int err = system(command); - if (err) { -! system("xmessage 'You must install " PDF_READER - " for this function to work' > /dev/null"); - return; - } - -! sprintf(command, PDF_READER " " -! IVPREFIX "/demos/Inventor/textomatic.about &"); - system(command); - } - diff --git a/graphics/inventor/files/patch-tools-ppp_ppp.c++ b/graphics/inventor/files/patch-tools-ppp_ppp.c++ deleted file mode 100644 index e054e42b9d8b..000000000000 --- a/graphics/inventor/files/patch-tools-ppp_ppp.c++ +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/ppp/ppp.c++.orig 2013-10-10 14:43:30.000000000 +0200 -+++ tools/ppp/ppp.c++ 2013-10-10 14:48:56.000000000 +0200 -@@ -627,7 +627,7 @@ - // - ////////////////////////////////////////////////////////////////////////////// - --main(int, char *argv[]) -+int main(int, char *argv[]) - { - char buf[1024]; - Line line; diff --git a/graphics/inventor/files/pkg-message.in b/graphics/inventor/files/pkg-message.in deleted file mode 100644 index 18eeff6fcb89..000000000000 --- a/graphics/inventor/files/pkg-message.in +++ /dev/null @@ -1,23 +0,0 @@ -[ -{ type: install - message: <<EOM -Please set the environment variable FL_FONT_PATH to the directory where your -TrueType fonts are installed. If you do not set this variable, Open Inventor(TM) -will use %%PREFIX%%/share/fonts/TTF as default. - -Open Inventor (TM) needs the following TrueType fonts: - - - Times-Roman - - Helvetica - - Utopia-Regular - -You should make symbolic links of the TrueType fonts to the OpenInventor (TM) -font names if they are not available: - - # cd %%PREFIX%%/share/fonts/TTF - # ln -s times.ttf Times-Roman - # ln -s arial.ttf Helvetica - # ln -s cour.ttf Utopia-Regular -EOM -} -] diff --git a/graphics/inventor/pkg-descr b/graphics/inventor/pkg-descr deleted file mode 100644 index 4dccdfa99100..000000000000 --- a/graphics/inventor/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Open Inventor(TM) is an object-oriented 3D toolkit offering a comprehensive -solution to interactive graphics programming problems. It presents a -programming model based on a 3D scene database that dramatically simplifies -graphics programming. It includes a rich set of objects such as cubes, -polygons, text, materials, cameras, lights, trackballs, handle boxes, -3D viewers, and editors that speed up your programming time and extend -your 3D programming capabilities. - -Open Inventor: - - is built on top of OpenGL (R) - - defines a standard file format for 3D data interchange - - introduces a simple event model for 3D interaction - - provides animation objects called Engines - - provides high performance object picking - - is window system and platform independent - - is a cross-platform 3D graphics development system - - supports PostScript printing - - encourages programmers to create new customized objects - - is fun to use - -WWW: http://oss.sgi.com/projects/inventor/ diff --git a/graphics/inventor/pkg-plist b/graphics/inventor/pkg-plist deleted file mode 100644 index 25970461a0d7..000000000000 --- a/graphics/inventor/pkg-plist +++ /dev/null @@ -1,996 +0,0 @@ -bin/SceneViewer -bin/ivcat -bin/ivfix -bin/ivinfo -bin/ivview -bin/iv2toiv1 -bin/ivdowngrade -demos/Inventor/drop -demos/Inventor/SceneViewer -demos/Inventor/SceneViewer.RUNME -demos/Inventor/SceneViewer.about -demos/Inventor/gview -demos/Inventor/gview.RUNME -demos/Inventor/maze -demos/Inventor/noodle -demos/Inventor/noodle.RUNME -demos/Inventor/noodle.about -demos/Inventor/qmorf -demos/Inventor/qmorf.RUNME -demos/Inventor/qmorf.about -demos/Inventor/revo -demos/Inventor/revo.about -demos/Inventor/textomatic -demos/Inventor/textomatic.about -demos/data/Inventor/windmill.iv -demos/data/Inventor/gviewIcons.iv -demos/data/Inventor/defaultTexture.rgb -demos/data/Inventor/jackInTheBox.iv -include/Inventor/Sb.h -include/Inventor/SbBasic.h -include/Inventor/SbBox.h -include/Inventor/SbColor.h -include/Inventor/SbDict.h -include/Inventor/SbLinear.h -include/Inventor/SbPList.h -include/Inventor/SbString.h -include/Inventor/SbTime.h -include/Inventor/SbViewportRegion.h -include/Inventor/So.h -include/Inventor/SoDB.h -include/Inventor/SoInput.h -include/Inventor/SoLists.h -include/Inventor/SoOffscreenRenderer.h -include/Inventor/SoOutput.h -include/Inventor/SoPath.h -include/Inventor/SoPickedPoint.h -include/Inventor/SoPrimitiveVertex.h -include/Inventor/SoType.h -include/Inventor/actions/SoAction.h -include/Inventor/actions/SoActions.h -include/Inventor/actions/SoCallbackAction.h -include/Inventor/actions/SoGLRenderAction.h -include/Inventor/actions/SoGetBoundingBoxAction.h -include/Inventor/actions/SoGetMatrixAction.h -include/Inventor/actions/SoHandleEventAction.h -include/Inventor/actions/SoPickAction.h -include/Inventor/actions/SoRayPickAction.h -include/Inventor/actions/SoSearchAction.h -include/Inventor/actions/SoSubAction.h -include/Inventor/actions/SoWriteAction.h -include/Inventor/actions/SoBoxHighlightRenderAction.h -include/Inventor/actions/SoLineHighlightRenderAction.h -include/Inventor/bundles/SoBundle.h -include/Inventor/bundles/SoMaterialBundle.h -include/Inventor/bundles/SoNormalBundle.h -include/Inventor/bundles/SoTextureCoordinateBundle.h -include/Inventor/caches/SoBoundingBoxCache.h -include/Inventor/caches/SoCache.h -include/Inventor/caches/SoGLCacheList.h -include/Inventor/caches/SoGLRenderCache.h -include/Inventor/caches/SoNormalCache.h -include/Inventor/details/SoConeDetail.h -include/Inventor/details/SoCubeDetail.h -include/Inventor/details/SoCylinderDetail.h -include/Inventor/details/SoDetail.h -include/Inventor/details/SoDetails.h -include/Inventor/details/SoFaceDetail.h -include/Inventor/details/SoLineDetail.h -include/Inventor/details/SoPointDetail.h -include/Inventor/details/SoSubDetail.h -include/Inventor/details/SoTextDetail.h -include/Inventor/details/SoNodeKitDetail.h -include/Inventor/elements/SoAccumulatedElement.h -include/Inventor/elements/SoAmbientColorElement.h -include/Inventor/elements/SoBBoxModelMatrixElement.h -include/Inventor/elements/SoCacheElement.h -include/Inventor/elements/SoClipPlaneElement.h -include/Inventor/elements/SoComplexityElement.h -include/Inventor/elements/SoComplexityTypeElement.h -include/Inventor/elements/SoCoordinateElement.h -include/Inventor/elements/SoCreaseAngleElement.h -include/Inventor/elements/SoDrawStyleElement.h -include/Inventor/elements/SoElement.h -include/Inventor/elements/SoElements.h -include/Inventor/elements/SoEmissiveColorElement.h -include/Inventor/elements/SoFloatElement.h -include/Inventor/elements/SoFocalDistanceElement.h -include/Inventor/elements/SoFontNameElement.h -include/Inventor/elements/SoFontSizeElement.h -include/Inventor/elements/SoGLCacheContextElement.h -include/Inventor/elements/SoGLClipPlaneElement.h -include/Inventor/elements/SoGLColorIndexElement.h -include/Inventor/elements/SoGLCoordinateElement.h -include/Inventor/elements/SoGLDrawStyleElement.h -include/Inventor/elements/SoGLLazyElement.h -include/Inventor/elements/SoGLLightIdElement.h -include/Inventor/elements/SoGLLinePatternElement.h -include/Inventor/elements/SoGLLineWidthElement.h -include/Inventor/elements/SoGLModelMatrixElement.h -include/Inventor/elements/SoGLNormalElement.h -include/Inventor/elements/SoGLPointSizeElement.h -include/Inventor/elements/SoGLProjectionMatrixElement.h -include/Inventor/elements/SoLazyElement.h -include/Inventor/elements/SoGLRenderPassElement.h -include/Inventor/elements/SoGLShapeHintsElement.h -include/Inventor/elements/SoGLTextureCoordinateElement.h -include/Inventor/elements/SoGLTextureEnabledElement.h -include/Inventor/elements/SoGLTextureImageElement.h -include/Inventor/elements/SoGLTextureMatrixElement.h -include/Inventor/elements/SoGLUpdateAreaElement.h -include/Inventor/elements/SoGLViewingMatrixElement.h -include/Inventor/elements/SoGLViewportRegionElement.h -include/Inventor/elements/SoLightAttenuationElement.h -include/Inventor/elements/SoLightModelElement.h -include/Inventor/elements/SoLinePatternElement.h -include/Inventor/elements/SoLineWidthElement.h -include/Inventor/elements/SoLocalBBoxMatrixElement.h -include/Inventor/elements/SoLongElement.h -include/Inventor/elements/SoInt32Element.h -include/Inventor/elements/SoMaterialBindingElement.h -include/Inventor/elements/SoModelMatrixElement.h -include/Inventor/elements/SoNormalBindingElement.h -include/Inventor/elements/SoNormalElement.h -include/Inventor/elements/SoOverrideElement.h -include/Inventor/elements/SoPickRayElement.h -include/Inventor/elements/SoPickStyleElement.h -include/Inventor/elements/SoPointSizeElement.h -include/Inventor/elements/SoProfileCoordinateElement.h -include/Inventor/elements/SoProfileElement.h -include/Inventor/elements/SoProjectionMatrixElement.h -include/Inventor/elements/SoReplacedElement.h -include/Inventor/elements/SoShapeHintsElement.h -include/Inventor/elements/SoShapeStyleElement.h -include/Inventor/elements/SoShininessElement.h -include/Inventor/elements/SoSpecularColorElement.h -include/Inventor/elements/SoSubElement.h -include/Inventor/elements/SoSwitchElement.h -include/Inventor/elements/SoTextureCoordinateBindingElement.h -include/Inventor/elements/SoTextureCoordinateElement.h -include/Inventor/elements/SoTextureImageElement.h -include/Inventor/elements/SoTextureMatrixElement.h -include/Inventor/elements/SoTextureQualityElement.h -include/Inventor/elements/SoUnitsElement.h -include/Inventor/elements/SoViewVolumeElement.h -include/Inventor/elements/SoViewingMatrixElement.h -include/Inventor/elements/SoViewportRegionElement.h -include/Inventor/elements/SoWindowElement.h -include/Inventor/elements/SoCullVolumeElement.h -include/Inventor/elements/SoCurrentGLMaterialElement.h -include/Inventor/elements/SoDiffuseColorElement.h -include/Inventor/elements/SoGLAmbientColorElement.h -include/Inventor/elements/SoGLDiffuseColorElement.h -include/Inventor/elements/SoGLEmissiveColorElement.h -include/Inventor/elements/SoGLLightModelElement.h -include/Inventor/elements/SoGLPolygonStippleElement.h -include/Inventor/elements/SoGLShininessElement.h -include/Inventor/elements/SoGLSpecularColorElement.h -include/Inventor/elements/SoGLTextureBlendColorElement.h -include/Inventor/elements/SoGLTextureModelElement.h -include/Inventor/elements/SoGLTextureQualityElement.h -include/Inventor/elements/SoGLTextureWrapSElement.h -include/Inventor/elements/SoGLTextureWrapTElement.h -include/Inventor/elements/SoTextureBlendColorElement.h -include/Inventor/elements/SoTextureModelElement.h -include/Inventor/elements/SoTextureWrapSElement.h -include/Inventor/elements/SoTextureWrapTElement.h -include/Inventor/elements/SoTransparencyElement.h -include/Inventor/engines/SoBoolOperation.h -include/Inventor/engines/SoCalculator.h -include/Inventor/engines/SoCompose.h -include/Inventor/engines/SoComputeBoundingBox.h -include/Inventor/engines/SoConcatenate.h -include/Inventor/engines/SoCounter.h -include/Inventor/engines/SoElapsedTime.h -include/Inventor/engines/SoEngine.h -include/Inventor/engines/SoEngines.h -include/Inventor/engines/SoFieldConverter.h -include/Inventor/engines/SoGate.h -include/Inventor/engines/SoInterpolate.h -include/Inventor/engines/SoOnOff.h -include/Inventor/engines/SoOneShot.h -include/Inventor/engines/SoOutputData.h -include/Inventor/engines/SoSelectOne.h -include/Inventor/engines/SoSubEngine.h -include/Inventor/engines/SoTimeCounter.h -include/Inventor/engines/SoTransformVec3f.h -include/Inventor/engines/SoTriggerAny.h -include/Inventor/errors/SoDebugError.h -include/Inventor/errors/SoError.h -include/Inventor/errors/SoErrors.h -include/Inventor/errors/SoMemoryError.h -include/Inventor/errors/SoReadError.h -include/Inventor/events/SoButtonEvent.h -include/Inventor/events/SoEvent.h -include/Inventor/events/SoEvents.h -include/Inventor/events/SoKeyboardEvent.h -include/Inventor/events/SoLocation2Event.h -include/Inventor/events/SoMotion3Event.h -include/Inventor/events/SoMouseButtonEvent.h -include/Inventor/events/SoSpaceballButtonEvent.h -include/Inventor/events/SoSubEvent.h -include/Inventor/fields/SoField.h -include/Inventor/fields/SoFieldContainer.h -include/Inventor/fields/SoFieldData.h -include/Inventor/fields/SoFields.h -include/Inventor/fields/SoMFBitMask.h -include/Inventor/fields/SoMFBool.h -include/Inventor/fields/SoMFColor.h -include/Inventor/fields/SoMFEngine.h -include/Inventor/fields/SoMFEnum.h -include/Inventor/fields/SoMFFloat.h -include/Inventor/fields/SoMFLong.h -include/Inventor/fields/SoMFInt32.h -include/Inventor/fields/SoMFMatrix.h -include/Inventor/fields/SoMFName.h -include/Inventor/fields/SoMFNode.h -include/Inventor/fields/SoMFPath.h -include/Inventor/fields/SoMFPlane.h -include/Inventor/fields/SoMFRotation.h -include/Inventor/fields/SoMFShort.h -include/Inventor/fields/SoMFString.h -include/Inventor/fields/SoMFTime.h -include/Inventor/fields/SoMFULong.h -include/Inventor/fields/SoMFUInt32.h -include/Inventor/fields/SoMFUShort.h -include/Inventor/fields/SoMFVec2f.h -include/Inventor/fields/SoMFVec3f.h -include/Inventor/fields/SoMFVec4f.h -include/Inventor/fields/SoSFBitMask.h -include/Inventor/fields/SoSFBool.h -include/Inventor/fields/SoSFColor.h -include/Inventor/fields/SoSFEngine.h -include/Inventor/fields/SoSFEnum.h -include/Inventor/fields/SoSFFloat.h -include/Inventor/fields/SoSFImage.h -include/Inventor/fields/SoSFLong.h -include/Inventor/fields/SoSFInt32.h -include/Inventor/fields/SoSFMatrix.h -include/Inventor/fields/SoSFName.h -include/Inventor/fields/SoSFNode.h -include/Inventor/fields/SoSFPath.h -include/Inventor/fields/SoSFPlane.h -include/Inventor/fields/SoSFRotation.h -include/Inventor/fields/SoSFShort.h -include/Inventor/fields/SoSFString.h -include/Inventor/fields/SoSFTime.h -include/Inventor/fields/SoSFTrigger.h -include/Inventor/fields/SoSFULong.h -include/Inventor/fields/SoSFUInt32.h -include/Inventor/fields/SoSFUShort.h -include/Inventor/fields/SoSFVec2f.h -include/Inventor/fields/SoSFVec3f.h -include/Inventor/fields/SoSFVec4f.h -include/Inventor/fields/SoSubField.h -include/Inventor/misc/SoAuditorList.h -include/Inventor/misc/SoBase.h -include/Inventor/misc/SoBasic.h -include/Inventor/misc/SoByteStream.h -include/Inventor/misc/SoCallbackList.h -include/Inventor/misc/SoChildList.h -include/Inventor/misc/SoCompactPathList.h -include/Inventor/misc/SoNormalGenerator.h -include/Inventor/misc/SoNotification.h -include/Inventor/misc/SoState.h -include/Inventor/misc/SoTempPath.h -include/Inventor/misc/SoTranscribe.h -include/Inventor/misc/upgraders/SoUpgrader.h -include/Inventor/misc/upgraders/SoV1CustomNode.h -include/Inventor/misc/upgraders/SoV1AppearanceKit.h -include/Inventor/misc/upgraders/SoV1BaseKit.h -include/Inventor/misc/upgraders/SoV1CameraKit.h -include/Inventor/misc/upgraders/SoV1ConeKit.h -include/Inventor/misc/upgraders/SoV1CubeKit.h -include/Inventor/misc/upgraders/SoV1CylinderKit.h -include/Inventor/misc/upgraders/SoV1DirectionalLightKit.h -include/Inventor/misc/upgraders/SoV1FaceSetKit.h -include/Inventor/misc/upgraders/SoV1GroupKit.h -include/Inventor/misc/upgraders/SoV1IndexedFaceSetKit.h -include/Inventor/misc/upgraders/SoV1IndexedLineSetKit.h -include/Inventor/misc/upgraders/SoV1IndexedNurbsCurveKit.h -include/Inventor/misc/upgraders/SoV1IndexedNurbsSurfaceKit.h -include/Inventor/misc/upgraders/SoV1IndexedTriangleMeshKit.h -include/Inventor/misc/upgraders/SoV1LightKit.h -include/Inventor/misc/upgraders/SoV1LineSetKit.h -include/Inventor/misc/upgraders/SoV1NodeKit.h -include/Inventor/misc/upgraders/SoV1NodekitCatalog.h -include/Inventor/misc/upgraders/SoV1NodekitParts.h -include/Inventor/misc/upgraders/SoV1NurbsCurveKit.h -include/Inventor/misc/upgraders/SoV1NurbsSurfaceKit.h -include/Inventor/misc/upgraders/SoV1OrthographicCameraKit.h -include/Inventor/misc/upgraders/SoV1PerspectiveCameraKit.h -include/Inventor/misc/upgraders/SoV1PointLightKit.h -include/Inventor/misc/upgraders/SoV1PointSetKit.h -include/Inventor/misc/upgraders/SoV1QuadMeshKit.h -include/Inventor/misc/upgraders/SoV1SceneKit.h -include/Inventor/misc/upgraders/SoV1ShapeKit.h -include/Inventor/misc/upgraders/SoV1SphereKit.h -include/Inventor/misc/upgraders/SoV1SpotLightKit.h -include/Inventor/misc/upgraders/SoV1SubKit.h -include/Inventor/misc/upgraders/SoV1Text2Kit.h -include/Inventor/misc/upgraders/SoV1Text3Kit.h -include/Inventor/misc/upgraders/SoV1TriangleStripSetKit.h -include/Inventor/misc/upgraders/SoV1VertexShapeKit.h -include/Inventor/misc/upgraders/SoV1WrapperKit.h -include/Inventor/nodes/SoAnnotation.h -include/Inventor/nodes/SoArray.h -include/Inventor/nodes/SoAsciiText.h -include/Inventor/nodes/SoBaseColor.h -include/Inventor/nodes/SoBlinker.h -include/Inventor/nodes/SoCallback.h -include/Inventor/nodes/SoCamera.h -include/Inventor/nodes/SoClipPlane.h -include/Inventor/nodes/SoColorIndex.h -include/Inventor/nodes/SoComplexity.h -include/Inventor/nodes/SoCone.h -include/Inventor/nodes/SoCoordinate3.h -include/Inventor/nodes/SoCoordinate4.h -include/Inventor/nodes/SoCube.h -include/Inventor/nodes/SoCylinder.h -include/Inventor/nodes/SoDirectionalLight.h -include/Inventor/nodes/SoDrawStyle.h -include/Inventor/nodes/SoEnvironment.h -include/Inventor/nodes/SoEventCallback.h -include/Inventor/nodes/SoFaceSet.h -include/Inventor/nodes/SoFile.h -include/Inventor/nodes/SoFont.h -include/Inventor/nodes/SoFontStyle.h -include/Inventor/nodes/SoGroup.h -include/Inventor/nodes/SoIndexedFaceSet.h -include/Inventor/nodes/SoIndexedLineSet.h -include/Inventor/nodes/SoIndexedNurbsCurve.h -include/Inventor/nodes/SoIndexedNurbsSurface.h -include/Inventor/nodes/SoIndexedShape.h -include/Inventor/nodes/SoIndexedTriangleStripSet.h -include/Inventor/nodes/SoInfo.h -include/Inventor/nodes/SoLabel.h -include/Inventor/nodes/SoLevelOfDetail.h -include/Inventor/nodes/SoLocateHighlight.h -include/Inventor/nodes/SoLight.h -include/Inventor/nodes/SoLightModel.h -include/Inventor/nodes/SoLineSet.h -include/Inventor/nodes/SoLinearProfile.h -include/Inventor/nodes/SoMaterial.h -include/Inventor/nodes/SoMaterialBinding.h -include/Inventor/nodes/SoNurbsCurve.h -include/Inventor/nodes/SoMatrixTransform.h -include/Inventor/nodes/SoMultipleCopy.h -include/Inventor/nodes/SoNode.h -include/Inventor/nodes/SoNodes.h -include/Inventor/nodes/SoNonIndexedShape.h -include/Inventor/nodes/SoNormal.h -include/Inventor/nodes/SoNormalBinding.h -include/Inventor/nodes/SoNurbsProfile.h -include/Inventor/nodes/SoNurbsSurface.h -include/Inventor/nodes/SoOrthographicCamera.h -include/Inventor/nodes/SoPackedColor.h -include/Inventor/nodes/SoPathSwitch.h -include/Inventor/nodes/SoPendulum.h -include/Inventor/nodes/SoPerspectiveCamera.h -include/Inventor/nodes/SoPickStyle.h -include/Inventor/nodes/SoPointLight.h -include/Inventor/nodes/SoPointSet.h -include/Inventor/nodes/SoProfile.h -include/Inventor/nodes/SoProfileCoordinate2.h -include/Inventor/nodes/SoQuadMesh.h -include/Inventor/nodes/SoProfileCoordinate3.h -include/Inventor/nodes/SoResetTransform.h -include/Inventor/nodes/SoRotation.h -include/Inventor/nodes/SoRotationXYZ.h -include/Inventor/nodes/SoRotor.h -include/Inventor/nodes/SoScale.h -include/Inventor/nodes/SoSeparator.h -include/Inventor/nodes/SoShape.h -include/Inventor/nodes/SoShapeHints.h -include/Inventor/nodes/SoShuttle.h -include/Inventor/nodes/SoSphere.h -include/Inventor/nodes/SoSpotLight.h -include/Inventor/nodes/SoSubNode.h -include/Inventor/nodes/SoSwitch.h -include/Inventor/nodes/SoText2.h -include/Inventor/nodes/SoText3.h -include/Inventor/nodes/SoTexture2.h -include/Inventor/nodes/SoTexture2Transform.h -include/Inventor/nodes/SoTextureCoordinate2.h -include/Inventor/nodes/SoTextureCoordinateBinding.h -include/Inventor/nodes/SoTransform.h -include/Inventor/nodes/SoTextureCoordinateDefault.h -include/Inventor/nodes/SoTextureCoordinateEnvironment.h -include/Inventor/nodes/SoTextureCoordinateFunction.h -include/Inventor/nodes/SoTextureCoordinatePlane.h -include/Inventor/nodes/SoTransformSeparator.h -include/Inventor/nodes/SoTransformation.h -include/Inventor/nodes/SoTranslation.h -include/Inventor/nodes/SoTriangleStripSet.h -include/Inventor/nodes/SoUnits.h -include/Inventor/nodes/SoVertexProperty.h -include/Inventor/nodes/SoVertexShape.h -include/Inventor/nodes/SoWWWAnchor.h -include/Inventor/nodes/SoWWWInline.h -include/Inventor/nodes/SoAntiSquish.h -include/Inventor/nodes/SoSelection.h -include/Inventor/nodes/SoSurroundScale.h -include/Inventor/nodes/SoLOD.h -include/Inventor/projectors/SbProjector.h -include/Inventor/projectors/SbProjectors.h -include/Inventor/projectors/SbCylinderPlaneProjector.h -include/Inventor/projectors/SbCylinderProjector.h -include/Inventor/projectors/SbCylinderSectionProjector.h -include/Inventor/projectors/SbCylinderSheetProjector.h -include/Inventor/projectors/SbLineProjector.h -include/Inventor/projectors/SbPlaneProjector.h -include/Inventor/projectors/SbSpherePlaneProjector.h -include/Inventor/projectors/SbSphereProjector.h -include/Inventor/projectors/SbSphereSectionProjector.h -include/Inventor/projectors/SbSphereSheetProjector.h -include/Inventor/sensors/SoAlarmSensor.h -include/Inventor/sensors/SoDataSensor.h -include/Inventor/sensors/SoDelayQueueSensor.h -include/Inventor/sensors/SoFieldSensor.h -include/Inventor/sensors/SoIdleSensor.h -include/Inventor/sensors/SoNodeSensor.h -include/Inventor/sensors/SoOneShotSensor.h -include/Inventor/sensors/SoPathSensor.h -include/Inventor/sensors/SoSensor.h -include/Inventor/sensors/SoSensorManager.h -include/Inventor/sensors/SoSensors.h -include/Inventor/sensors/SoTimerQueueSensor.h -include/Inventor/sensors/SoTimerSensor.h -include/Inventor/SoInteraction.h -include/Inventor/SoSceneManager.h -include/Inventor/draggers/SoCenterballDragger.h -include/Inventor/draggers/SoDirectionalLightDragger.h -include/Inventor/draggers/SoDragPointDragger.h -include/Inventor/draggers/SoDragger.h -include/Inventor/draggers/SoHandleBoxDragger.h -include/Inventor/draggers/SoJackDragger.h -include/Inventor/draggers/SoPointLightDragger.h -include/Inventor/draggers/SoRotateCylindricalDragger.h -include/Inventor/draggers/SoRotateDiscDragger.h -include/Inventor/draggers/SoRotateSphericalDragger.h -include/Inventor/draggers/SoScale1Dragger.h -include/Inventor/draggers/SoScale2Dragger.h -include/Inventor/draggers/SoScale2UniformDragger.h -include/Inventor/draggers/SoScaleUniformDragger.h -include/Inventor/draggers/SoSpotLightDragger.h -include/Inventor/draggers/SoTabBoxDragger.h -include/Inventor/draggers/SoTabPlaneDragger.h -include/Inventor/draggers/SoTrackballDragger.h -include/Inventor/draggers/SoTransformBoxDragger.h -include/Inventor/draggers/SoTransformerDragger.h -include/Inventor/draggers/SoTranslate1Dragger.h -include/Inventor/draggers/SoTranslate2Dragger.h -include/Inventor/manips/SoCenterballManip.h -include/Inventor/manips/SoDirectionalLightManip.h -include/Inventor/manips/SoHandleBoxManip.h -include/Inventor/manips/SoJackManip.h -include/Inventor/manips/SoPointLightManip.h -include/Inventor/manips/SoSpotLightManip.h -include/Inventor/manips/SoTabBoxManip.h -include/Inventor/manips/SoTrackballManip.h -include/Inventor/manips/SoTransformBoxManip.h -include/Inventor/manips/SoTransformerManip.h -include/Inventor/manips/SoTransformManip.h -include/Inventor/nodekits/SoInteractionKit.h -include/Inventor/nodekits/SoAppearanceKit.h -include/Inventor/nodekits/SoBaseKit.h -include/Inventor/nodekits/SoCameraKit.h -include/Inventor/nodekits/SoLightKit.h -include/Inventor/nodekits/SoNodeKit.h -include/Inventor/nodekits/SoNodeKitListPart.h -include/Inventor/nodekits/SoNodekitCatalog.h -include/Inventor/nodekits/SoNodekitParts.h -include/Inventor/nodekits/SoSceneKit.h -include/Inventor/nodekits/SoSeparatorKit.h -include/Inventor/nodekits/SoShapeKit.h -include/Inventor/nodekits/SoSubKit.h -include/Inventor/nodekits/SoWrapperKit.h -include/Inventor/SoNodeKitPath.h -include/Inventor/Xt/SoXt.h -include/Inventor/Xt/SoXtCursors.h -include/Inventor/Xt/SoXtClipboard.h -include/Inventor/Xt/SoXtComponent.h -include/Inventor/Xt/SoXtDirectionalLightEditor.h -include/Inventor/Xt/SoXtGLWidget.h -include/Inventor/Xt/SoXtIcons.h -include/Inventor/Xt/SoXtLightSliderSet.h -include/Inventor/Xt/SoXtMaterialEditor.h -include/Inventor/Xt/SoXtMaterialList.h -include/Inventor/Xt/SoXtMaterialSliderSet.h -include/Inventor/Xt/SoXtPrintDialog.h -include/Inventor/Xt/SoXtRenderArea.h -include/Inventor/Xt/SoXtResource.h -include/Inventor/Xt/SoXtSliderSet.h -include/Inventor/Xt/SoXtSliderSetBase.h -include/Inventor/Xt/SoXtTransformSliderSet.h -include/Inventor/Xt/devices/SoXtDevice.h -include/Inventor/Xt/devices/SoXtInputFocus.h -include/Inventor/Xt/devices/SoXtKeyboard.h -include/Inventor/Xt/devices/SoXtMouse.h -include/Inventor/Xt/devices/SoXtSpaceball.h -include/Inventor/Xt/viewers/SoXtConstrainedViewer.h -include/Inventor/Xt/viewers/SoXtExaminerViewer.h -include/Inventor/Xt/viewers/SoXtFlyViewer.h -include/Inventor/Xt/viewers/SoXtFullViewer.h -include/Inventor/Xt/viewers/SoXtPlaneViewer.h -include/Inventor/Xt/viewers/SoXtViewer.h -include/Inventor/Xt/viewers/SoXtWalkViewer.h -lib/libInventor.so -lib/libInventorXt.so -man/man1/SceneViewer.1.gz -man/man1/inventor.1.gz -man/man1/iv2toiv1.1.gz -man/man1/ivcat.1.gz -man/man1/ivdowngrade.1.gz -man/man1/ivfix.1.gz -man/man1/ivinfo.1.gz -man/man1/ivview.1.gz -man/man3/SbBool.3iv.gz -man/man3/SbBox2f.3iv.gz -man/man3/SbBox2s.3iv.gz -man/man3/SbBox3f.3iv.gz -man/man3/SbColor.3iv.gz -man/man3/SbCylinder.3iv.gz -man/man3/SbCylinderPlaneProjector.3iv.gz -man/man3/SbCylinderProjector.3iv.gz -man/man3/SbCylinderSectionProjector.3iv.gz -man/man3/SbCylinderSheetProjector.3iv.gz -man/man3/SbLine.3iv.gz -man/man3/SbLineProjector.3iv.gz -man/man3/SbMatrix.3iv.gz -man/man3/SbName.3iv.gz -man/man3/SbPList.3iv.gz -man/man3/SbPlane.3iv.gz -man/man3/SbPlaneProjector.3iv.gz -man/man3/SbProjector.3iv.gz -man/man3/SbRotation.3iv.gz -man/man3/SbSphere.3iv.gz -man/man3/SbSpherePlaneProjector.3iv.gz -man/man3/SbSphereProjector.3iv.gz -man/man3/SbSphereSectionProjector.3iv.gz -man/man3/SbSphereSheetProjector.3iv.gz -man/man3/SbString.3iv.gz -man/man3/SbTime.3iv.gz -man/man3/SbVec2f.3iv.gz -man/man3/SbVec2s.3iv.gz -man/man3/SbVec3f.3iv.gz -man/man3/SbVec4f.3iv.gz -man/man3/SbViewVolume.3iv.gz -man/man3/SbViewportRegion.3iv.gz -man/man3/SbXfBox3f.3iv.gz -man/man3/SoAction.3iv.gz -man/man3/SoAlarmSensor.3iv.gz -man/man3/SoAnnotation.3iv.gz -man/man3/SoAntiSquish.3iv.gz -man/man3/SoAppearanceKit.3iv.gz -man/man3/SoArray.3iv.gz -man/man3/SoAsciiText.3iv.gz -man/man3/SoBase.3iv.gz -man/man3/SoBaseColor.3iv.gz -man/man3/SoBaseKit.3iv.gz -man/man3/SoBaseList.3iv.gz -man/man3/SoBlinker.3iv.gz -man/man3/SoBoolOperation.3iv.gz -man/man3/SoBoxHighlightRenderAction.3iv.gz -man/man3/SoButtonEvent.3iv.gz -man/man3/SoByteStream.3iv.gz -man/man3/SoCalculator.3iv.gz -man/man3/SoCallback.3iv.gz -man/man3/SoCallbackAction.3iv.gz -man/man3/SoCallbackList.3iv.gz -man/man3/SoCamera.3iv.gz -man/man3/SoCameraKit.3iv.gz -man/man3/SoCenterballDragger.3iv.gz -man/man3/SoCenterballManip.3iv.gz -man/man3/SoClipPlane.3iv.gz -man/man3/SoColorIndex.3iv.gz -man/man3/SoComplexity.3iv.gz -man/man3/SoComposeMatrix.3iv.gz -man/man3/SoComposeRotation.3iv.gz -man/man3/SoComposeRotationFromTo.3iv.gz -man/man3/SoComposeVec2f.3iv.gz -man/man3/SoComposeVec3f.3iv.gz -man/man3/SoComposeVec4f.3iv.gz -man/man3/SoComputeBoundingBox.3iv.gz -man/man3/SoConcatenate.3iv.gz -man/man3/SoCone.3iv.gz -man/man3/SoConeDetail.3iv.gz -man/man3/SoCoordinate3.3iv.gz -man/man3/SoCoordinate4.3iv.gz -man/man3/SoCounter.3iv.gz -man/man3/SoCube.3iv.gz -man/man3/SoCubeDetail.3iv.gz -man/man3/SoCylinder.3iv.gz -man/man3/SoCylinderDetail.3iv.gz -man/man3/SoDB.3iv.gz -man/man3/SoDataSensor.3iv.gz -man/man3/SoDebugError.3iv.gz -man/man3/SoDecomposeMatrix.3iv.gz -man/man3/SoDecomposeRotation.3iv.gz -man/man3/SoDecomposeVec2f.3iv.gz -man/man3/SoDecomposeVec3f.3iv.gz -man/man3/SoDecomposeVec4f.3iv.gz -man/man3/SoDelayQueueSensor.3iv.gz -man/man3/SoDetail.3iv.gz -man/man3/SoDetailList.3iv.gz -man/man3/SoDirectionalLight.3iv.gz -man/man3/SoDirectionalLightDragger.3iv.gz -man/man3/SoDirectionalLightManip.3iv.gz -man/man3/SoDragPointDragger.3iv.gz -man/man3/SoDragger.3iv.gz -man/man3/SoDrawStyle.3iv.gz -man/man3/SoElapsedTime.3iv.gz -man/man3/SoEngine.3iv.gz -man/man3/SoEngineList.3iv.gz -man/man3/SoEngineOutput.3iv.gz -man/man3/SoEngineOutputList.3iv.gz -man/man3/SoEnvironment.3iv.gz -man/man3/SoError.3iv.gz -man/man3/SoEvent.3iv.gz -man/man3/SoEventCallback.3iv.gz -man/man3/SoFaceDetail.3iv.gz -man/man3/SoFaceSet.3iv.gz -man/man3/SoField.3iv.gz -man/man3/SoFieldContainer.3iv.gz -man/man3/SoFieldList.3iv.gz -man/man3/SoFieldSensor.3iv.gz -man/man3/SoFile.3iv.gz -man/man3/SoFont.3iv.gz -man/man3/SoFontStyle.3iv.gz -man/man3/SoGLRenderAction.3iv.gz -man/man3/SoGate.3iv.gz -man/man3/SoGetBoundingBoxAction.3iv.gz -man/man3/SoGetMatrixAction.3iv.gz -man/man3/SoGroup.3iv.gz -man/man3/SoHandleBoxDragger.3iv.gz -man/man3/SoHandleBoxManip.3iv.gz -man/man3/SoHandleEventAction.3iv.gz -man/man3/SoIdleSensor.3iv.gz -man/man3/SoIndexedFaceSet.3iv.gz -man/man3/SoIndexedLineSet.3iv.gz -man/man3/SoIndexedNurbsCurve.3iv.gz -man/man3/SoIndexedNurbsSurface.3iv.gz -man/man3/SoIndexedShape.3iv.gz -man/man3/SoIndexedTriangleStripSet.3iv.gz -man/man3/SoInfo.3iv.gz -man/man3/SoInput.3iv.gz -man/man3/SoInteraction.3iv.gz -man/man3/SoInteractionKit.3iv.gz -man/man3/SoInterpolate.3iv.gz -man/man3/SoInterpolateFloat.3iv.gz -man/man3/SoInterpolateRotation.3iv.gz -man/man3/SoInterpolateVec2f.3iv.gz -man/man3/SoInterpolateVec3f.3iv.gz -man/man3/SoInterpolateVec4f.3iv.gz -man/man3/SoJackDragger.3iv.gz -man/man3/SoJackManip.3iv.gz -man/man3/SoKeyboardEvent.3iv.gz -man/man3/SoLOD.3iv.gz -man/man3/SoLabel.3iv.gz -man/man3/SoLevelOfDetail.3iv.gz -man/man3/SoLight.3iv.gz -man/man3/SoLightKit.3iv.gz -man/man3/SoLightModel.3iv.gz -man/man3/SoLineDetail.3iv.gz -man/man3/SoLineHighlightRenderAction.3iv.gz -man/man3/SoLineSet.3iv.gz -man/man3/SoLinearProfile.3iv.gz -man/man3/SoLocateHighlight.3iv.gz -man/man3/SoLocation2Event.3iv.gz -man/man3/SoMFBitMask.3iv.gz -man/man3/SoMFBool.3iv.gz -man/man3/SoMFColor.3iv.gz -man/man3/SoMFEngine.3iv.gz -man/man3/SoMFEnum.3iv.gz -man/man3/SoMFFloat.3iv.gz -man/man3/SoMFInt32.3iv.gz -man/man3/SoMFLong.3iv.gz -man/man3/SoMFMatrix.3iv.gz -man/man3/SoMFName.3iv.gz -man/man3/SoMFNode.3iv.gz -man/man3/SoMFPath.3iv.gz -man/man3/SoMFPlane.3iv.gz -man/man3/SoMFRotation.3iv.gz -man/man3/SoMFShort.3iv.gz -man/man3/SoMFString.3iv.gz -man/man3/SoMFTime.3iv.gz -man/man3/SoMFUInt32.3iv.gz -man/man3/SoMFULong.3iv.gz -man/man3/SoMFUShort.3iv.gz -man/man3/SoMFVec2f.3iv.gz -man/man3/SoMFVec3f.3iv.gz -man/man3/SoMFVec4f.3iv.gz -man/man3/SoMField.3iv.gz -man/man3/SoMaterial.3iv.gz -man/man3/SoMaterialBinding.3iv.gz -man/man3/SoMatrixTransform.3iv.gz -man/man3/SoMemoryError.3iv.gz -man/man3/SoMotion3Event.3iv.gz -man/man3/SoMouseButtonEvent.3iv.gz -man/man3/SoMultipleCopy.3iv.gz -man/man3/SoNode.3iv.gz -man/man3/SoNodeKit.3iv.gz -man/man3/SoNodeKitDetail.3iv.gz -man/man3/SoNodeKitListPart.3iv.gz -man/man3/SoNodeKitPath.3iv.gz -man/man3/SoNodeList.3iv.gz -man/man3/SoNodeSensor.3iv.gz -man/man3/SoNodekitCatalog.3iv.gz -man/man3/SoNonIndexedShape.3iv.gz -man/man3/SoNormal.3iv.gz -man/man3/SoNormalBinding.3iv.gz -man/man3/SoNurbsCurve.3iv.gz -man/man3/SoNurbsProfile.3iv.gz -man/man3/SoNurbsSurface.3iv.gz -man/man3/SoOffscreenRenderer.3iv.gz -man/man3/SoOnOff.3iv.gz -man/man3/SoOneShot.3iv.gz -man/man3/SoOneShotSensor.3iv.gz -man/man3/SoOrthographicCamera.3iv.gz -man/man3/SoOutput.3iv.gz -man/man3/SoPackedColor.3iv.gz -man/man3/SoPath.3iv.gz -man/man3/SoPathList.3iv.gz -man/man3/SoPathSensor.3iv.gz -man/man3/SoPathSwitch.3iv.gz -man/man3/SoPendulum.3iv.gz -man/man3/SoPerspectiveCamera.3iv.gz -man/man3/SoPickAction.3iv.gz -man/man3/SoPickStyle.3iv.gz -man/man3/SoPickedPoint.3iv.gz -man/man3/SoPickedPointList.3iv.gz -man/man3/SoPointDetail.3iv.gz -man/man3/SoPointLight.3iv.gz -man/man3/SoPointLightDragger.3iv.gz -man/man3/SoPointLightManip.3iv.gz -man/man3/SoPointSet.3iv.gz -man/man3/SoPrimitiveVertex.3iv.gz -man/man3/SoProfile.3iv.gz -man/man3/SoProfileCoordinate2.3iv.gz -man/man3/SoProfileCoordinate3.3iv.gz -man/man3/SoQuadMesh.3iv.gz -man/man3/SoRayPickAction.3iv.gz -man/man3/SoReadError.3iv.gz -man/man3/SoResetTransform.3iv.gz -man/man3/SoRotateCylindricalDragger.3iv.gz -man/man3/SoRotateDiscDragger.3iv.gz -man/man3/SoRotateSphericalDragger.3iv.gz -man/man3/SoRotation.3iv.gz -man/man3/SoRotationXYZ.3iv.gz -man/man3/SoRotor.3iv.gz -man/man3/SoSFBitMask.3iv.gz -man/man3/SoSFBool.3iv.gz -man/man3/SoSFColor.3iv.gz -man/man3/SoSFEngine.3iv.gz -man/man3/SoSFEnum.3iv.gz -man/man3/SoSFFloat.3iv.gz -man/man3/SoSFImage.3iv.gz -man/man3/SoSFInt32.3iv.gz -man/man3/SoSFLong.3iv.gz -man/man3/SoSFMatrix.3iv.gz -man/man3/SoSFName.3iv.gz -man/man3/SoSFNode.3iv.gz -man/man3/SoSFPath.3iv.gz -man/man3/SoSFPlane.3iv.gz -man/man3/SoSFRotation.3iv.gz -man/man3/SoSFShort.3iv.gz -man/man3/SoSFString.3iv.gz -man/man3/SoSFTime.3iv.gz -man/man3/SoSFTrigger.3iv.gz -man/man3/SoSFUInt32.3iv.gz -man/man3/SoSFULong.3iv.gz -man/man3/SoSFUShort.3iv.gz -man/man3/SoSFVec2f.3iv.gz -man/man3/SoSFVec3f.3iv.gz -man/man3/SoSFVec4f.3iv.gz -man/man3/SoSField.3iv.gz -man/man3/SoScale.3iv.gz -man/man3/SoScale1Dragger.3iv.gz -man/man3/SoScale2Dragger.3iv.gz -man/man3/SoScale2UniformDragger.3iv.gz -man/man3/SoScaleUniformDragger.3iv.gz -man/man3/SoSceneKit.3iv.gz -man/man3/SoSceneManager.3iv.gz -man/man3/SoSearchAction.3iv.gz -man/man3/SoSelectOne.3iv.gz -man/man3/SoSelection.3iv.gz -man/man3/SoSensor.3iv.gz -man/man3/SoSeparator.3iv.gz -man/man3/SoSeparatorKit.3iv.gz -man/man3/SoShape.3iv.gz -man/man3/SoShapeHints.3iv.gz -man/man3/SoShapeKit.3iv.gz -man/man3/SoShuttle.3iv.gz -man/man3/SoSpaceballButtonEvent.3iv.gz -man/man3/SoSphere.3iv.gz -man/man3/SoSpotLight.3iv.gz -man/man3/SoSpotLightDragger.3iv.gz -man/man3/SoSpotLightManip.3iv.gz -man/man3/SoSurroundScale.3iv.gz -man/man3/SoSwitch.3iv.gz -man/man3/SoTabBoxDragger.3iv.gz -man/man3/SoTabBoxManip.3iv.gz -man/man3/SoTabPlaneDragger.3iv.gz -man/man3/SoText2.3iv.gz -man/man3/SoText3.3iv.gz -man/man3/SoTextDetail.3iv.gz -man/man3/SoTexture2.3iv.gz -man/man3/SoTexture2Transform.3iv.gz -man/man3/SoTextureCoordinate2.3iv.gz -man/man3/SoTextureCoordinateBinding.3iv.gz -man/man3/SoTextureCoordinateDefault.3iv.gz -man/man3/SoTextureCoordinateEnvironment.3iv.gz -man/man3/SoTextureCoordinateFunction.3iv.gz -man/man3/SoTextureCoordinatePlane.3iv.gz -man/man3/SoTimeCounter.3iv.gz -man/man3/SoTimerQueueSensor.3iv.gz -man/man3/SoTimerSensor.3iv.gz -man/man3/SoTrackballDragger.3iv.gz -man/man3/SoTrackballManip.3iv.gz -man/man3/SoTranReceiver.3iv.gz -man/man3/SoTranSender.3iv.gz -man/man3/SoTransform.3iv.gz -man/man3/SoTransformBoxDragger.3iv.gz -man/man3/SoTransformBoxManip.3iv.gz -man/man3/SoTransformManip.3iv.gz -man/man3/SoTransformSeparator.3iv.gz -man/man3/SoTransformVec3f.3iv.gz -man/man3/SoTransformation.3iv.gz -man/man3/SoTransformerDragger.3iv.gz -man/man3/SoTransformerManip.3iv.gz -man/man3/SoTranslate1Dragger.3iv.gz -man/man3/SoTranslate2Dragger.3iv.gz -man/man3/SoTranslation.3iv.gz -man/man3/SoTriangleStripSet.3iv.gz -man/man3/SoTriggerAny.3iv.gz -man/man3/SoType.3iv.gz -man/man3/SoTypeList.3iv.gz -man/man3/SoUnits.3iv.gz -man/man3/SoVertexProperty.3iv.gz -man/man3/SoVertexShape.3iv.gz -man/man3/SoWWWAnchor.3iv.gz -man/man3/SoWWWInline.3iv.gz -man/man3/SoWrapperKit.3iv.gz -man/man3/SoWriteAction.3iv.gz -man/man3/SoXt.3iv.gz -man/man3/SoXtClipboard.3iv.gz -man/man3/SoXtComponent.3iv.gz -man/man3/SoXtConstrainedViewer.3iv.gz -man/man3/SoXtDevice.3iv.gz -man/man3/SoXtDirectionalLightEditor.3iv.gz -man/man3/SoXtExaminerViewer.3iv.gz -man/man3/SoXtFlyViewer.3iv.gz -man/man3/SoXtFullViewer.3iv.gz -man/man3/SoXtGLWidget.3iv.gz -man/man3/SoXtInputFocus.3iv.gz -man/man3/SoXtKeyboard.3iv.gz -man/man3/SoXtLightSliderSet.3iv.gz -man/man3/SoXtMaterialEditor.3iv.gz -man/man3/SoXtMaterialList.3iv.gz -man/man3/SoXtMaterialSliderSet.3iv.gz -man/man3/SoXtMouse.3iv.gz -man/man3/SoXtPlaneViewer.3iv.gz -man/man3/SoXtPrintDialog.3iv.gz -man/man3/SoXtRenderArea.3iv.gz -man/man3/SoXtResource.3iv.gz -man/man3/SoXtSliderSet.3iv.gz -man/man3/SoXtSliderSetBase.3iv.gz -man/man3/SoXtSpaceball.3iv.gz -man/man3/SoXtTransformSliderSet.3iv.gz -man/man3/SoXtViewer.3iv.gz -man/man3/SoXtWalkViewer.3iv.gz -share/help/Inventor/SoXtBaseEditor.help -share/help/Inventor/SoXtBaseViewer.help -share/help/Inventor/SoXtColorEditor.help -share/help/Inventor/SoXtDirectionalLightEditor.help -share/help/Inventor/SoXtExaminerViewer.help -share/help/Inventor/SoXtFlyViewer.help -share/help/Inventor/SoXtMaterialEditor.help -share/help/Inventor/SoXtPlaneViewer.help -share/help/Inventor/SoXtWalkViewer.help -share/help/ivview/ivview.about -share/data/models/CyberHeads/README -share/data/models/CyberHeads/josie.iv -share/data/models/CyberHeads/paul.iv -share/data/models/CyberHeads/rikk.iv -share/data/models/README -share/data/models/bird.iv -share/data/models/buildings/Barcelona.iv -share/data/models/buildings/temple.iv -share/data/models/buildings/windmill.iv -share/data/models/chair.iv -share/data/models/chess/bishop.iv -share/data/models/chess/chessboard.iv -share/data/models/chess/king.iv -share/data/models/chess/knight.iv -share/data/models/chess/pawn.iv -share/data/models/chess/queen.iv -share/data/models/chess/rook.iv -share/data/models/diamond.iv -share/data/models/engine.iv -share/data/models/food/apple.iv -share/data/models/food/banana.iv -share/data/models/food/mushroom.iv -share/data/models/food/pear.iv -share/data/models/furniture/ceilingLamp.iv -share/data/models/furniture/table.iv -share/data/models/geography/README -share/data/models/geography/coasts.iv -share/data/models/geography/earth.iv -share/data/models/heart.iv -share/data/models/household/canstick.iv -share/data/models/household/manillaFolder.iv -share/data/models/household/martini.iv -share/data/models/household/mug.iv -share/data/models/household/outlet.iv -share/data/models/household/plant.iv -share/data/models/household/plug.iv -share/data/models/household/pump.iv -share/data/models/household/teapot.iv -share/data/models/household/trackLights.iv -share/data/models/machines/coarseGear.iv -share/data/models/machines/compressor.iv -share/data/models/machines/fineGear.iv -share/data/models/machines/lathe.iv -share/data/models/machines/simpleEngine.iv -share/data/models/machines/simpleMonitor.iv -share/data/models/machines/vise.iv -share/data/models/machines/windTunnel.iv -share/data/models/moon.iv -share/data/models/robots/cubeMan.iv -share/data/models/robots/cylMan.iv -share/data/models/robots/kitMan.iv -share/data/models/robots/roboHand.iv -share/data/models/robots/robotcop.iv -share/data/models/robots/sphereMan.iv -share/data/models/scenes/README -share/data/models/scenes/chesschairs.env -share/data/models/scenes/chesschairs.iv -share/data/models/scenes/curtain.iv -share/data/models/scenes/glider.env -share/data/models/scenes/glider.iv -share/data/models/scenes/stagedancers.env -share/data/models/scenes/stagedancers.iv -share/data/models/sgi/indigo.iv -share/data/models/sgi/logo.iv -share/data/models/sgi/sgilogo.iv -share/data/models/shamrock.iv -share/data/models/shell.iv -share/data/models/simple/10by10.iv -share/data/models/simple/README -share/data/models/simple/axis.iv -share/data/models/simple/cone.iv -share/data/models/simple/cube.iv -share/data/models/simple/cylinder.iv -share/data/models/simple/faceSet.iv -share/data/models/simple/indexedFaceSet.iv -share/data/models/simple/indexedTriangleMesh.iv -share/data/models/simple/quadMesh.iv -share/data/models/simple/sphere.iv -share/data/models/simple/star.iv -share/data/models/simple/tet.iv -share/data/models/simple/text.iv -share/data/models/simple/text3.iv -share/data/models/simple/texture.iv -share/data/models/simple/three.iv -share/data/models/simple/tri.iv -share/data/models/simple/triangleStripSet.iv -share/data/models/slotMachine.iv -share/data/models/spongetri4.iv -share/data/models/star.iv -share/data/models/torus.iv -share/data/models/toys/cannon.iv -share/data/models/toys/dart.iv -share/data/models/toys/jackInTheBox.iv -share/data/models/toys/lavalamp.iv -share/data/models/toys/legoDog.iv -share/data/models/toys/top.iv -share/data/models/vehicles/767.iv -share/data/models/vehicles/aircar.iv -share/data/models/vehicles/f16.iv -share/data/models/vehicles/fiero.iv -share/data/models/vehicles/gunstar.iv -share/data/models/vehicles/kittyHawk.iv -share/data/models/vehicles/spacestation.iv -share/data/models/vehicles/x29.iv -share/data/models/wheel.iv diff --git a/graphics/jpg2pdf/Makefile b/graphics/jpg2pdf/Makefile deleted file mode 100644 index fbe14cdff69f..000000000000 --- a/graphics/jpg2pdf/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: luigi@FreeBSD.org -# $FreeBSD$ - -PORTNAME= jpg2pdf -PORTVERSION= 20090113 -CATEGORIES= graphics -MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ -DISTNAME= ${PORTVERSION}-${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Plain C converter of jpeg images to PDF or PostScript - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -PLIST_FILES= bin/jpg2pdf man/man1/jpg2pdf.1.gz - -WRKSRC= ${WRKDIR}/${PORTNAME} - -do-build: - (cd ${WRKSRC} ; ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/graphics/jpg2pdf/distinfo b/graphics/jpg2pdf/distinfo deleted file mode 100644 index e92253e658d2..000000000000 --- a/graphics/jpg2pdf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (20090113-jpg2pdf.tgz) = 744c57653a64b46fe01a83ed53d2633cdbd4109d6d5214f76e17445ef2b76103 -SIZE (20090113-jpg2pdf.tgz) = 6802 diff --git a/graphics/jpg2pdf/pkg-descr b/graphics/jpg2pdf/pkg-descr deleted file mode 100644 index 11779b085101..000000000000 --- a/graphics/jpg2pdf/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -jpg2pdf is a program to convert one or more JPG images into a -single PDF or PostScript file. - -Compared to other similar programs, the main advantage of jpg2pdf -is that it is very small, fast and entirely written in C. - -It works by simply wrapping the JPG data with appropriate PDF or PS -glue so there is no image conversion involved. - -WWW: http://info.iet.unipi.it/~luigi/FreeBSD/ diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile deleted file mode 100644 index 362fdcbc854a..000000000000 --- a/graphics/jpgraph2/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jpgraph -PORTVERSION= 4.0.2 -CATEGORIES= graphics -MASTER_SITES= http://fossies.org/linux/www/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Draw both "quick and dirty" graphs with a minimum of code - -LICENSE= QPL -LICENSE_NAME= Q PUBLIC LICENSE version 1.0 -LICENSE_TEXT= Please refer to: http://www.opensource.org/licenses/qtpl.php for details -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu - -USES= php tar:bzip2 -USE_PHP= gd -NO_ARCH= yes -NO_BUILD= yes - -NO_CDROM= The free version cannot be used in a commercial context - -PORTDATA= * -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - @${REINPLACE_CMD} '/TrueType/ s|// ||; \ - s|/usr/share/fonts/TrueType|${LOCALBASE}/share/fonts/dejavu|' \ - ${WRKSRC}/src/jpg-config.inc.php - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/src && ${COPYTREE_SHARE} "*.php *.dat fonts lang themes" \ - ${STAGEDIR}${DATADIR}) - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${RM} ${WRKSRC}/src/Examples/jpgraph - (cd ${WRKSRC}/src/Examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - -.include <bsd.port.mk> diff --git a/graphics/jpgraph2/distinfo b/graphics/jpgraph2/distinfo deleted file mode 100644 index ea3c1a4c26ad..000000000000 --- a/graphics/jpgraph2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1483330493 -SHA256 (jpgraph-4.0.2.tar.bz2) = 2b8ac379e96d956fc3803d253aa6f446f28675f3c11af5ea99ddc4b4e5457d0b -SIZE (jpgraph-4.0.2.tar.bz2) = 12709084 diff --git a/graphics/jpgraph2/pkg-descr b/graphics/jpgraph2/pkg-descr deleted file mode 100644 index 85cc7da2370d..000000000000 --- a/graphics/jpgraph2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -JpGraph is an OO class library for PHP. JpGraph makes it easy to -draw both "quick and dirty" graphs with a minimum of code and complex -professional looking graphs which requires a very fine grain of control. -The library assigns context sensitive default values for most parameters -which helps minimize the learning curve. - -WWW: http://jpgraph.net/ diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile deleted file mode 100644 index 041ce95bdca3..000000000000 --- a/graphics/makehuman/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> -# $FreeBSD$ - -PORTNAME= makehuman -DISTVERSION= 0.9.1-rc1a -PORTREVISION= 15 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Application for parametrical modeling of 3D humanoid characters - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libanimorph.so:graphics/animorph \ - libmhgui.so:graphics/mhgui - -USES= gmake pkgconfig -GNU_CONFIGURE= yes -USE_GL= glut -USE_GCC= any # Animation.cpp:94:26: error: variable length array of non-POD element type 'Animorph::BodySettings' - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= * -PORTDATA= * - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's,find . \(-name .*\) -exec cp --parents {} \(.*\) \\;,find -d . \1 | ${CPIO} -dumpl \2,g' \ - ${WRKSRC}/pixmaps/Makefile.in ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e '/getUserWorkDir/ s|"makehuman"|".makehuman"|g' ${WRKSRC}/src/util.cpp - @${REINPLACE_CMD} -e '/^makehuman_pixmapsdir =/ s|pixmaps/makehuman|makehuman/pixmaps|' ${WRKSRC}/pixmaps/Makefile.in - @${REINPLACE_CMD} -e '/^packagepixmapsdir=/ s|pixmaps/\$${PACKAGE}|$${PACKAGE}/pixmaps|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^makehumandocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in - -post-install: - ${FIND} ${STAGEDIR}${DATADIR} -type d -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0755 - ${FIND} ${STAGEDIR}${DATADIR} -type f -print0 | ${XARGS} -0 -n 10 ${CHMOD} 0644 - -.include <bsd.port.mk> diff --git a/graphics/makehuman/distinfo b/graphics/makehuman/distinfo deleted file mode 100644 index bbaa466d4c74..000000000000 --- a/graphics/makehuman/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (makehuman-0.9.1-rc1a.tar.gz) = 928596672476dec5ce1147cf2eba8a350e84fa4be35b6082813bb2744487e6e0 -SIZE (makehuman-0.9.1-rc1a.tar.gz) = 29807456 diff --git a/graphics/makehuman/files/patch-src__ComponentID.h b/graphics/makehuman/files/patch-src__ComponentID.h deleted file mode 100644 index bd250e901626..000000000000 --- a/graphics/makehuman/files/patch-src__ComponentID.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ComponentID.h.orig 2007-12-03 01:30:18.000000000 +0300 -+++ src/ComponentID.h 2013-09-14 14:26:25.451226331 +0400 -@@ -27,6 +27,8 @@ - #ifndef COMPONENTID_H - #define COMPONENTID_H 1 - -+#include <algorithm> // for for_each in *Panel.cpp -+ - #ifdef HAVE_CONFIG_H - #include <config.h> - #endif diff --git a/graphics/makehuman/files/patch-src__FileTools.cpp b/graphics/makehuman/files/patch-src__FileTools.cpp deleted file mode 100644 index cf7a9da5d4c8..000000000000 --- a/graphics/makehuman/files/patch-src__FileTools.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/FileTools.cpp.orig 2007-11-25 12:28:07.000000000 +0300 -+++ src/FileTools.cpp 2013-09-17 06:11:17.036227572 +0400 -@@ -45,6 +45,8 @@ - #include <dirent.h> - #include <limits.h> - #include <iostream> -+#include <cstdlib> -+#include <cstring> - - /* ========================================================================== * - * FileTools - Implementation diff --git a/graphics/makehuman/files/patch-src__FileTools.h b/graphics/makehuman/files/patch-src__FileTools.h deleted file mode 100644 index 556613014576..000000000000 --- a/graphics/makehuman/files/patch-src__FileTools.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/FileTools.h.orig 2007-11-25 12:28:06.000000000 +0300 -+++ src/FileTools.h 2014-03-29 06:24:08.329334425 +0400 -@@ -35,6 +35,9 @@ - #include <string> - #include <list> - #include <cassert> -+#include <stdint.h> -+#include <fcntl.h> -+#include <unistd.h> - - using std::string; - using std::list; diff --git a/graphics/makehuman/pkg-descr b/graphics/makehuman/pkg-descr deleted file mode 100644 index b7a9fd53abc1..000000000000 --- a/graphics/makehuman/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -MakeHuman(C) is an open-source, open graphics library, stand-alone, -multi-platform, software program, which is completely written in C -language. Its purpose is to provide a versatile, professional and -extremely specialized application for parametrical modeling of -three-dimensional humanoid characters. - -WWW: http://www.makehuman.org/ diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile deleted file mode 100644 index a414358708ef..000000000000 --- a/graphics/pstoepsi/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Mita Yoshio <mita@jp.FreeBSD.org> -# $FreeBSD$ - -PORTNAME= pstoepsi -PORTVERSION= 20020711 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/tools/pstoepsi/ -DISTFILES= pstoepsi README.this-site -DIST_SUBDIR= pstoepsi -EXTRACT_ONLY= #empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= Wiliam Chia-Wei Cheng's yet another PS to EPSI converter - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -RUN_DEPENDS= pbmtoepsi:graphics/netpbm - -USES= ghostscript:run -NO_WRKSUBDIR= yes -NO_ARCH= yes - -OPTIONS_DEFINE= DOCS - -post-extract: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/pstoepsi ${WRKSRC}/pstoepsi.prefix - @${CP} ${DISTDIR}/${DIST_SUBDIR}/README.this-site ${WRKSRC} - -do-build: - ${SED} -e "s+%%PREFIX%%+${PREFIX}+g" ${WRKSRC}/pstoepsi.prefix > \ - ${WRKSRC}/pstoepsi - ${GZIP_CMD} ${WRKSRC}/README.this-site - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pstoepsi ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.this-site.gz ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/graphics/pstoepsi/distinfo b/graphics/pstoepsi/distinfo deleted file mode 100644 index 269c247af5cf..000000000000 --- a/graphics/pstoepsi/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (pstoepsi/pstoepsi) = 47a5f0f95230c5292d5be65e7e38c3ac6aa431ca2ec710ed23b5958ad68afc9b -SIZE (pstoepsi/pstoepsi) = 4441 -SHA256 (pstoepsi/README.this-site) = 0a93c1cdfc1a476ece84f033026296ddb0d74a1eb253c53567e14cf8276cefc5 -SIZE (pstoepsi/README.this-site) = 2282 diff --git a/graphics/pstoepsi/files/patch-pstoepsi.prefix b/graphics/pstoepsi/files/patch-pstoepsi.prefix deleted file mode 100644 index bab339ae1874..000000000000 --- a/graphics/pstoepsi/files/patch-pstoepsi.prefix +++ /dev/null @@ -1,16 +0,0 @@ ---- pstoepsi.prefix.orig 2016-06-17 22:43:43 UTC -+++ pstoepsi.prefix -@@ -33,10 +33,10 @@ USAGE="Usage: $0 [ -gs | -news ] [ -stri - <file>.ps <file>.epsi" - - ########################## Edit these variables ##################### --GS='/usr/local/bin/X11/gs' -+GS='%%PREFIX%%/bin/gs' - PSTOPPM='/usr/local/libdata/X11/gs/pstoppm.ps' --PBMTOEPSI='./pbmtoepsi' --RASTTOPNM='/mm/bin/rasttopnm' -+PBMTOEPSI='%%PREFIX%%/bin/pbmtoepsi' -+RASTTOPNM='%%PREFIX%%/bin/rasttopnm' - INTERP='gs' - STRIP='false' - HIRES='false' diff --git a/graphics/pstoepsi/pkg-descr b/graphics/pstoepsi/pkg-descr deleted file mode 100644 index 8c52a47b6923..000000000000 --- a/graphics/pstoepsi/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -pstoepsi convertes EPS (and some PS) file to EPS file with Image preview. -This EPSI file is very useful to import to Tgif (with 'Ctrl-(' key). - -Ghostscript has similar script (ps2epsi) but since version 7.05 it no more -creates EPSI files which are compatible with tgif. - -Using is very simple: - -pstoepsi input_file_name output_file_name.epsi - -You will find that output_file_name.epsi in the same directory. diff --git a/graphics/pstoepsi/pkg-plist b/graphics/pstoepsi/pkg-plist deleted file mode 100644 index 943abdb6acd1..000000000000 --- a/graphics/pstoepsi/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/pstoepsi -%%PORTDOCS%%%%DOCSDIR%%/README.this-site.gz diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile deleted file mode 100644 index 66ca06c20e33..000000000000 --- a/graphics/xmandel/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: andreas@marvin.robin.de -# $FreeBSD$ - -PORTNAME= xmandel -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ -# The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, -# but this has changed apparently. -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .shar - -MAINTAINER= ports@FreeBSD.org -COMMENT= Window based interface to Mandelbrot sets and Julia sets - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -EXTRACT_CMD= ${SH} -EXTRACT_BEFORE_ARGS= # empty -EXTRACT_AFTER_ARGS= # empty -USES= imake perl5 -USE_XORG= ice sm x11 xaw xext xmu xt -USE_PERL5= build -NO_WRKSUBDIR= yes -PLIST_FILES= bin/xmandel man/man1/xmandel.1.gz - -pre-patch: - @${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c - -.include <bsd.port.mk> diff --git a/graphics/xmandel/distinfo b/graphics/xmandel/distinfo deleted file mode 100644 index b7f2a445c08c..000000000000 --- a/graphics/xmandel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmandel.shar) = d785bf77cda17ffbead0fdb1743672b92725e5add2f56fb67c727a70db90feb5 -SIZE (xmandel.shar) = 36482 diff --git a/graphics/xmandel/pkg-descr b/graphics/xmandel/pkg-descr deleted file mode 100644 index b02454162181..000000000000 --- a/graphics/xmandel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Xmandel is a user friendly interface for generating Mandelbrot sets and -Julia sets. It initially comes up with several command buttons, -which are described in the man page, for controlling the execution. A -Mandelbrot set is drawn in the window of the initial form when the -mandel button is selected. Other buttons are provided for zooming, -clearing, etc. A separate window is created for drawing the Julia sets. |