[GRASS-SVN] r29417 - grass-addons
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 12 07:53:15 EST 2007
Author: martinl
Date: 2007-12-12 07:53:13 -0500 (Wed, 12 Dec 2007)
New Revision: 29417
Removed:
grass-addons/Makefile
Modified:
grass-addons/SVN_HOWTO.txt
Log:
Cosmetics: How-to fix (itc.it->osgeo), remove unused Makefile
Deleted: grass-addons/Makefile
===================================================================
--- grass-addons/Makefile 2007-12-12 11:17:54 UTC (rev 29416)
+++ grass-addons/Makefile 2007-12-12 12:53:13 UTC (rev 29417)
@@ -1,183 +0,0 @@
-MODULE_TOPDIR = ..
-
-include $(MODULE_TOPDIR)/include/Make/Dir.make
-
-SUBDIRS = \
- r.albedo \
- r.average \
- r.basins.fill \
- r.bilinear \
- r.biomass \
- r.bitpattern \
- r.buffer \
- r.carve \
- r.cats \
- r.circle \
- r.clump \
- r.coin \
- r.colors \
- r.composite \
- r.compress \
- r.contour \
- r.cost \
- r.covar \
- r.cross \
- r.describe \
- r.digit \
- r.distance \
- r.drain \
- r.dn2full.l7 \
- r.dn2potrad.l7 \
- r.dn2ref.ast \
- r.dn2ref.l7 \
- r.eb.disp \
- r.eb.deltat \
- r.eb.eta \
- r.eb.evapfr \
- r.eb.g0 \
- r.eb.h0 \
- r.eb.h_iter \
- r.eb.molength \
- r.eb.netrad \
- r.eb.psi \
- r.eb.rah \
- r.eb.ublend \
- r.eb.ustar \
- r.eb.z0m \
- r.evapo.potrad \
- r.evapo.PM \
- r.fill.dir \
- r.flow \
- r.gaswap.serial \
- r.grow2 \
- r.gwflow \
- r.his \
- r.in.arc \
- r.in.ascii \
- r.in.bin \
- r.info \
- r.in.gridatb \
- r.in.mat \
- r.in.poly \
- r.in.xyz \
- r.kappa \
- r.lake \
- r.latitude \
- r.le \
- r.li \
- r.los \
- r.mapcalc \
- r.median \
- r.mfilter \
- r.mode \
- r.neighbors \
- r.null \
- r.nullwest \
- r.out.arc \
- r.out.ascii \
- r.out.bin \
- r.out.gdal \
- r.out.gridatb \
- r.out.mat \
- r.out.mpeg \
- r.out.pov \
- r.out.ppm \
- r.out.ppm3 \
- r.out.vrml \
- r.out.vtk \
- r.param.scale \
- r.patch \
- r.profile \
- r.proj \
- r.proj.seg \
- r.quant \
- r.random \
- r.random.cells \
- r.random.surface \
- r.reclass \
- r.recode \
- r.region \
- r.report \
- r.resample \
- r.resamp.interp \
- r.resamp.rst \
- r.resamp.stats \
- r.rescale \
- r.rescale.eq \
- r.series \
- r.slope.aspect \
- r.statistics \
- r.stats \
- r.sum \
- r.sun \
- r.sunmask \
- r.support \
- r.support.stats \
- r.surf.area \
- r.surf.contour \
- r.surf.idw \
- r.surf.idw2 \
- r.surf.random \
- r.surf.gauss \
- r.texture \
- r.thin \
- r.timestamp \
- r.to.rast3 \
- r.to.rast3elev \
- r.to.vect \
- r.topidx \
- r.topmodel \
- r.transect \
- r.univar2 \
- r.uslek \
- r.usler \
- r.vi \
- r.vi.mpi \
- r.volume \
- r.walk \
- r.water.outlet \
- r.watershed \
- r.what \
- simwe \
- wildfire
-
-GDALBASED = r.in.gdal
-
-FFTWBASED = r.surf.fractal
-
-PNGBASED = r.out.png
-
-CXXBASED = r.terraflow
-
-TIFFBASED = r.out.tiff
-
-#compile if GDAL present:
-ifneq ($(USE_GDAL),)
- SUBDIRS += $(GDALBASED)
-endif
-
-#compile if FFTW present:
-ifneq ($(strip $(FFTWLIB)),)
- SUBDIRS += $(FFTWBASED)
-endif
-
-#compile if PNG present:
-ifneq ($(strip $(PNGLIB)),)
- SUBDIRS += $(PNGBASED)
-endif
-
-#compile if C++ compiler present:
-ifneq ($(strip $(CXX)),)
- SUBDIRS += $(CXXBASED)
-endif
-
-#compile if TIFF present:
-ifneq ($(strip $(TIFFLIB)),)
- SUBDIRS += $(TIFFBASED)
-endif
-
-default: subdirs htmldir
-
-clean: cleansubdirs
-
-PGM = rasterintro
Modified: grass-addons/SVN_HOWTO.txt
===================================================================
--- grass-addons/SVN_HOWTO.txt 2007-12-12 11:17:54 UTC (rev 29416)
+++ grass-addons/SVN_HOWTO.txt 2007-12-12 12:53:13 UTC (rev 29417)
@@ -1,9 +1,9 @@
-GRASS Addons SVN: Subversion repository at grasssvn.itc.it
+GRASS Addons Subversion repository at osgeo.org
##########################################################
0. Install the svn client software
- Linux: * 'subversion' package (RPM for your distro, should
+ Linux: * 'subversion' package (RPM/DEB for your distro, should
be on the CDROMs/DVD)
MacOSX: * http://subversion.tigris.org/
@@ -25,31 +25,29 @@
http-proxy-host = proxy.yourdomain.xyz
http-proxy-port = 3128
-1. How to get the grassaddons from the SVN repository
+1. How to get the grass-addons from the SVN repository
1a) Command line:
- svn co https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons grassaddons
+ svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
-> first it shows you the certificate (not validated which is ok),
enter 'p' to accept it permanently
- -> then enter your password (get from Markus)
1b) TortoiseSVN:
Just enter this url:
- https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons
+ https://svn.osgeo.org/grass/grass-addons
and your user/password combination.
+2. This will check out the grass-addons into the directory grass-addons/
-2. This will check out the grassaddons into the directory grassaddons/
+3. cd grass-addons/
-3. cd grassaddons/
-
4. Now work on the repository (see below).
########################
We also have a nice Web interface for *reading* (not submitting):
- https://grasssvn.itc.it/grasssvn/grassaddons/trunk/grassaddons/
+ http://trac.osgeo.org/grass/browser/grass-addons
If you want a graphical tool for SVN, get it here:
http://en.wikipedia.org/wiki/Subversion_%28software%29#GUI_front-ends.2Fclients
@@ -173,4 +171,3 @@
http://svnbook.red-bean.com/nightly/en/index.html
Version Control with Subversion
-
More information about the grass-commit
mailing list