shared-desktop-ontologies stable port information

Info4: <<
Package: shared-desktop-ontologies
Version: 0.6.0
Revision: 1
Description: Semantic Desktop Ontologies
License: BSD
Maintainer: Benjamin Reed

BuildDepends: <<
cmake (>= 2.8.2-1),
fink (>= 0.29.7-1)
<<
GCC: 4.0

Source: mirror:sourceforge:oscaf/%n/0.6/%n-%v.tar.bz2
Source-MD5: 2651122ac27de95e91973ed6b88ccf94

UseMaxBuildJobs: true
CompileScript: <<
#!/bin/sh -ev

export CMAKE_LIBRARY_PATH="%p/lib" CMAKE_INCLUDE_PATH="%p/include"
mkdir -p build
pushd build
cmake -DCMAKE_INSTALL_PREFIX="%p" ..
make
popd
<<

InstallScript: <<
#!/bin/sh -ev

pushd build
make -j1 install/fast DESTDIR="%d"
popd
<<
DocFiles: AUTHORS LICENSE* README

Homepage: http://sourceforge.net/apps/trac/oscaf/
DescDetail: <<
The vision of the Social Semantic Desktop defines a user's personal
information environment as a source and end-point of the Semantic Web:
Knowledge workers comprehensively express their information and data
with respect to their own conceptualizations. Semantic Web languages
and protocols are used to formalize these conceptualizations and for
coordinating local and global information access. The Resource
Description Framework RDF serves as a common data representation
format. We identified several additional requirements for high-level
knowledge representation on the social semantic desktop. With a
particular focus on addressing certain limitations of RDF, we
engineered a novel representational language akin to RDF and the Web
Ontology Language OWL, plus a number of other high-level ontologies.
Together, they provide a means to build the semantic bridges necessary
for data exchange and application integration on distributed social
semantic desktops. Although initially designed to fulfill
requirements for the NEPOMUK project, these ontologies are useful for
the semantic web community in general.
<<
<<