Przeglądaj źródła

BWidget removed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35200 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 lat temu
rodzic
commit
3cf770b7bd
5 zmienionych plików z 3 dodań i 8 usunięć
  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) \
 	grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp \
 	bin \
-	bwidget \
 	docs \
 	driver \
 	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, 
 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/):
     (C) 1999 - 2007 by the GRASS Development Team

+ 1 - 2
lib/README

@@ -11,7 +11,6 @@ Current directory layout
 - display: library for CELL driver
 - edit: curses library
 - external: external libraries
-	- external/bwidget: BWidget is a high-level Widgets Set for Tcl/Tk
 	- external/shapelib: SHAPE file management functions
 - fonts: fonts
 	- fonts/fonts
@@ -23,7 +22,7 @@ Current directory layout
 - init: GRASS startup scripts and programs
 - linkm: linked list memory manager
 - ogsf: ported gsurf library (required for NVIZ)
-- proj: PROJ4.4.x projection library
+- proj: PROJ4 projection library wrapper
 - raster: GRASS raster display library
 - vask: Curses based cursor 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>dspf:       DSPF libary - \ref dspf (obsolete?)
 <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>form:	TCL/TK forms library - \ref form (obsolete?)
 <li>g3d:	\ref g3dlib
 <li>gmath: 	\ref gmathlib (generic mathematical functions and BLAS/LAPACK library wrapper)
 <li>gpde:       \ref gpdelib (partial differential equations library)

+ 0 - 2
macosx/Makefile

@@ -50,7 +50,6 @@ real-install-macosx:
 	${MAKE} macosx-support-dir
 	-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 - 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 - driver | (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
 	-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 - 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 - driver | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - etc | (cd ${MACOSX_BUNDLE_PREFIX} ; tar xBf - ) 2>/dev/null