Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 2003 22:00:37 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59471: Update port: x11-toolkits/vdkbuilder to 2.0.5
Message-ID:  <20031119220037.6727347c.tkato@prontomail.com>
Resent-Message-ID: <200311191310.hAJDAJ6Z019169@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59471
>Category:       ports
>Synopsis:       Update port: x11-toolkits/vdkbuilder to 2.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 19 05:10:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.5

New file:
files/patch-configure
files/patch-data::res::Makefile.in
files/patch-vdkbuider::vdkb_acsupport.cc
files/patch-vdkbuider::vdkb_prjman.cc
files/patch-vdkbuider::vdkb_vdkb_templates.cc

Remove file:
files/patch-aa
files/patch-ac
files/patch-ad
files/patch-ae

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-toolkits/vdkbuilder/Makefile x11-toolkits/vdkbuilder/Makefile
--- /usr/ports/x11-toolkits/vdkbuilder/Makefile	Mon Nov  3 14:39:37 2003
+++ x11-toolkits/vdkbuilder/Makefile	Tue Nov 18 12:16:23 2003
@@ -6,34 +6,27 @@
 #
 
 PORTNAME=	vdkbuilder
-PORTVERSION=	1.2.3
+PORTVERSION=	2.0.5
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	http://download.sourceforge.net/vdkbuilder/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}2-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A general ide tool for GTK+/VDK
 
-LIB_DEPENDS=	vdk.3:${PORTSDIR}/x11-toolkits/vdk
+LIB_DEPENDS=	vdk.4:${PORTSDIR}/x11-toolkits/vdk
 
-USE_GMAKE=	yes
 USE_X_PREFIX=	yes
-USE_GNOME=	gtk12
 WANT_GNOME=	yes
+USE_GNOME=	gnometarget gtk20
+USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-INSTALLS_SHLIB=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib -lgnuregex"
-
-.include <bsd.port.pre.mk>
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--enable-opt=no
+INSTALLS_SHLIB=	yes
 
-.if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME+=	gnomeprefix gnomehack gnomelibs
-CONFIGURE_ARGS+=--enable-gnome
-PKGNAMESUFFIX=	-gnome
-PLIST_SUB=	DATADIR="share/gnome"
-.else
-CONFIGURE_ARGS+=--enable-gnome=no
-PLIST_SUB=	DATADIR="share"
-.endif
+MAN1=		vdkb2.1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/x11-toolkits/vdkbuilder/distinfo x11-toolkits/vdkbuilder/distinfo
--- /usr/ports/x11-toolkits/vdkbuilder/distinfo	Mon Sep 25 17:52:03 2000
+++ x11-toolkits/vdkbuilder/distinfo	Tue Nov 18 10:49:56 2003
@@ -1 +1 @@
-MD5 (vdkbuilder-1.2.3.tar.gz) = 3f0f339f8d3814f3536191fd08714166
+MD5 (vdkbuilder2-2.0.5.tar.gz) = e0bce6157133e35139cd2925c2bce65b
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-aa x11-toolkits/vdkbuilder/files/patch-aa
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-aa	Mon Feb  7 17:02:06 2000
+++ x11-toolkits/vdkbuilder/files/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- vdkbuilder/vdkb_acsupport.cc.orig	Mon Feb  7 16:42:58 2000
-+++ vdkbuilder/vdkb_acsupport.cc	Mon Feb  7 16:56:02 2000
-@@ -93,7 +93,7 @@
- 	;
-       else
- 	{
--	  sprintf(buff,"cp -a %s/res/%s %s/",
-+	  sprintf(buff,"cp -pR %s/res/%s %s/",
- 		  VDKB_DATADIR,
- 		  tobecopied[t],
- 		  (char*) tgtPath);
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-ac x11-toolkits/vdkbuilder/files/patch-ac
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-ac	Thu Jun 29 17:28:17 2000
+++ x11-toolkits/vdkbuilder/files/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
---- vdkbuilder/vdkb.cc.orig	Tue Jun 27 08:08:49 2000
-+++ vdkbuilder/vdkb.cc	Tue Jun 27 08:09:27 2000
-@@ -55,6 +55,10 @@
- #include <stdlib.h>
- #include <sys/param.h>
- 
-+#if ENABLE_NLS
-+#include <libintl.h>
-+#endif
-+
- 
- //////////////////////////////
- #include "./pixmaps/cube.xpm"
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-ad x11-toolkits/vdkbuilder/files/patch-ad
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-ad	Thu Jun 29 17:28:17 2000
+++ x11-toolkits/vdkbuilder/files/patch-ad	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- po/Makefile.in.in.orig	Wed Jun 28 08:06:33 2000
-+++ po/Makefile.in.in	Wed Jun 28 08:06:47 2000
-@@ -120,6 +120,7 @@
- 	  cat=`basename $$cat`; \
- 	  case "$$cat" in \
- 	    *.gmo) destdir=$(gnulocaledir);; \
-+	    *.mo) destdir=$(gnulocaledir);; \
- 	    *)     destdir=$(localedir);; \
- 	  esac; \
- 	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-ae x11-toolkits/vdkbuilder/files/patch-ae
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-ae	Mon Sep 25 17:52:04 2000
+++ x11-toolkits/vdkbuilder/files/patch-ae	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- vdkbuilder/vdkb_menuitem.cc.orig	Sat Sep 16 14:35:09 2000
-+++ vdkbuilder/vdkb_menuitem.cc	Sat Sep 16 14:36:14 2000
-@@ -808,7 +808,7 @@
- bool
- VDKBMenuItem::OnToggleBydata(VDKObject*)
- {
--  SetPropValue(GLYPH_BYDATA, bydata->Checked ? "yes" : "no");
-+  SetPropValue(GLYPH_BYDATA, (char*)(bydata->Checked ? "yes" : "no"));
-   inspector->FormNeedToBeChanged();
-   return true;
- }
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-configure x11-toolkits/vdkbuilder/files/patch-configure
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ x11-toolkits/vdkbuilder/files/patch-configure	Tue Nov 18 10:49:56 2003
@@ -0,0 +1,19 @@
+--- configure.orig	Sat May 17 14:09:44 2003
++++ configure	Mon Nov 17 13:47:23 2003
+@@ -7562,6 +7562,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -12106,7 +12107,7 @@
+ _ACEOF
+ 
+ else
+-  cflag="-s"
++  cflag="$CXXFLAGS"
+ fi
+ 
+ if test "x$enable_opt" != "xno"; then
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-data::res::Makefile.in x11-toolkits/vdkbuilder/files/patch-data::res::Makefile.in
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-data::res::Makefile.in	Thu Jan  1 09:00:00 1970
+++ x11-toolkits/vdkbuilder/files/patch-data::res::Makefile.in	Tue Nov 18 10:49:56 2003
@@ -0,0 +1,11 @@
+--- data/res/Makefile.in.bak	Mon May 19 18:01:38 2003
++++ data/res/Makefile.in	Mon Nov 17 18:24:27 2003
+@@ -231,7 +231,7 @@
+ install-exec-am:
+ install-exec: install-exec-am
+ 
+-install-data-am: install-IconsDATA install-vdkbdataDATA
++install-data-am: install-vdkbdataDATA
+ install-data: install-data-am
+ 
+ install-am: all-am
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-plugins::Makefile.in x11-toolkits/vdkbuilder/files/patch-plugins::Makefile.in
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-plugins::Makefile.in	Thu Jan  1 09:00:00 1970
+++ x11-toolkits/vdkbuilder/files/patch-plugins::Makefile.in	Tue Nov 18 10:49:56 2003
@@ -0,0 +1,11 @@
+--- plugins/Makefile.in.bak	Mon May 19 18:01:31 2003
++++ plugins/Makefile.in	Mon Nov 17 18:29:59 2003
+@@ -141,7 +141,7 @@
+ 
+ 
+ libvdkbdclock_la_SOURCES = vdkb_dclock.cc
+-libvdkbdclock_la_LDFLAGS = $(VDK_LIBS) -rpath $(libdir) 	-L$(top_srcdir)/plugins/ -lvdkdclock -version-info $(PLUGIN_VERSION) -module
++libvdkbdclock_la_LDFLAGS = $(VDK_LIBS) -rpath $(libdir) 	$(top_srcdir)/plugins/libvdkdclock.la -version-info $(PLUGIN_VERSION) -module
+ 
+ 
+ libvdkbtreeview_la_SOURCES = vdkb_treeview.cc
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_acsupport.cc x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_acsupport.cc
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_acsupport.cc	Thu Jan  1 09:00:00 1970
+++ x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_acsupport.cc	Tue Nov 18 10:49:56 2003
@@ -0,0 +1,11 @@
+--- vdkbuilder/vdkb_acsupport.cc.orig	Thu Feb 28 01:43:38 2002
++++ vdkbuilder/vdkb_acsupport.cc	Mon Nov 17 18:46:00 2003
+@@ -106,7 +106,7 @@
+ 	;
+       else
+ 	{
+-	  sprintf(buff,"cp -a %s/res/%s %s/",
++	  sprintf(buff,"cp -pR %s/res/%s %s/",
+ 		  VDKB_DATADIR,
+ 		  tobecopied[t],
+ 		  (char*) tgtPath);
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_prjman.cc x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_prjman.cc
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_prjman.cc	Thu Jan  1 09:00:00 1970
+++ x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_prjman.cc	Tue Nov 18 10:49:56 2003
@@ -0,0 +1,13 @@
+--- vdkbuilder/vdkb_prjman.cc.orig	Sat Feb  1 19:44:06 2003
++++ vdkbuilder/vdkb_prjman.cc	Mon Nov 17 14:40:01 2003
+@@ -49,8 +49,8 @@
+ #define N_(str) str 
+ #endif
+ #endif
+-#undef __REGEXP_LIBRARY_H__
+-#define __REGEXP_LIBRARY_H__ 1 // do not include builtin regex.h
++// #undef __REGEXP_LIBRARY_H__
++// #define __REGEXP_LIBRARY_H__ 1 // do not include builtin regex.h
+ // STUB #include <vdkb2/vdkb_ccpane.h>
+ #include <vdkb2/vdkb_prjman.h>
+ #include <vdkb2/vdkb_locale.h>
diff -urN /usr/ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_templates.cc x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_templates.cc
--- /usr/ports/x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_templates.cc	Thu Jan  1 09:00:00 1970
+++ x11-toolkits/vdkbuilder/files/patch-vdkbuilder::vdkb_templates.cc	Tue Nov 18 11:14:48 2003
@@ -0,0 +1,11 @@
+--- vdkbuilder/vdkb_templates.cc.orig	Tue Jun  4 16:56:35 2002
++++ vdkbuilder/vdkb_templates.cc	Tue Nov 18 11:13:16 2003
+@@ -873,7 +873,7 @@
+ \n$(TARGET): $(OBJECTS)\
+ \n\t$(LINK)  -o $(TARGET) $(OBJECTS) $(OTHERS_OBJECTS) $(LIBS)\
+ \n\
+-\n####### Running (used by builder)
++\n####### Running (used by builder)\
+ \nrun: $(TARGET)\
+ \n\tcd %s\
+ \n\t%s $(PRG_ARGS)\
diff -urN /usr/ports/x11-toolkits/vdkbuilder/pkg-descr x11-toolkits/vdkbuilder/pkg-descr
--- /usr/ports/x11-toolkits/vdkbuilder/pkg-descr	Mon Jan 31 13:00:50 2000
+++ x11-toolkits/vdkbuilder/pkg-descr	Tue Nov 18 10:49:56 2003
@@ -1,3 +1,3 @@
 a general ide tool for GTK+/VDK
 
-WWW: http://www.programmers.net/artic/Motta/vdkbuilder/index.htm
+WWW: http://vdkbuilder.sourceforge.net/
diff -urN /usr/ports/x11-toolkits/vdkbuilder/pkg-plist x11-toolkits/vdkbuilder/pkg-plist
--- /usr/ports/x11-toolkits/vdkbuilder/pkg-plist	Fri Oct 13 18:23:58 2000
+++ x11-toolkits/vdkbuilder/pkg-plist	Tue Nov 18 10:49:56 2003
@@ -1,178 +1,137 @@
-bin/vdkb
-include/vdkb/colorcombo.h
-include/vdkb/customcombo.h
-include/vdkb/databox.h
-include/vdkb/gtkcolorcombo.h
-include/vdkb/gtkcombobox.h
-include/vdkb/gtkextext.h
-include/vdkb/highlight.h
-include/vdkb/input.h
-include/vdkb/regex.h
-include/vdkb/vdkb.h
-include/vdkb/vdkb_about.h
-include/vdkb/vdkb_calendar.h
-include/vdkb/vdkb_cbuttdlg.h
-include/vdkb/vdkb_checkbutton.h
-include/vdkb/vdkb_clipdlg.h
-include/vdkb/vdkb_clistdlg.h
-include/vdkb/vdkb_clistdlg_gui.h
-include/vdkb/vdkb_combo.h
-include/vdkb/vdkb_compodb.h
-include/vdkb/vdkb_custombutton.h
-include/vdkb/vdkb_customlist.h
-include/vdkb/vdkb_customtree.h
-include/vdkb/vdkb_dclock.h
-include/vdkb/vdkb_dedit.h
-include/vdkb/vdkb_dlgs.h
-include/vdkb/vdkb_editor.h
-include/vdkb/vdkb_entry.h
-include/vdkb/vdkb_envdlg.h
-include/vdkb/vdkb_envdlg_gui.h
-include/vdkb/vdkb_evappbar.h
-include/vdkb/vdkb_evbox.h
-include/vdkb/vdkb_evcontain.h
-include/vdkb/vdkb_evlabel.h
-include/vdkb/vdkb_evpbar.h
-include/vdkb/vdkb_evsbar.h
-include/vdkb/vdkb_evsep.h
-include/vdkb/vdkb_evslider.h
-include/vdkb/vdkb_fixed.h
-include/vdkb/vdkb_form.h
-include/vdkb/vdkb_frame.h
-include/vdkb/vdkb_frmlist.h
-include/vdkb/vdkb_gnomeappbar.h
-include/vdkb/vdkb_gnomeentry.h
-include/vdkb/vdkb_grep.h
-include/vdkb/vdkb_grid.h
-include/vdkb/vdkb_guicanvas.h
-include/vdkb/vdkb_handlebox.h
-include/vdkb/vdkb_ide_def.h
-include/vdkb/vdkb_interface.h
-include/vdkb/vdkb_labelbutton.h
-include/vdkb/vdkb_locale.h
-include/vdkb/vdkb_logo.h
-include/vdkb/vdkb_maker.h
-include/vdkb/vdkb_menu.h
-include/vdkb/vdkb_menubar.h
-include/vdkb/vdkb_menuitem.h
-include/vdkb/vdkb_nbook.h
-include/vdkb/vdkb_newprjwiz.h
-include/vdkb/vdkb_notebook.h
-include/vdkb/vdkb_object.h
-include/vdkb/vdkb_objinspect.h
-include/vdkb/vdkb_orderdlg.h
-include/vdkb/vdkb_packer.h
-include/vdkb/vdkb_paned.h
-include/vdkb/vdkb_parser.h
-include/vdkb/vdkb_pbar.h
-include/vdkb/vdkb_pholder.h
-include/vdkb/vdkb_pixbutton.h
-include/vdkb/vdkb_pixmap.h
-include/vdkb/vdkb_plugin.h
-include/vdkb/vdkb_prj.h
-include/vdkb/vdkb_prjman.h
-include/vdkb/vdkb_prjopt.h
-include/vdkb/vdkb_prjpref.h
-include/vdkb/vdkb_prop.h
-include/vdkb/vdkb_radiobutton.h
-include/vdkb/vdkb_rbgroup.h
-include/vdkb/vdkb_replace.h
-include/vdkb/vdkb_sbar.h
-include/vdkb/vdkb_scrolled.h
-include/vdkb/vdkb_search.h
-include/vdkb/vdkb_separator.h
-include/vdkb/vdkb_signal.h
-include/vdkb/vdkb_slider.h
-include/vdkb/vdkb_spinbutton.h
-include/vdkb/vdkb_table.h
-include/vdkb/vdkb_tabledlg.h
-include/vdkb/vdkb_tabledlg_gui.h
-include/vdkb/vdkb_text.h
-include/vdkb/vdkb_textlabel.h
-include/vdkb/vdkb_textwidget.h
-include/vdkb/vdkb_timebar.h
-include/vdkb/vdkb_toolbar.h
-include/vdkb/vdkb_tooldialog.h
-include/vdkb/vdkb_tooldialog_gui.h
-include/vdkb/vdkb_types.h
-include/vdkb/vdkb_unit.h
-include/vdkb/vdkb_utils.h
-include/vdkb/vdkb_widclip.h
-include/vdkb/vdkb_widpopmenu.h
-include/vdkb/vdkb_xcheckbutton.h
-include/vdkb/vdkb_xcustomlist.h
-include/vdkb/vdkb_xentry.h
-include/vdkb/vdkb_xmemo.h
-include/vdkb/vdkb_xtDlg.h
-include/vdkb/vdkcalendar.h
-include/vdkb/vdkdclock.h
-include/vdkb/vdkeditor.h
-include/vdkb/vdkextext.h
-include/vdkb/vdksynted.h
-include/vdkb/vdkxpmbrowser.h
-include/vdkb/waitcursor.h
+bin/vdkb2
+include/vdkb2/input.h
+include/vdkb2/vdkb.h
+include/vdkb2/vdkb_Env.h
+include/vdkb2/vdkb_PWizard.h
+include/vdkb2/vdkb_about.h
+include/vdkb2/vdkb_calendar.h
+include/vdkb2/vdkb_cbrowse.h
+include/vdkb2/vdkb_cbuttdlg.h
+include/vdkb2/vdkb_checkbutton.h
+include/vdkb2/vdkb_clipdlg.h
+include/vdkb2/vdkb_clistdlg.h
+include/vdkb2/vdkb_clistdlg_gui.h
+include/vdkb2/vdkb_combo.h
+include/vdkb2/vdkb_compodb.h
+include/vdkb2/vdkb_custombutton.h
+include/vdkb2/vdkb_customlist.h
+include/vdkb2/vdkb_customtree.h
+include/vdkb2/vdkb_dclock.h
+include/vdkb2/vdkb_dedit.h
+include/vdkb2/vdkb_dlgs.h
+include/vdkb2/vdkb_drawarea.h
+include/vdkb2/vdkb_edhelp.h
+include/vdkb2/vdkb_edhint.h
+include/vdkb2/vdkb_editor.h
+include/vdkb2/vdkb_entry.h
+include/vdkb2/vdkb_evappbar.h
+include/vdkb2/vdkb_evbox.h
+include/vdkb2/vdkb_evcontain.h
+include/vdkb2/vdkb_evlabel.h
+include/vdkb2/vdkb_evpbar.h
+include/vdkb2/vdkb_evsbar.h
+include/vdkb2/vdkb_evsep.h
+include/vdkb2/vdkb_evslider.h
+include/vdkb2/vdkb_fixed.h
+include/vdkb2/vdkb_form.h
+include/vdkb2/vdkb_frame.h
+include/vdkb2/vdkb_frmlist.h
+include/vdkb2/vdkb_gnomeappbar.h
+include/vdkb2/vdkb_gnomeentry.h
+include/vdkb2/vdkb_grep.h
+include/vdkb2/vdkb_guicanvas.h
+include/vdkb2/vdkb_handlebox.h
+include/vdkb2/vdkb_ide_def.h
+include/vdkb2/vdkb_image.h
+include/vdkb2/vdkb_interface.h
+include/vdkb2/vdkb_locale.h
+include/vdkb2/vdkb_logo.h
+include/vdkb2/vdkb_lru.h
+include/vdkb2/vdkb_maker.h
+include/vdkb2/vdkb_menu.h
+include/vdkb2/vdkb_menubar.h
+include/vdkb2/vdkb_menuitem.h
+include/vdkb2/vdkb_nbook.h
+include/vdkb2/vdkb_notebook.h
+include/vdkb2/vdkb_object.h
+include/vdkb2/vdkb_objinspect.h
+include/vdkb2/vdkb_orderdlg.h
+include/vdkb2/vdkb_paned.h
+include/vdkb2/vdkb_parser.h
+include/vdkb2/vdkb_pbar.h
+include/vdkb2/vdkb_pholder.h
+include/vdkb2/vdkb_pixmap.h
+include/vdkb2/vdkb_plugin.h
+include/vdkb2/vdkb_prj.h
+include/vdkb2/vdkb_prjman.h
+include/vdkb2/vdkb_prjopt.h
+include/vdkb2/vdkb_prjpref.h
+include/vdkb2/vdkb_prop.h
+include/vdkb2/vdkb_radiobutton.h
+include/vdkb2/vdkb_rbgroup.h
+include/vdkb2/vdkb_replace.h
+include/vdkb2/vdkb_sbar.h
+include/vdkb2/vdkb_scrolled.h
+include/vdkb2/vdkb_search.h
+include/vdkb2/vdkb_separator.h
+include/vdkb2/vdkb_signal.h
+include/vdkb2/vdkb_slider.h
+include/vdkb2/vdkb_spinbutton.h
+include/vdkb2/vdkb_table.h
+include/vdkb2/vdkb_tabledlg.h
+include/vdkb2/vdkb_tabledlg_gui.h
+include/vdkb2/vdkb_text.h
+include/vdkb2/vdkb_textlabel.h
+include/vdkb2/vdkb_textwidget.h
+include/vdkb2/vdkb_timebar.h
+include/vdkb2/vdkb_toolbar.h
+include/vdkb2/vdkb_tooldialog.h
+include/vdkb2/vdkb_tooldialog_gui.h
+include/vdkb2/vdkb_treeview.h
+include/vdkb2/vdkb_types.h
+include/vdkb2/vdkb_unit.h
+include/vdkb2/vdkb_utils.h
+include/vdkb2/vdkb_widclip.h
+include/vdkb2/vdkb_widpopmenu.h
+include/vdkb2/vdkb_xcheckbutton.h
+include/vdkb2/vdkb_xcustomlist.h
+include/vdkb2/vdkb_xentry.h
+include/vdkb2/vdkb_xmemo.h
+include/vdkb2/vdkb_xtDlg.h
+include/vdkb2/vdkdclock.h
+include/vdkb2/vdkxpmbrowser.h
+include/vdkb2/waitcursor.h
 lib/libvdkbcalendar.a
 lib/libvdkbcalendar.so
-lib/libvdkbcalendar.so.0
-lib/libvdkbdatabox.a
-lib/libvdkbdatabox.so
-lib/libvdkbdatabox.so.1
+lib/libvdkbcalendar.so.2
 lib/libvdkbdclock.a
-lib/libvdkbdclock.so
-lib/libvdkbdclock.so.0
-lib/libvdkcalendar.a
-lib/libvdkcalendar.so
-lib/libvdkcalendar.so.1
+lib/libvdkbdrawarea.a
+lib/libvdkbdrawarea.so
+lib/libvdkbdrawarea.so.2
+lib/libvdkbtreeview.a
+lib/libvdkbtreeview.so
+lib/libvdkbtreeview.so.2
 lib/libvdkdclock.a
 lib/libvdkdclock.so
-lib/libvdkdclock.so.1
-%%GNOME:%%share/gnome/pixmaps/vdkb.png
-%%DATADIR%%/vdkb/res/AUTHORS
-%%DATADIR%%/vdkb/res/COPYING
-%%DATADIR%%/vdkb/res/ChangeLog
-%%DATADIR%%/vdkb/res/INSTALL
-%%DATADIR%%/vdkb/res/NEWS
-%%DATADIR%%/vdkb/res/README
-%%DATADIR%%/vdkb/res/autogen.sh
-%%DATADIR%%/vdkb/res/cpphints
-%%DATADIR%%/vdkb/res/desk.gif
-%%DATADIR%%/vdkb/res/filedlg.gif
-%%DATADIR%%/vdkb/res/fixed.gif
-%%DATADIR%%/vdkb/res/index.htm
-%%DATADIR%%/vdkb/res/logo.gif
-%%DATADIR%%/vdkb/res/logo.xpm
-%%DATADIR%%/vdkb/res/newprj.gif
-%%DATADIR%%/vdkb/res/plugins.db
-%%DATADIR%%/vdkb/res/prjman.gif
-%%DATADIR%%/vdkb/res/prjwiz.gif
-%%DATADIR%%/vdkb/res/refindex.htm
-%%DATADIR%%/vdkb/res/run.gif
-%%DATADIR%%/vdkb/res/saveprj.gif
-%%DATADIR%%/vdkb/res/step1.0.gif
-%%DATADIR%%/vdkb/res/step2.gif
-%%DATADIR%%/vdkb/res/step3.gif
-%%DATADIR%%/vdkb/res/tokens.db
-%%DATADIR%%/vdkb/res/tutor1.htm
-%%DATADIR%%/vdkb/res/tutor2.htm
-%%DATADIR%%/vdkb/res/tutor3.htm
-%%DATADIR%%/vdkb/res/tutor4.htm
-%%DATADIR%%/vdkb/res/vdkapp.htm
-%%DATADIR%%/vdkb/res/vdkb.png
-%%DATADIR%%/vdkb/res/vdkbide.defaults
-%%DATADIR%%/vdkb/res/vdkbmaker.gif
-%%DATADIR%%/vdkb/res/vdkbrc
-%%DATADIR%%/vdkb/res/vdkcanvas.htm
-%%DATADIR%%/vdkb/res/vdkchkbut.htm
-%%DATADIR%%/vdkb/res/vdkform.htm
-%%DATADIR%%/vdkb/res/vdklogo.gif
-%%DATADIR%%/vdkb/res/vdkobjcont.htm
-%%DATADIR%%/vdkb/res/vdkobject.htm
-%%DATADIR%%/vdkb/res/vdkpaned.htm
-%%DATADIR%%/vdkb/res/vdkscrolled.htm
-%%DATADIR%%/vdkb/res/wi1.gif
-share/locale/da/LC_MESSAGES/vdkbuilder.mo
-share/locale/de/LC_MESSAGES/vdkbuilder.mo
-share/locale/it/LC_MESSAGES/vdkbuilder.mo
-@dirrm %%DATADIR%%/vdkb/res
-@dirrm %%DATADIR%%/vdkb
-@dirrm include/vdkb
+lib/libvdkdclock.so.2
+share/locale/en/LC_MESSAGES/vdkbuilder2.mo
+share/locale/it/LC_MESSAGES/vdkbuilder2.mo
+share/vdkb2/res/AUTHORS
+share/vdkb2/res/COPYING
+share/vdkb2/res/ChangeLog
+share/vdkb2/res/INSTALL
+share/vdkb2/res/NEWS
+share/vdkb2/res/README
+share/vdkb2/res/aclocal.m4
+share/vdkb2/res/autogen.sh
+share/vdkb2/res/cpphints
+share/vdkb2/res/logo.png
+share/vdkb2/res/plugins.db
+share/vdkb2/res/rgb.txt
+share/vdkb2/res/tokens.db
+share/vdkb2/res/vdkb2.png
+share/vdkb2/res/vdkbide.defaults
+share/vdkb2/res/vdkbrc
+@dirrm share/vdkb2/res
+@dirrm share/vdkb2
+@dirrm include/vdkb2
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031119220037.6727347c.tkato>