Преглед на файлове

BWidget removed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35200 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler преди 16 години
родител
ревизия
3cf770b7bd
променени са 5 файла, в които са добавени 3 реда и са изтрити 8 реда
  1. 0 1
      Makefile
  2. 1 1
      gui/icons/grass/README
  3. 1 2
      lib/README
  4. 1 2
      lib/grasslib.dox
  5. 0 2
      macosx/Makefile

+ 0 - 1
Makefile

@@ -64,7 +64,6 @@ FILES_DST = $(patsubst %,${ARCH_DISTDIR}/%,$(FILES))
 BIN_DIST_FILES = $(FILES) \
 BIN_DIST_FILES = $(FILES) \
 	grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp \
 	grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp \
 	bin \
 	bin \
-	bwidget \
 	docs \
 	docs \
 	driver \
 	driver \
 	etc \
 	etc \

+ 1 - 1
gui/icons/grass/README

@@ -2,7 +2,7 @@ GUI ICONS for GRASS
 
 
 All icons were created especially for GRASS by Michael Barton, Cedric Shock, 
 All icons were created especially for GRASS by Michael Barton, Cedric Shock, 
 Hamish Bowman, Radim Blazek, and others listed in AUTHORS, except for a few from the
 Hamish Bowman, Radim Blazek, and others listed in AUTHORS, except for a few from the
-BWidgets set distributed with GRASS (see file AUTHORS for a list of icon authors) 
+BWidgets set distributed with GRASS 6 (see file AUTHORS for a list of icon authors) 
 
 
 COPYRIGHT for all icons except those from BWidget (../../lib/external/bwidget/):
 COPYRIGHT for all icons except those from BWidget (../../lib/external/bwidget/):
     (C) 1999 - 2007 by the GRASS Development Team
     (C) 1999 - 2007 by the GRASS Development Team

+ 1 - 2
lib/README

@@ -11,7 +11,6 @@ Current directory layout
 - display: library for CELL driver
 - display: library for CELL driver
 - edit: curses library
 - edit: curses library
 - external: external libraries
 - external: external libraries
-	- external/bwidget: BWidget is a high-level Widgets Set for Tcl/Tk
 	- external/shapelib: SHAPE file management functions
 	- external/shapelib: SHAPE file management functions
 - fonts: fonts
 - fonts: fonts
 	- fonts/fonts
 	- fonts/fonts
@@ -23,7 +22,7 @@ Current directory layout
 - init: GRASS startup scripts and programs
 - init: GRASS startup scripts and programs
 - linkm: linked list memory manager
 - linkm: linked list memory manager
 - ogsf: ported gsurf library (required for NVIZ)
 - ogsf: ported gsurf library (required for NVIZ)
-- proj: PROJ4.4.x projection library
+- proj: PROJ4 projection library wrapper
 - raster: GRASS raster display library
 - raster: GRASS raster display library
 - vask: Curses based cursor library
 - vask: Curses based cursor library
 - vector: GRASS vector library
 - vector: GRASS vector library

+ 1 - 2
lib/grasslib.dox

@@ -72,9 +72,8 @@ from GRASS 5 Programmer's manual) or are simply undocumented.</I>
 <li>%driver:     Graphics monitor driver
 <li>%driver:     Graphics monitor driver
 <li>dspf:       DSPF libary - \ref dspf (obsolete?)
 <li>dspf:       DSPF libary - \ref dspf (obsolete?)
 <li>edit:	Raster edit library (cellhd, history, cats) - \ref edit
 <li>edit:	Raster edit library (cellhd, history, cats) - \ref edit
-<li>external:	External libraries from other projects (such as shapelib or bwidget) - \ref external
+<li>external:	External libraries from other projects (such as shapelib) - \ref external
 <li>fonts:	Hershey library - \ref fonts
 <li>fonts:	Hershey library - \ref fonts
-<li>form:	TCL/TK forms library - \ref form (obsolete?)
 <li>g3d:	\ref g3dlib
 <li>g3d:	\ref g3dlib
 <li>gmath: 	\ref gmathlib (generic mathematical functions and BLAS/LAPACK library wrapper)
 <li>gmath: 	\ref gmathlib (generic mathematical functions and BLAS/LAPACK library wrapper)
 <li>gpde:       \ref gpdelib (partial differential equations library)
 <li>gpde:       \ref gpdelib (partial differential equations library)

+ 0 - 2
macosx/Makefile

@@ -50,7 +50,6 @@ real-install-macosx:
 	${MAKE} macosx-support-dir
 	${MAKE} macosx-support-dir
 	-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${prefix} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${prefix} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
-	-cd ${GISBASE} ; tar cBf - bwidget | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - driver | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - driver | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - etc | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - etc | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
@@ -79,7 +78,6 @@ bindist-macosx:
 	${MAKE_DIR_CMD} ${GRASS_HOME}/macosx/dist
 	${MAKE_DIR_CMD} ${GRASS_HOME}/macosx/dist
 	-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${GRASS_HOME}/macosx/dist ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${GRASS_HOME}/macosx/dist ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
-	-cd ${GISBASE} ; tar cBf - bwidget | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - driver | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - driver | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - etc | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - etc | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null