[DebianGIS-dev] CVS Update: scripts dgis-packages.inc dgis-status.pl
frankie at haydn.debian.org
frankie at haydn.debian.org
Tue Mar 7 20:00:56 UTC 2006
User: frankie
Date: 06/03/07 20:00:56
Modified: . dgis-packages.inc dgis-status.pl
Log:
Added upstream urls and revised packages listed.
Revision Changes Path
1.8 +46 -43 scripts/dgis-packages.inc
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-packages.inc?annotate=1.8&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-packages.inc?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-packages.inc.diff?r1=1.8&r2=1.7&cvsroot=
-----------------------------------
Index: dgis-packages.inc
===================================================================
RCS file: /cvsroot/pkg-grass/scripts/dgis-packages.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dgis-packages.inc 7 Mar 2006 07:14:24 -0000 1.7
+++ dgis-packages.inc 7 Mar 2006 20:00:55 -0000 1.8
@@ -1,49 +1,52 @@
#
-# Add source packages for debian-gis in the list
+# Add source packages for debian-gis in the list, order is not important.
+# Please always add a precise url for upstream software, and possibly
+# keep it up-to-date.
#
-our @dgislist = (
-'grass',
-'jama',
-'jts',
-'postgis',
-'mapserver',
-'qgis',
-'avce00',
-'libgdal-grass',
-'libterralib',
-'gdal',
-'proj',
-'earth3d',
-'gmt',
-'geos',
-'openev',
-'ogdi',
-'zmapserver',
-'opencv',
-'gpsbabel',
-'gpsdrive',
-'gpsman',
-'gpstrans',
-'grace',
-'grace6',
-'gts',
-'kflog',
-'ircmarkers',
-'drawmap',
-'batik',
-'jgrass',
-'deegree',
-'gpsprint',
-'demeter',
-'demtools',
-'musmap',
-'e00compr',
-'openscenegraph',
-'jump',
-'thuban',
-'paraview',
-'gpx2shp',
+our %dgislist = (
+'grass' => 'http://grass.itc.it/' ,
+'jama' => 'http://math.nist.gov/javanumerics/jama/',
+'jts' => 'http://www.vividsolutions.com/jts/jtshome.htm',
+'postgis' => 'http://postgis.refractions.net/',
+'mapserver' => 'http://mapserver.gis.umn.edu/',
+'qgis' => 'http://qgis.org/',
+'avce00' => 'http://avce00.maptools.org/avce00/',
+'libgdal-grass' => 'http://www.gdal.org/',
+'libterralib' => 'http://cvs.dpi.inpe.br/',
+'gdal' => 'http://www.gdal.org/',
+'proj' => 'http://proj.maptools.org/',
+'earth3d' => 'http://www.earth3d.org/',
+'gmt' => 'http://gmt.soest.hawaii.edu/',
+'geos' => 'http://geos.refractions.net/',
+'openev' => 'http://openev.sourceforge.net/',
+'ogdi' => 'http://ogdi.sourceforge.net/',
+'primagis' => 'http://primagis.fi/',
+'opencv' => 'http://sourceforge.net/projects/opencvlibrary/',
+'gpsbabel' => 'http://gpsbabel.sourceforge.net/',
+'gpsdrive' => 'http://www.gpsdrive.cc/',
+'gpsman' => 'http://www.ncc.up.pt/gpsman/',
+'gpstrans' => 'http://gpstrans.sourceforge.net/',
+'grace' => 'ftp://plasma-gate.weizmann.ac.il/pub/grace/src/',
+'grace6' => 'ftp://plasma-gate.weizmann.ac.il/pub/grace/src/',
+'gts' => 'http://gts.sourceforge.net/',
+'kflog' => 'http://www.kflog.org/kflog/',
+'ircmarkers' => 'http://www.df7cb.de/projects/ircmarkers/',
+'drawmap' => 'http://www.ttc-cmc.net/~fme/drawmap.html',
+'batik' => 'http://xmlgraphics.apache.org/batik/',
+'jgrass' => 'http://www.hydrologis.com/html/jgrass/jgrass_en.html',
+'deegree' => 'http://deegree.sourceforge.net/',
+'gpsd' => 'http://gpsd.berlios.de/',
+'demeter' => 'http://www.terrainengine.com/index.html',
+'demtools' => 'http://www.arq.net/~kasten/demtools/',
+'musmap' => 'http://musmap.sourceforge.net/',
+'e00compr' => 'http://avce00.maptools.org/e00compr/index.html',
+'openscenegraph' => 'http://www.openscenegraph.org/',
+'jump' => 'http://www.vividsolutions.com/jump/',
+'thuban' => 'http://thuban.intevation.org/',
+'paraview' => 'http://www.paraview.org/HTML/Index.html',
+'gpx2shp' => 'http://gpx2shp.sourceforge.jp/',
+'python-pcl' => 'http://zcologia.org/cartography/',
);
1;
1.6 +10 -4 scripts/dgis-status.pl
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl?annotate=1.6&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl.diff?r1=1.6&r2=1.5&cvsroot=
-----------------------------------
Index: dgis-status.pl
===================================================================
RCS file: /cvsroot/pkg-grass/scripts/dgis-status.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dgis-status.pl 2 Mar 2006 12:55:26 -0000 1.5
+++ dgis-status.pl 7 Mar 2006 20:00:56 -0000 1.6
@@ -74,6 +74,8 @@
}
}
+#system("$wget{$verbose} bugs.txt http://merkel.debian.org/~hertzog/pts/bugs.txt");
+
my %files = undef;
my %dgishash = undef;
my %tot_pkgs = undef;
@@ -86,7 +88,7 @@
}
-for my $p (@main::dgislist) { $dgishash{$p} = {}; }
+for my $p (keys %main::dgislist) { $dgishash{$p} = {}; }
for my $s ( keys %paths ) {
$tot_pkgs{$s} = 0;
@@ -176,11 +178,15 @@
for my $s ( keys %paths ) {
$dgishash{$p}->{$s} = " " unless $dgishash{$p}->{$s};
}
- my $p_url = $p;
+ my $p_url = "<strong>$p</strong>";
my $tr_class = "class='green'";
if ( $dgishash{$p}->{stable} ne " " || $dgishash{$p}->{unstable} ne " " ) {
- $p_url = "<a href='http://packages.qa.debian.org/common/index.html?src=$p'>$p</a>";
+ $p_url .= " (<a href='http://packages.qa.debian.org/common/index.html?src=$p'>PTS</a>,";
+ }
+ else {
+ $p_url .= " (" if $main::dgislist{$p};
}
+ $p_url .= "<a href='$main::dgislist{$p}'>UP</a>)" if $main::dgislist{$p};
if ( $dgishash{$p}->{unstable} ne " " && $dgishash{$p}->{stable} eq " " ) {
$tr_class = "class='green'";
}
More information about the Pkg-grass-devel
mailing list