[f-spot] Goodbye SemWeb!



commit 2ee4a7eb155ef8545d6b51eb531fe0aa9d69f9b3
Author: Ruben Vermeersch <ruben savanne be>
Date:   Tue Jul 6 23:25:08 2010 +0200

    Goodbye SemWeb!

 AUTHORS                            |    5 -
 build/build.environment.mk         |    8 +-
 configure.ac                       |    1 -
 lib/Makefile.am                    |    1 -
 lib/semweb/.gitignore              |    4 -
 lib/semweb/Algos.cs                |  776 ----------------------
 lib/semweb/AssemblyInfo.cs         |   18 -
 lib/semweb/ForwardLogic.cs         |    9 -
 lib/semweb/Inference.cs            |   47 --
 lib/semweb/KnowledgeModel.cs       |   71 --
 lib/semweb/LiteralFilters.cs       |  175 -----
 lib/semweb/Makefile.am             |   33 -
 lib/semweb/MemoryStore.cs          |  232 -------
 lib/semweb/N3Parser.cs             |  697 -------------------
 lib/semweb/N3Reader.cs             |  731 --------------------
 lib/semweb/N3Writer.cs             |  209 ------
 lib/semweb/NamespaceManager.cs     |  150 -----
 lib/semweb/Query.cs                |  957 --------------------------
 lib/semweb/RDFS.cs                 |  366 ----------
 lib/semweb/README                  |   17 -
 lib/semweb/RSquary.cs              |  103 ---
 lib/semweb/RSquaryFilters.cs       |  177 -----
 lib/semweb/RdfParser.cs            |  128 ----
 lib/semweb/RdfReader.cs            |  148 ----
 lib/semweb/RdfWriter.cs            |   55 --
 lib/semweb/RdfXmlReader.cs         |  588 ----------------
 lib/semweb/RdfXmlWriter.cs         |  379 -----------
 lib/semweb/Remote.cs               |  271 --------
 lib/semweb/Resource.cs             |  523 ---------------
 lib/semweb/SQLStore.cs             | 1291 ------------------------------------
 lib/semweb/Sparql.cs               |  899 -------------------------
 lib/semweb/Statement.cs            |  273 --------
 lib/semweb/Store.cs                |  660 ------------------
 lib/semweb/UriMap.cs               |  172 -----
 lib/semweb/Util.cs                 |  817 -----------------------
 lib/semweb/XPathSemWebNavigator.cs |  353 ----------
 src/Makefile.am                    |    1 -
 src/MetadataStore.cs               |  316 ---------
 src/f-spot.in                      |    2 +-
 tests/Makefile.am                  |    2 +-
 40 files changed, 3 insertions(+), 11662 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 2030e07..19c5ab9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,10 +10,5 @@ Features various pieces of cut & pasted code by:
  - Lutz Müller <lutz users sourceforge net>
  - Federico Mena Quintero <federico ximian com>
 
-the SemWeb code included in the semweb directory 
-was written by Joshua Tauberer <tauberer for net>
-
-see http://taubz.for.net/code/semweb
-
 Code and ideas for JpegQuality guessing by Allan N. Hessenflow
 relicensed under the GPL with permission.
diff --git a/build/build.environment.mk b/build/build.environment.mk
index 9145280..4b75af7 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -13,7 +13,6 @@ DIR_DOCS = $(top_builddir)/docs
 DIR_EXTENSIONS = $(top_builddir)/extensions
 DIR_ICONS = $(top_builddir)/icons
 DIR_LIBFSPOT = $(top_builddir)/lib/libfspot
-DIR_SEMWEB = $(top_builddir)/lib/semweb
 DIR_SRC = $(top_builddir)/src
 DIR_GIOSHARP = $(top_builddir)/lib/gio-sharp/gio
 DIR_GTKSHARPBEANS = $(top_builddir)/lib/gtk-sharp-beans
@@ -66,11 +65,6 @@ REF_HYENA = $(LINK_SYSTEM) $(LINK_MONO_POSIX)
 LINK_HYENA = -r:$(DIR_BIN)/Hyena.dll
 LINK_HYENA_DEPS = $(REF_HYENA) $(LINK_HYENA)
 
-# Semweb
-REF_SEMWEB = $(LINK_SYSTEMDATA) $(LINK_HYENA_DEPS)
-LINK_SEMWEB = -r:$(DIR_BIN)/SemWeb.dll
-LINK_SEMWEB_DEPS = $(REF_SEMWEB) $(LINK_SEMWEB)
-
 # TagLib
 REF_TAGLIB =
 LINK_TAGLIB = -r:$(DIR_BIN)/TagLib.dll
@@ -129,7 +123,7 @@ LINK_FSPOT_WIDGETS_DEPS = $(REF_FSPOT_WIDGETS) $(LINK_FSPOT_WIDGETS) $(LINK_HENA
 # FSpot (executable)
 REF_FSPOT = $(LINK_FSPOT_WIDGETS_DEPS) $(LINK_FSPOT_PLATFORM_DEPS) $(LINK_FSPOT_QUERY_DEPS) \
             $(LINK_GLIB) $(LINK_MONO_ADDINS_DEPS) $(LINK_UNIQUE_DEPS) $(LINK_MONO_ADDINS_SETUP_DEPS) \
-            $(LINK_SEMWEB_DEPS) $(LINK_GLADE) $(LINK_MONODATA) $(LINK_MONO_DATA_SQLITECLIENT) \
+            $(LINK_GLADE) $(LINK_MONODATA) $(LINK_MONO_DATA_SQLITECLIENT) \
             $(LINK_MONO_ADDINS_GUI_DEPS) $(LINK_FSPOT_JOB_SCHEDULER_DEPS) $(LINK_ICSHARP_ZIP_LIB) \
             $(LINK_GNOME) $(LINK_HYENA_GUI_DEPS) $(LINK_TAGLIB)
 # FIXME: do not link executables
diff --git a/configure.ac b/configure.ac
index c3871e7..1170570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -322,7 +322,6 @@ lib/gio-sharp/generator/Makefile
 lib/gtk-sharp-beans/Makefile
 lib/libfspot/Makefile
 lib/Makefile
-lib/semweb/Makefile
 lib/unique-sharp/Makefile
 lib/unique-sharp/generator/Makefile
 lib/unique-sharp/unique/Makefile
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 121c208..e6f7ced 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -8,7 +8,6 @@ SUBDIRS = \
 	Hyena/src/Hyena.Data.Sqlite     \
 	Hyena/src/Hyena.Gui     \
 	libfspot			\
-	semweb				\
 	TagLib 				\
 	unique-sharp
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 1b47938..71c749e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,7 +96,6 @@ SOURCES = \
 	MainWindow.cs \
 	MemorySurface.cs \
 	MetaStore.cs \
-	MetadataStore.cs \
 	PhotoEventArgs.cs \
 	PhotoImageView.cs \
 	PhotoLoader.cs \
diff --git a/src/f-spot.in b/src/f-spot.in
index 729b681..89d5308 100644
--- a/src/f-spot.in
+++ b/src/f-spot.in
@@ -56,7 +56,7 @@ for arg in "$@"; do
 	x--uninstalled)
 	    echo "*** Running uninstalled f-spot ***"
 	    EXE_TO_RUN="./f-spot.exe"
-	    export MONO_PATH=../lib/semweb:../lib/gio-sharp/gio:../lib/gtk-sharp-beans:../lib/unique-sharp/unique:../bin:$MONO_PATH
+	    export MONO_PATH=../lib/gio-sharp/gio:../lib/gtk-sharp-beans:../lib/unique-sharp/unique:../bin:$MONO_PATH
 	    ;;
     esac
 done
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3ddf9d9..04d2e8f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,7 @@ RUNNER = for asm in $${TEST_ASSEMBLIES}; do echo -e "\033[1mRunning tests on $${
 
 test:
 	@pushd $(DIR_BIN) &>/dev/null; \
-	export MONO_PATH=../lib/semweb:../lib/gio-sharp/gio:../lib/gtk-sharp-beans:../lib/unique-sharp/unique:../bin:$$MONO_PATH; \
+	export MONO_PATH=../lib/gio-sharp/gio:../lib/gtk-sharp-beans:../lib/unique-sharp/unique:../bin:$$MONO_PATH; \
 	export TEST_ASSEMBLIES="$(TEST_ASSEMBLIES)"; $(RUNNER); \
 	popd &>/dev/null;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]