[GRASS-SVN] r35200 - in grass/trunk: . gui/icons/grass lib macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 4 10:47:57 EST 2009
Author: neteler
Date: 2009-01-04 10:47:57 -0500 (Sun, 04 Jan 2009)
New Revision: 35200
Modified:
grass/trunk/Makefile
grass/trunk/gui/icons/grass/README
grass/trunk/lib/README
grass/trunk/lib/grasslib.dox
grass/trunk/macosx/Makefile
Log:
BWidget removed
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2009-01-04 15:47:39 UTC (rev 35199)
+++ grass/trunk/Makefile 2009-01-04 15:47:57 UTC (rev 35200)
@@ -64,7 +64,6 @@
BIN_DIST_FILES = $(FILES) \
grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}.tmp \
bin \
- bwidget \
docs \
driver \
etc \
Modified: grass/trunk/gui/icons/grass/README
===================================================================
--- grass/trunk/gui/icons/grass/README 2009-01-04 15:47:39 UTC (rev 35199)
+++ grass/trunk/gui/icons/grass/README 2009-01-04 15:47:57 UTC (rev 35200)
@@ -2,7 +2,7 @@
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
Modified: grass/trunk/lib/README
===================================================================
--- grass/trunk/lib/README 2009-01-04 15:47:39 UTC (rev 35199)
+++ grass/trunk/lib/README 2009-01-04 15:47:57 UTC (rev 35200)
@@ -11,7 +11,6 @@
- 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 @@
- 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
Modified: grass/trunk/lib/grasslib.dox
===================================================================
--- grass/trunk/lib/grasslib.dox 2009-01-04 15:47:39 UTC (rev 35199)
+++ grass/trunk/lib/grasslib.dox 2009-01-04 15:47:57 UTC (rev 35200)
@@ -72,9 +72,8 @@
<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)
Modified: grass/trunk/macosx/Makefile
===================================================================
--- grass/trunk/macosx/Makefile 2009-01-04 15:47:39 UTC (rev 35199)
+++ grass/trunk/macosx/Makefile 2009-01-04 15:47:57 UTC (rev 35200)
@@ -50,7 +50,6 @@
${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 @@
${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
More information about the grass-commit
mailing list