diff options
Diffstat (limited to 'extra')
44 files changed, 1455 insertions, 302 deletions
diff --git a/extra/ant/Pkgfile b/extra/ant/Pkgfile index 9728cc13b..de90c9abc 100644 --- a/extra/ant/Pkgfile +++ b/extra/ant/Pkgfile @@ -7,7 +7,8 @@ name=ant version=1.7.1 release=1 -source=(http://apache.org/dist/ant/source/apache-ant-$version-src.tar.bz2\ + +source=(http://archive.apache.org/dist/ant/source/apache-ant-$version-src.tar.bz2\ apache-ant.sh) diff --git a/extra/beanshell/.footprint b/extra/beanshell/.footprint new file mode 100644 index 000000000..8a11efcf9 --- /dev/null +++ b/extra/beanshell/.footprint @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/java/ +-rw-r--r-- root/root usr/share/java/bsh.jar diff --git a/extra/beanshell/.md5sum b/extra/beanshell/.md5sum new file mode 100644 index 000000000..551d6fe09 --- /dev/null +++ b/extra/beanshell/.md5sum @@ -0,0 +1 @@ +a1c60aa83c9c9a6cb2391c1c1b85eb00 bsh-2.0b4.jar diff --git a/extra/beanshell/Pkgfile b/extra/beanshell/Pkgfile new file mode 100644 index 000000000..b09bef280 --- /dev/null +++ b/extra/beanshell/Pkgfile @@ -0,0 +1,16 @@ +# Description: Small, free, embeddable, source level Java interpreter with object based scripting language features written in Java +# URL: http://www.beanshell.org/home.html +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: jdk + +name=beanshell +version=2.0b4 +release=1 +source=(http://www.beanshell.org/bsh-$version.jar ) + +build() { + install -m755 -d $PKG/usr/share/java/ + install -D -m644 $SRC/bsh-$version.jar $PKG/usr/share/java/bsh.jar +} + diff --git a/extra/gdal/.footprint b/extra/gdal/.footprint index fd4767fc4..5c90886c8 100644 --- a/extra/gdal/.footprint +++ b/extra/gdal/.footprint @@ -73,9 +73,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libgdal.a -rwxr-xr-x root/root usr/lib/libgdal.la -lrwxrwxrwx root/root usr/lib/libgdal.so -> libgdal.so.1.14.0 -lrwxrwxrwx root/root usr/lib/libgdal.so.1 -> libgdal.so.1.14.0 --rwxr-xr-x root/root usr/lib/libgdal.so.1.14.0 +lrwxrwxrwx root/root usr/lib/libgdal.so -> libgdal.so.1.14.1 +lrwxrwxrwx root/root usr/lib/libgdal.so.1 -> libgdal.so.1.14.1 +-rwxr-xr-x root/root usr/lib/libgdal.so.1.14.1 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gdal/ -rw-r--r-- root/root usr/share/gdal/GDALLogoBW.svg diff --git a/extra/gdal/.md5sum b/extra/gdal/.md5sum index f8a92b88c..c76945eaf 100644 --- a/extra/gdal/.md5sum +++ b/extra/gdal/.md5sum @@ -1 +1 @@ -02cf9f36196a756e8b917b34dc637720 gdal-1.7.0.tar.gz +5a90be385613730cc12fcf3f59b89de6 gdal-1.7.1.tar.gz diff --git a/extra/gdal/Pkgfile b/extra/gdal/Pkgfile index 0e98f5c28..784597364 100644 --- a/extra/gdal/Pkgfile +++ b/extra/gdal/Pkgfile @@ -4,7 +4,7 @@ # Packager: lesibel at free dot fr name=gdal -version=1.7.0 +version=1.7.1 release=1 source=(http://download.osgeo.org/$name/$name-$version.tar.gz) diff --git a/extra/grass/Pkgfile b/extra/grass/Pkgfile index 9c0e53c79..99ed4604a 100644 --- a/extra/grass/Pkgfile +++ b/extra/grass/Pkgfile @@ -2,7 +2,7 @@ # URL:http://grass.itc.it/index.php # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: proj, gdal, fftw, swig, libpng, libtiff, sqlite3, python, tk +# Depends on: proj, gdal, fftw, swig, libpng, libtiff, sqlite3, python, tk, mesa3d name=grass version=6.4.0RC5 diff --git a/extra/hsqldb-java/.footprint b/extra/hsqldb-java/.footprint new file mode 100644 index 000000000..414e042f4 --- /dev/null +++ b/extra/hsqldb-java/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/java/ +-rw-r--r-- root/root usr/share/java/hsqldb.jar +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/hsqldb-java/ +-rw-r--r-- root/root usr/share/licenses/hsqldb-java/hsqldb_lic.txt diff --git a/extra/hsqldb-java/.md5sum b/extra/hsqldb-java/.md5sum new file mode 100644 index 000000000..f21908bce --- /dev/null +++ b/extra/hsqldb-java/.md5sum @@ -0,0 +1 @@ +4114ba2e6aba58e6bfd3fa283d7dbc37 hsqldb_1_8_1_1.zip diff --git a/extra/hsqldb-java/Pkgfile b/extra/hsqldb-java/Pkgfile new file mode 100644 index 000000000..25ff508cd --- /dev/null +++ b/extra/hsqldb-java/Pkgfile @@ -0,0 +1,27 @@ +# Description: HSQLDB Java libraries +# URL: http://hsqldb.org/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: jdk, unzip, ant + +name=hsqldb-java +version=1.8.1.1 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/hsqldb/hsqldb_${version//./_}.zip ) + +build() { +# [ -z "${JAVA_HOME}" ] && . /etc/profile.d/openjdk6.sh +# [ -z "${ANT_HOME}" ] && . /etc/profile.d/apache-ant.sh + + cd ../src/hsqldb/build + + ant jar + + mkdir -p $PKG/usr/share/java + install -m644 $SRC/hsqldb/lib/hsqldb.jar $PKG/usr/share/java/ + + mkdir -p $PKG/usr/share/licenses/$name + install -m644 $SRC/hsqldb/doc/hsqldb_lic.txt $PKG/usr/share/licenses/$name/ + +} + diff --git a/extra/hunspell/.footprint b/extra/hunspell/.footprint new file mode 100644 index 000000000..c147ff3e7 --- /dev/null +++ b/extra/hunspell/.footprint @@ -0,0 +1,55 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/analyze +-rwxr-xr-x root/root usr/bin/chmorph +-rwxr-xr-x root/root usr/bin/example +-rwxr-xr-x root/root usr/bin/hunspell +-rwxr-xr-x root/root usr/bin/hunzip +-rwxr-xr-x root/root usr/bin/hzip +-rwxr-xr-x root/root usr/bin/munch +-rwxr-xr-x root/root usr/bin/unmunch +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/hunspell/ +-rw-r--r-- root/root usr/include/hunspell/affentry.hxx +-rw-r--r-- root/root usr/include/hunspell/affixmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/atypes.hxx +-rw-r--r-- root/root usr/include/hunspell/baseaffix.hxx +-rw-r--r-- root/root usr/include/hunspell/csutil.hxx +-rw-r--r-- root/root usr/include/hunspell/dictmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/filemgr.hxx +-rw-r--r-- root/root usr/include/hunspell/hashmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/htypes.hxx +-rw-r--r-- root/root usr/include/hunspell/hunspell.h +-rw-r--r-- root/root usr/include/hunspell/hunspell.hxx +-rw-r--r-- root/root usr/include/hunspell/hunzip.hxx +-rw-r--r-- root/root usr/include/hunspell/langnum.hxx +-rw-r--r-- root/root usr/include/hunspell/phonet.hxx +-rw-r--r-- root/root usr/include/hunspell/replist.hxx +-rw-r--r-- root/root usr/include/hunspell/suggestmgr.hxx +-rw-r--r-- root/root usr/include/hunspell/w_char.hxx +-rw-r--r-- root/root usr/include/munch.h +-rw-r--r-- root/root usr/include/unmunch.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libhunspell-1.2.la +lrwxrwxrwx root/root usr/lib/libhunspell-1.2.so -> libhunspell-1.2.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libhunspell-1.2.so.0 -> libhunspell-1.2.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libhunspell-1.2.so.0.0.0 +-rw-r--r-- root/root usr/lib/libparsers.a +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/hunspell.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/hu/ +drwxr-xr-x root/root usr/share/man/hu/man1/ +-rw-r--r-- root/root usr/share/man/hu/man1/hunspell.1.gz +drwxr-xr-x root/root usr/share/man/hu/man4/ +-rw-r--r-- root/root usr/share/man/hu/man4/hunspell.4.gz +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/hunspell.1.gz +-rw-r--r-- root/root usr/share/man/man1/hunzip.1.gz +-rw-r--r-- root/root usr/share/man/man1/hzip.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/hunspell.3.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/hunspell.4.gz diff --git a/extra/hunspell/.md5sum b/extra/hunspell/.md5sum new file mode 100644 index 000000000..24069768b --- /dev/null +++ b/extra/hunspell/.md5sum @@ -0,0 +1 @@ +1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz diff --git a/extra/hunspell/Pkgfile b/extra/hunspell/Pkgfile new file mode 100644 index 000000000..6a4363cc0 --- /dev/null +++ b/extra/hunspell/Pkgfile @@ -0,0 +1,22 @@ +# Description: Spell checker and morphological analyzer library and program +# URL: http://hunspell.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: gcc-libs, readline + +name=hunspell +version=1.2.8 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-static \ + --with-ui \ + --with-readline \ + --with-experimental + make + make DESTDIR=$PKG install +} + diff --git a/extra/hyphen/.Pkgfile.swp b/extra/hyphen/.Pkgfile.swp Binary files differnew file mode 100644 index 000000000..e3f1fe307 --- /dev/null +++ b/extra/hyphen/.Pkgfile.swp diff --git a/extra/hyphen/.footprint b/extra/hyphen/.footprint new file mode 100644 index 000000000..6956a43e2 --- /dev/null +++ b/extra/hyphen/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/substrings.pl +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/hyphen.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libhyphen.la +lrwxrwxrwx root/root usr/lib/libhyphen.so -> libhyphen.so.0.2.0 +lrwxrwxrwx root/root usr/lib/libhyphen.so.0 -> libhyphen.so.0.2.0 +-rwxr-xr-x root/root usr/lib/libhyphen.so.0.2.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/hyphen/ +-rw-r--r-- root/root usr/share/hyphen/hyph_en_US.dic +lrwxrwxrwx root/root usr/share/hyphen/hyph_fr_BE.dic -> hyph_fr_FR.dic +lrwxrwxrwx root/root usr/share/hyphen/hyph_fr_CA.dic -> hyph_fr_FR.dic +lrwxrwxrwx root/root usr/share/hyphen/hyph_fr_FR.dic -> hyph_fr_FR.dic +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/hyphen/ +-rw-r--r-- root/root usr/share/licenses/hyphen/LICENSE diff --git a/extra/hyphen/.md5sum b/extra/hyphen/.md5sum new file mode 100644 index 000000000..6f2ba7d32 --- /dev/null +++ b/extra/hyphen/.md5sum @@ -0,0 +1 @@ +d0b5af6e408b8d2958f3d83b5244f5e8 hyphen-2.4.tar.gz diff --git a/extra/hyphen/Pkgfile b/extra/hyphen/Pkgfile new file mode 100644 index 000000000..544c73922 --- /dev/null +++ b/extra/hyphen/Pkgfile @@ -0,0 +1,33 @@ +# Description: Hunspell is the default spell checker of OpenOffice.org and Mozilla Firefox 3 & Thunderbird +# URL: http://hunspell.sf.net +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: glibc, perl + +name=hyphen +version=2.4 +release=1 +source=(http://downloads.sourceforge.net/hunspell/$name-$version.tar.gz ) + +build() { + cd $name-$version + ./configure --prefix=/usr --disable-static + make + make DESTDIR=$PKG install-libLTLIBRARIES + make DESTDIR=$PKG install-binSCRIPTS + make DESTDIR=$PKG install-includeHEADERS + + # license + install -D -m644 COPYING $PKG/usr/share/licenses/$name/LICENSE + + + make DESTDIR=$PKG install-hyphDATA + + pushd $PKG/usr/share/hyphen/ + fr_FR_aliases="fr_FR fr_CA fr_BE" + for lang in $fr_FR_aliases; do + ln -s hyph_fr_FR.dic hyph_$lang.dic + done + popd +} + diff --git a/extra/libgraphite/.footprint b/extra/libgraphite/.footprint new file mode 100644 index 000000000..32a85db84 --- /dev/null +++ b/extra/libgraphite/.footprint @@ -0,0 +1,55 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/graphite/ +-rw-r--r-- root/root usr/include/graphite/FileFont.h +-rw-r--r-- root/root usr/include/graphite/Font.h +-rw-r--r-- root/root usr/include/graphite/FreetypeFont.h +-rw-r--r-- root/root usr/include/graphite/GrAppData.h +-rw-r--r-- root/root usr/include/graphite/GrClient.h +-rw-r--r-- root/root usr/include/graphite/GrCommon.h +-rw-r--r-- root/root usr/include/graphite/GrConstants.h +-rw-r--r-- root/root usr/include/graphite/GrData.h +-rw-r--r-- root/root usr/include/graphite/GrDebug.h +-rw-r--r-- root/root usr/include/graphite/GrExt.h +-rw-r--r-- root/root usr/include/graphite/GrFeature.h +-rw-r--r-- root/root usr/include/graphite/GrMstypes.h +-rw-r--r-- root/root usr/include/graphite/GrPlatform.h +-rw-r--r-- root/root usr/include/graphite/GrResult.h +-rw-r--r-- root/root usr/include/graphite/GrStructs.h +-rw-r--r-- root/root usr/include/graphite/GrWrappers.h +-rw-r--r-- root/root usr/include/graphite/GraphiteProcess.h +-rw-r--r-- root/root usr/include/graphite/IGrEngine.h +-rw-r--r-- root/root usr/include/graphite/IGrJustifier.h +-rw-r--r-- root/root usr/include/graphite/IGraphiteProcess.h +-rw-r--r-- root/root usr/include/graphite/ITextSource.h +-rw-r--r-- root/root usr/include/graphite/MemoryUsage.h +-rw-r--r-- root/root usr/include/graphite/Segment.h +-rw-r--r-- root/root usr/include/graphite/SegmentAux.h +-rw-r--r-- root/root usr/include/graphite/SegmentPainter.h +-rw-r--r-- root/root usr/include/graphite/XftGrFont.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgraphite-ft.a +-rwxr-xr-x root/root usr/lib/libgraphite-ft.la +lrwxrwxrwx root/root usr/lib/libgraphite-ft.so -> libgraphite-ft.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgraphite-ft.so.0 -> libgraphite-ft.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgraphite-ft.so.0.0.0 +-rw-r--r-- root/root usr/lib/libgraphite-xft.a +-rwxr-xr-x root/root usr/lib/libgraphite-xft.la +lrwxrwxrwx root/root usr/lib/libgraphite-xft.so -> libgraphite-xft.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgraphite-xft.so.0 -> libgraphite-xft.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgraphite-xft.so.0.0.0 +-rw-r--r-- root/root usr/lib/libgraphite.a +-rwxr-xr-x root/root usr/lib/libgraphite.la +lrwxrwxrwx root/root usr/lib/libgraphite.so -> libgraphite.so.3.0.0 +lrwxrwxrwx root/root usr/lib/libgraphite.so.3 -> libgraphite.so.3.0.0 +-rwxr-xr-x root/root usr/lib/libgraphite.so.3.0.0 +drwxr-xr-x root/root usr/lib/pango/ +drwxr-xr-x root/root usr/lib/pango/1.6.0/ +drwxr-xr-x root/root usr/lib/pango/1.6.0/modules/ +drwxr-xr-x root/root usr/lib/pango/1.6.0/modules/graphite/ +-rw-r--r-- root/root usr/lib/pango/1.6.0/modules/graphite/pango-graphite.a +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/graphite/pango-graphite.la +-rwxr-xr-x root/root usr/lib/pango/1.6.0/modules/graphite/pango-graphite.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/silgraphite.pc diff --git a/extra/libgraphite/.md5sum b/extra/libgraphite/.md5sum new file mode 100644 index 000000000..4ba0844e3 --- /dev/null +++ b/extra/libgraphite/.md5sum @@ -0,0 +1 @@ +d35724900f6a4105550293686688bbb3 silgraphite-2.3.1.tar.gz diff --git a/extra/libgraphite/Pkgfile b/extra/libgraphite/Pkgfile new file mode 100644 index 000000000..739bd70d4 --- /dev/null +++ b/extra/libgraphite/Pkgfile @@ -0,0 +1,19 @@ +# Description: SILGraphite - a "smart font" rendering engine - the libs and headers +# URL: http://graphite.sil.org/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: gcc-libs + +name=libgraphite +_name=silgraphite +version=2.3.1 +release=1 +source=(http://downloads.sourceforge.net/project/silgraphite/silgraphite/2.3.1/silgraphite-2.3.1.tar.gz) + +build() { +cd ${_name}-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/extra/libmspack/.footprint b/extra/libmspack/.footprint new file mode 100644 index 000000000..8ed4c65dc --- /dev/null +++ b/extra/libmspack/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/mspack.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libmspack.la +lrwxrwxrwx root/root usr/lib/libmspack.so -> libmspack.so.0.1.0 +lrwxrwxrwx root/root usr/lib/libmspack.so.0 -> libmspack.so.0.1.0 +-rwxr-xr-x root/root usr/lib/libmspack.so.0.1.0 diff --git a/extra/libmspack/.md5sum b/extra/libmspack/.md5sum new file mode 100644 index 000000000..5ba8fb64e --- /dev/null +++ b/extra/libmspack/.md5sum @@ -0,0 +1 @@ +72003dfa5da2e843e3d5ae0c18f7c969 libmspack-0.0.20060920alpha.tar.gz diff --git a/extra/libmspack/Pkgfile b/extra/libmspack/Pkgfile new file mode 100644 index 000000000..17c0d269e --- /dev/null +++ b/extra/libmspack/Pkgfile @@ -0,0 +1,18 @@ +# Description: "" +# URL: http://www.cabextract.org.uk/libmspack/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: glibc + +name=libmspack +version=0.0.20060920alpha +release=1 +source=(http://www.cabextract.org.uk/libmspack/$name-$version.tar.gz ) + +build() { +cd $name-$version + ./configure --prefix=/usr --disable-static + make + make DESTDIR=$PKG install +} + diff --git a/extra/lpsolve/.footprint b/extra/lpsolve/.footprint new file mode 100644 index 000000000..596cad04c --- /dev/null +++ b/extra/lpsolve/.footprint @@ -0,0 +1,31 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lp_solve +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/lpsolve/ +-rw-r--r-- root/root usr/include/lpsolve/lp_Hash.h +-rw-r--r-- root/root usr/include/lpsolve/lp_MDO.h +-rw-r--r-- root/root usr/include/lpsolve/lp_MPS.h +-rw-r--r-- root/root usr/include/lpsolve/lp_SOS.h +-rw-r--r-- root/root usr/include/lpsolve/lp_bit.h +-rw-r--r-- root/root usr/include/lpsolve/lp_crash.h +-rw-r--r-- root/root usr/include/lpsolve/lp_explicit.h +-rw-r--r-- root/root usr/include/lpsolve/lp_fortify.h +-rw-r--r-- root/root usr/include/lpsolve/lp_lib.h +-rw-r--r-- root/root usr/include/lpsolve/lp_matrix.h +-rw-r--r-- root/root usr/include/lpsolve/lp_mipbb.h +-rw-r--r-- root/root usr/include/lpsolve/lp_presolve.h +-rw-r--r-- root/root usr/include/lpsolve/lp_price.h +-rw-r--r-- root/root usr/include/lpsolve/lp_pricePSE.h +-rw-r--r-- root/root usr/include/lpsolve/lp_report.h +-rw-r--r-- root/root usr/include/lpsolve/lp_rlp.h +-rw-r--r-- root/root usr/include/lpsolve/lp_scale.h +-rw-r--r-- root/root usr/include/lpsolve/lp_simplex.h +-rw-r--r-- root/root usr/include/lpsolve/lp_solveDLL.h +-rw-r--r-- root/root usr/include/lpsolve/lp_types.h +-rw-r--r-- root/root usr/include/lpsolve/lp_utils.h +-rw-r--r-- root/root usr/include/lpsolve/lp_wlp.h +-rw-r--r-- root/root usr/include/lpsolve/lpkit.h +-rw-r--r-- root/root usr/include/lpsolve/lpsolve.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/liblpsolve55.so diff --git a/extra/lpsolve/.md5sum b/extra/lpsolve/.md5sum new file mode 100644 index 000000000..53feead0e --- /dev/null +++ b/extra/lpsolve/.md5sum @@ -0,0 +1,2 @@ +7403f745d06619f59f52800b655d8751 cflags.patch +2408c94893394f832469661c16b9f0d0 lp_solve_5.5.0.15_source.tar.gz diff --git a/extra/lpsolve/Pkgfile b/extra/lpsolve/Pkgfile new file mode 100644 index 000000000..a7115c6d7 --- /dev/null +++ b/extra/lpsolve/Pkgfile @@ -0,0 +1,34 @@ +# Description: a Mixed Integer Linear Programming (MILP) solver +# URL: http://lpsolve.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: glibc + +name=lpsolve +_origname=lp_solve +version=5.5.0.15 +release=1 +_mainver=5.5 + +source=(http://downloads.sourceforge.net/project/lpsolve/lpsolve/5.5.0.15/lp_solve_5.5.0.15_source.tar.gz \ + cflags.patch) + +build() { + cd ${_origname}_${_mainver} + patch -Np1 -i ../cflags.patch + + # taken from Fedora spec + cd lpsolve55 + sh -x ccc + rm bin/ux*/liblpsolve55.a + cd ../lp_solve + sh -x ccc + cd .. + + # install + install -d $PKG/usr/{bin,lib,include/lpsolve} + install -m 755 lp_solve/bin/ux*/lp_solve $PKG/usr/bin/ + install -m 755 lpsolve55/bin/ux*/liblpsolve55.so $PKG/usr/lib/ + install -m 644 lp*.h $PKG/usr/include/lpsolve/ +} + diff --git a/extra/lpsolve/cflags.patch b/extra/lpsolve/cflags.patch new file mode 100644 index 000000000..8e8804cb8 --- /dev/null +++ b/extra/lpsolve/cflags.patch @@ -0,0 +1,25 @@ +diff -ru lp_solve_5.5.orig/lp_solve/ccc lp_solve_5.5/lp_solve/ccc +--- lp_solve_5.5.orig/lp_solve/ccc 2009-02-23 16:31:18.000000000 +0000 ++++ lp_solve_5.5/lp_solve/ccc 2009-02-23 16:31:29.000000000 +0000 +@@ -28,7 +28,7 @@ + fi + rm /tmp/isnan.c /tmp/isnan >/dev/null 2>&1 + +-opts='-O3' ++opts=$CFLAGS + + def= + if [ "$PLATFORM" = "SCO_UNIX" ] +diff -ru lp_solve_5.5.orig/lpsolve55/ccc lp_solve_5.5/lpsolve55/ccc +--- lp_solve_5.5.orig/lpsolve55/ccc 2009-02-23 16:31:18.000000000 +0000 ++++ lp_solve_5.5/lpsolve55/ccc 2009-02-23 16:31:29.000000000 +0000 +@@ -35,7 +35,7 @@ + so=y + fi + +-opts='-O3' ++opts=$CFLAGS + + $c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL -I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src + ar rv bin/$PLATFORM/liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` + diff --git a/extra/python-numpy/.footprint b/extra/python-numpy/.footprint index f7ca8d813..e448a92e2 100644 --- a/extra/python-numpy/.footprint +++ b/extra/python-numpy/.footprint @@ -4,7 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.6/ drwxr-xr-x root/root usr/lib/python2.6/site-packages/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy-1.4.0-py2.6.egg-info +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy-1.3.0-py2.6.egg-info drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/COMPATIBILITY -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/DEV_README.txt @@ -20,43 +20,29 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/_import_tools.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/add_newdocs.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/add_newdocs.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/compat/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/__init__.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/__init__.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/_inspect.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/_inspect.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/setup.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/setup.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/setupscons.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/compat/setupscons.pyc drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/__init__.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/__init__.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/_internal.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/_internal.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/_mx_datetime_parser.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/_mx_datetime_parser.pyc -rwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/_sort.so -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/arrayprint.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/arrayprint.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/defchararray.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/defchararray.pyc +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/defmatrix.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/defmatrix.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/fromnumeric.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/fromnumeric.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/function_base.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/function_base.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/generate_numpy_api.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/generate_numpy_api.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/getlimits.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/getlimits.pyc drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/include/ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/__multiarray_api.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/__ufunc_api.h --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/_numpyconfig.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/arrayobject.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/arrayscalars.h +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/mingw_amd64_fenv.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/multiarray_api.txt -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/ndarrayobject.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/noprefix.h @@ -65,7 +51,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/npy_endian.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/npy_interrupt.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/npy_math.h --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/npy_os.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/numpyconfig.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/old_defines.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/oldnumeric.h @@ -74,17 +59,9 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/include/numpy/utils.h -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/info.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/info.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/lib/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/lib/libnpymath.a -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-config/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-config/mlib.ini --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/machar.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/machar.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/memmap.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/memmap.pyc -rwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/multiarray.so --rwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/multiarray_tests.so -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/numeric.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/numeric.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/numerictypes.py @@ -100,20 +77,15 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/lib/npy-pkg-conf -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/setup_common.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/setupscons.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/setupscons.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/shape_base.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/shape_base.pyc drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/tests/ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/tests/data/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/data/astype_copy.pkl -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/data/recarray_from_file.fits -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_blasdot.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_datetime.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_defchararray.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_defmatrix.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_dtype.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_errstate.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_function_base.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_getlimits.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_machar.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_memmap.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_multiarray.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_numeric.py @@ -122,10 +94,8 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/tests/data/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_records.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_regression.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_scalarmath.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_shape_base.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_ufunc.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_umath.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_umath_complex.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/core/tests/test_unicode.py -rwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/umath.so -rwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/core/umath_tests.so @@ -169,8 +139,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/distutils/command/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/egg_info.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install_clib.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install_clib.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install_data.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install_data.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/command/install_headers.py @@ -242,8 +210,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/distutils/mingw/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/mingw32ccompiler.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/misc_util.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/misc_util.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/npy_pkg_config.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/npy_pkg_config.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/numpy_distribution.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/numpy_distribution.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/setup.py @@ -296,7 +262,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/distutils/tests/swig_ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/tests/swig_ext/tests/test_example2.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/tests/test_misc_util.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/tests/test_npy_pkg_config.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/unixccompiler.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/distutils/unixccompiler.pyc drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/doc/ @@ -306,8 +271,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/doc/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/basics.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/broadcasting.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/broadcasting.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/byteswapping.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/byteswapping.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/constants.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/constants.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/doc/creation.py @@ -466,12 +429,16 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/lib/benchmarks/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/format.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/function_base.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/function_base.pyc +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/getlimits.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/getlimits.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/index_tricks.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/index_tricks.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/info.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/info.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/io.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/io.pyc +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/machar.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/machar.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/polynomial.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/polynomial.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/recfunctions.py @@ -494,8 +461,10 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/lib/tests/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_financial.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_format.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_function_base.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_getlimits.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_index_tricks.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_io.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_machar.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_polynomial.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_recfunctions.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_regression.py @@ -504,7 +473,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/lib/tests/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_twodim_base.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_type_check.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_ufunclike.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/tests/test_utils.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/twodim_base.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/twodim_base.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/lib/type_check.py @@ -551,7 +519,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/ma/tests/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/tests/test_extras.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/tests/test_mrecords.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/tests/test_old_ma.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/tests/test_regression.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/tests/test_subclassing.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/testutils.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/testutils.pyc @@ -561,20 +528,6 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/ma/tests/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/ma/version.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matlib.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matlib.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/matrixlib/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/__init__.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/__init__.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/defmatrix.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/defmatrix.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/setup.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/setup.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/setupscons.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/setupscons.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/matrixlib/tests/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/tests/test_defmatrix.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/tests/test_multiarray.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/tests/test_numeric.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/matrixlib/tests/test_regression.py drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/numarray/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/numarray/__init__.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/numarray/__init__.pyc @@ -667,30 +620,12 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/setupscons.pyc drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/tests/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/tests/test_oldnumeric.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/tests/test_regression.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/typeconv.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/typeconv.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/ufuncs.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/ufuncs.pyc -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/user_array.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/oldnumeric/user_array.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/polynomial/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/__init__.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/__init__.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/chebyshev.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/chebyshev.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/polynomial.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/polynomial.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/polytemplate.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/polytemplate.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/polyutils.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/polyutils.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/setup.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/setup.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/polynomial/tests/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/tests/test_chebyshev.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/tests/test_polynomial.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/polynomial/tests/test_polyutils.py drwxr-xr-x root/root usr/lib/python2.6/site-packages/numpy/random/ -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/random/__init__.py -rw-r--r-- root/root usr/lib/python2.6/site-packages/numpy/random/__init__.pyc diff --git a/extra/python-numpy/.md5sum b/extra/python-numpy/.md5sum index 8569a57f1..9e496b80e 100644 --- a/extra/python-numpy/.md5sum +++ b/extra/python-numpy/.md5sum @@ -1 +1 @@ -6d0ea698beda38109796240d08ecb296 numpy-1.4.0.tar.gz +3f7773ff0971a5ebb8591536d8ec7bd6 numpy-1.3.0.tar.gz diff --git a/extra/python-numpy/Pkgfile b/extra/python-numpy/Pkgfile index 05051b804..2e65eda27 100644 --- a/extra/python-numpy/Pkgfile +++ b/extra/python-numpy/Pkgfile @@ -5,7 +5,7 @@ # Depends on: blas, lapack name=python-numpy -version=1.4.0 +version=1.3.0 release=1 source=(http://downloads.sourceforge.net/numpy/numpy-$version.tar.gz) diff --git a/extra/qgis/.footprint b/extra/qgis/.footprint index 6d77983d5..609e25c1b 100644 --- a/extra/qgis/.footprint +++ b/extra/qgis/.footprint @@ -145,8 +145,6 @@ lrwxrwxrwx root/root usr/lib/libqgis_core.so -> libqgis_core.so.1.4.0 -rwxr-xr-x root/root usr/lib/libqgis_core.so.1.4.0 lrwxrwxrwx root/root usr/lib/libqgis_gui.so -> libqgis_gui.so.1.4.0 -rwxr-xr-x root/root usr/lib/libqgis_gui.so.1.4.0 -lrwxrwxrwx root/root usr/lib/libqgispython.so -> libqgispython.so.1.4.0 --rwxr-xr-x root/root usr/lib/libqgispython.so.1.4.0 drwxr-xr-x root/root usr/lib/qgis/ -rwxr-xr-x root/root usr/lib/qgis/libcoordinatecaptureplugin.so -rwxr-xr-x root/root usr/lib/qgis/libcopyrightlabelplugin.so @@ -252,216 +250,6 @@ drwxr-xr-x root/root usr/share/qgis/images/north_arrows/ drwxr-xr-x root/root usr/share/qgis/images/splash/ -rw-r--r-- root/root usr/share/qgis/images/splash/splash.png -rw-r--r-- root/root usr/share/qgis/images/splash/splash_mask.png -drwxr-xr-x root/root usr/share/qgis/python/ -drwxr-xr-x root/root usr/share/qgis/python/plugins/ -drwxr-xr-x root/root usr/share/qgis/python/plugins/fTools/ --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/__init__.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/doAbout.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/fTools.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/ftools_help.xml --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/ftools_help.xsl -drwxr-xr-x root/root usr/share/qgis/python/plugins/fTools/icons/ -drwxr-xr-x root/root usr/share/qgis/python/plugins/fTools/icons/default/ --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/analysis.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/basic_statistics.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/buffer.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/centroids.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/check_geometry.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/clip.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/convex_hull.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/define_projection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/delaunay.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/difference.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/dissolve.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/export_geometry.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/export_projection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/extract_nodes.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/ftools_logo.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/geometry.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/geoprocessing.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/help.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/intersect.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/intersections.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/join_attributes.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/join_location.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/layer_extent.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/management.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/matrix.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/mean.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/multi_to_single.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/neighbour.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/random_points.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/random_selection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/regular_points.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/sampling.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/select_location.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/simplify.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/single_to_multi.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/split_layer.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/sub_selection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/sum_lines.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/sum_points.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/sym_difference.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/to_lines.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/union.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/unique.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/default/vector_grid.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis-0.1.svg -drwxr-xr-x root/root usr/share/qgis/python/plugins/fTools/icons/gis/ --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/analysis.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/basic_statistics.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/buffer.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/centroids.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/check_geometry.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/clip.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/convex_hull.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/define_projection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/delaunay.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/difference.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/dissolve.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/export_geometry.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/export_projection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/extract_nodes.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/ftools_logo.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/geometry.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/geoprocessing.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/help.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/intersect.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/intersections.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/join_attributes.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/join_location.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/layer_extent.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/management.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/matrix.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/mean.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/multi_to_single.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/neighbour.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/random_points.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/random_selection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/regular_points.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/sampling.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/select_location.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/simplify.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/single_to_multi.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/split_layer.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/sub_selection.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/sum_lines.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/sum_points.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/sym_difference.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/to_lines.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/union.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/unique.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/gis/vector_grid.png --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/logo.svg --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/icons/menu_icons.svg --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/resources_rc.py -drwxr-xr-x root/root usr/share/qgis/python/plugins/fTools/tools/ --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doDefineProj.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doGeometry.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doGeoprocessing.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doIntersectLines.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doJoinAttributes.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doMeanCoords.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doPointDistance.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doPointsInPolygon.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doRandPoints.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doRandom.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doReProject.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doRegPoints.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doSelectByLocation.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doSpatialJoin.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doSubsetSelect.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doSumLines.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doVectorGrid.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doVectorSplit.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/doVisual.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ftools_utils.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmAbout.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmGeometry.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmGeoprocessing.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmIntersectLines.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmJoinAttributes.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmMeanCoords.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmPointDistance.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmPointsInPolygon.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmRandPoints.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmRandom.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmReProject.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmRegPoints.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmSpatialJoin.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmSubsetSelect.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmSumLines.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmVectorGrid.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmVectorSplit.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/ui_frmVisual.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/tools/voronoi.py --rw-r--r-- root/root usr/share/qgis/python/plugins/fTools/ui_frmAbout.py -drwxr-xr-x root/root usr/share/qgis/python/plugins/mapserver_export/ --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/__init__.py --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/mapserver_export.png --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/mapserverexport.py --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/mapserverexportdialog.py --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/ms_export.py --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/resources_rc.py --rw-r--r-- root/root usr/share/qgis/python/plugins/mapserver_export/ui_qgsmapserverexportbase.py -drwxr-xr-x root/root usr/share/qgis/python/plugins/osm/ --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmAddRelationDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmDatabaseManager.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmDownloadDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmFeatureDW.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmImportDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmLoadDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmPlugin.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmSaveDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmTags.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmUndoRedoDW.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/OsmUploadDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/__init__.py -drwxr-xr-x root/root usr/share/qgis/python/plugins/osm/map_tools/ --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/map_tools/OsmCreateLineMT.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/map_tools/OsmCreatePointMT.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/map_tools/OsmCreatePolygonMT.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/map_tools/OsmIdentifyMT.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/map_tools/OsmMoveMT.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/map_tools/__init__.py (EMPTY) --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/resources_rc.py -drwxr-xr-x root/root usr/share/qgis/python/plugins/osm/styles/ --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/styles/big_scale.style --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/styles/medium_scale.style --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/styles/small_scale.style --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmAddRelationDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmDownloadDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmFeatureDW.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmImportDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmLoadDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmSaveDlg.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmUndoRedoDW.py --rw-r--r-- root/root usr/share/qgis/python/plugins/osm/ui_OsmUploadDlg.py -drwxr-xr-x root/root usr/share/qgis/python/plugins/plugin_installer/ --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/__init__.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/installer_data.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/installer_gui.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/installer_plugin.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/plugin_installer.png --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/qgis-icon.png --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/repoConnected.png --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/repoDisabled.png --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/repoUnavailable.png --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/resources_rc.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerfetchingbase.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerinstallingbase.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerpluginerrorbase.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerrepositorybase.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/unzip.py --rw-r--r-- root/root usr/share/qgis/python/plugins/plugin_installer/version_compare.py -drwxr-xr-x root/root usr/share/qgis/python/qgis/ --rw-r--r-- root/root usr/share/qgis/python/qgis/__init__.py --rw-r--r-- root/root usr/share/qgis/python/qgis/analysis.so --rw-r--r-- root/root usr/share/qgis/python/qgis/core.so --rw-r--r-- root/root usr/share/qgis/python/qgis/gui.so --rw-r--r-- root/root usr/share/qgis/python/qgis/qgisconfig.py --rw-r--r-- root/root usr/share/qgis/python/qgis/utils.py drwxr-xr-x root/root usr/share/qgis/resources/ drwxr-xr-x root/root usr/share/qgis/resources/context_help/ -rw-r--r-- root/root usr/share/qgis/resources/context_help/MapServerExport-de_DE diff --git a/extra/qgis/Pkgfile b/extra/qgis/Pkgfile index c18257485..56b98ffad 100644 --- a/extra/qgis/Pkgfile +++ b/extra/qgis/Pkgfile @@ -2,7 +2,7 @@ # URL: http://qgis.org/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: jasper, curl, qt, gsl, grass, python, pyqt, giflib, xerces-c, geos, python-numpy, gpsbabel, libgeotiff, netcdf, postgresql +# Depends on: cmake, jasper, curl, qt, gsl, grass, python, pyqt, giflib, xerces-c, geos, python-numpy, gpsbabel, libgeotiff, netcdf, postgresql name=qgis diff --git a/extra/saxon/.footprint b/extra/saxon/.footprint new file mode 100644 index 000000000..6203f94b1 --- /dev/null +++ b/extra/saxon/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/saxon +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/java/ +drwxr-xr-x root/root usr/share/java/saxon/ +-rw-r--r-- root/root usr/share/java/saxon/saxon9he.jar diff --git a/extra/saxon/.md5sum b/extra/saxon/.md5sum new file mode 100644 index 000000000..1bcf83161 --- /dev/null +++ b/extra/saxon/.md5sum @@ -0,0 +1,2 @@ +6d01e636a24b290665bbd5b06e56ea2e saxon.sh +c4168ca1c9bf3deab385ee8de9150233 saxonhe9-2-0-6j.zip diff --git a/extra/saxon/Pkgfile b/extra/saxon/Pkgfile new file mode 100644 index 000000000..4483710cc --- /dev/null +++ b/extra/saxon/Pkgfile @@ -0,0 +1,18 @@ +# Description: XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java - the open source Home Edition +# URL: http://saxon.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: jdk, sh + +name=saxon +version=9.2.0.6 +release=1 +source=(http://downloads.sourceforge.net/project/saxon/Saxon-HE/9.2/saxonhe${version//./-}j.zip saxon.sh ) + +build() { + install -m755 -d $PKG/usr/share/java/$name + install -m644 $SRC/$name*.jar $PKG/usr/share/java/$name + install -Dm755 saxon.sh $PKG/usr/bin/saxon + +} + diff --git a/extra/saxon/saxon.sh b/extra/saxon/saxon.sh new file mode 100644 index 000000000..84513d6c0 --- /dev/null +++ b/extra/saxon/saxon.sh @@ -0,0 +1,104 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
+ <head>
+ <title>
+ Arch Linux Repositories
+ - packages
+ - Révision 51173
+ - /saxon/repos/extra-any/saxon.sh
+ </title>
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+ <meta http-equiv="generator" content="WebSVN 2.2.1" /> <!-- leave this for stats -->
+ <link rel="stylesheet" href="http://www.archlinux.org/media/arch.css" />
+ <link rel="stylesheet" href="/templates/arch/styles.css" />
+ <link rel="icon" href="http://www.archlinux.org/media/favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="http://www.archlinux.org/media/favicon.ico" type="image/x-icon" />
+ <!--[if gte IE 5.5000]>
+ <script type="text/javascript" src="/templates/arch/png.js"></script>
+ <style type="text/css" media="screen">
+ tbody tr td { padding:1px 0 }
+ #wrap h2 { padding:10px 5px 0 5px; margin-bottom:-8px }
+ </style>
+ <![endif]-->
+ <script type="text/javascript">
+ //<![CDATA[
+ function getPath()
+ {
+ return '';
+ }
+
+ function checkCB(chBox)
+ {
+ count = 0
+ first = null
+ f = chBox.form
+ for (i = 0 ; i < f.elements.length ; i++)
+ if (f.elements[i].type == 'checkbox' && f.elements[i].checked)
+ {
+ if (first == null && f.elements[i] != chBox)
+ first = f.elements[i]
+ count += 1
+ }
+
+ if (count > 2)
+ {
+ first.checked = false
+ count -= 1
+ }
+ }
+ //]]>
+ </script>
+ <script type="text/javascript" src="/templates/arch/collapse.js"></script>
+
+ </head>
+ <body>
+ <div id="head_container">
+ <div id="title">
+ <div id="logo"><h1 id="archtitle"><a href="http://www.archlinux.org" title="Arch Linux (Home)">Arch Linux</a></h1></div>
+ </div>
+ <div id="main_nav">
+
+ <ul>
+ <li><a href="/download/">Download</a></li>
+ <li class="selected"><a href="/">Repositories</a></li>
+ <li><a href="http://aur.archlinux.org">AUR</a></li>
+ <li><a href="http://bugs.archlinux.org">Bugs</a></li>
+ <li><a href="http://wiki.archlinux.org">Wiki</a></li>
+ <li><a href="http://bbs.archlinux.org">Forums</a></li>
+ <li><a href="http://www.archlinux.org">Home</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="content">
+<div id="select"><form action="/wsvn?" method="post" id="projectform"><div><input type="hidden" name="selectproj" value="1" /><input type="hidden" name="op" value="form" /><select name="repname" onchange="javascript:this.form.submit();"><option value="packages" selected="selected">packages</option><option value="community">community</option></select><span class="submit"><input type="submit" value="Go" /></span></div></form></div>
+<h1><a href="/wsvn/?" title="Dépôts Subversion">Dépôts Subversion</a> <span><a href="/wsvn/packages?">packages</a></span></h1>
+
+<h2 class="path" style="margin:0 2% 15px 2%;">[<a href="/wsvn/packages/?rev=0">/</a>] [<a href="/wsvn/packages/saxon/?rev=0">saxon/</a>] [<a href="/wsvn/packages/saxon/repos/?rev=0">repos/</a>] [<a href="/wsvn/packages/saxon/repos/extra-any/?rev=0">extra-any/</a>] [<b>saxon.sh</b>] - Révision 51173</h2>
+<p>
+<span class="diff"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=diff&rev=0">Différence avec la précédente</a></span> |
+<span class="blame"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=blame&rev=0">Responsabilité</a></span> |
+<span class="compress"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=dl&rev=0">Download</a></span> |
+<span class="log"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=log&rev=0&isdir=0">Afficher le Journal</a></span>
+</p>
+ <div class="listing">
+<code><PRE> +</code><code><B><FONT COLOR="#5F9EA0">#!/bin/sh +</code><code></FONT></B><B><FONT COLOR="#BC8F8F">"$JAVA_HOME/bin/java"</FONT></B> -jar /usr/share/java/saxon/saxon9he.jar <B><FONT COLOR="#BC8F8F">"$@"</FONT></B>; +</code><code></PRE> +</code><code></code> </div>
+<p>
+<span class="diff"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=diff&rev=0">Différence avec la précédente</a></span> |
+<span class="blame"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=blame&rev=0">Responsabilité</a></span> |
+<span class="compress"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=dl&rev=0">Download</a></span> |
+<span class="log"><a href="/wsvn/packages/saxon/repos/extra-any/saxon.sh?op=log&rev=0&isdir=0">Afficher le Journal</a></span>
+</p>
+ </div>
+ <div class="foot">
+ Copyright © 2002-2009 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br />
+ The Arch Linux name and logo are recognized trademarks. Some rights
+ reserved.<br />
+
+ The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
+ </div>
+ </body>
+</html>
diff --git a/extra/vigra/.footprint b/extra/vigra/.footprint new file mode 100644 index 000000000..5c4ab710b --- /dev/null +++ b/extra/vigra/.footprint @@ -0,0 +1,773 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/vigra-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/vigra/ +-rw-r--r-- root/root usr/include/vigra/accessor.hxx +-rw-r--r-- root/root usr/include/vigra/affine_registration.hxx +-rw-r--r-- root/root usr/include/vigra/affinegeometry.hxx +-rw-r--r-- root/root usr/include/vigra/array_vector.hxx +-rw-r--r-- root/root usr/include/vigra/basicgeometry.hxx +-rw-r--r-- root/root usr/include/vigra/basicimage.hxx +-rw-r--r-- root/root usr/include/vigra/basicimageview.hxx +-rw-r--r-- root/root usr/include/vigra/bordertreatment.hxx +-rw-r--r-- root/root usr/include/vigra/boundarytensor.hxx +-rw-r--r-- root/root usr/include/vigra/codec.hxx +-rw-r--r-- root/root usr/include/vigra/colorconversions.hxx +-rw-r--r-- root/root usr/include/vigra/combineimages.hxx +-rw-r--r-- root/root usr/include/vigra/config.hxx +-rw-r--r-- root/root usr/include/vigra/contourcirculator.hxx +-rw-r--r-- root/root usr/include/vigra/convolution.hxx +-rw-r--r-- root/root usr/include/vigra/copyimage.hxx +-rw-r--r-- root/root usr/include/vigra/cornerdetection.hxx +-rw-r--r-- root/root usr/include/vigra/diff2d.hxx +-rw-r--r-- root/root usr/include/vigra/distancetransform.hxx +-rw-r--r-- root/root usr/include/vigra/edgedetection.hxx +-rw-r--r-- root/root usr/include/vigra/eigensystem.hxx +-rw-r--r-- root/root usr/include/vigra/error.hxx +-rw-r--r-- root/root usr/include/vigra/fftw.hxx +-rw-r--r-- root/root usr/include/vigra/fftw3.hxx +-rw-r--r-- root/root usr/include/vigra/fixedpoint.hxx +-rw-r--r-- root/root usr/include/vigra/flatmorphology.hxx +-rw-r--r-- root/root usr/include/vigra/functorexpression.hxx +-rw-r--r-- root/root usr/include/vigra/functortraits.hxx +-rw-r--r-- root/root usr/include/vigra/gaborfilter.hxx +-rw-r--r-- root/root usr/include/vigra/gaussians.hxx +-rw-r--r-- root/root usr/include/vigra/gradient_energy_tensor.hxx +-rw-r--r-- root/root usr/include/vigra/imagecontainer.hxx +-rw-r--r-- root/root usr/include/vigra/imageinfo.hxx +-rw-r--r-- root/root usr/include/vigra/imageiterator.hxx +-rw-r--r-- root/root usr/include/vigra/imageiteratoradapter.hxx +-rw-r--r-- root/root usr/include/vigra/impex.hxx +-rw-r--r-- root/root usr/include/vigra/initimage.hxx +-rw-r--r-- root/root usr/include/vigra/inspectimage.hxx +-rw-r--r-- root/root usr/include/vigra/interpolating_accessor.hxx +-rw-r--r-- root/root usr/include/vigra/iteratoradapter.hxx +-rw-r--r-- root/root usr/include/vigra/iteratortags.hxx +-rw-r--r-- root/root usr/include/vigra/iteratortraits.hxx +-rw-r--r-- root/root usr/include/vigra/labelimage.hxx +-rw-r--r-- root/root usr/include/vigra/labelvolume.hxx +-rw-r--r-- root/root usr/include/vigra/linear_algebra.hxx +-rw-r--r-- root/root usr/include/vigra/linear_solve.hxx +-rw-r--r-- root/root usr/include/vigra/localminmax.hxx +-rw-r--r-- root/root usr/include/vigra/mathutil.hxx +-rw-r--r-- root/root usr/include/vigra/matrix.hxx +-rw-r--r-- root/root usr/include/vigra/memory.hxx +-rw-r--r-- root/root usr/include/vigra/metaprogramming.hxx +-rw-r--r-- root/root usr/include/vigra/multi_array.hxx +-rw-r--r-- root/root usr/include/vigra/multi_convolution.hxx +-rw-r--r-- root/root usr/include/vigra/multi_distance.hxx +-rw-r--r-- root/root usr/include/vigra/multi_impex.hxx +-rw-r--r-- root/root usr/include/vigra/multi_iterator.hxx +-rw-r--r-- root/root usr/include/vigra/multi_morphology.hxx +-rw-r--r-- root/root usr/include/vigra/multi_pointoperators.hxx +-rw-r--r-- root/root usr/include/vigra/multi_resize.hxx +-rw-r--r-- root/root usr/include/vigra/navigator.hxx +-rw-r--r-- root/root usr/include/vigra/noise_normalization.hxx +-rw-r--r-- root/root usr/include/vigra/nonlineardiffusion.hxx +-rw-r--r-- root/root usr/include/vigra/numerictraits.hxx +-rw-r--r-- root/root usr/include/vigra/orientedtensorfilters.hxx +-rw-r--r-- root/root usr/include/vigra/pixelneighborhood.hxx +-rw-r--r-- root/root usr/include/vigra/polynomial.hxx +-rw-r--r-- root/root usr/include/vigra/promote_traits.hxx +-rw-r--r-- root/root usr/include/vigra/random.hxx +-rw-r--r-- root/root usr/include/vigra/rational.hxx +-rw-r--r-- root/root usr/include/vigra/recursiveconvolution.hxx +-rw-r--r-- root/root usr/include/vigra/regression.hxx +-rw-r--r-- root/root usr/include/vigra/resampling_convolution.hxx +-rw-r--r-- root/root usr/include/vigra/resizeimage.hxx +-rw-r--r-- root/root usr/include/vigra/rfftw.hxx +-rw-r--r-- root/root usr/include/vigra/rgbvalue.hxx +-rw-r--r-- root/root usr/include/vigra/seededregiongrowing.hxx +-rw-r--r-- root/root usr/include/vigra/seededregiongrowing3d.hxx +-rw-r--r-- root/root usr/include/vigra/separableconvolution.hxx +-rw-r--r-- root/root usr/include/vigra/singular_value_decomposition.hxx +-rw-r--r-- root/root usr/include/vigra/sized_int.hxx +-rw-r--r-- root/root usr/include/vigra/slanted_edge_mtf.hxx +-rw-r--r-- root/root usr/include/vigra/splineimageview.hxx +-rw-r--r-- root/root usr/include/vigra/splines.hxx +-rw-r--r-- root/root usr/include/vigra/static_assert.hxx +-rw-r--r-- root/root usr/include/vigra/stdconvolution.hxx +-rw-r--r-- root/root usr/include/vigra/stdimage.hxx +-rw-r--r-- root/root usr/include/vigra/stdimagefunctions.hxx +-rw-r--r-- root/root usr/include/vigra/symmetry.hxx +-rw-r--r-- root/root usr/include/vigra/tensorutilities.hxx +-rw-r--r-- root/root usr/include/vigra/tiff.hxx +-rw-r--r-- root/root usr/include/vigra/tinyvector.hxx +-rw-r--r-- root/root usr/include/vigra/transformimage.hxx +-rw-r--r-- root/root usr/include/vigra/tuple.hxx +-rw-r--r-- root/root usr/include/vigra/utilities.hxx +-rw-r--r-- root/root usr/include/vigra/voxelneighborhood.hxx +-rw-r--r-- root/root usr/include/vigra/watersheds.hxx +-rw-r--r-- root/root usr/include/vigra/watersheds3d.hxx +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libvigraimpex.la +lrwxrwxrwx root/root usr/lib/libvigraimpex.so -> libvigraimpex.so.2.0.160 +lrwxrwxrwx root/root usr/lib/libvigraimpex.so.2 -> libvigraimpex.so.2.0.160 +-rwxr-xr-x root/root usr/lib/libvigraimpex.so.2.0.160 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/vigra/ +-rw-r--r-- root/root usr/share/doc/vigra/AlgebraicConcepts.html +-rw-r--r-- root/root usr/share/doc/vigra/ArgumentObjectFactories.html +-rw-r--r-- root/root usr/share/doc/vigra/BorderTreatmentMode.html +-rw-r--r-- root/root usr/share/doc/vigra/Concepts.html +-rw-r--r-- root/root usr/share/doc/vigra/Convolution.html +-rw-r--r-- root/root usr/share/doc/vigra/CrackEdgeImage.html +-rw-r--r-- root/root usr/share/doc/vigra/CreditsChangelog.html +-rw-r--r-- root/root usr/share/doc/vigra/ErrorReporting.html +-rw-r--r-- root/root usr/share/doc/vigra/Examples.html +-rw-r--r-- root/root usr/share/doc/vigra/FFTWComplexTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/FixedPointTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/FunctorExpressions.html +-rw-r--r-- root/root usr/share/doc/vigra/ImageAnalysis.html +-rw-r--r-- root/root usr/share/doc/vigra/ImageDataStructures.html +-rw-r--r-- root/root usr/share/doc/vigra/ImageProcessing.html +-rw-r--r-- root/root usr/share/doc/vigra/ImportExport.html +-rw-r--r-- root/root usr/share/doc/vigra/Installation.html +-rw-r--r-- root/root usr/share/doc/vigra/KernelArgumentObjectFactories.html +-rw-r--r-- root/root usr/share/doc/vigra/LICENSE.txt +-rw-r--r-- root/root usr/share/doc/vigra/MathConstants.html +-rw-r--r-- root/root usr/share/doc/vigra/MathFunctionality.html +-rw-r--r-- root/root usr/share/doc/vigra/MultiDimensionalArrays.html +-rw-r--r-- root/root usr/share/doc/vigra/MultiIteratorPage.html +-rw-r--r-- root/root usr/share/doc/vigra/NormTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/NumericPromotionTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/NumericTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/PixelTypes.html +-rw-r--r-- root/root usr/share/doc/vigra/PointOperators.html +-rw-r--r-- root/root usr/share/doc/vigra/PromoteTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/RGBValueTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/RationalTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/SquareRootTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/TinyVectorTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/TupleTypes.html +-rw-r--r-- root/root usr/share/doc/vigra/Utilities.html +-rw-r--r-- root/root usr/share/doc/vigra/accessor_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/affine__registration_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/affinegeometry_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/annotated.html +-rw-r--r-- root/root usr/share/doc/vigra/array__vector_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/basicgeometry_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/basicimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/basicimageview_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/bordertreatment_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/boundarytensor_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/boundarytensor_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/classes.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayOfRegionStatistics-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayOfRegionStatistics.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayVector-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayVector.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayVector.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayVectorView-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayVectorView.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ArrayVectorView.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BSpline-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BSpline.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BSpline.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BSplineBase-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BSplineBase.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BSplineBase.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImage-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImage.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageIterator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageIteratorBase-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageIteratorBase.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageIteratorBase.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageView-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BasicImageView.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BilinearInterpolatingAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BilinearInterpolatingAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BlueAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BlueAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BrightnessContrastFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1BrightnessContrastFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1CatmullRomSpline-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1CatmullRomSpline.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ColumnIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ColumnIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstBasicImageIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstBasicImageIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstBasicImageIterator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstImageIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstImageIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstImageIterator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstStridedImageIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstStridedImageIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstStridedImageIterator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstValueIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ConstValueIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1CoscotFunction-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1CoscotFunction.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1CrackContourCirculator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1CrackContourCirculator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Diff2D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Diff2D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Diff2D.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1DiffusivityFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1DiffusivityFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Dist2D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Dist2D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Edgel-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Edgel.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1EightNeighborhood_1_1NeighborCode-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1EightNeighborhood_1_1NeighborCode.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWComplex-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWComplex.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWImaginaryAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWImaginaryAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWMagnitudeAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWMagnitudeAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWPhaseAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWPhaseAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWRealAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWRealAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWRealAccessor.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWWriteRealAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWWriteRealAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FFTWWriteRealAccessor.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindAverage-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindAverage.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindAverageAndVariance-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindAverageAndVariance.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindBoundingRectangle-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindBoundingRectangle.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindMinMax-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindMinMax.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindROISize-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FindROISize.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FixedPoint-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FixedPoint.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FourNeighborhood_1_1NeighborCode-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FourNeighborhood_1_1NeighborCode.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FunctorTraits-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1FunctorTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GaborFilterFamily-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GaborFilterFamily.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GaborFilterFamily.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GammaFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GammaFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Gaussian-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Gaussian.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GrayToRGBAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GrayToRGBAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GreenAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1GreenAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageArray-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageArray.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageArray.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageExportInfo-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageExportInfo.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageImportInfo-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageImportInfo.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageIterator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageIteratorBase-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageIteratorBase.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImageIteratorBase.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImagePyramid-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ImagePyramid.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1IteratorAdaptor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1IteratorAdaptor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Kernel1D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Kernel1D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Kernel2D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Kernel2D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Lab2RGBFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Lab2RGBFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Lab2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Lab2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Lab2XYZFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Lab2XYZFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1LastValueFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1LastValueFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1LineIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1LineIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Luv2RGBFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Luv2RGBFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Luv2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Luv2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Luv2XYZFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Luv2XYZFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MagnitudeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MagnitudeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArray-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArray.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArray.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArrayNavigator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArrayNavigator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArrayShape-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArrayShape.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArrayView-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiArrayView.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiImageAccessor2-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiImageAccessor2.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1MultiIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NeighborOffsetCirculator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NeighborOffsetCirculator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Neighborhood3DSix_1_1NeighborCode3D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Neighborhood3DSix_1_1NeighborCode3D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Neighborhood3DTwentySix_1_1NeighborCode3D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Neighborhood3DTwentySix_1_1NeighborCode3D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NeighborhoodCirculator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NeighborhoodCirculator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NeighborhoodCirculator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NoiseNormalizationOptions-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1NoiseNormalizationOptions.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Point2D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Point2D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Point2D.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Polynomial-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Polynomial.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Polynomial.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1PolynomialView-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1PolynomialView.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1PolynomialView.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2LabFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2LabFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2LuvFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2LuvFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2XYZFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2XYZFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2sRGBFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGB2sRGBFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBAccessor.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBGradientMagnitudeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBGradientMagnitudeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2LabFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2LabFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2LuvFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2LuvFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2RGBFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2RGBFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2XYZFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2XYZFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimeCbCrFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimeCbCrFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimeIQFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimeIQFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimePbPrFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimePbPrFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimeUVFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBPrime2YPrimeUVFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBToGrayAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBToGrayAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBValue-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBValue.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RGBValue.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RandomNumberGenerator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RandomNumberGenerator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Rational-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Rational.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Rect2D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Rect2D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RedAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RedAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ReduceFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1ReduceFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RestrictedNeighborhoodCirculator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RestrictedNeighborhoodCirculator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RestrictedNeighborhoodCirculator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RowIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1RowIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SeedRgDirectValueFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SeedRgDirectValueFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SequenceAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SequenceAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SequenceAccessor.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Size2D-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Size2D.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Size2D.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SlantedEdgeMTFOptions-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SlantedEdgeMTFOptions.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SplineImageView-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SplineImageView.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SplineImageView0-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SplineImageView0.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SplineImageView1-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1SplineImageView1.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardConstAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardConstAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardConstValueAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardConstValueAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardValueAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StandardValueAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StaticPolynomial-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StaticPolynomial.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StaticPolynomial.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StridedImageIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StridedImageIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StridedImageIterator.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StridedMultiIterator-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1StridedMultiIterator.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Threshold-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1Threshold.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVector-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVector.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVector.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVectorBase-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVectorBase.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVectorBase.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVectorView-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVectorView.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1TinyVectorView.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1UniformIntRandomFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1UniformIntRandomFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1UniformRandomFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1UniformRandomFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorAccessor.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorComponentAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorComponentAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorComponentValueAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorComponentValueAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorElementAccessor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorElementAccessor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorNormFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorNormFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorNormSqFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1VectorNormSqFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2LabFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2LabFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2LuvFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2LuvFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2RGBFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2RGBFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1XYZ2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimeCbCr2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimeCbCr2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimeIQ2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimeIQ2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimePbPr2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimePbPr2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimeUV2RGBPrimeFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1YPrimeUV2RGBPrimeFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1linalg_1_1Matrix-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1linalg_1_1Matrix.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1linalg_1_1Matrix.png +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1sRGB2RGBFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/classvigra_1_1sRGB2RGBFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/codec_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/colorconversions_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/combineimages_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/config_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/contourcirculator_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/convert_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/convolution_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/copyimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/cornerdetection_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/deprecated.html +-rw-r--r-- root/root usr/share/doc/vigra/diff2d_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/distancetransform_8hxx-source.html +drwxr-xr-x root/root usr/share/doc/vigra/documents/ +-rw-r--r-- root/root usr/share/doc/vigra/documents/DataAccessors.ps +-rw-r--r-- root/root usr/share/doc/vigra/documents/FunctorFactory.ps +-rw-r--r-- root/root usr/share/doc/vigra/documents/GenericProg2D.ps +-rw-r--r-- root/root usr/share/doc/vigra/documents/bullet.gif +-rw-r--r-- root/root usr/share/doc/vigra/documents/pfeil.gif +-rw-r--r-- root/root usr/share/doc/vigra/documents/pfeilGross.gif +-rw-r--r-- root/root usr/share/doc/vigra/documents/viff.ps +-rw-r--r-- root/root usr/share/doc/vigra/documents/vigra.gif +-rw-r--r-- root/root usr/share/doc/vigra/doxygen.png +-rw-r--r-- root/root usr/share/doc/vigra/edge_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/edgedetection_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/eigensystem_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/error_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/fftw3_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/files.html +-rw-r--r-- root/root usr/share/doc/vigra/fixedpoint_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/flatmorphology_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/functionindex.html +-rw-r--r-- root/root usr/share/doc/vigra/functions.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x62.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x63.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x64.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x65.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x66.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x67.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x68.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x69.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x6b.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x6c.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x6d.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x6e.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x6f.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x70.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x72.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x73.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x74.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x75.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x76.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x77.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x78.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x79.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_0x7e.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_enum.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_eval.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x62.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x63.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x64.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x65.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x66.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x67.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x68.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x69.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x6b.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x6c.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x6d.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x6e.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x6f.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x70.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x72.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x73.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x74.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x75.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x76.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x77.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x78.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x79.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_func_0x7e.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x62.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x63.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x64.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x66.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x69.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x6d.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x6e.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x70.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x72.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x73.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x74.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_type_0x76.html +-rw-r--r-- root/root usr/share/doc/vigra/functions_vars.html +-rw-r--r-- root/root usr/share/doc/vigra/functorexpression_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/functortraits_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/gaborfilter_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/gaussians_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/gradient__energy__tensor_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/group__ColorConversions.html +-rw-r--r-- root/root usr/share/doc/vigra/group__CombineAlgo.html +-rw-r--r-- root/root usr/share/doc/vigra/group__CombineFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/group__CommonConvolutionFilters.html +-rw-r--r-- root/root usr/share/doc/vigra/group__CopyAlgo.html +-rw-r--r-- root/root usr/share/doc/vigra/group__CornerDetection.html +-rw-r--r-- root/root usr/share/doc/vigra/group__DataAccessors.html +-rw-r--r-- root/root usr/share/doc/vigra/group__DistanceTransform.html +-rw-r--r-- root/root usr/share/doc/vigra/group__EdgeDetection.html +-rw-r--r-- root/root usr/share/doc/vigra/group__FFTWComplexAccessors.html +-rw-r--r-- root/root usr/share/doc/vigra/group__FFTWComplexOperators.html +-rw-r--r-- root/root usr/share/doc/vigra/group__FixedPointOperations.html +-rw-r--r-- root/root usr/share/doc/vigra/group__FixedSizeInt.html +-rw-r--r-- root/root usr/share/doc/vigra/group__FourierTransform.html +-rw-r--r-- root/root usr/share/doc/vigra/group__Functors.html +-rw-r--r-- root/root usr/share/doc/vigra/group__GaborFilter.html +-rw-r--r-- root/root usr/share/doc/vigra/group__GeometricTransformations.html +-rw-r--r-- root/root usr/share/doc/vigra/group__ImageContainers.html +-rw-r--r-- root/root usr/share/doc/vigra/group__ImageIteratorAdapters.html +-rw-r--r-- root/root usr/share/doc/vigra/group__ImageIterators.html +-rw-r--r-- root/root usr/share/doc/vigra/group__InitAlgo.html +-rw-r--r-- root/root usr/share/doc/vigra/group__InspectAlgo.html +-rw-r--r-- root/root usr/share/doc/vigra/group__InspectFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/group__Labeling.html +-rw-r--r-- root/root usr/share/doc/vigra/group__LinearAlgebraFunctions.html +-rw-r--r-- root/root usr/share/doc/vigra/group__LinearAlgebraModule.html +-rw-r--r-- root/root usr/share/doc/vigra/group__LocalMinMax.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MathFunctions.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MatrixAlgebra.html +-rw-r--r-- root/root usr/share/doc/vigra/group__Morphology.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiArrayConvolutionFilters.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiArrayDistanceTransform.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiArrayMorphology.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiArrayTags.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiArrayToImage.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiIteratorGroup.html +-rw-r--r-- root/root usr/share/doc/vigra/group__MultiPointoperators.html +-rw-r--r-- root/root usr/share/doc/vigra/group__NoiseNormalization.html +-rw-r--r-- root/root usr/share/doc/vigra/group__NonLinearDiffusion.html +-rw-r--r-- root/root usr/share/doc/vigra/group__PixelNeighborhood.html +-rw-r--r-- root/root usr/share/doc/vigra/group__PolarColors.html +-rw-r--r-- root/root usr/share/doc/vigra/group__Polynomials.html +-rw-r--r-- root/root usr/share/doc/vigra/group__RGBValueAccessors.html +-rw-r--r-- root/root usr/share/doc/vigra/group__RGBValueOperators.html +-rw-r--r-- root/root usr/share/doc/vigra/group__RandomNumberGeneration.html +-rw-r--r-- root/root usr/share/doc/vigra/group__RangesAndPoints.html +-rw-r--r-- root/root usr/share/doc/vigra/group__RationalOperations.html +-rw-r--r-- root/root usr/share/doc/vigra/group__RecursiveConvolution.html +-rw-r--r-- root/root usr/share/doc/vigra/group__Registration.html +-rw-r--r-- root/root usr/share/doc/vigra/group__ResamplingConvolutionFilters.html +-rw-r--r-- root/root usr/share/doc/vigra/group__SeededRegionGrowing.html +-rw-r--r-- root/root usr/share/doc/vigra/group__SeparableConvolution.html +-rw-r--r-- root/root usr/share/doc/vigra/group__SlantedEdgeMTF.html +-rw-r--r-- root/root usr/share/doc/vigra/group__StandardConvolution.html +-rw-r--r-- root/root usr/share/doc/vigra/group__StandardImageTypes.html +-rw-r--r-- root/root usr/share/doc/vigra/group__SymmetryDetection.html +-rw-r--r-- root/root usr/share/doc/vigra/group__TIFFImpex.html +-rw-r--r-- root/root usr/share/doc/vigra/group__TensorImaging.html +-rw-r--r-- root/root usr/share/doc/vigra/group__TinyVectorOperators.html +-rw-r--r-- root/root usr/share/doc/vigra/group__TransformAlgo.html +-rw-r--r-- root/root usr/share/doc/vigra/group__TransformFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/group__VigraImpex.html +-rw-r--r-- root/root usr/share/doc/vigra/group__VolumeImpex.html +-rw-r--r-- root/root usr/share/doc/vigra/group__VoxelNeighborhood.html +-rw-r--r-- root/root usr/share/doc/vigra/hierarchy.html +-rw-r--r-- root/root usr/share/doc/vigra/imagecontainer_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/imageinfo_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/imageiterator_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/imageiteratoradapter_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/impex_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/impex_8hxx.html +-rw-r--r-- root/root usr/share/doc/vigra/index.html +-rw-r--r-- root/root usr/share/doc/vigra/initimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/inspectimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/interpolating__accessor_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/invert_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/invert__explicitly_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/iteratoradapter_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/iteratortags_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/iteratortraits_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/labelimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/labelvolume_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/linear__algebra_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/linear__solve_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/localminmax_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/mathutil_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/matrix_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/memory_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/metaprogramming_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/modules.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__array_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__convolution_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__distance_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__impex_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__iterator_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__morphology_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__pointoperators_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/multi__resize_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x62.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x63.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x64.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x65.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x66.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x67.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x68.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x69.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x6a.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x6c.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x6d.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x6e.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x6f.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x70.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x71.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x72.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x73.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x74.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x75.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x76.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x77.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_0x79.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_enum.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_eval.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x62.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x63.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x64.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x65.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x66.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x67.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x68.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x69.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x6a.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x6c.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x6d.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x6e.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x6f.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x70.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x71.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x72.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x73.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x74.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x76.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x77.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_func_0x79.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_type.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacemembers_vars.html +-rw-r--r-- root/root usr/share/doc/vigra/namespaces.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacevigra.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacevigra_1_1EightNeighborhood.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacevigra_1_1FourNeighborhood.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacevigra_1_1Neighborhood3DSix.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacevigra_1_1Neighborhood3DTwentySix.html +-rw-r--r-- root/root usr/share/doc/vigra/namespacevigra_1_1linalg.html +-rw-r--r-- root/root usr/share/doc/vigra/navigator_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/noise__normalization_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/nonlineardiffusion_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/numerictraits_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/orientedtensorfilters_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/pages.html +-rw-r--r-- root/root usr/share/doc/vigra/palette_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/pixelneighborhood_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/polynomial_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/profile_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/promote__traits_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/pyramid_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/random_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/rational_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/recursiveconvolution_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/regression_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/resampling__convolution_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/resize_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/resizeimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/rfftw_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/rgbvalue_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/seededregiongrowing3d_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/seededregiongrowing_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/separableconvolution_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/singular__value__decomposition_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/sized__int_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/slanted__edge__mtf_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/smooth_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/splineimageview_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/splines_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/static__assert_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/stdconvolution_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/stdimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/stdimagefunctions_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/structvigra_1_1IteratorTraits-members.html +-rw-r--r-- root/root usr/share/doc/vigra/structvigra_1_1IteratorTraits.html +-rw-r--r-- root/root usr/share/doc/vigra/structvigra_1_1NormalRandomFunctor-members.html +-rw-r--r-- root/root usr/share/doc/vigra/structvigra_1_1NormalRandomFunctor.html +-rw-r--r-- root/root usr/share/doc/vigra/structvigra_1_1StridedArrayTag.html +-rw-r--r-- root/root usr/share/doc/vigra/structvigra_1_1UnstridedArrayTag.html +-rw-r--r-- root/root usr/share/doc/vigra/subimage_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/symmetry_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/tensorutilities_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/tiff_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/tinyvector_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/transformimage_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/tuple_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/utilities_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/vigra.css +-rw-r--r-- root/root usr/share/doc/vigra/voronoi_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/voxelneighborhood_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/watershed_8cxx-example.html +-rw-r--r-- root/root usr/share/doc/vigra/watersheds3d_8hxx-source.html +-rw-r--r-- root/root usr/share/doc/vigra/watersheds_8hxx-source.html +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/vigra/ +-rw-r--r-- root/root usr/share/licenses/vigra/LICENSE diff --git a/extra/vigra/.md5sum b/extra/vigra/.md5sum new file mode 100644 index 000000000..9480a607b --- /dev/null +++ b/extra/vigra/.md5sum @@ -0,0 +1,2 @@ +d781e896281b396c0e2b246846ede858 libpng-1.4.patch +d62650a6f908e85643e557a236ea989c vigra1.6.0.tar.gz diff --git a/extra/vigra/Pkgfile b/extra/vigra/Pkgfile new file mode 100644 index 000000000..ed8c3e2dd --- /dev/null +++ b/extra/vigra/Pkgfile @@ -0,0 +1,24 @@ +# Description: Computer vision library +# URL: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: libpng, libtiff, gcc-libs, sh + +name=vigra +version=1.6.0 +release=1 +source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/$name$version.tar.gz + libpng-1.4.patch) + +build() { + cd $name$version + ./configure --prefix=/usr \ + --disable-static + make + make prefix=$PKG/usr install-exec + make prefix=$PKG/usr install-includes + make prefix=$PKG/usr/share install-docs + + install -D -m644 LICENSE.txt $PKG/usr/share/licenses/$name/LICENSE +} + diff --git a/extra/vigra/libpng-1.4.patch b/extra/vigra/libpng-1.4.patch new file mode 100644 index 000000000..feb9a7ee3 --- /dev/null +++ b/extra/vigra/libpng-1.4.patch @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
+ <head>
+ <title>
+ Arch Linux Repositories
+ - packages
+ - Révision 65896
+ - /vigra/repos/extra-i686/libpng-1.4.patch
+ </title>
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+ <meta http-equiv="generator" content="WebSVN 2.2.1" /> <!-- leave this for stats -->
+ <link rel="stylesheet" href="http://www.archlinux.org/media/arch.css" />
+ <link rel="stylesheet" href="/templates/arch/styles.css" />
+ <link rel="icon" href="http://www.archlinux.org/media/favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="http://www.archlinux.org/media/favicon.ico" type="image/x-icon" />
+ <!--[if gte IE 5.5000]>
+ <script type="text/javascript" src="/templates/arch/png.js"></script>
+ <style type="text/css" media="screen">
+ tbody tr td { padding:1px 0 }
+ #wrap h2 { padding:10px 5px 0 5px; margin-bottom:-8px }
+ </style>
+ <![endif]-->
+ <script type="text/javascript">
+ //<![CDATA[
+ function getPath()
+ {
+ return '';
+ }
+
+ function checkCB(chBox)
+ {
+ count = 0
+ first = null
+ f = chBox.form
+ for (i = 0 ; i < f.elements.length ; i++)
+ if (f.elements[i].type == 'checkbox' && f.elements[i].checked)
+ {
+ if (first == null && f.elements[i] != chBox)
+ first = f.elements[i]
+ count += 1
+ }
+
+ if (count > 2)
+ {
+ first.checked = false
+ count -= 1
+ }
+ }
+ //]]>
+ </script>
+ <script type="text/javascript" src="/templates/arch/collapse.js"></script>
+
+ </head>
+ <body>
+ <div id="head_container">
+ <div id="title">
+ <div id="logo"><h1 id="archtitle"><a href="http://www.archlinux.org" title="Arch Linux (Home)">Arch Linux</a></h1></div>
+ </div>
+ <div id="main_nav">
+
+ <ul>
+ <li><a href="/download/">Download</a></li>
+ <li class="selected"><a href="/">Repositories</a></li>
+ <li><a href="http://aur.archlinux.org">AUR</a></li>
+ <li><a href="http://bugs.archlinux.org">Bugs</a></li>
+ <li><a href="http://wiki.archlinux.org">Wiki</a></li>
+ <li><a href="http://bbs.archlinux.org">Forums</a></li>
+ <li><a href="http://www.archlinux.org">Home</a></li>
+ </ul>
+ </div>
+ </div>
+ <div id="content">
+<div id="select"><form action="/wsvn?" method="post" id="projectform"><div><input type="hidden" name="selectproj" value="1" /><input type="hidden" name="op" value="form" /><select name="repname" onchange="javascript:this.form.submit();"><option value="packages" selected="selected">packages</option><option value="community">community</option></select><span class="submit"><input type="submit" value="Go" /></span></div></form></div>
+<h1><a href="/wsvn/?" title="Dépôts Subversion">Dépôts Subversion</a> <span><a href="/wsvn/packages?">packages</a></span></h1>
+
+<h2 class="path" style="margin:0 2% 15px 2%;">[<a href="/wsvn/packages/?rev=0">/</a>] [<a href="/wsvn/packages/vigra/?rev=0">vigra/</a>] [<a href="/wsvn/packages/vigra/repos/?rev=0">repos/</a>] [<a href="/wsvn/packages/vigra/repos/extra-i686/?rev=0">extra-i686/</a>] [<b>libpng-1.4.patch</b>] - Révision 65896</h2>
+<p>
+<span class="diff"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=diff&rev=0">Différence avec la précédente</a></span> |
+<span class="blame"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=blame&rev=0">Responsabilité</a></span> |
+<span class="compress"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=dl&rev=0">Download</a></span> |
+<span class="log"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=log&rev=0&isdir=0">Afficher le Journal</a></span>
+</p>
+ <div class="listing">
+<code><PRE> +</code><code><B><FONT COLOR="#BC8F8F">diff -Naur vigra1.6.0-orig/src/impex/png.cxx vigra1.6.0/src/impex/png.cxx +</code><code></FONT></B><B><FONT COLOR="#0000FF">--- vigra1.6.0-orig/src/impex/png.cxx 2010-01-20 19:46:57.000000000 -0500 +</code><code></FONT></B><B><FONT COLOR="#5F9EA0">+++ vigra1.6.0/src/impex/png.cxx 2010-01-20 19:47:55.000000000 -0500 +</code><code></FONT></B><I><FONT COLOR="#B22222">@@ -270,8 +270,8 @@ +</code><code></FONT></I> // expand gray values to at least one byte size +</code><code> if ( color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8 ) { +</code><code> if (setjmp(png->jmpbuf)) +</code><code><B><FONT COLOR="#0000FF">- vigra_postcondition( false,png_error_message.insert(0, "error in png_set_gray_1_2_4_to_8(): ").c_str()); +</code><code></FONT></B><B><FONT COLOR="#0000FF">- png_set_gray_1_2_4_to_8(png); +</code><code></FONT></B><B><FONT COLOR="#5F9EA0">+ vigra_postcondition( false,png_error_message.insert(0, "error in png_set_expand_gray_1_2_4_to_8(): ").c_str()); +</code><code></FONT></B><B><FONT COLOR="#5F9EA0">+ png_set_expand_gray_1_2_4_to_8(png); +</code><code></FONT></B> bit_depth = 8; +</code><code> } +</code><code> +</code><code></PRE> +</code><code></code> </div>
+<p>
+<span class="diff"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=diff&rev=0">Différence avec la précédente</a></span> |
+<span class="blame"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=blame&rev=0">Responsabilité</a></span> |
+<span class="compress"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=dl&rev=0">Download</a></span> |
+<span class="log"><a href="/wsvn/packages/vigra/repos/extra-i686/libpng-1.4.patch?op=log&rev=0&isdir=0">Afficher le Journal</a></span>
+</p>
+ </div>
+ <div class="foot">
+ Copyright © 2002-2009 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br />
+ The Arch Linux name and logo are recognized trademarks. Some rights
+ reserved.<br />
+
+ The registered trademark Linux® is used pursuant to a sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.
+ </div>
+ </body>
+</html>
diff --git a/extra/xerces-c/.footprint b/extra/xerces-c/.footprint index 946a00e43..ac182cb5e 100644 --- a/extra/xerces-c/.footprint +++ b/extra/xerces-c/.footprint @@ -260,6 +260,8 @@ drwxr-xr-x root/root usr/include/xercesc/util/FileManagers/ -rw-r--r-- root/root usr/include/xercesc/util/FileManagers/PosixFileMgr.hpp -rw-r--r-- root/root usr/include/xercesc/util/FlagJanitor.c -rw-r--r-- root/root usr/include/xercesc/util/FlagJanitor.hpp +-rw-r--r-- root/root usr/include/xercesc/util/Hash2KeysSetOf.c +-rw-r--r-- root/root usr/include/xercesc/util/Hash2KeysSetOf.hpp -rw-r--r-- root/root usr/include/xercesc/util/Hashers.hpp -rw-r--r-- root/root usr/include/xercesc/util/HexBin.hpp -rw-r--r-- root/root usr/include/xercesc/util/IOException.hpp @@ -509,9 +511,9 @@ drwxr-xr-x root/root usr/include/xercesc/xinclude/ -rw-r--r-- root/root usr/include/xercesc/xinclude/XIncludeLocation.hpp -rw-r--r-- root/root usr/include/xercesc/xinclude/XIncludeUtils.hpp drwxr-xr-x root/root usr/lib/ --rwxr-xr-x root/root usr/lib/libxerces-c-3.0.so +-rwxr-xr-x root/root usr/lib/libxerces-c-3.1.so -rw-r--r-- root/root usr/lib/libxerces-c.a -rwxr-xr-x root/root usr/lib/libxerces-c.la -lrwxrwxrwx root/root usr/lib/libxerces-c.so -> libxerces-c-3.0.so +lrwxrwxrwx root/root usr/lib/libxerces-c.so -> libxerces-c-3.1.so drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xerces-c.pc diff --git a/extra/xerces-c/.md5sum b/extra/xerces-c/.md5sum index dc8501ada..00aabb610 100644 --- a/extra/xerces-c/.md5sum +++ b/extra/xerces-c/.md5sum @@ -1 +1 @@ -293c03f59bf8e956020d73f5b122094c xerces-c-3.0.1.tar.gz +4dc9460e011ed4857dcd290f22dd6f1b xerces-c-3.1.0.tar.gz diff --git a/extra/xerces-c/Pkgfile b/extra/xerces-c/Pkgfile index 2e1e62e55..1b01b0540 100644 --- a/extra/xerces-c/Pkgfile +++ b/extra/xerces-c/Pkgfile @@ -5,7 +5,7 @@ # Depends on: icu, curl name=xerces-c -version=3.0.1 +version=3.1.0 release=1 source=(http://apache.mirror.rafal.ca/xerces/c/3/sources/${name}-$version.tar.gz) |