Date: Fri, 4 Jan 2002 14:18:31 +0300 From: "Lev A.Serebryakov" <lev@macro.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33527: Update for port devel/anjuta to version 0.1.8 Message-ID: <48402096674.20020104141831@macro.ru>
next in thread | raw e-mail | index | archive | help
>Number: 33527 >Category: ports >Synopsis: Update for port devel/anjuta to version 0.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 04 03:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov <lev@macro.ru> >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sereb.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Dec 8 13:48:40 MSK 2001 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386 Ports collection: 03 Jan 2002 >Description: It is update for port devel/anjuta to version 0.1.8 (latest stable version) >How-To-Repeat: >Fix: diff -ruN anjuta/Makefile anjuta.new/Makefile --- anjuta/Makefile Fri Aug 24 14:00:50 2001 +++ anjuta.new/Makefile Wed Dec 26 22:15:40 2001 @@ -6,7 +6,7 @@ # PORTNAME= anjuta -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta diff -ruN anjuta/distinfo anjuta.new/distinfo --- anjuta/distinfo Fri Aug 24 14:00:50 2001 +++ anjuta.new/distinfo Wed Dec 26 22:15:40 2001 @@ -1 +1 @@ -MD5 (anjuta-0.1.7.tar.gz) = 2d518592ced3d548d37a73e5f6285af4 +MD5 (anjuta-0.1.8.tar.gz) = 7bdfe257961dfbdcd63e7b8d7411a5fa diff -ruN anjuta/files/patch-Makefile.in anjuta.new/files/patch-Makefile.in --- anjuta/files/patch-Makefile.in Sun Aug 12 12:24:54 2001 +++ anjuta.new/files/patch-Makefile.in Wed Dec 26 22:15:40 2001 @@ -1,15 +1,16 @@ ---- Makefile.in.orig Sun Aug 12 11:01:09 2001 -+++ Makefile.in Sun Aug 12 11:02:14 2001 -@@ -128,10 +128,10 @@ +--- Makefile.in.orig Wed Dec 26 21:27:52 2001 ++++ Makefile.in Wed Dec 26 21:28:35 2001 +@@ -137,11 +137,11 @@ cxxflags_set = @cxxflags_set@ l = @l@ --SUBDIRS = intl po macros scintilla ccview widgets manuals omf-install src pixmaps data doc launcher -+SUBDIRS = intl po macros ccview widgets manuals omf-install src pixmaps data doc launcher +-SUBDIRS = intl po macros tagmanager global-tags scintilla ccview widgets manuals omf-install src pixmaps data doc launcher ++SUBDIRS = intl po macros tagmanager global-tags ccview widgets manuals omf-install src pixmaps data doc launcher + anjutadocdir = ${prefix}/doc/anjuta --anjutadoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO ABOUT-NLS -+anjutadoc_DATA = +-anjutadoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO ABOUT-NLS FUTURE ++anjutadoc_DATA = - EXTRA_DIST = anjuta.desktop.in.in anjuta.prj anjuta.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in $(anjutadoc_DATA) + EXTRA_DIST = anjuta.desktop.in.in anjuta.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in $(anjutadoc_DATA) diff -ruN anjuta/files/patch-configure anjuta.new/files/patch-configure --- anjuta/files/patch-configure Fri Aug 24 14:00:50 2001 +++ anjuta.new/files/patch-configure Wed Dec 26 22:15:40 2001 @@ -1,5 +1,5 @@ ---- configure.orig Fri Aug 24 12:34:57 2001 -+++ configure Fri Aug 24 12:35:13 2001 +--- configure.orig Wed Dec 26 21:29:11 2001 ++++ configure Wed Dec 26 21:29:56 2001 @@ -8,6 +8,7 @@ # gives unlimited permission to copy, distribute and modify it. @@ -8,10 +8,10 @@ ac_help= ac_default_prefix=/usr/local # Any additions from configure.in: -@@ -4812,12 +4813,10 @@ - intl/Makefile - po/Makefile.in - macros/Makefile +@@ -6557,12 +6558,10 @@ + tagmanager/Makefile + tagmanager/include/Makefile + global-tags/Makefile -scintilla/Makefile ccview/Makefile widgets/Makefile @@ -21,7 +21,7 @@ manuals/C/Makefile manuals/C/anjuta-manual/Makefile manuals/C/anjuta-faqs/Makefile -@@ -4906,6 +4905,7 @@ +@@ -6656,6 +6655,7 @@ s%@GNOME_CAPPLET_LIBS@%$GNOME_CAPPLET_LIBS%g s%@cflags_set@%$cflags_set%g s%@GTK_CONFIG@%$GTK_CONFIG%g @@ -29,10 +29,10 @@ s%@GTK_CFLAGS@%$GTK_CFLAGS%g s%@GTK_LIBS@%$GTK_LIBS%g s%@XPM_LIBS@%$XPM_LIBS%g -@@ -4997,12 +4997,10 @@ - intl/Makefile - po/Makefile.in - macros/Makefile +@@ -6759,12 +6759,10 @@ + tagmanager/Makefile + tagmanager/include/Makefile + global-tags/Makefile -scintilla/Makefile ccview/Makefile widgets/Makefile diff -ruN anjuta/files/patch-src-Makefile.in anjuta.new/files/patch-src-Makefile.in --- anjuta/files/patch-src-Makefile.in Fri Aug 24 14:00:50 2001 +++ anjuta.new/files/patch-src-Makefile.in Wed Dec 26 22:15:40 2001 @@ -1,133 +1,36 @@ ---- src/Makefile.in.orig Fri Aug 24 12:05:50 2001 -+++ src/Makefile.in Fri Aug 24 12:09:03 2001 -@@ -128,7 +128,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ +--- src/Makefile.in.orig Wed Dec 26 21:31:15 2001 ++++ src/Makefile.in Wed Dec 26 21:33:44 2001 +@@ -139,7 +139,7 @@ --INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(srcdir)/../scintilla/include -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes -O1 -g -+INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -I$(prefix)/include/scintilla -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -DHAVE_CONFIG_H -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes + EXTRA_DIST = glades.h Prj-skelimpl.c Prj-skels.c Prj-stubs.c +-INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) $(EXTRA_GNOME_CFLAGS) $(EXTRA_ORBIT_CFLAGS) -I$(srcdir)/../scintilla/include -I$(srcdir)/../tagmanager/include -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O1 -g ++INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) $(EXTRA_GNOME_CFLAGS) $(EXTRA_ORBIT_CFLAGS) -I$(prefix)/include/scintilla -I$(srcdir)/../tagmanager/include -I$(srcdir)/../widgets -I$(srcdir)/../ccview -I$(srcdir)/../pixmaps -I.. -I. -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -O1 -g - bin_PROGRAMS = anjuta -@@ -136,7 +136,7 @@ - anjuta_SOURCES = aneditor.cxx aneditor.h anjuta.h anjuta_cbs.c anjuta_dirs.c anjuta_dirs.h anjuta_info.c anjuta_info.h appwiz_page1.c appwiz_page2.c appwiz_page3.c appwizard.c appwizard.h appwizard_cbs.c appwizard_cbs.h appwizard_gui.c attach_process.c attach_process.h attach_process_cbs.c attach_process_cbs.h attach_process_gui.c breakpoints.c breakpoints.h breakpoints_cbs.c breakpoints_cbs.h breakpoints_gui.c build_file.c build_file.h build_project.c build_project.h clean_project.c clean_project.h commands.c commands.h compile.c compile.h compiler_options.c compiler_options.h compiler_options_cbs.c compiler_options_cbs.h compiler_options_gui.c configurer.c configurer.h controls.c controls.h debugger.c debugger.h executer.c executer.h fileselection.c fileselection.h find_in_files.c find_in_files.h find_in_files_cbs.c find_in_files_cbs.h find_in_files_gui.c find_replace.c find_replace.h find_text.c find_text.h global.h gnome_project.c gnome_project.h goto_line.c goto_line.h help.c help.h launcher.c launcher.h lexer.h main.c main_menubar.c main_menubar.h main_menubar_def.h mainmenu_callbacks.c mainmenu_callbacks.h messagebox.c messagebox.h messages.c messages.h pixmaps.h preferences.c preferences.h preferences_gui.c project_dbase.c project_dbase.h project_config.c project_config.h project_dbase_gui.c properties.cxx properties.h registers.c registers.h registers_cbs.c registers_cbs.h registers_gui.c sharedlib.c sharedlib.h sharedlib_cbs.c sharedlib_cbs.h sharedlib_gui.c signals.c signals.h signals_cbs.c signals_cbs.h signals! _gui.c splash.c splash.h src_paths.c src_paths.h src_paths_cbs.c src_paths_cbs.h src_paths_gui.c stack_trace.c stack_trace.h stack_trace_cbs.c stack_trace_cbs.h stack_trace_gui.c syntax.h tags_manager.c tags_manager.h text_editor.c text_editor.h text_editor_cbs.c text_editor_cbs.h text_editor_gui.c text_editor_gui.h text_editor_menu.c text_editor_menu.h toolbar.c toolbar.h toolbar_callbacks.c toolbar_callbacks.h utilities.c utilities.h watch.c watch.h watch_cbs.c watch_cbs.h watch_gui.c about.c appwiz_page4.c source.c anjuta.c anjuta_gui.c source.h glade_iface.c glade_iface.h compatibility_0.c compatibility_0.h defaults.c defaults.h about.h resources.c resources.h notebook.c notebook.h + SCILEXERS = ../scintilla/StyleContext.o ../scintilla/LexCPP.o ../scintilla/LexConf.o ../scintilla/LexHTML.o ../scintilla/LexLua.o ../scintilla/LexOthers.o ../scintilla/LexPerl.o ../scintilla/LexPython.o ../scintilla/LexSQL.o ../scintilla/LexVB.o ../scintilla/LexPascal.o ../scintilla/LexAVE.o ../scintilla/LexCrontab.o ../scintilla/LexEiffel.o ../scintilla/LexLisp.o ../scintilla/LexRuby.o ../scintilla/LexBullant.o ../scintilla/LexAda.o +@@ -150,7 +150,7 @@ + anjuta_SOURCES = aneditor.cxx aneditor.h anjuta.h anjuta_cbs.c anjuta_dirs.c anjuta_dirs.h anjuta_info.c anjuta_info.h appwiz_page1.c appwiz_page2.c appwiz_page3.c appwizard.c appwizard.h appwizard_cbs.c appwizard_cbs.h appwizard_gui.c attach_process.c attach_process.h attach_process_cbs.c attach_process_cbs.h attach_process_gui.c breakpoints.c breakpoints.h breakpoints_cbs.c breakpoints_cbs.h breakpoints_gui.c build_file.c build_file.h build_project.c build_project.h clean_project.c clean_project.h commands.c commands.h compile.c compile.h compiler_options.c compiler_options.h compiler_options_cbs.c compiler_options_cbs.h compiler_options_gui.c configurer.c configurer.h controls.c controls.h debugger.c debugger.h dnd.c dnd.h executer.c executer.h fileselection.c fileselection.h find_in_files.c find_in_files.h find_in_files_cbs.c find_in_files_cbs.h find_in_files_gui.c find_replace.c find_replace.h find_text.c find_text.h global.h gnome_project.c gnome_project.h goto_line.c goto_line.h help.c help.h launcher.c launcher.h lexer.h main.c main_menubar.c main_menubar.h main_menubar_def.h mainmenu_callbacks.c mainmenu_callbacks.h messagebox.c messagebox.h messages.c messages.h pixmaps.h preferences.c preferences.h preferences_gui.c project_dbase.c project_dbase.h project_config.c project_config.h project_type.c project_type.h project_dbase_gui.c properties.cxx properties.h registers.c registers.h registers_cbs.c registers_cbs.h registers_gui.c sharedlib.c sharedlib.h sharedlib_cbs.c sharedlib_cbs.h sharedlib_gui.c signals.c signals! .h signals_cbs.c signals_cbs.h signals_gui.c splash.c splash.h src_paths.c src_paths.h src_paths_cbs.c src_paths_cbs.h src_paths_gui.c stack_trace.c stack_trace.h stack_trace_cbs.c stack_trace_cbs.h stack_trace_gui.c syntax.h tags_manager.c tags_manager.h text_editor.c text_editor.h text_editor_cbs.c text_editor_cbs.h text_editor_gui.c text_editor_gui.h text_editor_menu.c text_editor_menu.h toolbar.c toolbar.h toolbar_callbacks.c toolbar_callbacks.h utilities.c utilities.h watch.c watch.h watch_cbs.c watch_cbs.h watch_gui.c about.c appwiz_page4.c source.c anjuta.c anjuta_gui.c source.h glade_iface.c glade_iface.h compatibility_0.c compatibility_0.h defaults.c defaults.h about.h resources.c resources.h notebook.c notebook.h CORBA-Server.c CORBA-Server.h Gladen-common.c Gladen.h Prj.h glades.c Prj-common.c Gladen-stubs.c session.c session.h --anjuta_LDADD = $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) -L../scintilla -L../widgets -L../ccview ../scintilla/LexCPP.o ../scintilla/LexConf.o ../scintilla/LexHTML.o ../scintilla/LexLua.o ../scintilla/LexOthers.o ../scintilla/LexPerl.o ../scintilla/LexPython.o ../scintilla/LexSQL.o ../scintilla/LexVB.o ../scintilla/LexPascal.o ../scintilla/LexAVE.o -lwidgets -lccview -lxml -lscintilla -+anjuta_LDADD = $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) -L../widgets -L../ccview -lwidgets -lccview -lxml -lscintilla + +-anjuta_LDADD = $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(EXTRA_GNOME_LIBS) $(EXTRA_ORBIT_LIBS) -L../scintilla -L../tagmanager -L../widgets -L../ccview -lwidgets -lccview -lxml -lscintilla -lctags $(SCILEXERS) ++anjuta_LDADD = $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(EXTRA_GNOME_LIBS) $(EXTRA_ORBIT_LIBS) -L../scintilla -L../tagmanager -L../widgets -L../ccview -lwidgets -lccview -lxml -lscintilla -lctags mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h -@@ -168,10 +168,7 @@ - watch_cbs.o watch_gui.o about.o appwiz_page4.o source.o anjuta.o \ - anjuta_gui.o glade_iface.o compatibility_0.o defaults.o resources.o \ - notebook.o --anjuta_DEPENDENCIES = ../scintilla/LexCPP.o ../scintilla/LexConf.o \ --../scintilla/LexHTML.o ../scintilla/LexLua.o ../scintilla/LexOthers.o \ --../scintilla/LexPerl.o ../scintilla/LexPython.o ../scintilla/LexSQL.o \ --../scintilla/LexVB.o ../scintilla/LexPascal.o ../scintilla/LexAVE.o +@@ -198,14 +198,7 @@ + defaults.$(OBJEXT) resources.$(OBJEXT) notebook.$(OBJEXT) \ + CORBA-Server.$(OBJEXT) Gladen-common.$(OBJEXT) glades.$(OBJEXT) \ + Prj-common.$(OBJEXT) Gladen-stubs.$(OBJEXT) session.$(OBJEXT) +-anjuta_DEPENDENCIES = ../scintilla/StyleContext.o ../scintilla/LexCPP.o \ +-../scintilla/LexConf.o ../scintilla/LexHTML.o ../scintilla/LexLua.o \ +-../scintilla/LexOthers.o ../scintilla/LexPerl.o \ +-../scintilla/LexPython.o ../scintilla/LexSQL.o ../scintilla/LexVB.o \ +-../scintilla/LexPascal.o ../scintilla/LexAVE.o \ +-../scintilla/LexCrontab.o ../scintilla/LexEiffel.o \ +-../scintilla/LexLisp.o ../scintilla/LexRuby.o ../scintilla/LexBullant.o \ +-../scintilla/LexAda.o +anjuta_DEPENDENCIES = anjuta_LDFLAGS = CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -@@ -297,14 +294,7 @@ - fi; \ - done - about.o: about.c ../config.h utilities.h resources.h about.h --aneditor.o: aneditor.cxx ../config.h ../scintilla/include/Platform.h \ -- ../scintilla/include/PropSet.h ../scintilla/include/SString.h \ -- ../scintilla/include/Accessor.h \ -- ../scintilla/include/WindowAccessor.h \ -- ../scintilla/include/KeyWords.h \ -- ../scintilla/include/Scintilla.h \ -- ../scintilla/include/ScintillaWidget.h \ -- ../scintilla/include/SciLexer.h lexer.h properties.h aneditor.h -+aneditor.o: aneditor.cxx ../config.h lexer.h properties.h aneditor.h - anjuta_cbs.o: anjuta_cbs.c ../config.h text_editor.h global.h \ - text_editor_menu.h preferences.h properties.h aneditor.h \ - anjuta.h toolbar.h messagebox.h compiler_options.h src_paths.h \ -@@ -333,9 +323,7 @@ - anjuta_dirs.h executer.h configurer.h utilities.h \ - main_menubar.h help.h fileselection.h resources.h launcher.h \ - debugger.h watch.h registers.h stack_trace.h signals.h \ -- sharedlib.h attach_process.h controls.h anjuta_info.h \ -- ../scintilla/include/Scintilla.h \ -- ../scintilla/include/ScintillaWidget.h -+ sharedlib.h attach_process.h controls.h anjuta_info.h - appwizard_cbs.o: appwizard_cbs.c ../config.h anjuta.h toolbar.h \ - text_editor.h global.h text_editor_menu.h preferences.h \ - properties.h aneditor.h messagebox.h compiler_options.h \ -@@ -501,8 +489,7 @@ - find_text.h find_in_files.h messages.h project_dbase.h \ - tags_manager.h project_config.h commands.h anjuta_dirs.h \ - executer.h configurer.h utilities.h main_menubar.h help.h \ -- controls.h ../scintilla/include/Scintilla.h \ -- ../scintilla/include/ScintillaWidget.h -+ controls.h - debugger.o: debugger.c ../config.h anjuta.h toolbar.h text_editor.h \ - global.h text_editor_menu.h preferences.h properties.h \ - aneditor.h messagebox.h compiler_options.h src_paths.h \ -@@ -557,9 +544,7 @@ - src_paths.h find_replace.h find_text.h find_in_files.h \ - messages.h project_dbase.h tags_manager.h project_config.h \ - commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \ -- utilities.h main_menubar.h help.h resources.h \ -- ../scintilla/include/Scintilla.h \ -- ../scintilla/include/ScintillaWidget.h -+ utilities.h main_menubar.h help.h resources.h - find_text.o: find_text.c ../config.h anjuta.h toolbar.h text_editor.h \ - global.h text_editor_menu.h preferences.h properties.h \ - aneditor.h messagebox.h compiler_options.h src_paths.h \ -@@ -622,8 +607,7 @@ - compile.h launcher.h appwizard.h debugger.h watch.h registers.h \ - stack_trace.h signals.h sharedlib.h attach_process.h \ - breakpoints_cbs.h goto_line.h resources.h controls.h \ -- signals_cbs.h watch_cbs.h ../scintilla/include/Scintilla.h \ -- ../scintilla/include/ScintillaWidget.h -+ signals_cbs.h watch_cbs.h - main.o: main.c ../config.h splash.h anjuta.h toolbar.h text_editor.h \ - global.h text_editor_menu.h preferences.h properties.h \ - aneditor.h messagebox.h compiler_options.h src_paths.h \ -@@ -685,8 +669,7 @@ - ../pixmaps/file_cpp.xpm ../pixmaps/file_h.xpm \ - ../pixmaps/file_pix.xpm ../pixmaps/file_icon.xpm \ - ../pixmaps/file_html.xpm ../pixmaps/file_i18n.xpm --properties.o: properties.cxx ../scintilla/include/PropSet.h \ -- ../scintilla/include/SString.h properties.h -+properties.o: properties.cxx - registers_cbs.o: registers_cbs.c ../config.h registers.h properties.h \ - registers_cbs.h debugger.h global.h breakpoints.h text_editor.h \ - text_editor_menu.h preferences.h aneditor.h watch.h \ -@@ -791,8 +774,7 @@ - messages.h project_dbase.h tags_manager.h project_config.h \ - commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \ - utilities.h main_menubar.h help.h controls.h text_editor_cbs.h \ -- text_editor_gui.h mainmenu_callbacks.h resources.h \ -- ../scintilla/include/Scintilla.h -+ text_editor_gui.h mainmenu_callbacks.h resources.h - text_editor_gui.o: text_editor_gui.c ../config.h anjuta.h toolbar.h \ - text_editor.h global.h text_editor_menu.h preferences.h \ - properties.h aneditor.h messagebox.h compiler_options.h \ -@@ -800,9 +782,7 @@ - messages.h project_dbase.h tags_manager.h project_config.h \ - commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \ - utilities.h main_menubar.h help.h text_editor_cbs.h \ -- text_editor_gui.h mainmenu_callbacks.h pixmaps.h resources.h \ -- ../scintilla/include/Scintilla.h \ -- ../scintilla/include/ScintillaWidget.h -+ text_editor_gui.h mainmenu_callbacks.h pixmaps.h resources.h - text_editor_menu.o: text_editor_menu.c ../config.h resources.h \ - text_editor_menu.h anjuta.h toolbar.h text_editor.h global.h \ - preferences.h properties.h aneditor.h messagebox.h \ -@@ -820,10 +800,7 @@ - messages.h project_dbase.h tags_manager.h project_config.h \ - commands.h breakpoints.h anjuta_dirs.h executer.h configurer.h \ - utilities.h main_menubar.h help.h text_editor_gui.h \ -- text_editor_cbs.h syntax.h launcher.h \ -- ../scintilla/include/Scintilla.h \ -- ../scintilla/include/SciLexer.h \ -- ../scintilla/include/ScintillaWidget.h lexer.h controls.h -+ text_editor_cbs.h syntax.h launcher.h lexer.h controls.h - toolbar_callbacks.o: toolbar_callbacks.c ../config.h anjuta.h toolbar.h \ - text_editor.h global.h text_editor_menu.h preferences.h \ - properties.h aneditor.h messagebox.h compiler_options.h \ diff -ruN anjuta/pkg-plist anjuta.new/pkg-plist --- anjuta/pkg-plist Fri Aug 24 14:00:50 2001 +++ anjuta.new/pkg-plist Wed Dec 26 22:15:40 2001 @@ -10,30 +10,45 @@ share/anjuta/gdb.init share/anjuta/header.c share/anjuta/internal.properties -share/anjuta/linux-gnome-c.api share/anjuta/stock_libs.anj -share/anjuta/tags2api.py +share/anjuta/system.tags share/anjuta/welcome.txt +share/anjuta/gnome/ChangeLog +share/anjuta/gnome/Makefile.am +share/anjuta/gnome/aclocal-include.m4 +share/anjuta/gnome/autogen.sh +share/anjuta/gnome/compiler-flags.m4 +share/anjuta/gnome/curses.m4 +share/anjuta/gnome/gnome-bonobo-check.m4 +share/anjuta/gnome/gnome-common.m4 +share/anjuta/gnome/gnome-fileutils.m4 +share/anjuta/gnome/gnome-gettext.m4 +share/anjuta/gnome/gnome-ghttp-check.m4 +share/anjuta/gnome/gnome-gnorba-check.m4 +share/anjuta/gnome/gnome-guile-checks.m4 +share/anjuta/gnome/gnome-libgtop-check.m4 +share/anjuta/gnome/gnome-objc-checks.m4 +share/anjuta/gnome/gnome-orbit-check.m4 +share/anjuta/gnome/gnome-print-check.m4 +share/anjuta/gnome/gnome-pthread-check.m4 +share/anjuta/gnome/gnome-support.m4 +share/anjuta/gnome/gnome-undelfs.m4 +share/anjuta/gnome/gnome-vfs.m4 +share/anjuta/gnome/gnome-x-checks.m4 +share/anjuta/gnome/gnome-xml-check.m4 +share/anjuta/gnome/gnome.m4 +share/anjuta/gnome/gperf-check.m4 +share/anjuta/gnome/linger.m4 +share/anjuta/gnome/need-declaration.m4 share/gnome/apps/Development/anjuta.desktop share/gnome/help/anjuta/C/anjuta-faqs/anjuta-faqs.sgml -share/gnome/help/anjuta/C/anjuta-faqs/docbook.css share/gnome/help/anjuta/C/anjuta-faqs/index.html share/gnome/help/anjuta/C/anjuta-faqs/ln7.html -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/caution.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/home.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/important.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/next.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/note.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/prev.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/tip.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/toc-blank.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/toc-minus.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/toc-plus.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/up.gif -share/gnome/help/anjuta/C/anjuta-faqs/stylesheet-images/warning.gif share/gnome/help/anjuta/C/anjuta-manual/add-rm-files.html -share/gnome/help/anjuta/C/anjuta-manual/anjuta-contacts.html -share/gnome/help/anjuta/C/anjuta-manual/anjuta-license.html +share/gnome/help/anjuta/C/anjuta-manual/authors.html +share/gnome/help/anjuta/C/anjuta-manual/authors.sgml +share/gnome/help/anjuta/C/anjuta-manual/ln8.html +share/gnome/help/anjuta/C/anjuta-manual/placeholder.html share/gnome/help/anjuta/C/anjuta-manual/anjuta-manual.sgml share/gnome/help/anjuta/C/anjuta-manual/breaks-del.html share/gnome/help/anjuta/C/anjuta-manual/breaks-edit.html @@ -74,7 +89,6 @@ share/gnome/help/anjuta/C/anjuta-manual/debugging-stack.html share/gnome/help/anjuta/C/anjuta-manual/debugging.html share/gnome/help/anjuta/C/anjuta-manual/defines.html -share/gnome/help/anjuta/C/anjuta-manual/docbook.css share/gnome/help/anjuta/C/anjuta-manual/editing-files.html share/gnome/help/anjuta/C/anjuta-manual/expr-watch.html share/gnome/help/anjuta/C/anjuta-manual/familiar.html @@ -126,11 +140,11 @@ share/gnome/help/anjuta/C/anjuta-manual/file-operations.html share/gnome/help/anjuta/C/anjuta-manual/includes.html share/gnome/help/anjuta/C/anjuta-manual/index.html -share/gnome/help/anjuta/C/anjuta-manual/information.html share/gnome/help/anjuta/C/anjuta-manual/introduction.html share/gnome/help/anjuta/C/anjuta-manual/libpaths.html share/gnome/help/anjuta/C/anjuta-manual/libraries.html -share/gnome/help/anjuta/C/anjuta-manual/ln15.html +share/gnome/help/anjuta/C/anjuta-manual/license.html +share/gnome/help/anjuta/C/anjuta-manual/license.sgml share/gnome/help/anjuta/C/anjuta-manual/loadsave-prjs.html share/gnome/help/anjuta/C/anjuta-manual/main-win.html share/gnome/help/anjuta/C/anjuta-manual/menu.html @@ -152,35 +166,31 @@ share/gnome/help/anjuta/C/anjuta-manual/stack-frame-info.html share/gnome/help/anjuta/C/anjuta-manual/stack-frame.html share/gnome/help/anjuta/C/anjuta-manual/stack-update.html -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/caution.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/home.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/important.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/next.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/note.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/prev.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/tip.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/toc-blank.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/toc-minus.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/toc-plus.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/up.gif -share/gnome/help/anjuta/C/anjuta-manual/stylesheet-images/warning.gif share/gnome/help/anjuta/C/anjuta-manual/toolbars.html share/gnome/help/anjuta/C/anjuta-manual/warnings.html share/gnome/help/anjuta/C/topic.dat share/gnome/omf/anjuta/anjuta-faqs-C.omf share/gnome/omf/anjuta/anjuta-manual-C.omf +share/locale/de/LC_MESSAGES/anjuta.mo share/locale/es/LC_MESSAGES/anjuta.mo share/locale/fr/LC_MESSAGES/anjuta.mo share/locale/it/LC_MESSAGES/anjuta.mo share/locale/ja/LC_MESSAGES/anjuta.mo +share/locale/nl/LC_MESSAGES/anjuta.mo +share/locale/no/LC_MESSAGES/anjuta.mo share/locale/pl/LC_MESSAGES/anjuta.mo +share/locale/pt_BR/LC_MESSAGES/anjuta.mo share/locale/ru/LC_MESSAGES/anjuta.mo share/locale/sv/LC_MESSAGES/anjuta.mo +share/locale/ta/LC_MESSAGES/anjuta.mo share/locale/tr/LC_MESSAGES/anjuta.mo share/locale/uk/LC_MESSAGES/anjuta.mo +share/locale/zh_CN/LC_MESSAGES/anjuta.mo +share/locale/zh_TW/LC_MESSAGES/anjuta.mo share/pixmaps/anjuta/add.xpm -share/pixmaps/anjuta/anjuta_icon.xpm +share/pixmaps/anjuta/anjuta_icon.png share/pixmaps/anjuta/anjuta_logo.png +share/pixmaps/anjuta/anjuta_splash.png share/pixmaps/anjuta/app_wizard.jpg share/pixmaps/anjuta/appwid_blank.xpm share/pixmaps/anjuta/appwid_book.xpm @@ -272,6 +282,7 @@ share/pixmaps/anjuta/mini_debug.xpm share/pixmaps/anjuta/mini_dock.xpm share/pixmaps/anjuta/mini_find.xpm +share/pixmaps/anjuta/mini_locals.xpm share/pixmaps/anjuta/new_file.xpm share/pixmaps/anjuta/open_file.xpm share/pixmaps/anjuta/open_project.xpm @@ -311,5 +322,6 @@ @dirrm share/gnome/help/anjuta/C/anjuta-faqs @dirrm share/gnome/help/anjuta/C @dirrm share/gnome/help/anjuta +@dirrm share/anjuta/gnome @dirrm share/anjuta @dirrm doc/anjuta >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48402096674.20020104141831>