* Update to 1.0.1 [1]

* De-pkg-comment

PR:	48479 [1]
Submitted by:	Koop Mast <einekoai@chello.nl> [1]
This commit is contained in:
Joe Marcus Clarke 2003-02-22 01:38:54 +00:00
parent be0e9f1f6c
commit a9f1669276
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76079
12 changed files with 78 additions and 62 deletions

View File

@ -6,12 +6,13 @@
#
PORTNAME= anjuta
PORTVERSION= 1.0.0
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anjuta
MAINTAINER= gnome@FreeBSD.org
COMMENT= Integrated Development Environment for C and C++
LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla

View File

@ -1 +1 @@
MD5 (anjuta-1.0.0.tar.gz) = 214e2b4997d87deda96405a6d97d6806
MD5 (anjuta-1.0.1.tar.gz) = 2666a6b6a70918ec178ab6e3dee89fe3

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig Tue Nov 5 15:12:07 2002
+++ Makefile.in Tue Nov 5 15:13:29 2002
@@ -171,13 +171,13 @@
--- Makefile.in.orig Thu Feb 20 08:41:48 2003
+++ Makefile.in Thu Feb 20 08:43:33 2003
@@ -172,9 +172,9 @@
am__quote = @am__quote@
install_sh = @install_sh@
@ -12,17 +12,12 @@
anjutadocdir = ${prefix}/@NO_PREFIX_PACKAGE_DOC_DIR@
-anjutadoc_DATA = \
+anjutadoc_DATA = # \
README\
COPYING\
AUTHORS\
@@ -563,7 +563,7 @@
@@ -589,7 +589,7 @@
info-am:
-install-data-am: install-anjutadocDATA install-gnomemenuDATA
+install-data-am: install-gnomemenuDATA
-install-data-am: install-anjuta_dataDATA install-anjutadocDATA \
+install-data-am: install-anjuta_dataDATA \
install-gnomemenuDATA
install-exec-am:

View File

@ -1,6 +1,6 @@
--- src/Makefile.in.orig Tue Nov 5 15:22:08 2002
+++ src/Makefile.in Tue Nov 5 15:23:34 2002
@@ -178,7 +178,7 @@
--- src/Makefile.in.orig Thu Feb 20 09:05:39 2003
+++ src/Makefile.in Thu Feb 20 09:12:13 2003
@@ -177,7 +177,7 @@
$(GNOME_INCLUDEDIR)\
$(EXTRA_GNOME_CFLAGS)\
$(EXTRA_ORBIT_CFLAGS)\
@ -9,7 +9,7 @@
-I$(srcdir)/../tagmanager/include \
-I$(srcdir)/../widgets \
-I$(srcdir)/../pixmaps \
@@ -186,28 +186,8 @@
@@ -185,31 +185,8 @@
-I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\"
@ -33,14 +33,17 @@
- ../scintilla/LexBullant.o\
- ../scintilla/LexAda.o\
- ../scintilla/LexBaan.o\
- ../scintilla/LexMatlab.o
- ../scintilla/LexMatlab.o \
- ../scintilla/LexAsm.o \
- ../scintilla/LexFortran.o \
- ../scintilla/LexCSS.o
-
+SCILEXERS = -lscintilla_lexers
+SCINTILLA = -lscintilla
+SCILEXERS = -lscintilla_lexers
+SCINTILLA = -lscintilla
bin_PROGRAMS = anjuta
@@ -413,10 +393,10 @@
@@ -413,10 +390,10 @@
$(GNOMEUI_LIBS)\
$(EXTRA_GNOME_LIBS)\
$(EXTRA_ORBIT_LIBS)\
@ -51,10 +54,10 @@
+ $(SCINTILLA)\
$(SCILEXERS)
subdir = src
@@ -473,20 +453,7 @@
Gladen-common.$(OBJEXT) glades.$(OBJEXT) Prj-common.$(OBJEXT) \
Gladen-stubs.$(OBJEXT) session.$(OBJEXT)
@@ -489,22 +466,7 @@
defaults.$(OBJEXT) resources.$(OBJEXT) session.$(OBJEXT) \
widget-registry.$(OBJEXT)
anjuta_OBJECTS = $(am_anjuta_OBJECTS)
-anjuta_DEPENDENCIES = $(top_builddir)/scintilla/libscintilla.a \
- $(top_builddir)/tagmanager/libctags.a \
@ -69,7 +72,9 @@
- ../scintilla/LexCrontab.o ../scintilla/LexEiffel.o \
- ../scintilla/LexLisp.o ../scintilla/LexRuby.o \
- ../scintilla/LexBullant.o ../scintilla/LexAda.o \
- ../scintilla/LexBaan.o ../scintilla/LexMatlab.o
- ../scintilla/LexBaan.o ../scintilla/LexMatlab.o \
- ../scintilla/LexAsm.o ../scintilla/LexFortran.o \
- ../scintilla/LexCSS.o
+anjuta_DEPENDENCIES =
anjuta_LDFLAGS =

View File

@ -1 +0,0 @@
Integrated Development Environment for C and C++

View File

@ -5,6 +5,7 @@ lib/anjuta/libanjuta_clsGen.so
lib/anjuta/libanjuta_patch.so
lib/anjuta/libanjuta_sample1.so
share/gnome/anjuta/README.stock_libs
share/gnome/anjuta/anjuta.glade
share/gnome/anjuta/anjuta_project.template
share/gnome/anjuta/autogen.sh.generic
share/gnome/anjuta/autogen.sh.gnome
@ -59,11 +60,16 @@ share/gnome/anjuta/gnome2/linger.m4
share/gnome/anjuta/header.c
share/gnome/anjuta/properties/ada.properties
share/gnome/anjuta/properties/anjuta.properties
share/gnome/anjuta/properties/asm.properties
share/gnome/anjuta/properties/ave.properties
share/gnome/anjuta/properties/baan.properties
share/gnome/anjuta/properties/bash.properties
share/gnome/anjuta/properties/bullant.properties
share/gnome/anjuta/properties/conf.properties
share/gnome/anjuta/properties/cpp.properties
share/gnome/anjuta/properties/cs.properties
share/gnome/anjuta/properties/eiffel.properties
share/gnome/anjuta/properties/fortran.properties
share/gnome/anjuta/properties/html.properties
share/gnome/anjuta/properties/idl.properties
share/gnome/anjuta/properties/java.properties
@ -93,11 +99,11 @@ share/gnome/apps/Development/anjuta.desktop
share/gnome/help/anjuta/C/anjuta-faqs/anjuta-faqs.sgml
share/gnome/help/anjuta/C/anjuta-faqs/index.html
share/gnome/help/anjuta/C/anjuta-manual/anjuta-manual.sgml
share/gnome/help/anjuta/C/anjuta-manual/authors.sgml
share/gnome/help/anjuta/C/anjuta-manual/build.sgml
share/gnome/help/anjuta/C/anjuta-manual/compileopts.sgml
share/gnome/help/anjuta/C/anjuta-manual/debugger.sgml
share/gnome/help/anjuta/C/anjuta-manual/execute.sgml
share/gnome/help/anjuta/C/anjuta-manual/figures/a2ps.png
share/gnome/help/anjuta/C/anjuta-manual/figures/arguments.png
share/gnome/help/anjuta/C/anjuta-manual/figures/attach.png
share/gnome/help/anjuta/C/anjuta-manual/figures/brk_add.png
@ -109,6 +115,7 @@ share/gnome/help/anjuta/C/anjuta-manual/figures/ccview_struct.png
share/gnome/help/anjuta/C/anjuta-manual/figures/configure_dlg.png
share/gnome/help/anjuta/C/anjuta-manual/figures/defines.png
share/gnome/help/anjuta/C/anjuta-manual/figures/devt_menu.png
share/gnome/help/anjuta/C/anjuta-manual/figures/doxygen.png
share/gnome/help/anjuta/C/anjuta-manual/figures/editor_guides.png
share/gnome/help/anjuta/C/anjuta-manual/figures/editor_margins.png
share/gnome/help/anjuta/C/anjuta-manual/figures/editor_markers.png
@ -144,6 +151,7 @@ share/gnome/help/anjuta/C/anjuta-manual/figures/signals.png
share/gnome/help/anjuta/C/anjuta-manual/figures/stack.png
share/gnome/help/anjuta/C/anjuta-manual/figures/supports.png
share/gnome/help/anjuta/C/anjuta-manual/figures/symbol_browser.png
share/gnome/help/anjuta/C/anjuta-manual/figures/tool-editor.png
share/gnome/help/anjuta/C/anjuta-manual/figures/toolbar_browser.png
share/gnome/help/anjuta/C/anjuta-manual/figures/toolbar_debug.png
share/gnome/help/anjuta/C/anjuta-manual/figures/toolbar_ext.png
@ -158,9 +166,9 @@ share/gnome/help/anjuta/C/anjuta-manual/fileoperations.sgml
share/gnome/help/anjuta/C/anjuta-manual/index.html
share/gnome/help/anjuta/C/anjuta-manual/interface.sgml
share/gnome/help/anjuta/C/anjuta-manual/introduction.sgml
share/gnome/help/anjuta/C/anjuta-manual/license.sgml
share/gnome/help/anjuta/C/anjuta-manual/preferences.sgml
share/gnome/help/anjuta/C/anjuta-manual/projects.sgml
share/gnome/help/anjuta/C/anjuta-manual/tools.sgml
share/gnome/help/anjuta/C/anjuta-tutorial/anjuta-tutorial.sgml
share/gnome/help/anjuta/C/anjuta-tutorial/figures/divided.png
share/gnome/help/anjuta/C/anjuta-tutorial/figures/glade-l.png
@ -361,12 +369,12 @@ share/gnome/pixmaps/anjuta/prefs_general.xpm
share/gnome/pixmaps/anjuta/prefs_messages.xpm
share/gnome/pixmaps/anjuta/prefs_print.xpm
share/gnome/pixmaps/anjuta/prefs_styles.xpm
share/gnome/pixmaps/anjuta/print.xpm
share/gnome/pixmaps/anjuta/print_color.xpm
share/gnome/pixmaps/anjuta/print_landscape.xpm
share/gnome/pixmaps/anjuta/print_layout.xpm
share/gnome/pixmaps/anjuta/print_nocolor.xpm
share/gnome/pixmaps/anjuta/print_portrait.xpm
share/gnome/pixmaps/anjuta/print.xpm
share/gnome/pixmaps/anjuta/project.xpm
share/gnome/pixmaps/anjuta/redo.xpm
share/gnome/pixmaps/anjuta/registers.xpm

View File

@ -6,12 +6,13 @@
#
PORTNAME= anjuta
PORTVERSION= 1.0.0
PORTVERSION= 1.0.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anjuta
MAINTAINER= gnome@FreeBSD.org
COMMENT= Integrated Development Environment for C and C++
LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla

View File

@ -1 +1 @@
MD5 (anjuta-1.0.0.tar.gz) = 214e2b4997d87deda96405a6d97d6806
MD5 (anjuta-1.0.1.tar.gz) = 2666a6b6a70918ec178ab6e3dee89fe3

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig Tue Nov 5 15:12:07 2002
+++ Makefile.in Tue Nov 5 15:13:29 2002
@@ -171,13 +171,13 @@
--- Makefile.in.orig Thu Feb 20 08:41:48 2003
+++ Makefile.in Thu Feb 20 08:43:33 2003
@@ -172,9 +172,9 @@
am__quote = @am__quote@
install_sh = @install_sh@
@ -12,17 +12,12 @@
anjutadocdir = ${prefix}/@NO_PREFIX_PACKAGE_DOC_DIR@
-anjutadoc_DATA = \
+anjutadoc_DATA = # \
README\
COPYING\
AUTHORS\
@@ -563,7 +563,7 @@
@@ -589,7 +589,7 @@
info-am:
-install-data-am: install-anjutadocDATA install-gnomemenuDATA
+install-data-am: install-gnomemenuDATA
-install-data-am: install-anjuta_dataDATA install-anjutadocDATA \
+install-data-am: install-anjuta_dataDATA \
install-gnomemenuDATA
install-exec-am:

View File

@ -1,6 +1,6 @@
--- src/Makefile.in.orig Tue Nov 5 15:22:08 2002
+++ src/Makefile.in Tue Nov 5 15:23:34 2002
@@ -178,7 +178,7 @@
--- src/Makefile.in.orig Thu Feb 20 09:05:39 2003
+++ src/Makefile.in Thu Feb 20 09:12:13 2003
@@ -177,7 +177,7 @@
$(GNOME_INCLUDEDIR)\
$(EXTRA_GNOME_CFLAGS)\
$(EXTRA_ORBIT_CFLAGS)\
@ -9,7 +9,7 @@
-I$(srcdir)/../tagmanager/include \
-I$(srcdir)/../widgets \
-I$(srcdir)/../pixmaps \
@@ -186,28 +186,8 @@
@@ -185,31 +185,8 @@
-I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\"
@ -33,14 +33,17 @@
- ../scintilla/LexBullant.o\
- ../scintilla/LexAda.o\
- ../scintilla/LexBaan.o\
- ../scintilla/LexMatlab.o
- ../scintilla/LexMatlab.o \
- ../scintilla/LexAsm.o \
- ../scintilla/LexFortran.o \
- ../scintilla/LexCSS.o
-
+SCILEXERS = -lscintilla_lexers
+SCINTILLA = -lscintilla
+SCILEXERS = -lscintilla_lexers
+SCINTILLA = -lscintilla
bin_PROGRAMS = anjuta
@@ -413,10 +393,10 @@
@@ -413,10 +390,10 @@
$(GNOMEUI_LIBS)\
$(EXTRA_GNOME_LIBS)\
$(EXTRA_ORBIT_LIBS)\
@ -51,10 +54,10 @@
+ $(SCINTILLA)\
$(SCILEXERS)
subdir = src
@@ -473,20 +453,7 @@
Gladen-common.$(OBJEXT) glades.$(OBJEXT) Prj-common.$(OBJEXT) \
Gladen-stubs.$(OBJEXT) session.$(OBJEXT)
@@ -489,22 +466,7 @@
defaults.$(OBJEXT) resources.$(OBJEXT) session.$(OBJEXT) \
widget-registry.$(OBJEXT)
anjuta_OBJECTS = $(am_anjuta_OBJECTS)
-anjuta_DEPENDENCIES = $(top_builddir)/scintilla/libscintilla.a \
- $(top_builddir)/tagmanager/libctags.a \
@ -69,7 +72,9 @@
- ../scintilla/LexCrontab.o ../scintilla/LexEiffel.o \
- ../scintilla/LexLisp.o ../scintilla/LexRuby.o \
- ../scintilla/LexBullant.o ../scintilla/LexAda.o \
- ../scintilla/LexBaan.o ../scintilla/LexMatlab.o
- ../scintilla/LexBaan.o ../scintilla/LexMatlab.o \
- ../scintilla/LexAsm.o ../scintilla/LexFortran.o \
- ../scintilla/LexCSS.o
+anjuta_DEPENDENCIES =
anjuta_LDFLAGS =

View File

@ -1 +0,0 @@
Integrated Development Environment for C and C++

View File

@ -5,6 +5,7 @@ lib/anjuta/libanjuta_clsGen.so
lib/anjuta/libanjuta_patch.so
lib/anjuta/libanjuta_sample1.so
share/gnome/anjuta/README.stock_libs
share/gnome/anjuta/anjuta.glade
share/gnome/anjuta/anjuta_project.template
share/gnome/anjuta/autogen.sh.generic
share/gnome/anjuta/autogen.sh.gnome
@ -59,11 +60,16 @@ share/gnome/anjuta/gnome2/linger.m4
share/gnome/anjuta/header.c
share/gnome/anjuta/properties/ada.properties
share/gnome/anjuta/properties/anjuta.properties
share/gnome/anjuta/properties/asm.properties
share/gnome/anjuta/properties/ave.properties
share/gnome/anjuta/properties/baan.properties
share/gnome/anjuta/properties/bash.properties
share/gnome/anjuta/properties/bullant.properties
share/gnome/anjuta/properties/conf.properties
share/gnome/anjuta/properties/cpp.properties
share/gnome/anjuta/properties/cs.properties
share/gnome/anjuta/properties/eiffel.properties
share/gnome/anjuta/properties/fortran.properties
share/gnome/anjuta/properties/html.properties
share/gnome/anjuta/properties/idl.properties
share/gnome/anjuta/properties/java.properties
@ -93,11 +99,11 @@ share/gnome/apps/Development/anjuta.desktop
share/gnome/help/anjuta/C/anjuta-faqs/anjuta-faqs.sgml
share/gnome/help/anjuta/C/anjuta-faqs/index.html
share/gnome/help/anjuta/C/anjuta-manual/anjuta-manual.sgml
share/gnome/help/anjuta/C/anjuta-manual/authors.sgml
share/gnome/help/anjuta/C/anjuta-manual/build.sgml
share/gnome/help/anjuta/C/anjuta-manual/compileopts.sgml
share/gnome/help/anjuta/C/anjuta-manual/debugger.sgml
share/gnome/help/anjuta/C/anjuta-manual/execute.sgml
share/gnome/help/anjuta/C/anjuta-manual/figures/a2ps.png
share/gnome/help/anjuta/C/anjuta-manual/figures/arguments.png
share/gnome/help/anjuta/C/anjuta-manual/figures/attach.png
share/gnome/help/anjuta/C/anjuta-manual/figures/brk_add.png
@ -109,6 +115,7 @@ share/gnome/help/anjuta/C/anjuta-manual/figures/ccview_struct.png
share/gnome/help/anjuta/C/anjuta-manual/figures/configure_dlg.png
share/gnome/help/anjuta/C/anjuta-manual/figures/defines.png
share/gnome/help/anjuta/C/anjuta-manual/figures/devt_menu.png
share/gnome/help/anjuta/C/anjuta-manual/figures/doxygen.png
share/gnome/help/anjuta/C/anjuta-manual/figures/editor_guides.png
share/gnome/help/anjuta/C/anjuta-manual/figures/editor_margins.png
share/gnome/help/anjuta/C/anjuta-manual/figures/editor_markers.png
@ -144,6 +151,7 @@ share/gnome/help/anjuta/C/anjuta-manual/figures/signals.png
share/gnome/help/anjuta/C/anjuta-manual/figures/stack.png
share/gnome/help/anjuta/C/anjuta-manual/figures/supports.png
share/gnome/help/anjuta/C/anjuta-manual/figures/symbol_browser.png
share/gnome/help/anjuta/C/anjuta-manual/figures/tool-editor.png
share/gnome/help/anjuta/C/anjuta-manual/figures/toolbar_browser.png
share/gnome/help/anjuta/C/anjuta-manual/figures/toolbar_debug.png
share/gnome/help/anjuta/C/anjuta-manual/figures/toolbar_ext.png
@ -158,9 +166,9 @@ share/gnome/help/anjuta/C/anjuta-manual/fileoperations.sgml
share/gnome/help/anjuta/C/anjuta-manual/index.html
share/gnome/help/anjuta/C/anjuta-manual/interface.sgml
share/gnome/help/anjuta/C/anjuta-manual/introduction.sgml
share/gnome/help/anjuta/C/anjuta-manual/license.sgml
share/gnome/help/anjuta/C/anjuta-manual/preferences.sgml
share/gnome/help/anjuta/C/anjuta-manual/projects.sgml
share/gnome/help/anjuta/C/anjuta-manual/tools.sgml
share/gnome/help/anjuta/C/anjuta-tutorial/anjuta-tutorial.sgml
share/gnome/help/anjuta/C/anjuta-tutorial/figures/divided.png
share/gnome/help/anjuta/C/anjuta-tutorial/figures/glade-l.png
@ -361,12 +369,12 @@ share/gnome/pixmaps/anjuta/prefs_general.xpm
share/gnome/pixmaps/anjuta/prefs_messages.xpm
share/gnome/pixmaps/anjuta/prefs_print.xpm
share/gnome/pixmaps/anjuta/prefs_styles.xpm
share/gnome/pixmaps/anjuta/print.xpm
share/gnome/pixmaps/anjuta/print_color.xpm
share/gnome/pixmaps/anjuta/print_landscape.xpm
share/gnome/pixmaps/anjuta/print_layout.xpm
share/gnome/pixmaps/anjuta/print_nocolor.xpm
share/gnome/pixmaps/anjuta/print_portrait.xpm
share/gnome/pixmaps/anjuta/print.xpm
share/gnome/pixmaps/anjuta/project.xpm
share/gnome/pixmaps/anjuta/redo.xpm
share/gnome/pixmaps/anjuta/registers.xpm