add paragui

ParaGUI is a cross-platform high-level application framework and GUI library
This commit is contained in:
Ying-Chieh Liao 2001-03-28 15:35:42 +00:00
parent 2a5ac8d8a3
commit de5f3ad69d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40489
11 changed files with 777 additions and 0 deletions

View file

@ -66,6 +66,7 @@
SUBDIR += p5-Tcl-Tk
SUBDIR += p5-Tk
SUBDIR += pango
SUBDIR += paragui
SUBDIR += pike-gtk
SUBDIR += plib
SUBDIR += pmw

View file

@ -0,0 +1,52 @@
# ex:ts=8
# New ports collection makefile for: paragui
# Date Created: Mar 28, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= paragui
PORTVERSION= 0.6.4
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
SDL_ttf.2:${PORTSDIR}/graphics/sdl_ttf
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_X_PREFIX= yes
USE_FREETYPE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
PLIST_SUB= PORTVER=${PORTVERSION}
INSTALLS_SHLIB= yes
MAN3= MSG_MESSAGE.3 PARAGUI_EVENTHANDLERDATA.3 SDLApplication.3 \
SDLButton.3 SDLButtonGroup.3 SDLCheckButton.3 SDLColumnItem.3 \
SDLDrawObject.3 SDLGradientWidget.3 SDLLabel.3 SDLLineEdit.3 \
SDLListBox.3 SDLListBoxBaseItem.3 SDLListBoxItem.3 \
SDLMessageObject.3 SDLProgressBar.3 SDLRadioButton.3 SDLScrollBar.3 \
SDLScrollBar__ScrollButton.3 SDLSlider.3 SDLStaticFrame.3 SDLTheme.3 \
SDLUserButton.3 SDLWidget.3 SDLWidgetDnD.3 SDLWidgetList.3 \
SDLWindow.3 SDL_Gradient.3 SDL_Point.3 bresenham_h.3 paragui_h.3 \
paragui_msgmap_h.3 paragui_types_h.3 parastretch_h.3 \
rendertextrect_h.3 sdlapplication_h.3 sdlbutton_h.3 \
sdlbuttongroup_h.3 sdlcheckbutton_h.3 sdlcolumnitem_h.3 \
sdldrawobject_h.3 sdlgradientwidget_h.3 sdllabel_h.3 sdllineedit_h.3 \
sdllistbox_h.3 sdllistboxbaseitem_h.3 sdllistboxitem_h.3 \
sdlmessageobject_h.3 sdlprogressbar_h.3 sdlradiobutton_h.3 \
sdlscrollbar_h.3 sdlslider_h.3 sdlstaticframe_h.3 sdlwidget_h.3 \
sdlwidgetdnd_h.3 sdlwidgetlist_h.3 sdlwindow_h.3 theme_h.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (paragui-0.6.4.tar.gz) = 39f1c473874993cc67ac5f1bbba32046

View file

@ -0,0 +1 @@
ParaGUI is a cross-platform high-level application framework and GUI library

View file

@ -0,0 +1,20 @@
ParaGUI is a cross-platform high-level application framework and GUI
(graphical user interface) library. It can be compiled on various platforms.
ParaGUI's cross-platform nature is completely based on the Simple DirectMedia
Layer (SDL).
Highlights of the library:
- published under LGPL
- straight forward C++ class-design (see the API documentation)
- XML configuration of the new style engine
- asynchronous messagehandling (messageposts between objects)
- multithreaded
- highly customizable widgets (background gradients, background images,
transparency, colors, fonts)
- many standard widgets already implemented (buttons, labels, scrollbars,
progressbars, windows ...)
- create your own widgets (subclass an existing widget)
WWW: http://www.bms-austria.com/projects/paragui/

View file

@ -0,0 +1,314 @@
bin/paragui-config
include/paragui/bresenham.h
include/paragui/paragui.h
include/paragui/paragui_msgmap.h
include/paragui/paragui_types.h
include/paragui/parastretch.h
include/paragui/rendertextrect.h
include/paragui/sdlapplication.h
include/paragui/sdlbutton.h
include/paragui/sdlbuttongroup.h
include/paragui/sdlcheckbutton.h
include/paragui/sdlcolumnitem.h
include/paragui/sdldrawobject.h
include/paragui/sdlgradientwidget.h
include/paragui/sdllabel.h
include/paragui/sdllineedit.h
include/paragui/sdllistbox.h
include/paragui/sdllistboxbaseitem.h
include/paragui/sdllistboxitem.h
include/paragui/sdlmessageobject.h
include/paragui/sdlprogressbar.h
include/paragui/sdlradiobutton.h
include/paragui/sdlscrollbar.h
include/paragui/sdlslider.h
include/paragui/sdlstaticframe.h
include/paragui/sdlwidget.h
include/paragui/sdlwidgetdnd.h
include/paragui/sdlwidgetlist.h
include/paragui/sdlwindow.h
include/paragui/theme.h
@dirrm include/paragui
lib/libparagui-0.6.so.4
lib/libparagui.a
lib/libparagui.so
share/aclocal/paragui.m4
share/paragui/default/back.bmp
share/paragui/default/font.ttf
share/paragui/default/rb_off.bmp
share/paragui/default/rb_on.bmp
share/paragui/default/sb_down.bmp
share/paragui/default/sb_drag.bmp
share/paragui/default/sb_left.bmp
share/paragui/default/sb_right.bmp
share/paragui/default/sb_up.bmp
share/paragui/default/wnd_close.bmp
share/paragui/qnx/check_off.bmp
share/paragui/qnx/check_on.bmp
share/paragui/qnx/close_active.bmp
share/paragui/qnx/close_clicked.bmp
share/paragui/qnx/close_normal.bmp
share/paragui/qnx/down_down.bmp
share/paragui/qnx/down_high.bmp
share/paragui/qnx/down_up.bmp
share/paragui/qnx/drag.bmp
share/paragui/qnx/font.ttf
share/paragui/qnx/hscroll_back.bmp
share/paragui/qnx/left_down.bmp
share/paragui/qnx/left_high.bmp
share/paragui/qnx/left_up.bmp
share/paragui/qnx/pb_back.bmp
share/paragui/qnx/pb_indicator.bmp
share/paragui/qnx/radio_off.bmp
share/paragui/qnx/radio_on.bmp
share/paragui/qnx/right_down.bmp
share/paragui/qnx/right_high.bmp
share/paragui/qnx/right_up.bmp
share/paragui/qnx/top_grey.bmp
share/paragui/qnx/up_down.bmp
share/paragui/qnx/up_high.bmp
share/paragui/qnx/up_up.bmp
share/paragui/qnx/vscroll_back.bmp
share/paragui/qnx/wallpaper.bmp
share/paragui/default.theme
share/paragui/qnx.theme
@dirrm share/paragui/default
@dirrm share/paragui/qnx
@dirrm share/paragui
doc/paragui-%%PORTVER%%/annotated.html
doc/paragui-%%PORTVER%%/bresenham_h-source.html
doc/paragui-%%PORTVER%%/bresenham_h.html
doc/paragui-%%PORTVER%%/bresenham_h_incl.gif
doc/paragui-%%PORTVER%%/class_SDLApplication-members.html
doc/paragui-%%PORTVER%%/class_SDLApplication.html
doc/paragui-%%PORTVER%%/class_SDLApplication_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLApplication_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButton-members.html
doc/paragui-%%PORTVER%%/class_SDLButton.html
doc/paragui-%%PORTVER%%/class_SDLButtonGroup-members.html
doc/paragui-%%PORTVER%%/class_SDLButtonGroup.html
doc/paragui-%%PORTVER%%/class_SDLButtonGroup_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButtonGroup_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLCheckButton-members.html
doc/paragui-%%PORTVER%%/class_SDLCheckButton.html
doc/paragui-%%PORTVER%%/class_SDLCheckButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLCheckButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLColumnItem-members.html
doc/paragui-%%PORTVER%%/class_SDLColumnItem.html
doc/paragui-%%PORTVER%%/class_SDLColumnItem_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLColumnItem_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLDrawObject-members.html
doc/paragui-%%PORTVER%%/class_SDLDrawObject.html
doc/paragui-%%PORTVER%%/class_SDLDrawObject_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLDrawObject_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLGradientWidget-members.html
doc/paragui-%%PORTVER%%/class_SDLGradientWidget.html
doc/paragui-%%PORTVER%%/class_SDLGradientWidget_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLGradientWidget_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLabel-members.html
doc/paragui-%%PORTVER%%/class_SDLLabel.html
doc/paragui-%%PORTVER%%/class_SDLLabel_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLabel_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLineEdit-members.html
doc/paragui-%%PORTVER%%/class_SDLLineEdit.html
doc/paragui-%%PORTVER%%/class_SDLLineEdit_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLineEdit_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBox-members.html
doc/paragui-%%PORTVER%%/class_SDLListBox.html
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem-members.html
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem.html
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBoxItem-members.html
doc/paragui-%%PORTVER%%/class_SDLListBoxItem.html
doc/paragui-%%PORTVER%%/class_SDLListBoxItem_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBoxItem_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBox_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBox_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLMessageObject-members.html
doc/paragui-%%PORTVER%%/class_SDLMessageObject.html
doc/paragui-%%PORTVER%%/class_SDLMessageObject_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLMessageObject_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLProgressBar-members.html
doc/paragui-%%PORTVER%%/class_SDLProgressBar.html
doc/paragui-%%PORTVER%%/class_SDLProgressBar_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLProgressBar_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLRadioButton-members.html
doc/paragui-%%PORTVER%%/class_SDLRadioButton.html
doc/paragui-%%PORTVER%%/class_SDLRadioButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLRadioButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar-members.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton-members.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLSlider-members.html
doc/paragui-%%PORTVER%%/class_SDLSlider.html
doc/paragui-%%PORTVER%%/class_SDLSlider_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLSlider_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLStaticFrame-members.html
doc/paragui-%%PORTVER%%/class_SDLStaticFrame.html
doc/paragui-%%PORTVER%%/class_SDLStaticFrame_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLStaticFrame_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLTheme-members.html
doc/paragui-%%PORTVER%%/class_SDLTheme.html
doc/paragui-%%PORTVER%%/class_SDLUserButton-members.html
doc/paragui-%%PORTVER%%/class_SDLUserButton.html
doc/paragui-%%PORTVER%%/class_SDLUserButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLUserButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidget-members.html
doc/paragui-%%PORTVER%%/class_SDLWidget.html
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD-members.html
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD.html
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidgetList-members.html
doc/paragui-%%PORTVER%%/class_SDLWidgetList.html
doc/paragui-%%PORTVER%%/class_SDLWidgetList_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidgetList_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidget_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidget_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWindow-members.html
doc/paragui-%%PORTVER%%/class_SDLWindow.html
doc/paragui-%%PORTVER%%/class_SDLWindow_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWindow_inherit_graph.gif
doc/paragui-%%PORTVER%%/coding.html
doc/paragui-%%PORTVER%%/contribute.html
doc/paragui-%%PORTVER%%/doxygen.css
doc/paragui-%%PORTVER%%/doxygen.gif
doc/paragui-%%PORTVER%%/examples.html
doc/paragui-%%PORTVER%%/files.html
doc/paragui-%%PORTVER%%/functions.html
doc/paragui-%%PORTVER%%/globals.html
doc/paragui-%%PORTVER%%/graph_legend.gif
doc/paragui-%%PORTVER%%/graph_legend.html
doc/paragui-%%PORTVER%%/hierarchy.html
doc/paragui-%%PORTVER%%/index.html
doc/paragui-%%PORTVER%%/inherit_graph_class_SDLMessageObject.gif
doc/paragui-%%PORTVER%%/inherit_graph_class_SDLTheme.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_MSG_MESSAGE.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_PARAGUI_EVENTHANDLERDATA.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_SDL_Gradient.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_SDL_Point.gif
doc/paragui-%%PORTVER%%/inherits.html
doc/paragui-%%PORTVER%%/pages.html
doc/paragui-%%PORTVER%%/paragui_h-source.html
doc/paragui-%%PORTVER%%/paragui_h.html
doc/paragui-%%PORTVER%%/paragui_h_dep_incl.gif
doc/paragui-%%PORTVER%%/paragui_h_incl.gif
doc/paragui-%%PORTVER%%/paragui_msgmap_h-source.html
doc/paragui-%%PORTVER%%/paragui_msgmap_h.html
doc/paragui-%%PORTVER%%/paragui_msgmap_h_incl.gif
doc/paragui-%%PORTVER%%/paragui_types_h-source.html
doc/paragui-%%PORTVER%%/paragui_types_h.html
doc/paragui-%%PORTVER%%/paragui_types_h_dep_incl.gif
doc/paragui-%%PORTVER%%/parastretch_h-source.html
doc/paragui-%%PORTVER%%/parastretch_h.html
doc/paragui-%%PORTVER%%/parastretch_h_incl.gif
doc/paragui-%%PORTVER%%/rendertextrect_h-source.html
doc/paragui-%%PORTVER%%/rendertextrect_h.html
doc/paragui-%%PORTVER%%/rendertextrect_h_incl.gif
doc/paragui-%%PORTVER%%/requirements.html
doc/paragui-%%PORTVER%%/sdlapplication_h-source.html
doc/paragui-%%PORTVER%%/sdlapplication_h.html
doc/paragui-%%PORTVER%%/sdlapplication_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlapplication_h_incl.gif
doc/paragui-%%PORTVER%%/sdlbutton_h-source.html
doc/paragui-%%PORTVER%%/sdlbutton_h.html
doc/paragui-%%PORTVER%%/sdlbutton_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlbutton_h_incl.gif
doc/paragui-%%PORTVER%%/sdlbuttongroup_h-source.html
doc/paragui-%%PORTVER%%/sdlbuttongroup_h.html
doc/paragui-%%PORTVER%%/sdlbuttongroup_h_incl.gif
doc/paragui-%%PORTVER%%/sdlcheckbutton_h-source.html
doc/paragui-%%PORTVER%%/sdlcheckbutton_h.html
doc/paragui-%%PORTVER%%/sdlcheckbutton_h_incl.gif
doc/paragui-%%PORTVER%%/sdlcolumnitem_h-source.html
doc/paragui-%%PORTVER%%/sdlcolumnitem_h.html
doc/paragui-%%PORTVER%%/sdlcolumnitem_h_incl.gif
doc/paragui-%%PORTVER%%/sdldrawobject_h-source.html
doc/paragui-%%PORTVER%%/sdldrawobject_h.html
doc/paragui-%%PORTVER%%/sdldrawobject_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdldrawobject_h_incl.gif
doc/paragui-%%PORTVER%%/sdlgradientwidget_h-source.html
doc/paragui-%%PORTVER%%/sdlgradientwidget_h.html
doc/paragui-%%PORTVER%%/sdlgradientwidget_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlgradientwidget_h_incl.gif
doc/paragui-%%PORTVER%%/sdllabel_h-source.html
doc/paragui-%%PORTVER%%/sdllabel_h.html
doc/paragui-%%PORTVER%%/sdllabel_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdllabel_h_incl.gif
doc/paragui-%%PORTVER%%/sdllineedit_h-source.html
doc/paragui-%%PORTVER%%/sdllineedit_h.html
doc/paragui-%%PORTVER%%/sdllineedit_h_incl.gif
doc/paragui-%%PORTVER%%/sdllistbox_h-source.html
doc/paragui-%%PORTVER%%/sdllistbox_h.html
doc/paragui-%%PORTVER%%/sdllistbox_h_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h-source.html
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h.html
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxitem_h-source.html
doc/paragui-%%PORTVER%%/sdllistboxitem_h.html
doc/paragui-%%PORTVER%%/sdllistboxitem_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxitem_h_incl.gif
doc/paragui-%%PORTVER%%/sdlmessageobject_h-source.html
doc/paragui-%%PORTVER%%/sdlmessageobject_h.html
doc/paragui-%%PORTVER%%/sdlmessageobject_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlmessageobject_h_incl.gif
doc/paragui-%%PORTVER%%/sdlprogressbar_h-source.html
doc/paragui-%%PORTVER%%/sdlprogressbar_h.html
doc/paragui-%%PORTVER%%/sdlprogressbar_h_incl.gif
doc/paragui-%%PORTVER%%/sdlradiobutton_h-source.html
doc/paragui-%%PORTVER%%/sdlradiobutton_h.html
doc/paragui-%%PORTVER%%/sdlradiobutton_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlradiobutton_h_incl.gif
doc/paragui-%%PORTVER%%/sdlscrollbar_h-source.html
doc/paragui-%%PORTVER%%/sdlscrollbar_h.html
doc/paragui-%%PORTVER%%/sdlscrollbar_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlscrollbar_h_incl.gif
doc/paragui-%%PORTVER%%/sdlslider_h-source.html
doc/paragui-%%PORTVER%%/sdlslider_h.html
doc/paragui-%%PORTVER%%/sdlslider_h_incl.gif
doc/paragui-%%PORTVER%%/sdlstaticframe_h-source.html
doc/paragui-%%PORTVER%%/sdlstaticframe_h.html
doc/paragui-%%PORTVER%%/sdlstaticframe_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwidget_h-source.html
doc/paragui-%%PORTVER%%/sdlwidget_h.html
doc/paragui-%%PORTVER%%/sdlwidget_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlwidget_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h-source.html
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h.html
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetlist_h-source.html
doc/paragui-%%PORTVER%%/sdlwidgetlist_h.html
doc/paragui-%%PORTVER%%/sdlwidgetlist_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetlist_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwindow_h-source.html
doc/paragui-%%PORTVER%%/sdlwindow_h.html
doc/paragui-%%PORTVER%%/sdlwindow_h_incl.gif
doc/paragui-%%PORTVER%%/struct_MSG_MESSAGE-members.html
doc/paragui-%%PORTVER%%/struct_MSG_MESSAGE.html
doc/paragui-%%PORTVER%%/struct_MSG_MESSAGE_coll_graph.gif
doc/paragui-%%PORTVER%%/struct_PARAGUI_EVENTHANDLERDATA-members.html
doc/paragui-%%PORTVER%%/struct_PARAGUI_EVENTHANDLERDATA.html
doc/paragui-%%PORTVER%%/struct_PARAGUI_EVENTHANDLERDATA_coll_graph.gif
doc/paragui-%%PORTVER%%/struct_SDL_Gradient-members.html
doc/paragui-%%PORTVER%%/struct_SDL_Gradient.html
doc/paragui-%%PORTVER%%/struct_SDL_Point-members.html
doc/paragui-%%PORTVER%%/struct_SDL_Point.html
doc/paragui-%%PORTVER%%/theme_h-source.html
doc/paragui-%%PORTVER%%/theme_h.html
doc/paragui-%%PORTVER%%/theme_h_dep_incl.gif
doc/paragui-%%PORTVER%%/theme_h_incl.gif
doc/paragui-%%PORTVER%%/tut1_cpp-example.html
doc/paragui-%%PORTVER%%/tut2_cpp-example.html
doc/paragui-%%PORTVER%%/tut3_cpp-example.html
doc/paragui-%%PORTVER%%/tut4_cpp-example.html
@dirrm doc/paragui-%%PORTVER%%

View file

@ -0,0 +1,52 @@
# ex:ts=8
# New ports collection makefile for: paragui
# Date Created: Mar 28, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= paragui
PORTVERSION= 0.6.4
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
SDL_ttf.2:${PORTSDIR}/graphics/sdl_ttf
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_X_PREFIX= yes
USE_FREETYPE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
PLIST_SUB= PORTVER=${PORTVERSION}
INSTALLS_SHLIB= yes
MAN3= MSG_MESSAGE.3 PARAGUI_EVENTHANDLERDATA.3 SDLApplication.3 \
SDLButton.3 SDLButtonGroup.3 SDLCheckButton.3 SDLColumnItem.3 \
SDLDrawObject.3 SDLGradientWidget.3 SDLLabel.3 SDLLineEdit.3 \
SDLListBox.3 SDLListBoxBaseItem.3 SDLListBoxItem.3 \
SDLMessageObject.3 SDLProgressBar.3 SDLRadioButton.3 SDLScrollBar.3 \
SDLScrollBar__ScrollButton.3 SDLSlider.3 SDLStaticFrame.3 SDLTheme.3 \
SDLUserButton.3 SDLWidget.3 SDLWidgetDnD.3 SDLWidgetList.3 \
SDLWindow.3 SDL_Gradient.3 SDL_Point.3 bresenham_h.3 paragui_h.3 \
paragui_msgmap_h.3 paragui_types_h.3 parastretch_h.3 \
rendertextrect_h.3 sdlapplication_h.3 sdlbutton_h.3 \
sdlbuttongroup_h.3 sdlcheckbutton_h.3 sdlcolumnitem_h.3 \
sdldrawobject_h.3 sdlgradientwidget_h.3 sdllabel_h.3 sdllineedit_h.3 \
sdllistbox_h.3 sdllistboxbaseitem_h.3 sdllistboxitem_h.3 \
sdlmessageobject_h.3 sdlprogressbar_h.3 sdlradiobutton_h.3 \
sdlscrollbar_h.3 sdlslider_h.3 sdlstaticframe_h.3 sdlwidget_h.3 \
sdlwidgetdnd_h.3 sdlwidgetlist_h.3 sdlwindow_h.3 theme_h.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (paragui-0.6.4.tar.gz) = 39f1c473874993cc67ac5f1bbba32046

View file

@ -0,0 +1 @@
ParaGUI is a cross-platform high-level application framework and GUI library

View file

@ -0,0 +1,20 @@
ParaGUI is a cross-platform high-level application framework and GUI
(graphical user interface) library. It can be compiled on various platforms.
ParaGUI's cross-platform nature is completely based on the Simple DirectMedia
Layer (SDL).
Highlights of the library:
- published under LGPL
- straight forward C++ class-design (see the API documentation)
- XML configuration of the new style engine
- asynchronous messagehandling (messageposts between objects)
- multithreaded
- highly customizable widgets (background gradients, background images,
transparency, colors, fonts)
- many standard widgets already implemented (buttons, labels, scrollbars,
progressbars, windows ...)
- create your own widgets (subclass an existing widget)
WWW: http://www.bms-austria.com/projects/paragui/

View file

@ -0,0 +1,314 @@
bin/paragui-config
include/paragui/bresenham.h
include/paragui/paragui.h
include/paragui/paragui_msgmap.h
include/paragui/paragui_types.h
include/paragui/parastretch.h
include/paragui/rendertextrect.h
include/paragui/sdlapplication.h
include/paragui/sdlbutton.h
include/paragui/sdlbuttongroup.h
include/paragui/sdlcheckbutton.h
include/paragui/sdlcolumnitem.h
include/paragui/sdldrawobject.h
include/paragui/sdlgradientwidget.h
include/paragui/sdllabel.h
include/paragui/sdllineedit.h
include/paragui/sdllistbox.h
include/paragui/sdllistboxbaseitem.h
include/paragui/sdllistboxitem.h
include/paragui/sdlmessageobject.h
include/paragui/sdlprogressbar.h
include/paragui/sdlradiobutton.h
include/paragui/sdlscrollbar.h
include/paragui/sdlslider.h
include/paragui/sdlstaticframe.h
include/paragui/sdlwidget.h
include/paragui/sdlwidgetdnd.h
include/paragui/sdlwidgetlist.h
include/paragui/sdlwindow.h
include/paragui/theme.h
@dirrm include/paragui
lib/libparagui-0.6.so.4
lib/libparagui.a
lib/libparagui.so
share/aclocal/paragui.m4
share/paragui/default/back.bmp
share/paragui/default/font.ttf
share/paragui/default/rb_off.bmp
share/paragui/default/rb_on.bmp
share/paragui/default/sb_down.bmp
share/paragui/default/sb_drag.bmp
share/paragui/default/sb_left.bmp
share/paragui/default/sb_right.bmp
share/paragui/default/sb_up.bmp
share/paragui/default/wnd_close.bmp
share/paragui/qnx/check_off.bmp
share/paragui/qnx/check_on.bmp
share/paragui/qnx/close_active.bmp
share/paragui/qnx/close_clicked.bmp
share/paragui/qnx/close_normal.bmp
share/paragui/qnx/down_down.bmp
share/paragui/qnx/down_high.bmp
share/paragui/qnx/down_up.bmp
share/paragui/qnx/drag.bmp
share/paragui/qnx/font.ttf
share/paragui/qnx/hscroll_back.bmp
share/paragui/qnx/left_down.bmp
share/paragui/qnx/left_high.bmp
share/paragui/qnx/left_up.bmp
share/paragui/qnx/pb_back.bmp
share/paragui/qnx/pb_indicator.bmp
share/paragui/qnx/radio_off.bmp
share/paragui/qnx/radio_on.bmp
share/paragui/qnx/right_down.bmp
share/paragui/qnx/right_high.bmp
share/paragui/qnx/right_up.bmp
share/paragui/qnx/top_grey.bmp
share/paragui/qnx/up_down.bmp
share/paragui/qnx/up_high.bmp
share/paragui/qnx/up_up.bmp
share/paragui/qnx/vscroll_back.bmp
share/paragui/qnx/wallpaper.bmp
share/paragui/default.theme
share/paragui/qnx.theme
@dirrm share/paragui/default
@dirrm share/paragui/qnx
@dirrm share/paragui
doc/paragui-%%PORTVER%%/annotated.html
doc/paragui-%%PORTVER%%/bresenham_h-source.html
doc/paragui-%%PORTVER%%/bresenham_h.html
doc/paragui-%%PORTVER%%/bresenham_h_incl.gif
doc/paragui-%%PORTVER%%/class_SDLApplication-members.html
doc/paragui-%%PORTVER%%/class_SDLApplication.html
doc/paragui-%%PORTVER%%/class_SDLApplication_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLApplication_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButton-members.html
doc/paragui-%%PORTVER%%/class_SDLButton.html
doc/paragui-%%PORTVER%%/class_SDLButtonGroup-members.html
doc/paragui-%%PORTVER%%/class_SDLButtonGroup.html
doc/paragui-%%PORTVER%%/class_SDLButtonGroup_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButtonGroup_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLCheckButton-members.html
doc/paragui-%%PORTVER%%/class_SDLCheckButton.html
doc/paragui-%%PORTVER%%/class_SDLCheckButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLCheckButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLColumnItem-members.html
doc/paragui-%%PORTVER%%/class_SDLColumnItem.html
doc/paragui-%%PORTVER%%/class_SDLColumnItem_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLColumnItem_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLDrawObject-members.html
doc/paragui-%%PORTVER%%/class_SDLDrawObject.html
doc/paragui-%%PORTVER%%/class_SDLDrawObject_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLDrawObject_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLGradientWidget-members.html
doc/paragui-%%PORTVER%%/class_SDLGradientWidget.html
doc/paragui-%%PORTVER%%/class_SDLGradientWidget_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLGradientWidget_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLabel-members.html
doc/paragui-%%PORTVER%%/class_SDLLabel.html
doc/paragui-%%PORTVER%%/class_SDLLabel_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLabel_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLineEdit-members.html
doc/paragui-%%PORTVER%%/class_SDLLineEdit.html
doc/paragui-%%PORTVER%%/class_SDLLineEdit_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLLineEdit_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBox-members.html
doc/paragui-%%PORTVER%%/class_SDLListBox.html
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem-members.html
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem.html
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBoxBaseItem_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBoxItem-members.html
doc/paragui-%%PORTVER%%/class_SDLListBoxItem.html
doc/paragui-%%PORTVER%%/class_SDLListBoxItem_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBoxItem_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBox_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLListBox_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLMessageObject-members.html
doc/paragui-%%PORTVER%%/class_SDLMessageObject.html
doc/paragui-%%PORTVER%%/class_SDLMessageObject_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLMessageObject_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLProgressBar-members.html
doc/paragui-%%PORTVER%%/class_SDLProgressBar.html
doc/paragui-%%PORTVER%%/class_SDLProgressBar_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLProgressBar_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLRadioButton-members.html
doc/paragui-%%PORTVER%%/class_SDLRadioButton.html
doc/paragui-%%PORTVER%%/class_SDLRadioButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLRadioButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar-members.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton-members.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton.html
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar__ScrollButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLScrollBar_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLSlider-members.html
doc/paragui-%%PORTVER%%/class_SDLSlider.html
doc/paragui-%%PORTVER%%/class_SDLSlider_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLSlider_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLStaticFrame-members.html
doc/paragui-%%PORTVER%%/class_SDLStaticFrame.html
doc/paragui-%%PORTVER%%/class_SDLStaticFrame_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLStaticFrame_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLTheme-members.html
doc/paragui-%%PORTVER%%/class_SDLTheme.html
doc/paragui-%%PORTVER%%/class_SDLUserButton-members.html
doc/paragui-%%PORTVER%%/class_SDLUserButton.html
doc/paragui-%%PORTVER%%/class_SDLUserButton_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLUserButton_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidget-members.html
doc/paragui-%%PORTVER%%/class_SDLWidget.html
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD-members.html
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD.html
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidgetDnD_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidgetList-members.html
doc/paragui-%%PORTVER%%/class_SDLWidgetList.html
doc/paragui-%%PORTVER%%/class_SDLWidgetList_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidgetList_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidget_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWidget_inherit_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWindow-members.html
doc/paragui-%%PORTVER%%/class_SDLWindow.html
doc/paragui-%%PORTVER%%/class_SDLWindow_coll_graph.gif
doc/paragui-%%PORTVER%%/class_SDLWindow_inherit_graph.gif
doc/paragui-%%PORTVER%%/coding.html
doc/paragui-%%PORTVER%%/contribute.html
doc/paragui-%%PORTVER%%/doxygen.css
doc/paragui-%%PORTVER%%/doxygen.gif
doc/paragui-%%PORTVER%%/examples.html
doc/paragui-%%PORTVER%%/files.html
doc/paragui-%%PORTVER%%/functions.html
doc/paragui-%%PORTVER%%/globals.html
doc/paragui-%%PORTVER%%/graph_legend.gif
doc/paragui-%%PORTVER%%/graph_legend.html
doc/paragui-%%PORTVER%%/hierarchy.html
doc/paragui-%%PORTVER%%/index.html
doc/paragui-%%PORTVER%%/inherit_graph_class_SDLMessageObject.gif
doc/paragui-%%PORTVER%%/inherit_graph_class_SDLTheme.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_MSG_MESSAGE.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_PARAGUI_EVENTHANDLERDATA.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_SDL_Gradient.gif
doc/paragui-%%PORTVER%%/inherit_graph_struct_SDL_Point.gif
doc/paragui-%%PORTVER%%/inherits.html
doc/paragui-%%PORTVER%%/pages.html
doc/paragui-%%PORTVER%%/paragui_h-source.html
doc/paragui-%%PORTVER%%/paragui_h.html
doc/paragui-%%PORTVER%%/paragui_h_dep_incl.gif
doc/paragui-%%PORTVER%%/paragui_h_incl.gif
doc/paragui-%%PORTVER%%/paragui_msgmap_h-source.html
doc/paragui-%%PORTVER%%/paragui_msgmap_h.html
doc/paragui-%%PORTVER%%/paragui_msgmap_h_incl.gif
doc/paragui-%%PORTVER%%/paragui_types_h-source.html
doc/paragui-%%PORTVER%%/paragui_types_h.html
doc/paragui-%%PORTVER%%/paragui_types_h_dep_incl.gif
doc/paragui-%%PORTVER%%/parastretch_h-source.html
doc/paragui-%%PORTVER%%/parastretch_h.html
doc/paragui-%%PORTVER%%/parastretch_h_incl.gif
doc/paragui-%%PORTVER%%/rendertextrect_h-source.html
doc/paragui-%%PORTVER%%/rendertextrect_h.html
doc/paragui-%%PORTVER%%/rendertextrect_h_incl.gif
doc/paragui-%%PORTVER%%/requirements.html
doc/paragui-%%PORTVER%%/sdlapplication_h-source.html
doc/paragui-%%PORTVER%%/sdlapplication_h.html
doc/paragui-%%PORTVER%%/sdlapplication_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlapplication_h_incl.gif
doc/paragui-%%PORTVER%%/sdlbutton_h-source.html
doc/paragui-%%PORTVER%%/sdlbutton_h.html
doc/paragui-%%PORTVER%%/sdlbutton_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlbutton_h_incl.gif
doc/paragui-%%PORTVER%%/sdlbuttongroup_h-source.html
doc/paragui-%%PORTVER%%/sdlbuttongroup_h.html
doc/paragui-%%PORTVER%%/sdlbuttongroup_h_incl.gif
doc/paragui-%%PORTVER%%/sdlcheckbutton_h-source.html
doc/paragui-%%PORTVER%%/sdlcheckbutton_h.html
doc/paragui-%%PORTVER%%/sdlcheckbutton_h_incl.gif
doc/paragui-%%PORTVER%%/sdlcolumnitem_h-source.html
doc/paragui-%%PORTVER%%/sdlcolumnitem_h.html
doc/paragui-%%PORTVER%%/sdlcolumnitem_h_incl.gif
doc/paragui-%%PORTVER%%/sdldrawobject_h-source.html
doc/paragui-%%PORTVER%%/sdldrawobject_h.html
doc/paragui-%%PORTVER%%/sdldrawobject_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdldrawobject_h_incl.gif
doc/paragui-%%PORTVER%%/sdlgradientwidget_h-source.html
doc/paragui-%%PORTVER%%/sdlgradientwidget_h.html
doc/paragui-%%PORTVER%%/sdlgradientwidget_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlgradientwidget_h_incl.gif
doc/paragui-%%PORTVER%%/sdllabel_h-source.html
doc/paragui-%%PORTVER%%/sdllabel_h.html
doc/paragui-%%PORTVER%%/sdllabel_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdllabel_h_incl.gif
doc/paragui-%%PORTVER%%/sdllineedit_h-source.html
doc/paragui-%%PORTVER%%/sdllineedit_h.html
doc/paragui-%%PORTVER%%/sdllineedit_h_incl.gif
doc/paragui-%%PORTVER%%/sdllistbox_h-source.html
doc/paragui-%%PORTVER%%/sdllistbox_h.html
doc/paragui-%%PORTVER%%/sdllistbox_h_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h-source.html
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h.html
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxbaseitem_h_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxitem_h-source.html
doc/paragui-%%PORTVER%%/sdllistboxitem_h.html
doc/paragui-%%PORTVER%%/sdllistboxitem_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdllistboxitem_h_incl.gif
doc/paragui-%%PORTVER%%/sdlmessageobject_h-source.html
doc/paragui-%%PORTVER%%/sdlmessageobject_h.html
doc/paragui-%%PORTVER%%/sdlmessageobject_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlmessageobject_h_incl.gif
doc/paragui-%%PORTVER%%/sdlprogressbar_h-source.html
doc/paragui-%%PORTVER%%/sdlprogressbar_h.html
doc/paragui-%%PORTVER%%/sdlprogressbar_h_incl.gif
doc/paragui-%%PORTVER%%/sdlradiobutton_h-source.html
doc/paragui-%%PORTVER%%/sdlradiobutton_h.html
doc/paragui-%%PORTVER%%/sdlradiobutton_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlradiobutton_h_incl.gif
doc/paragui-%%PORTVER%%/sdlscrollbar_h-source.html
doc/paragui-%%PORTVER%%/sdlscrollbar_h.html
doc/paragui-%%PORTVER%%/sdlscrollbar_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlscrollbar_h_incl.gif
doc/paragui-%%PORTVER%%/sdlslider_h-source.html
doc/paragui-%%PORTVER%%/sdlslider_h.html
doc/paragui-%%PORTVER%%/sdlslider_h_incl.gif
doc/paragui-%%PORTVER%%/sdlstaticframe_h-source.html
doc/paragui-%%PORTVER%%/sdlstaticframe_h.html
doc/paragui-%%PORTVER%%/sdlstaticframe_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwidget_h-source.html
doc/paragui-%%PORTVER%%/sdlwidget_h.html
doc/paragui-%%PORTVER%%/sdlwidget_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlwidget_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h-source.html
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h.html
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetdnd_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetlist_h-source.html
doc/paragui-%%PORTVER%%/sdlwidgetlist_h.html
doc/paragui-%%PORTVER%%/sdlwidgetlist_h_dep_incl.gif
doc/paragui-%%PORTVER%%/sdlwidgetlist_h_incl.gif
doc/paragui-%%PORTVER%%/sdlwindow_h-source.html
doc/paragui-%%PORTVER%%/sdlwindow_h.html
doc/paragui-%%PORTVER%%/sdlwindow_h_incl.gif
doc/paragui-%%PORTVER%%/struct_MSG_MESSAGE-members.html
doc/paragui-%%PORTVER%%/struct_MSG_MESSAGE.html
doc/paragui-%%PORTVER%%/struct_MSG_MESSAGE_coll_graph.gif
doc/paragui-%%PORTVER%%/struct_PARAGUI_EVENTHANDLERDATA-members.html
doc/paragui-%%PORTVER%%/struct_PARAGUI_EVENTHANDLERDATA.html
doc/paragui-%%PORTVER%%/struct_PARAGUI_EVENTHANDLERDATA_coll_graph.gif
doc/paragui-%%PORTVER%%/struct_SDL_Gradient-members.html
doc/paragui-%%PORTVER%%/struct_SDL_Gradient.html
doc/paragui-%%PORTVER%%/struct_SDL_Point-members.html
doc/paragui-%%PORTVER%%/struct_SDL_Point.html
doc/paragui-%%PORTVER%%/theme_h-source.html
doc/paragui-%%PORTVER%%/theme_h.html
doc/paragui-%%PORTVER%%/theme_h_dep_incl.gif
doc/paragui-%%PORTVER%%/theme_h_incl.gif
doc/paragui-%%PORTVER%%/tut1_cpp-example.html
doc/paragui-%%PORTVER%%/tut2_cpp-example.html
doc/paragui-%%PORTVER%%/tut3_cpp-example.html
doc/paragui-%%PORTVER%%/tut4_cpp-example.html
@dirrm doc/paragui-%%PORTVER%%