aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-05-04 10:51:02 +0000
committerRene Ladan <rene@FreeBSD.org>2014-05-04 10:51:02 +0000
commit32e92194b7278e4656bb4581bbdec8b4cfec766b (patch)
treedc2a77fb28bb97e39d913fa8c2e661b6e3af9bd3 /x11-toolkits
parent496193d869a804c89a9888cf31ea076b3fb7eead (diff)
downloadports-32e92194b7278e4656bb4581bbdec8b4cfec766b.tar.gz
ports-32e92194b7278e4656bb4581bbdec8b4cfec766b.zip
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
Notes
Notes: svn path=/head/; revision=352941
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gigi/Makefile83
-rw-r--r--x11-toolkits/gigi/distinfo2
-rw-r--r--x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp24
-rw-r--r--x11-toolkits/gigi/files/patch-src-Font.cpp11
-rw-r--r--x11-toolkits/gigi/pkg-descr18
-rw-r--r--x11-toolkits/gigi/pkg-plist327
7 files changed, 0 insertions, 466 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 49547d0c53d9..086515eb4e9c 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -27,7 +27,6 @@
SUBDIR += gal2
SUBDIR += gal2-reference
SUBDIR += gdl
- SUBDIR += gigi
SUBDIR += girara
SUBDIR += gnocl
SUBDIR += gnome-desktop-sharp20
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile
deleted file mode 100644
index 6a73da78b556..000000000000
--- a/x11-toolkits/gigi/Makefile
+++ /dev/null
@@ -1,83 +0,0 @@
-# Created by: alepulver
-# $FreeBSD$
-
-PORTNAME= gigi
-PORTVERSION= 0.8.0.1074
-PORTREVISION= 5
-PORTEPOCH= 1
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= oliver
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= OpenGL Graphic User Interface Library
-
-LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \
- libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
- libfreetype.so:${PORTSDIR}/print/freetype2
-
-BROKEN= Does not compile on 10 or higher
-DEPRECATED= Does not compile on 10 or higher
-EXPIRATION_DATE=2014-04-30
-
-USE_GCC= yes
-USES= cmake
-CMAKE_ARGS= -DBUILD_TUTORIALS:BOOL=OFF
-USE_BZIP2= yes
-USE_SDL= sdl
-USE_LDCONFIG= yes
-# Ensure local headers are found first, otherwise updating would fail.
-CFLAGS+= -I.
-
-OPTIONS_DEFINE= OGRE
-OGRE_DESC= Ogre (3D engine) support
-
-SHLIB_VER= 0
-PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
-GIGI_LIBS= GiGi GiGiSDL
-WRKSRC= ${WRKDIR}/gigi/GG
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MOGRE}
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \
- ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois
-RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \
- ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois
-PLIST_SUB+= OGRE=""
-GIGI_LIBS+= GiGiOgre GiGiOgrePlugin_OIS
-.else
-CMAKE_ARGS+= -DBUILD_OGRE_DRIVER:BOOL=OFF -DBUILD_OGRE_OIS_PLUGIN:BOOL=OFF
-PLIST_SUB+= OGRE="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|TIME_UTC)|TIME_UTC_)|' \
- ${WRKSRC}/src/GUI.cpp
- @${REINPLACE_CMD} -e 's| move_backward| ::adobe::move_backward|g' \
- ${WRKSRC}/GG/adobe/vector.hpp
-post-build:
- @${REINPLACE_CMD} -Ee 's,^prefix=.*,prefix=${PREFIX},' \
- ${WRKSRC}/*.pc
-
-do-install:
- ${MKDIR} ${PREFIX}/include/GG
- cd ${WRKSRC}/GG && ${FIND} . -name "*.h" -o -name "*.hpp" -depth | ${CPIO} -pdmv ${PREFIX}/include/GG
-.for lib in ${GIGI_LIBS}
- ${INSTALL_PROGRAM} ${WRKSRC}/lib${lib}.so \
- ${PREFIX}/lib/lib${lib}.so.${SHLIB_VER}
- cd ${PREFIX}/lib && ${LN} -sf lib${lib}.so.${SHLIB_VER} lib${lib}.so
- -[ -f ${WRKSRC}/${lib}.pc ] && ${INSTALL_DATA} ${WRKSRC}/${lib}.pc ${PREFIX}/libdata/pkgconfig
-.endfor
-
-maint-gen-distfile:
- @if [ -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
- ${ECHO_CMD} "ERROR: the distfile already exists."; \
- ${FALSE}; \
- fi
- svn export -r 1074 https://${PORTNAME}.svn.sourceforge.net/svnroot/${PORTNAME}/trunk ${PORTNAME}
- tar cjf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}
- ${RM} -rf ${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/gigi/distinfo b/x11-toolkits/gigi/distinfo
deleted file mode 100644
index a03aa9c15482..000000000000
--- a/x11-toolkits/gigi/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gigi-0.8.0.1074.tar.bz2) = b2ec02ba7d40aea1c99169073d4b43e475165c796eebd47cca711d31305ba385
-SIZE (gigi-0.8.0.1074.tar.bz2) = 1968928
diff --git a/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp b/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp
deleted file mode 100644
index c24218cf0c17..000000000000
--- a/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
---- GG/adobe/cmath.hpp.orig 2011-08-29 15:14:45.000000000 +0200
-+++ GG/adobe/cmath.hpp 2013-12-08 12:40:51.000000000 +0100
-@@ -31,21 +31,7 @@
- #define ADOBE_HAS_C99_STD_MATH_H
-
- #elif defined(__GNUC__)
--
--// Guessing at gcc 3 support
--#if (__GNUC__ == 3) && (__GNUC_MINOR__ > 2)
--
--#define ADOBE_HAS_CPP_CMATH
--
--#elif ((__GNUC__ == 4) && (__GNUC_MINOR__ <= 6))
--/*
-- The currently supported version of GNUC has C99 extensions in math.h. But no TR1 extensions.
--*/
- #define ADOBE_HAS_C99_MATH_H
--
--#else
--#error "Unknown GCC compiler configuration for cmath (last known version is 4.0.1)."
--#endif
-
- #elif defined(_MSC_VER)
-
diff --git a/x11-toolkits/gigi/files/patch-src-Font.cpp b/x11-toolkits/gigi/files/patch-src-Font.cpp
deleted file mode 100644
index d51505ead1db..000000000000
--- a/x11-toolkits/gigi/files/patch-src-Font.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Font.cpp.orig 2009-04-13 08:50:10.000000000 +0200
-+++ src/Font.cpp 2009-04-13 08:51:06.000000000 +0200
-@@ -1218,7 +1218,7 @@
- boost::uint8_t* src = src_start + row * glyph_bitmap.pitch;
- boost::uint16_t* dst = dst_start + (row + Value(y_offset)) * Value(BUF_WIDTH);
- for (int col = 0; col < glyph_bitmap.width; ++col) {
--#ifdef __BIG_ENDIAN__
-+#if (_BYTE_ORDER == _BIG_ENDIAN)
- *dst++ = *src++ | (255 << 8); // big-endian uses different byte ordering
- #else
- *dst++ = (*src++ << 8) | 255; // alpha is the value from glyph_bitmap; luminance is always 100% white
diff --git a/x11-toolkits/gigi/pkg-descr b/x11-toolkits/gigi/pkg-descr
deleted file mode 100644
index 86f5769c7e62..000000000000
--- a/x11-toolkits/gigi/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
-at least on Linux and Windows, and probably more), compiler-independent (it
-compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably
-more), and driver-independent. A reference driver for SDL is provided, and it
-is straightforward to write one for yourself should you decide to do so.
-
-Features:
-* True modularity. You provide the initialized OpenGL environment and user
- input, and GG provides the GUI behavior. A reference SDL input driver is
- provided.
-* Independence of platform, compiler, and input driver/application framework.
-* Applicability to multiple types of frame-based apps. Any frame-based app can
- use GG, from FPS to TBS games.
-
-Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays
-of makink you understand our code.
-
-WWW: http://gigi.sourceforge.net/
diff --git a/x11-toolkits/gigi/pkg-plist b/x11-toolkits/gigi/pkg-plist
deleted file mode 100644
index a087a76f7f8b..000000000000
--- a/x11-toolkits/gigi/pkg-plist
+++ /dev/null
@@ -1,327 +0,0 @@
-include/GG/AdamDlg.h
-include/GG/AdamGlue.h
-include/GG/AdamParser.h
-include/GG/AlignmentFlags.h
-include/GG/Base.h
-include/GG/BrowseInfoWnd.h
-include/GG/Button.h
-include/GG/Clr.h
-include/GG/ClrConstants.h
-include/GG/Config.h
-include/GG/Control.h
-include/GG/Cursor.h
-include/GG/DrawUtil.h
-include/GG/DropDownList.h
-include/GG/DynamicGraphic.h
-include/GG/Edit.h
-include/GG/Enum.h
-include/GG/EveGlue.h
-include/GG/EveLayout.h
-include/GG/EveParser.h
-include/GG/EventPump.h
-include/GG/Exception.h
-include/GG/Export.h
-include/GG/ExpressionParser.h
-include/GG/ExpressionWriter.h
-include/GG/Flags.h
-include/GG/Font.h
-include/GG/FontFwd.h
-include/GG/GUI.h
-include/GG/GroupBox.h
-include/GG/Layout.h
-include/GG/Lexer.h
-include/GG/LexerFwd.h
-include/GG/ListBox.h
-include/GG/Menu.h
-include/GG/MultiEdit.h
-include/GG/MultiEditFwd.h
-include/GG/Ogre/OgreGUI.h
-include/GG/Ogre/Plugins/OISInput.h
-include/GG/Ogre/Plugins/OgreGUIInputPlugin.h
-include/GG/PluginInterface.h
-include/GG/PtRect.h
-include/GG/ReportParseError.h
-include/GG/SDL/SDLGUI.h
-include/GG/Scroll.h
-include/GG/Signal0.h
-include/GG/Signal1.h
-include/GG/Signal2.h
-include/GG/Signal3.h
-include/GG/Signal4.h
-include/GG/Signal5.h
-include/GG/Signal6.h
-include/GG/Signal7.h
-include/GG/Signal8.h
-include/GG/SignalTemplate.h
-include/GG/SignalsAndSlots.h
-include/GG/Slider.h
-include/GG/Spin.h
-include/GG/StaticGraphic.h
-include/GG/StrongTypedef.h
-include/GG/StyleFactory.h
-include/GG/TabWnd.h
-include/GG/TextControl.h
-include/GG/Texture.h
-include/GG/Timer.h
-include/GG/UnicodeCharsets.h
-include/GG/Wnd.h
-include/GG/WndEvent.h
-include/GG/ZList.h
-include/GG/adobe/adam.hpp
-include/GG/adobe/adam_evaluate.hpp
-include/GG/adobe/adam_parser.hpp
-include/GG/adobe/algorithm/binary_search.hpp
-include/GG/adobe/algorithm/clamp.hpp
-include/GG/adobe/algorithm/copy.hpp
-include/GG/adobe/algorithm/count.hpp
-include/GG/adobe/algorithm/equal.hpp
-include/GG/adobe/algorithm/equal_range.hpp
-include/GG/adobe/algorithm/find.hpp
-include/GG/adobe/algorithm/find_match.hpp
-include/GG/adobe/algorithm/for_each.hpp
-include/GG/adobe/algorithm/for_each_position.hpp
-include/GG/adobe/algorithm/lower_bound.hpp
-include/GG/adobe/algorithm/minmax.hpp
-include/GG/adobe/algorithm/mismatch.hpp
-include/GG/adobe/algorithm/reverse.hpp
-include/GG/adobe/algorithm/select.hpp
-include/GG/adobe/algorithm/sort.hpp
-include/GG/adobe/algorithm/sorted.hpp
-include/GG/adobe/algorithm/transform.hpp
-include/GG/adobe/algorithm/unique.hpp
-include/GG/adobe/algorithm/upper_bound.hpp
-include/GG/adobe/any_regular.hpp
-include/GG/adobe/any_regular_fwd.hpp
-include/GG/adobe/array.hpp
-include/GG/adobe/array_fwd.hpp
-include/GG/adobe/basic_sheet.hpp
-include/GG/adobe/circular_queue.hpp
-include/GG/adobe/closed_hash.hpp
-include/GG/adobe/closed_hash_fwd.hpp
-include/GG/adobe/cmath.hpp
-include/GG/adobe/config.hpp
-include/GG/adobe/config/compiler/gcc.hpp
-include/GG/adobe/config/compiler/visualc.hpp
-include/GG/adobe/config/select_compiler.hpp
-include/GG/adobe/controller_concept.hpp
-include/GG/adobe/conversion.hpp
-include/GG/adobe/cstdint.hpp
-include/GG/adobe/cstring.hpp
-include/GG/adobe/dictionary.hpp
-include/GG/adobe/dictionary_fwd.hpp
-include/GG/adobe/dictionary_set.hpp
-include/GG/adobe/empty.hpp
-include/GG/adobe/enum_ops.hpp
-include/GG/adobe/eve.hpp
-include/GG/adobe/eve_evaluate.hpp
-include/GG/adobe/eve_parser.hpp
-include/GG/adobe/extents.hpp
-include/GG/adobe/file_slurp.hpp
-include/GG/adobe/forest.hpp
-include/GG/adobe/forest_bitpath.hpp
-include/GG/adobe/formatter_tokens.hpp
-include/GG/adobe/function_pack.hpp
-include/GG/adobe/function_traits.hpp
-include/GG/adobe/functional.hpp
-include/GG/adobe/functional/is_member.hpp
-include/GG/adobe/functional/operator.hpp
-include/GG/adobe/future/assemblage.hpp
-include/GG/adobe/future/behavior.hpp
-include/GG/adobe/future/cmd_system.hpp
-include/GG/adobe/future/cursor.hpp
-include/GG/adobe/future/debounce.hpp
-include/GG/adobe/future/dirty_value.hpp
-include/GG/adobe/future/drag_and_drop.hpp
-include/GG/adobe/future/drag_and_drop_converter_concept.hpp
-include/GG/adobe/future/drag_and_drop_fwd.hpp
-include/GG/adobe/future/endian.hpp
-include/GG/adobe/future/file_monitor.hpp
-include/GG/adobe/future/find_closest.hpp
-include/GG/adobe/future/locale.hpp
-include/GG/adobe/future/menu_system.hpp
-include/GG/adobe/future/modal_dialog_interface.hpp
-include/GG/adobe/future/notify_on_write.hpp
-include/GG/adobe/future/number_formatter.hpp
-include/GG/adobe/future/periodical.hpp
-include/GG/adobe/future/platform_drag_and_drop_data.hpp
-include/GG/adobe/future/platform_file_monitor_impl.hpp
-include/GG/adobe/future/platform_locale_data.hpp
-include/GG/adobe/future/platform_number_formatter_data.hpp
-include/GG/adobe/future/platform_periodical_data.hpp
-include/GG/adobe/future/platform_primitives.hpp
-include/GG/adobe/future/poly_drag_and_drop_converter.hpp
-include/GG/adobe/future/resources.hpp
-include/GG/adobe/future/rset.hpp
-include/GG/adobe/future/source/cursor_stack.hpp
-include/GG/adobe/future/ternary_function.hpp
-include/GG/adobe/future/widgets/headers/alert.hpp
-include/GG/adobe/future/widgets/headers/button_factory.hpp
-include/GG/adobe/future/widgets/headers/button_helper.hpp
-include/GG/adobe/future/widgets/headers/checkbox_factory.hpp
-include/GG/adobe/future/widgets/headers/control_button.hpp
-include/GG/adobe/future/widgets/headers/control_button_factory.hpp
-include/GG/adobe/future/widgets/headers/display.hpp
-include/GG/adobe/future/widgets/headers/display_number_factory.hpp
-include/GG/adobe/future/widgets/headers/edit_number.hpp
-include/GG/adobe/future/widgets/headers/edit_number_factory.hpp
-include/GG/adobe/future/widgets/headers/edit_text_common.hpp
-include/GG/adobe/future/widgets/headers/edit_text_factory.hpp
-include/GG/adobe/future/widgets/headers/factory.hpp
-include/GG/adobe/future/widgets/headers/group_factory.hpp
-include/GG/adobe/future/widgets/headers/image_factory.hpp
-include/GG/adobe/future/widgets/headers/label_factory.hpp
-include/GG/adobe/future/widgets/headers/number_unit.hpp
-include/GG/adobe/future/widgets/headers/optional_connect.hpp
-include/GG/adobe/future/widgets/headers/optional_panel_factory.hpp
-include/GG/adobe/future/widgets/headers/panel_factory.hpp
-include/GG/adobe/future/widgets/headers/platform_button.hpp
-include/GG/adobe/future/widgets/headers/platform_checkbox.hpp
-include/GG/adobe/future/widgets/headers/platform_display_number.hpp
-include/GG/adobe/future/widgets/headers/platform_edit_number.hpp
-include/GG/adobe/future/widgets/headers/platform_edit_text.hpp
-include/GG/adobe/future/widgets/headers/platform_group.hpp
-include/GG/adobe/future/widgets/headers/platform_image.hpp
-include/GG/adobe/future/widgets/headers/platform_label.hpp
-include/GG/adobe/future/widgets/headers/platform_metrics.hpp
-include/GG/adobe/future/widgets/headers/platform_optional_panel.hpp
-include/GG/adobe/future/widgets/headers/platform_panel.hpp
-include/GG/adobe/future/widgets/headers/platform_popup.hpp
-include/GG/adobe/future/widgets/headers/platform_presets.hpp
-include/GG/adobe/future/widgets/headers/platform_preview.hpp
-include/GG/adobe/future/widgets/headers/platform_progress_bar.hpp
-include/GG/adobe/future/widgets/headers/platform_radio_button.hpp
-include/GG/adobe/future/widgets/headers/platform_reveal.hpp
-include/GG/adobe/future/widgets/headers/platform_separator.hpp
-include/GG/adobe/future/widgets/headers/platform_slider.hpp
-include/GG/adobe/future/widgets/headers/platform_tab_group.hpp
-include/GG/adobe/future/widgets/headers/platform_toggle.hpp
-include/GG/adobe/future/widgets/headers/platform_widget_utils.hpp
-include/GG/adobe/future/widgets/headers/platform_window.hpp
-include/GG/adobe/future/widgets/headers/popup_common.hpp
-include/GG/adobe/future/widgets/headers/popup_common_fwd.hpp
-include/GG/adobe/future/widgets/headers/popup_factory.hpp
-include/GG/adobe/future/widgets/headers/presets_common.hpp
-include/GG/adobe/future/widgets/headers/presets_factory.hpp
-include/GG/adobe/future/widgets/headers/preview_factory.hpp
-include/GG/adobe/future/widgets/headers/progress_bar_factory.hpp
-include/GG/adobe/future/widgets/headers/radio_button_factory.hpp
-include/GG/adobe/future/widgets/headers/reveal_factory.hpp
-include/GG/adobe/future/widgets/headers/separator_factory.hpp
-include/GG/adobe/future/widgets/headers/slider_factory.hpp
-include/GG/adobe/future/widgets/headers/slider_helper.hpp
-include/GG/adobe/future/widgets/headers/sublayout.hpp
-include/GG/adobe/future/widgets/headers/tab_group_factory.hpp
-include/GG/adobe/future/widgets/headers/toggle_factory.hpp
-include/GG/adobe/future/widgets/headers/value_range_format.hpp
-include/GG/adobe/future/widgets/headers/virtual_machine_extension.hpp
-include/GG/adobe/future/widgets/headers/visible_change_queue.hpp
-include/GG/adobe/future/widgets/headers/widget_factory.hpp
-include/GG/adobe/future/widgets/headers/widget_factory_registry.hpp
-include/GG/adobe/future/widgets/headers/widget_tokens.hpp
-include/GG/adobe/future/widgets/headers/widget_utils.hpp
-include/GG/adobe/future/widgets/headers/window_factory.hpp
-include/GG/adobe/future/widgets/headers/window_helper.hpp
-include/GG/adobe/future/widgets/headers/window_server.hpp
-include/GG/adobe/implementation/adam_parser_impl.hpp
-include/GG/adobe/implementation/expression_filter.hpp
-include/GG/adobe/implementation/expression_formatter.hpp
-include/GG/adobe/implementation/expression_parser.hpp
-include/GG/adobe/implementation/lex_shared.hpp
-include/GG/adobe/implementation/lex_shared_fwd.hpp
-include/GG/adobe/implementation/lex_stream.hpp
-include/GG/adobe/implementation/lex_stream_fwd.hpp
-include/GG/adobe/implementation/parser_shared.hpp
-include/GG/adobe/implementation/string_pool.hpp
-include/GG/adobe/implementation/swap.hpp
-include/GG/adobe/implementation/token.hpp
-include/GG/adobe/iomanip.hpp
-include/GG/adobe/iomanip_asl_cel.hpp
-include/GG/adobe/iomanip_fwd.hpp
-include/GG/adobe/istream.hpp
-include/GG/adobe/istream_fwd.hpp
-include/GG/adobe/iterator.hpp
-include/GG/adobe/iterator/set_next.hpp
-include/GG/adobe/key_handler_concept.hpp
-include/GG/adobe/keyboard.hpp
-include/GG/adobe/layout_attributes.hpp
-include/GG/adobe/layout_formatter.hpp
-include/GG/adobe/localization.hpp
-include/GG/adobe/manip.hpp
-include/GG/adobe/memory.hpp
-include/GG/adobe/memory_fwd.hpp
-include/GG/adobe/move.hpp
-include/GG/adobe/name.hpp
-include/GG/adobe/name_fwd.hpp
-include/GG/adobe/numeric.hpp
-include/GG/adobe/once.hpp
-include/GG/adobe/placeable_concept.hpp
-include/GG/adobe/poly.hpp
-include/GG/adobe/poly_controller.hpp
-include/GG/adobe/poly_key_handler.hpp
-include/GG/adobe/poly_placeable.hpp
-include/GG/adobe/poly_sequence_controller.hpp
-include/GG/adobe/poly_sequence_model.hpp
-include/GG/adobe/poly_sequence_view.hpp
-include/GG/adobe/poly_view.hpp
-include/GG/adobe/property_model_formatter.hpp
-include/GG/adobe/regular_concept.hpp
-include/GG/adobe/sequence_controller.hpp
-include/GG/adobe/sequence_hooks.hpp
-include/GG/adobe/sequence_model.hpp
-include/GG/adobe/sequence_model_fwd.hpp
-include/GG/adobe/sequence_mvc_muldex.hpp
-include/GG/adobe/sequence_view.hpp
-include/GG/adobe/sheet_hooks.hpp
-include/GG/adobe/static_table.hpp
-include/GG/adobe/string.hpp
-include/GG/adobe/string_fwd.hpp
-include/GG/adobe/table_index.hpp
-include/GG/adobe/typeinfo.hpp
-include/GG/adobe/utility.hpp
-include/GG/adobe/utility/ignore_unused.hpp
-include/GG/adobe/utility/pair.hpp
-include/GG/adobe/vector.hpp
-include/GG/adobe/vector_fwd.hpp
-include/GG/adobe/view_concept.hpp
-include/GG/adobe/virtual_machine.hpp
-include/GG/adobe/widget_attributes.hpp
-include/GG/adobe/widget_proxies.hpp
-include/GG/adobe/xml_element_forest.hpp
-include/GG/dialogs/ColorDlg.h
-include/GG/dialogs/FileDlg.h
-include/GG/dialogs/ThreeButtonDlg.h
-include/GG/glext.h
-include/GG/ltdl.h
-include/GG/ltdl_config.h
-include/GG/utf8/checked.h
-include/GG/utf8/core.h
-include/GG/utf8/unchecked.h
-lib/libGiGi.so
-lib/libGiGi.so.0
-%%OGRE%%lib/libGiGiOgre.so
-%%OGRE%%lib/libGiGiOgre.so.0
-%%OGRE%%lib/libGiGiOgrePlugin_OIS.so
-%%OGRE%%lib/libGiGiOgrePlugin_OIS.so.0
-lib/libGiGiSDL.so
-lib/libGiGiSDL.so.0
-libdata/pkgconfig/GiGi.pc
-%%OGRE%%libdata/pkgconfig/GiGiOgre.pc
-libdata/pkgconfig/GiGiSDL.pc
-@dirrm include/GG/adobe/algorithm
-@dirrm include/GG/adobe/implementation
-@dirrm include/GG/adobe/utility
-@dirrm include/GG/adobe/config/compiler
-@dirrm include/GG/adobe/config
-@dirrm include/GG/adobe/future/source
-@dirrm include/GG/adobe/future/widgets/headers
-@dirrm include/GG/adobe/future/widgets
-@dirrm include/GG/adobe/future
-@dirrm include/GG/adobe/iterator
-@dirrm include/GG/adobe/functional
-@dirrm include/GG/adobe
-@dirrm include/GG/dialogs
-@dirrm include/GG/SDL
-@dirrm include/GG/Ogre/Plugins
-@dirrm include/GG/Ogre
-@dirrm include/GG/utf8
-@dirrm include/GG