summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authormarkd <markd>2010-04-09 23:36:21 +0000
committermarkd <markd>2010-04-09 23:36:21 +0000
commitaa0ab804b9f5c11ae7da4afb00e9a57df705f742 (patch)
treed6b6e41d664c6c82e350699a91ddb592292fa9ee /textproc
parent57ba3c8ab953aa09d03b97d0706d8417aadb8088 (diff)
downloadpkgsrc-aa0ab804b9f5c11ae7da4afb00e9a57df705f742.tar.gz
Initial import shared-desktop-ontologies-0.3
The shared-desktop-ontologies package brings the semantic web to the desktop in terms of vocabulary. It contains the well known core ontologies such as RDF and RDFS as well as the Nepomuk ontologies which are used by projects like KDE or Strigi.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/shared-desktop-ontologies/DESCR4
-rw-r--r--textproc/shared-desktop-ontologies/Makefile22
-rw-r--r--textproc/shared-desktop-ontologies/PLIST40
-rw-r--r--textproc/shared-desktop-ontologies/buildlink3.mk12
-rw-r--r--textproc/shared-desktop-ontologies/distinfo5
5 files changed, 83 insertions, 0 deletions
diff --git a/textproc/shared-desktop-ontologies/DESCR b/textproc/shared-desktop-ontologies/DESCR
new file mode 100644
index 00000000000..4e5b8682722
--- /dev/null
+++ b/textproc/shared-desktop-ontologies/DESCR
@@ -0,0 +1,4 @@
+The shared-desktop-ontologies package brings the semantic web to the desktop
+in terms of vocabulary. It contains the well known core ontologies such as RDF
+and RDFS as well as the Nepomuk ontologies which are used by projects like KDE
+or Strigi.
diff --git a/textproc/shared-desktop-ontologies/Makefile b/textproc/shared-desktop-ontologies/Makefile
new file mode 100644
index 00000000000..d87af8b2e0d
--- /dev/null
+++ b/textproc/shared-desktop-ontologies/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 23:36:21 markd Exp $
+
+DISTNAME= shared-desktop-ontologies-0.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oscaf/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= markd@NetBSD.org
+HOMEPAGE= http://oscaf.sourceforge.net
+COMMENT= Ontologies for Semantic Desktop
+#LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# BUILD_MAKE_FLAGS+= VERBOSE=1
+
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+
+PKGCONFIG_OVERRIDE+= shared-desktop-ontologies.pc.cmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/shared-desktop-ontologies/PLIST b/textproc/shared-desktop-ontologies/PLIST
new file mode 100644
index 00000000000..c2add7d2c29
--- /dev/null
+++ b/textproc/shared-desktop-ontologies/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/09 23:36:21 markd Exp $
+share/cmake/SharedDesktopOntologies/SharedDesktopOntologiesConfig.cmake
+share/cmake/SharedDesktopOntologies/SharedDesktopOntologiesConfigVersion.cmake
+share/ontology/core/rdf.ontology
+share/ontology/core/rdf.trig
+share/ontology/core/rdfs.ontology
+share/ontology/core/rdfs.trig
+share/ontology/dc/dces.ontology
+share/ontology/dc/dces.trig
+share/ontology/dc/dcterms.ontology
+share/ontology/dc/dcterms.trig
+share/ontology/dc/dctype.ontology
+share/ontology/dc/dctype.trig
+share/ontology/nepomuk/nao.ontology
+share/ontology/nepomuk/nao.trig
+share/ontology/nepomuk/nrl.ontology
+share/ontology/nepomuk/nrl.trig
+share/ontology/nepomuk/nso.ontology
+share/ontology/nepomuk/nso.trig
+share/ontology/nie/ncal.ontology
+share/ontology/nie/ncal.trig
+share/ontology/nie/nco.ontology
+share/ontology/nie/nco.trig
+share/ontology/nie/nexif.ontology
+share/ontology/nie/nexif.trig
+share/ontology/nie/nfo.ontology
+share/ontology/nie/nfo.trig
+share/ontology/nie/nid3.ontology
+share/ontology/nie/nid3.trig
+share/ontology/nie/nie.ontology
+share/ontology/nie/nie.trig
+share/ontology/nie/nmm.ontology
+share/ontology/nie/nmm.trig
+share/ontology/nie/nmo.ontology
+share/ontology/nie/nmo.trig
+share/ontology/pimo/pimo.ontology
+share/ontology/pimo/pimo.trig
+share/ontology/pimo/tmo.ontology
+share/ontology/pimo/tmo.trig
+share/pkgconfig/shared-desktop-ontologies.pc
diff --git a/textproc/shared-desktop-ontologies/buildlink3.mk b/textproc/shared-desktop-ontologies/buildlink3.mk
new file mode 100644
index 00000000000..55ad4fa85ef
--- /dev/null
+++ b/textproc/shared-desktop-ontologies/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/04/09 23:36:21 markd Exp $
+
+BUILDLINK_TREE+= shared-desktop-ontologies
+
+.if !defined(SHARED_DESKTOP_ONTOLOGIES_BUILDLINK3_MK)
+SHARED_DESKTOP_ONTOLOGIES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.shared-desktop-ontologies+= shared-desktop-ontologies>=0.3
+BUILDLINK_PKGSRCDIR.shared-desktop-ontologies?= ../../textproc/shared-desktop-ontologies
+.endif # SHARED_DESKTOP_ONTOLOGIES_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -shared-desktop-ontologies
diff --git a/textproc/shared-desktop-ontologies/distinfo b/textproc/shared-desktop-ontologies/distinfo
new file mode 100644
index 00000000000..68bfbb98f66
--- /dev/null
+++ b/textproc/shared-desktop-ontologies/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/09 23:36:21 markd Exp $
+
+SHA1 (shared-desktop-ontologies-0.3.tar.bz2) = afe71e556975f5c096278d65f5ebf81088f2d98d
+RMD160 (shared-desktop-ontologies-0.3.tar.bz2) = 8e24aae0bbf99ab56de64ae32de7ca0b35b272ee
+Size (shared-desktop-ontologies-0.3.tar.bz2) = 88098 bytes