diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-26 18:44:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-26 18:44:30 +0000 |
commit | 579f7f1a82d57d5f5cfd85af06a8f7dcce8e5e48 (patch) | |
tree | eb17af7ae4a178f0d74f8862a62f7d4e98348e3b | |
parent | af82f5e0c9957f6f2ae92632b72a89f1b998d317 (diff) | |
download | ports-579f7f1a82d57d5f5cfd85af06a8f7dcce8e5e48.tar.gz ports-579f7f1a82d57d5f5cfd85af06a8f7dcce8e5e48.zip |
upgrade to 0.7.0
- remove docs and man pages
- api change
Notes
Notes:
svn path=/head/; revision=41933
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/pkg-plist | 298 | ||||
-rw-r--r-- | x11-toolkits/paragui/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/paragui/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/paragui/pkg-plist | 298 |
6 files changed, 80 insertions, 570 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index ac81057548c5..6906834d7a1e 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= paragui -PORTVERSION= 0.6.4 +PORTVERSION= 0.7.0 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/ @@ -23,30 +23,15 @@ USE_FREETYPE= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CFLAGS="${PTHREAD_CFLAGS}" \ + CFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${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 +post-patch: + @${PERL} -pi -e "s,\`sdl-config ,\`${SDL_CONFIG} ,g ; \ + s,SDL/,SDL11/,g" ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/x11-toolkits/paragui-devel/distinfo b/x11-toolkits/paragui-devel/distinfo index b61f740f0f2a..549979af265f 100644 --- a/x11-toolkits/paragui-devel/distinfo +++ b/x11-toolkits/paragui-devel/distinfo @@ -1 +1 @@ -MD5 (paragui-0.6.4.tar.gz) = 39f1c473874993cc67ac5f1bbba32046 +MD5 (paragui-0.7.0.tar.gz) = da8473fad1a56f42a21b75f74312c538 diff --git a/x11-toolkits/paragui-devel/pkg-plist b/x11-toolkits/paragui-devel/pkg-plist index e6474c537157..a07d38a46b4b 100644 --- a/x11-toolkits/paragui-devel/pkg-plist +++ b/x11-toolkits/paragui-devel/pkg-plist @@ -1,39 +1,46 @@ bin/paragui-config -include/paragui/bresenham.h include/paragui/paragui.h -include/paragui/paragui_msgmap.h +include/paragui/paragui_doc.h include/paragui/paragui_types.h -include/paragui/parastretch.h +include/paragui/pgapplication.h +include/paragui/pgbutton.h +include/paragui/pgbuttongroup.h +include/paragui/pgcheckbutton.h +include/paragui/pgcolumnitem.h +include/paragui/pgdrawline.h +include/paragui/pgdrawobject.h +include/paragui/pgdropdown.h +include/paragui/pgeventobject.h +include/paragui/pggradientwidget.h +include/paragui/pglabel.h +include/paragui/pglineedit.h +include/paragui/pglistbox.h +include/paragui/pglistboxbaseitem.h +include/paragui/pglistboxitem.h +include/paragui/pgmaskedit.h +include/paragui/pgmessagebox.h +include/paragui/pgmessageobject.h +include/paragui/pgpopupmenu.h +include/paragui/pgprogressbar.h +include/paragui/pgradiobutton.h +include/paragui/pgrect.h +include/paragui/pgscrollbar.h +include/paragui/pgslider.h +include/paragui/pgstaticframe.h +include/paragui/pgsurfacecache.h +include/paragui/pgtheme.h +include/paragui/pgwidget.h +include/paragui/pgwidgetdnd.h +include/paragui/pgwidgetlist.h +include/paragui/pgwindow.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-0.7.so.0 lib/libparagui.a lib/libparagui.so share/aclocal/paragui.m4 share/paragui/default/back.bmp +share/paragui/default/editcurs.bmp share/paragui/default/font.ttf share/paragui/default/rb_off.bmp share/paragui/default/rb_on.bmp @@ -75,240 +82,3 @@ 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%% diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index ac81057548c5..6906834d7a1e 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -7,7 +7,7 @@ # PORTNAME= paragui -PORTVERSION= 0.6.4 +PORTVERSION= 0.7.0 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/ @@ -23,30 +23,15 @@ USE_FREETYPE= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CFLAGS="${PTHREAD_CFLAGS}" \ + CFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${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 +post-patch: + @${PERL} -pi -e "s,\`sdl-config ,\`${SDL_CONFIG} ,g ; \ + s,SDL/,SDL11/,g" ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/x11-toolkits/paragui/distinfo b/x11-toolkits/paragui/distinfo index b61f740f0f2a..549979af265f 100644 --- a/x11-toolkits/paragui/distinfo +++ b/x11-toolkits/paragui/distinfo @@ -1 +1 @@ -MD5 (paragui-0.6.4.tar.gz) = 39f1c473874993cc67ac5f1bbba32046 +MD5 (paragui-0.7.0.tar.gz) = da8473fad1a56f42a21b75f74312c538 diff --git a/x11-toolkits/paragui/pkg-plist b/x11-toolkits/paragui/pkg-plist index e6474c537157..a07d38a46b4b 100644 --- a/x11-toolkits/paragui/pkg-plist +++ b/x11-toolkits/paragui/pkg-plist @@ -1,39 +1,46 @@ bin/paragui-config -include/paragui/bresenham.h include/paragui/paragui.h -include/paragui/paragui_msgmap.h +include/paragui/paragui_doc.h include/paragui/paragui_types.h -include/paragui/parastretch.h +include/paragui/pgapplication.h +include/paragui/pgbutton.h +include/paragui/pgbuttongroup.h +include/paragui/pgcheckbutton.h +include/paragui/pgcolumnitem.h +include/paragui/pgdrawline.h +include/paragui/pgdrawobject.h +include/paragui/pgdropdown.h +include/paragui/pgeventobject.h +include/paragui/pggradientwidget.h +include/paragui/pglabel.h +include/paragui/pglineedit.h +include/paragui/pglistbox.h +include/paragui/pglistboxbaseitem.h +include/paragui/pglistboxitem.h +include/paragui/pgmaskedit.h +include/paragui/pgmessagebox.h +include/paragui/pgmessageobject.h +include/paragui/pgpopupmenu.h +include/paragui/pgprogressbar.h +include/paragui/pgradiobutton.h +include/paragui/pgrect.h +include/paragui/pgscrollbar.h +include/paragui/pgslider.h +include/paragui/pgstaticframe.h +include/paragui/pgsurfacecache.h +include/paragui/pgtheme.h +include/paragui/pgwidget.h +include/paragui/pgwidgetdnd.h +include/paragui/pgwidgetlist.h +include/paragui/pgwindow.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-0.7.so.0 lib/libparagui.a lib/libparagui.so share/aclocal/paragui.m4 share/paragui/default/back.bmp +share/paragui/default/editcurs.bmp share/paragui/default/font.ttf share/paragui/default/rb_off.bmp share/paragui/default/rb_on.bmp @@ -75,240 +82,3 @@ 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%% |